summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* stylecontext: Use state flags for directionBenjamin Otte2012-12-181-4/+0
* widget: Set state flags for directionBenjamin Otte2012-12-181-2/+28
* API: Add state flags for RTL and LTRBenjamin Otte2012-12-181-2/+2
* GtkLabel: Rely on the new pango support for context change trackingAlexander Larsson2012-12-061-11/+6
* gtk: Use gtk_style_context_get()Benjamin Otte2012-12-061-4/+7
* Revert "Don't queue resize for hidden widgets without a size group"Alexander Larsson2012-12-041-3/+1
* Don't queue resize for hidden widgets without a size groupAlexander Larsson2012-12-041-1/+3
* css: Avoid queue_resize in _gtk_widget_style_context_invalidatedAlexander Larsson2012-12-041-3/+0
* widget: Optimize away unndeeded redrawsBenjamin Otte2012-11-301-3/+16
* Add a missing va_end callMatthias Clasen2012-11-291-0/+2
* widget: Remove an unneeded queue_resize()Benjamin Otte2012-11-251-2/+0
* symboliccolor: Remove extra includesBenjamin Otte2012-11-251-1/+0
* docs: Correct GtkWidget::scroll-event mask documentationDavid King2012-11-221-1/+1
* widget: Get rid of unused flagsBenjamin Otte2012-11-141-36/+3
* sizerequestcache: Move functionsBenjamin Otte2012-11-141-1/+3
* sizerequest: Split out size request cache code into separate headerBenjamin Otte2012-11-141-0/+1
* sizegroup: Construct the set of sizegroup peers as a hash tableBenjamin Otte2012-11-041-14/+0
* sizegroup: Use _gtk_widget_compute_size_for_orientation()Benjamin Otte2012-11-041-14/+0
* API: Add gtk_widget_is_visible()Benjamin Otte2012-11-041-3/+38
* Amended documentation for gtk_widget_set_size_request().Tristan Van Berkom2012-10-021-6/+2
* widget: Move style context update out of vfuncBenjamin Otte2012-10-011-6/+7
* stylecontext: Refactor the way animations are started and stoppedBenjamin Otte2012-09-171-3/+6
* widget: Use gtk_widget_queue_draw() for queueing redrawsBenjamin Otte2012-09-171-27/+3
* Small tweaks to the DND docsMatthias Clasen2012-09-151-33/+38
* Add GtkTextHandleCarlos Garnacho2012-09-031-0/+13
* GtkWidget: fix insert_action_group(NULL)Ryan Lortie2012-08-231-1/+4
* Fix the doc buildMatthias Clasen2012-08-201-1/+2
* GtkWidget: Add gtk_widget_insert_action_group()Lars Uebernickel2012-08-201-0/+67
* doc: fix location of ATK documentation (GNOME bug 682193)Frédéric Péters2012-08-191-1/+1
* Bug 680822 — Document return value of GtkWidget::drawPhilip Withnall2012-07-301-0/+9
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-10/+10
* widget: silence g-i scanner warningCosimo Cecchi2012-06-251-1/+1
* widget: don't call gtk_style_context_set_background if app_paintableBenjamin Otte2012-06-181-1/+2
* container: needs_resize is a container flag, not a widget flagBenjamin Otte2012-04-171-18/+0
* widget: Set .default class when widget is defaultBenjamin Otte2012-04-171-0/+9
* stylecontext: Add public API to stop animationsBenjamin Otte2012-04-171-0/+3
* widget: Don't cache widget paths all the timeBenjamin Otte2012-04-171-27/+34
* css: Remove old animation codeBenjamin Otte2012-04-171-119/+0
* widget: Replace reset_style() callsBenjamin Otte2012-04-171-2/+1
* widget: Don't go via path when resetting styleBenjamin Otte2012-04-171-9/+7
* widget: Add _gtk_widget_invalidate_style_context()Benjamin Otte2012-04-171-6/+16
* widget: Merge function into only callerBenjamin Otte2012-04-171-13/+7
* widget: Clear broken widget path in constructorBenjamin Otte2012-04-171-12/+23
* widget: Don't set widget path on style contextBenjamin Otte2012-04-171-7/+1
* stylecontext: Notify widget directly of changesBenjamin Otte2012-04-171-7/+2
* stylecontext: Add setter for widgetBenjamin Otte2012-04-171-1/+5
* Fix malformed doc commentsMatthias Clasen2012-04-121-14/+14
* widget: Create style context using regular APIBenjamin Otte2012-04-071-4/+3
* widget: Set up signals after initializing style contextBenjamin Otte2012-03-091-3/+3
* gtkwidget.c: Use G_VA_COPY instead of va_copy()Chun-wei Fan2012-03-081-1/+1