summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* docs: GtkWidget::style-updated vs GtkStyleContext::changedSébastien Wilmet2016-07-251-3/+6
* docs: add missing info for gtk_widget_get_style_context()Sébastien Wilmet2016-07-251-1/+2
* Use g_clear_object in a few more placesMatthias Clasen2016-07-251-4/+2
* docs: Fix typo.Emmanuele Bassi2016-07-121-1/+1
* docs: Attempt a better explanation for gtk_widget_destroy()Emmanuele Bassi2016-07-121-14/+30
* widget: Don't unnecessarily export functionTimm Bäder2016-06-271-1/+1
* gtk: Keep Firefox working in the DrawingContext worldEmmanuele Bassi2016-06-221-4/+19
* Deprecate gtk_widget_send_expose()Emmanuele Bassi2016-06-101-2/+7
* Deprecate the gdk_window_begin/end_paint family of functionsEmmanuele Bassi2016-06-091-4/+4
* Associate the drawing context to the Cairo contextEmmanuele Bassi2016-06-091-11/+18
* Add GdkDrawingContextEmmanuele Bassi2016-06-091-2/+4
* Simplify the widget rendering entry pointEmmanuele Bassi2016-06-091-46/+68
* widget: Add classes to widget path even if no style context exists yetBenjamin Otte2016-06-071-12/+5
* widget: Avoid a deprecation warningTimm Bäder2016-06-021-0/+3
* Add a warning for a broken situationMatthias Clasen2016-05-301-0/+3
* Add a deprecation noteMatthias Clasen2016-05-231-0/+7
* widget: fix GtkLabelAccessible NULL links.Alban Browaeys2016-05-151-1/+4
* widget: No longer postpone style-updated on unrealized widgetsBenjamin Otte2016-05-141-12/+1
* widget: Add Since annotation to gtk_widget_queue_allocateTimm Bäder2016-05-101-0/+2
* widget: add missing detail to ::query-tooltip emissionRay Strode2016-05-061-0/+1
* Clean up builder parser data after parsingMatthias Clasen2016-05-061-3/+10
* Avoid emitting ::style-set by nameMatthias Clasen2016-05-061-2/+3
* Don't emit ::query-tooltip by nameMatthias Clasen2016-05-061-0/+19
* Stop storing has-tooltip in qdataMatthias Clasen2016-05-061-23/+8
* widget: Store accessible in GtkWidgetPrivateMatthias Clasen2016-05-061-70/+48
* Fix indentation mishapMatthias Clasen2016-05-061-1/+1
* Revert "When creating a widget path, use the widget type"Matthias Clasen2016-05-041-1/+1
* When creating a widget path, use the widget typeMatthias Clasen2016-05-041-1/+1
* Set the proper state on the css nodeMatthias Clasen2016-05-041-1/+1
* css names are always setMatthias Clasen2016-05-041-2/+1
* widget: Remove useless NULL checkTimm Bäder2016-05-031-3/+3
* widget: Remove useless commentBenjamin Otte2016-05-031-3/+0
* gtk: Port to new monitor apiMatthias Clasen2016-04-271-5/+5
* widget: Don't show widget resizes in the inspectorMatthias Clasen2016-04-191-1/+1
* widget: Use gdk_pango_get_for_displayMatthias Clasen2016-04-181-12/+3
* documentation: trivial typo fixes in GtkWidgetMohammed Sadik2016-04-111-2/+2
* widget: Always warn when underallocating widgetsTimm Bäder2016-04-011-11/+8
* widget: queue a redraw only if resize highlighting is enabledBenjamin Otte2016-03-301-5/+6
* Correct a deprecation noteMatthias Clasen2016-03-151-1/+1
* Use per-display debug flags for visual debuggingMatthias Clasen2016-03-111-3/+2
* builder: Allow 'primary' as a modifier valueMatthias Clasen2016-03-051-1/+8
* widget: Add brute force method to propagate clipBenjamin Otte2016-03-031-0/+17
* Don't use g_print for debug outputMatthias Clasen2016-02-281-11/+9
* widget: make sure to check all children for allocation needsCosimo Cecchi2016-02-281-3/+3
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-2/+2
* fix a typoMatthias Clasen2016-02-251-1/+1
* cannot not -> mustCaolán McNamara2016-02-111-1/+1
* widget: Set a css nameBenjamin Otte2016-02-041-0/+1
* Move private widget path functions awayMatthias Clasen2016-02-041-0/+1
* widget: Annotate out params of _translate_coordinates as optionalTimm Bäder2016-01-311-2/+2