| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gdk_frame_clock_begin/end_updating() | Owen W. Taylor | 2013-02-18 | 1 | -11/+9 |
* | Fix gtk_widget_add_tick_callback sometimes not working | Alexander Larsson | 2013-02-15 | 1 | -1/+1 |
* | Fix up s/gtk_frame_clock/gdk_frame_clock/ in docs | Alexander Larsson | 2013-02-15 | 1 | -2/+2 |
* | GtkContainer: fix disconnection from frame clock | Owen W. Taylor | 2013-02-14 | 1 | -3/+6 |
* | GtkTickCallback: document use of G_SOURCE_CONTINUE/REMOVE for return value | Owen W. Taylor | 2013-02-14 | 1 | -3/+3 |
* | Add gtk_widget_add_tick_callback(), remove GtkTimeline, etc. | Owen W. Taylor | 2013-02-14 | 1 | -76/+253 |
* | Add an UPDATE phase and GdkFrameClockTarget, use for GtkStyleContext | Owen W. Taylor | 2013-02-14 | 1 | -0/+76 |
* | GdkFrameClock: Make the phase explicit when requesting the frame | Owen W. Taylor | 2013-02-14 | 1 | -1/+1 |
* | Use GdkFrameClock for relayout | Owen W. Taylor | 2013-02-14 | 1 | -0/+3 |
* | Add GdkFrameClock | Owen W. Taylor | 2013-02-14 | 1 | -0/+48 |
* | Add opacity_group hack | Alexander Larsson | 2013-02-12 | 1 | -9/+44 |
* | Clean up the opacity handling | Alexander Larsson | 2013-02-11 | 1 | -86/+67 |
* | Correct the documentation for how to set accessible names | Matthias Clasen | 2013-02-10 | 1 | -1/+1 |
* | css: Support opacity | Alexander Larsson | 2013-02-07 | 1 | -35/+66 |
* | Add gtk_widget_get/set_opacity | Alexander Larsson | 2013-02-07 | 1 | -0/+259 |
* | Add gtk_widget_(un)register_window | Alexander Larsson | 2013-02-07 | 1 | -1/+66 |
* | widget: Another place to relax the visibility requirement | Benjamin Otte | 2013-01-26 | 1 | -1/+1 |
* | widget: Allow invisible toplevels to do sizing operations | Benjamin Otte | 2013-01-24 | 1 | -1/+1 |
* | widget: Add annotation (allow-none) for set_tooltip_text | Cole Robinson | 2013-01-20 | 1 | -1/+1 |
* | widget: Remove leftover debug statement | Benjamin Otte | 2013-01-08 | 1 | -4/+1 |
* | widget: Give some meaning to "visible" | Benjamin Otte | 2013-01-08 | 1 | -1/+18 |
* | widget: Fix initial state flags for RTL | Benjamin Otte | 2012-12-29 | 1 | -1/+17 |
* | widget: Fix state propagation code | Benjamin Otte | 2012-12-29 | 1 | -46/+33 |
* | widget: Remove underscore prefix from static function | Benjamin Otte | 2012-12-29 | 1 | -7/+7 |
* | stylecontext: Use state flags for direction | Benjamin Otte | 2012-12-18 | 1 | -4/+0 |
* | widget: Set state flags for direction | Benjamin Otte | 2012-12-18 | 1 | -2/+28 |
* | API: Add state flags for RTL and LTR | Benjamin Otte | 2012-12-18 | 1 | -2/+2 |
* | GtkLabel: Rely on the new pango support for context change tracking | Alexander Larsson | 2012-12-06 | 1 | -11/+6 |
* | gtk: Use gtk_style_context_get() | Benjamin Otte | 2012-12-06 | 1 | -4/+7 |
* | Revert "Don't queue resize for hidden widgets without a size group" | Alexander Larsson | 2012-12-04 | 1 | -3/+1 |
* | Don't queue resize for hidden widgets without a size group | Alexander Larsson | 2012-12-04 | 1 | -1/+3 |
* | css: Avoid queue_resize in _gtk_widget_style_context_invalidated | Alexander Larsson | 2012-12-04 | 1 | -3/+0 |
* | widget: Optimize away unndeeded redraws | Benjamin Otte | 2012-11-30 | 1 | -3/+16 |
* | Add a missing va_end call | Matthias Clasen | 2012-11-29 | 1 | -0/+2 |
* | widget: Remove an unneeded queue_resize() | Benjamin Otte | 2012-11-25 | 1 | -2/+0 |
* | symboliccolor: Remove extra includes | Benjamin Otte | 2012-11-25 | 1 | -1/+0 |
* | docs: Correct GtkWidget::scroll-event mask documentation | David King | 2012-11-22 | 1 | -1/+1 |
* | widget: Get rid of unused flags | Benjamin Otte | 2012-11-14 | 1 | -36/+3 |
* | sizerequestcache: Move functions | Benjamin Otte | 2012-11-14 | 1 | -1/+3 |
* | sizerequest: Split out size request cache code into separate header | Benjamin Otte | 2012-11-14 | 1 | -0/+1 |
* | sizegroup: Construct the set of sizegroup peers as a hash table | Benjamin Otte | 2012-11-04 | 1 | -14/+0 |
* | sizegroup: Use _gtk_widget_compute_size_for_orientation() | Benjamin Otte | 2012-11-04 | 1 | -14/+0 |
* | API: Add gtk_widget_is_visible() | Benjamin Otte | 2012-11-04 | 1 | -3/+38 |
* | Amended documentation for gtk_widget_set_size_request(). | Tristan Van Berkom | 2012-10-02 | 1 | -6/+2 |
* | widget: Move style context update out of vfunc | Benjamin Otte | 2012-10-01 | 1 | -6/+7 |
* | stylecontext: Refactor the way animations are started and stopped | Benjamin Otte | 2012-09-17 | 1 | -3/+6 |
* | widget: Use gtk_widget_queue_draw() for queueing redraws | Benjamin Otte | 2012-09-17 | 1 | -27/+3 |
* | Small tweaks to the DND docs | Matthias Clasen | 2012-09-15 | 1 | -33/+38 |
* | Add GtkTextHandle | Carlos Garnacho | 2012-09-03 | 1 | -0/+13 |
* | GtkWidget: fix insert_action_group(NULL) | Ryan Lortie | 2012-08-23 | 1 | -1/+4 |