summaryrefslogtreecommitdiff
path: root/gtk/gtksizerequest.c
Commit message (Expand)AuthorAgeFilesLines
* style: Add missing deprecation markersBenjamin Otte2013-04-021-0/+2
* widget: Allow invisible toplevels to do sizing operationsBenjamin Otte2013-01-241-1/+1
* sizerequest: Make invisible widgets return a 0x0 size.Benjamin Otte2013-01-081-0/+9
* sizerequest: Optimize CONSTANT_SIZE betterBenjamin Otte2012-11-141-2/+5
* sizerequest: Use GtkOrientationBenjamin Otte2012-11-141-22/+20
* sizerequestcache: Move lookup functionBenjamin Otte2012-11-141-71/+12
* sizerequestcache: Move commit functionBenjamin Otte2012-11-141-111/+5
* widget: Get rid of unused flagsBenjamin Otte2012-11-141-5/+0
* sizerequest: Cache the request modeBenjamin Otte2012-11-141-20/+12
* sizerequestcache: Make clear_cache clear all the cacheBenjamin Otte2012-11-141-5/+3
* sizerequestcache: Move functionsBenjamin Otte2012-11-141-48/+2
* sizerequest: Split out size request cache code into separate headerBenjamin Otte2012-11-141-0/+1
* sizerequest: do not derefence NULL pointersStefano Facchini2012-11-041-2/+5
* sizerequest: Restructure codeBenjamin Otte2012-11-041-92/+58
* sizerequest: Move sizegroups function to different source fileBenjamin Otte2012-11-041-5/+68
* sizerequest: Move optimizationBenjamin Otte2012-11-041-30/+14
* sizerequest: Export _gtk_widget_compute_size_for_orientation()Benjamin Otte2012-11-041-25/+52
* sizerequest: Cache sizes without size groupsBenjamin Otte2012-11-041-9/+6
* sizegroup: Handle hfw in size groupsBenjamin Otte2012-11-041-0/+1
* sizerequest: Improve warning messageBenjamin Otte2012-05-071-2/+12
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Move deprecated gtkwidget style api to gtkstyleMatthias Clasen2011-11-021-0/+1
* sizerequest: return CONSTANT_SIZE in return_if_fail()Benjamin Otte2011-04-141-1/+1
* Fixed bug in GtkSizeRequest code where the cache is not reset properlyTristan Van Berkom2011-04-041-1/+2
* widget: Emit initial style-set signal in the same situations as GTK2Benjamin Otte2011-03-271-0/+2
* Fixed possible segmentation fault while freeing size request caches.Tristan Van Berkom2011-03-251-1/+1
* Cache heights-for-range-of-widths instead of height for every width.Tristan Van Berkom2011-03-251-169/+242
* Reduce memory consumption of the size request cache.Tristan Van Berkom2011-03-251-54/+114
* Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestModeTristan Van Berkom2011-03-251-8/+32
* Add default class implementation of gtk_widget_get_request_mode().Tristan Van Berkom2011-01-281-8/+1
* Remove unneeded/deprecated call from size requisition codeCarlos Garnacho2011-01-041-2/+0
* Removed checks in gtksizerequest.cTristan Van Berkom2010-12-291-16/+0
* size-request: Clamp size requests to screen sizeBenjamin Otte2010-12-151-0/+16
* Added minimum size parameter to GtkWidgetClass->adjust_size_allocation.Tristan Van Berkom2010-12-071-9/+15
* gtk: remove GtkWidget::size-requestMichael Natterer2010-11-191-38/+3
* GtkWidget/GtkContainer: Slight fixes to geometry-management docs.Murray Cumming2010-11-041-19/+18
* Avoid exporting an extra symbolMatthias Clasen2010-11-011-2/+2
* Fire a warning if there are any handlers connected to the deprecated "size-re...Tristan Van Berkom2010-10-281-0/+7
* Added a runtime warning if any class is implementing the ->size_request() vfunc.Tristan Van Berkom2010-10-281-0/+7
* Stop calling GtkWidget parameters 'request'Matthias Clasen2010-10-261-46/+44
* Fixed push/pop_recursion_check() to not fire warnings for expected code.Tristan Van Berkom2010-10-231-2/+8
* Fixed problems with combination of height-for-width apis andTristan Van Berkom2010-10-231-7/+42
* Split off gtkprivate.hEmmanuele Bassi2010-10-201-2/+5
* Fix handling of the geometry widgetOwen W. Taylor2010-10-111-1/+1
* Migrated old GtkSizeRequestIface documentation to GtkWidget and added notes t...Tristan Van Berkom2010-10-081-99/+8
* GTK docs: Update width-for-height docsMatthias Clasen2010-10-011-10/+10
* Fixing documentation of gtk_widget_get_request_mode()Tristan Van Berkom2010-09-271-1/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-4/+5
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-83/+71
* Fixed gtk_distribute_natural_allocation() to place the g_newa *after* g_retur...Tristan Van Berkom2010-09-221-1/+3