| Commit message (Expand) | Author | Age | Files | Lines |
* | widget: Add a resize_needed flag | Benjamin Otte | 2015-10-28 | 1 | -0/+2 |
* | size request: Avoid unnecessary reffing | Matthias Clasen | 2015-09-23 | 1 | -4/+0 |
* | Remove type check from gtk_widget_get_request_mode | Matthias Clasen | 2015-09-12 | 1 | -3/+1 |
* | size request: Redo the recursion checks | Matthias Clasen | 2015-09-09 | 1 | -6/+5 |
* | Move GtkWidgetPrivate to gtkwidgetprivate.h | Matthias Clasen | 2015-09-07 | 1 | -1/+1 |
* | Docs: Remove all entities and turn off sgml mode | Matthias Clasen | 2014-02-09 | 1 | -5/+5 |
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -7/+7 |
* | Docs: Don't use note elements | Matthias Clasen | 2014-02-02 | 1 | -9/+8 |
* | docs: fix name of function to use for baseline alignment | William Jon McCann | 2014-01-21 | 1 | -1/+1 |
* | widget: make gtk_widget_compute_size_for_orientation() static | Benjamin Otte | 2013-05-11 | 1 | -39/+39 |
* | API: Don't export gtk_widget_preferred_size_and_baseline() | Benjamin Otte | 2013-05-11 | 1 | -11/+9 |
* | widget: Adapt _gtk_widget_get_preferred_size_for_size() | Benjamin Otte | 2013-05-01 | 1 | -9/+22 |
* | Handle non-baseline supporting subclasses overriding baseline supporting classes | Alexander Larsson | 2013-04-23 | 1 | -6/+53 |
* | Initial support for baselines | Alexander Larsson | 2013-04-23 | 1 | -49/+197 |
* | sizerequest: Split out a common function | Benjamin Otte | 2013-04-22 | 1 | -0/+23 |
* | style: Add missing deprecation markers | Benjamin Otte | 2013-04-02 | 1 | -0/+2 |
* | widget: Allow invisible toplevels to do sizing operations | Benjamin Otte | 2013-01-24 | 1 | -1/+1 |
* | sizerequest: Make invisible widgets return a 0x0 size. | Benjamin Otte | 2013-01-08 | 1 | -0/+9 |
* | sizerequest: Optimize CONSTANT_SIZE better | Benjamin Otte | 2012-11-14 | 1 | -2/+5 |
* | sizerequest: Use GtkOrientation | Benjamin Otte | 2012-11-14 | 1 | -22/+20 |
* | sizerequestcache: Move lookup function | Benjamin Otte | 2012-11-14 | 1 | -71/+12 |
* | sizerequestcache: Move commit function | Benjamin Otte | 2012-11-14 | 1 | -111/+5 |
* | widget: Get rid of unused flags | Benjamin Otte | 2012-11-14 | 1 | -5/+0 |
* | sizerequest: Cache the request mode | Benjamin Otte | 2012-11-14 | 1 | -20/+12 |
* | sizerequestcache: Make clear_cache clear all the cache | Benjamin Otte | 2012-11-14 | 1 | -5/+3 |
* | sizerequestcache: Move functions | Benjamin Otte | 2012-11-14 | 1 | -48/+2 |
* | sizerequest: Split out size request cache code into separate header | Benjamin Otte | 2012-11-14 | 1 | -0/+1 |
* | sizerequest: do not derefence NULL pointers | Stefano Facchini | 2012-11-04 | 1 | -2/+5 |
* | sizerequest: Restructure code | Benjamin Otte | 2012-11-04 | 1 | -92/+58 |
* | sizerequest: Move sizegroups function to different source file | Benjamin Otte | 2012-11-04 | 1 | -5/+68 |
* | sizerequest: Move optimization | Benjamin Otte | 2012-11-04 | 1 | -30/+14 |
* | sizerequest: Export _gtk_widget_compute_size_for_orientation() | Benjamin Otte | 2012-11-04 | 1 | -25/+52 |
* | sizerequest: Cache sizes without size groups | Benjamin Otte | 2012-11-04 | 1 | -9/+6 |
* | sizegroup: Handle hfw in size groups | Benjamin Otte | 2012-11-04 | 1 | -0/+1 |
* | sizerequest: Improve warning message | Benjamin Otte | 2012-05-07 | 1 | -2/+12 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | Move deprecated gtkwidget style api to gtkstyle | Matthias Clasen | 2011-11-02 | 1 | -0/+1 |
* | sizerequest: return CONSTANT_SIZE in return_if_fail() | Benjamin Otte | 2011-04-14 | 1 | -1/+1 |
* | Fixed bug in GtkSizeRequest code where the cache is not reset properly | Tristan Van Berkom | 2011-04-04 | 1 | -1/+2 |
* | widget: Emit initial style-set signal in the same situations as GTK2 | Benjamin Otte | 2011-03-27 | 1 | -0/+2 |
* | Fixed possible segmentation fault while freeing size request caches. | Tristan Van Berkom | 2011-03-25 | 1 | -1/+1 |
* | Cache heights-for-range-of-widths instead of height for every width. | Tristan Van Berkom | 2011-03-25 | 1 | -169/+242 |
* | Reduce memory consumption of the size request cache. | Tristan Van Berkom | 2011-03-25 | 1 | -54/+114 |
* | Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestMode | Tristan Van Berkom | 2011-03-25 | 1 | -8/+32 |
* | Add default class implementation of gtk_widget_get_request_mode(). | Tristan Van Berkom | 2011-01-28 | 1 | -8/+1 |
* | Remove unneeded/deprecated call from size requisition code | Carlos Garnacho | 2011-01-04 | 1 | -2/+0 |
* | Removed checks in gtksizerequest.c | Tristan Van Berkom | 2010-12-29 | 1 | -16/+0 |
* | size-request: Clamp size requests to screen size | Benjamin Otte | 2010-12-15 | 1 | -0/+16 |
* | Added minimum size parameter to GtkWidgetClass->adjust_size_allocation. | Tristan Van Berkom | 2010-12-07 | 1 | -9/+15 |
* | gtk: remove GtkWidget::size-request | Michael Natterer | 2010-11-19 | 1 | -38/+3 |