summaryrefslogtreecommitdiff
path: root/gtk/gtkwidgetprivate.h
Commit message (Expand)AuthorAgeFilesLines
* widget: Track when the window scale factor changes and notifyAlexander Larsson2013-07-031-0/+2
* action stuff: stop abusing GLib's namespaceRyan Lortie2013-05-131-2/+2
* widget: make gtk_widget_compute_size_for_orientation() staticBenjamin Otte2013-05-111-7/+0
* API: Don't export gtk_widget_preferred_size_and_baseline()Benjamin Otte2013-05-111-0/+5
* Only handle exposes on native window, propagate to children via draw()Alexander Larsson2013-05-071-3/+3
* widget: Adapt _gtk_widget_get_preferred_size_for_size()Benjamin Otte2013-05-011-1/+3
* Handle non-baseline supporting subclasses overriding baseline supporting classesAlexander Larsson2013-04-231-0/+1
* Initial support for baselinesAlexander Larsson2013-04-231-1/+3
* sizerequest: Split out a common functionBenjamin Otte2013-04-221-0/+5
* sizerequest: Use GtkOrientationBenjamin Otte2012-11-141-1/+1
* widget: Get rid of unused flagsBenjamin Otte2012-11-141-6/+0
* sizerequestcache: Move functionsBenjamin Otte2012-11-141-1/+0
* sizerequest: Split out size request cache code into separate headerBenjamin Otte2012-11-141-35/+0
* sizerequest: Restructure codeBenjamin Otte2012-11-041-1/+0
* sizegroup: Construct the set of sizegroup peers as a hash tableBenjamin Otte2012-11-041-3/+0
* sizegroup: Use _gtk_widget_compute_size_for_orientation()Benjamin Otte2012-11-041-3/+0
* sizerequest: Export _gtk_widget_compute_size_for_orientation()Benjamin Otte2012-11-041-0/+6
* GtkWidget: Add gtk_widget_insert_action_group()Lars Uebernickel2012-08-201-0/+4
* container: needs_resize is a container flag, not a widget flagBenjamin Otte2012-04-171-3/+0
* widget: Don't cache widget paths all the timeBenjamin Otte2012-04-171-0/+1
* widget: Add _gtk_widget_invalidate_style_context()Benjamin Otte2012-04-171-1/+6
* stylecontext: Notify widget directly of changesBenjamin Otte2012-04-171-0/+2
* gtk: Add a way to do event captureCarlos Garcia Campos2012-03-011-0/+7
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Introduce gtk_window_get/set_attached_to()Andrea Cimitan2012-01-121-0/+5
* widget: Add _gtk_widget_peek_accessible()Benjamin Otte2011-11-161-0/+2
* Move deprecated gtkwidget style api to gtkstyleMatthias Clasen2011-11-021-0/+4
* gtkwidget: Move private functions to private headerJavier Jardón2011-06-041-0/+42
* Cache heights-for-range-of-widths instead of height for every width.Tristan Van Berkom2011-03-251-21/+21
* Reduce memory consumption of the size request cache.Tristan Van Berkom2011-03-251-5/+15
* Optimize queue_resize_on_widget()Tristan Van Berkom2011-02-081-0/+12
* Move the get_cursor_color in GtkStyleContextPaolo Borelli2011-01-291-3/+0
* Use GtkRGBA for the cursor color priv api.Paolo Borelli2011-01-291-1/+1
* Port gtk_draw_insertion_cursor to GtkStyleContextMatthias Clasen2011-01-241-10/+13
* Fix coalescing of state animation areas for multiple window widgets.Carlos Garnacho2010-12-131-0/+5
* Split off gtkprivate.hEmmanuele Bassi2010-10-201-0/+93