summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Add Composite Child machinery and APIs to GtkWidgetTristan Van Berkom2013-04-081-0/+752
* Deprecate gtk_widget_push_composite_child & friendsTristan Van Berkom2013-04-081-0/+9
* Fix gtk_window_set_opacity()Alexander Larsson2013-04-041-1/+2
* style: Add missing deprecation markersBenjamin Otte2013-04-021-0/+12
* widget: Get rid of deprecation warningsBenjamin Otte2013-04-021-0/+4
* GtkWidget: add missing deprecation marksSébastien Wilmet2013-03-241-2/+2
* GtkWidget: Handle style updates before realizeAlexander Larsson2013-03-201-1/+1
* gdk/gdkwindow.c, gtk/gtkwidget.c: Include fallback-c89.cChun-wei Fan2013-03-131-0/+3
* docs: correct various spelling and grammar errorsWill Thompson2013-03-041-3/+3
* Re-fix opacity group handlingAlexander Larsson2013-03-011-14/+18
* Fix opacity group hackAlexander Larsson2013-02-271-10/+8
* Some more documentation fixesMatthias Clasen2013-02-251-4/+5
* GtkWidget::draw() - Document how to get the dirty regionFederico Mena Quintero2013-02-211-0/+7
* docs: add some missing gtk-doc blocks and Since tags for new APICosimo Cecchi2013-02-181-0/+15
* gtk_widget_on_frame_clock_update: ref the widgetOwen W. Taylor2013-02-181-0/+4
* 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