summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Add gdk_frame_clock_begin/end_updating()Owen W. Taylor2013-02-181-11/+9
* Fix gtk_widget_add_tick_callback sometimes not workingAlexander Larsson2013-02-151-1/+1
* Fix up s/gtk_frame_clock/gdk_frame_clock/ in docsAlexander Larsson2013-02-151-2/+2
* GtkContainer: fix disconnection from frame clockOwen W. Taylor2013-02-141-3/+6
* GtkTickCallback: document use of G_SOURCE_CONTINUE/REMOVE for return valueOwen W. Taylor2013-02-141-3/+3
* Add gtk_widget_add_tick_callback(), remove GtkTimeline, etc.Owen W. Taylor2013-02-141-76/+253
* Add an UPDATE phase and GdkFrameClockTarget, use for GtkStyleContextOwen W. Taylor2013-02-141-0/+76
* GdkFrameClock: Make the phase explicit when requesting the frameOwen W. Taylor2013-02-141-1/+1
* Use GdkFrameClock for relayoutOwen W. Taylor2013-02-141-0/+3
* Add GdkFrameClockOwen W. Taylor2013-02-141-0/+48
* Add opacity_group hackAlexander Larsson2013-02-121-9/+44
* Clean up the opacity handlingAlexander Larsson2013-02-111-86/+67
* Correct the documentation for how to set accessible namesMatthias Clasen2013-02-101-1/+1
* css: Support opacityAlexander Larsson2013-02-071-35/+66
* Add gtk_widget_get/set_opacityAlexander Larsson2013-02-071-0/+259
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-1/+66
* widget: Another place to relax the visibility requirementBenjamin Otte2013-01-261-1/+1
* widget: Allow invisible toplevels to do sizing operationsBenjamin Otte2013-01-241-1/+1
* widget: Add annotation (allow-none) for set_tooltip_textCole Robinson2013-01-201-1/+1
* widget: Remove leftover debug statementBenjamin Otte2013-01-081-4/+1
* widget: Give some meaning to "visible"Benjamin Otte2013-01-081-1/+18
* widget: Fix initial state flags for RTLBenjamin Otte2012-12-291-1/+17
* widget: Fix state propagation codeBenjamin Otte2012-12-291-46/+33
* widget: Remove underscore prefix from static functionBenjamin Otte2012-12-291-7/+7
* 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