summaryrefslogtreecommitdiff
path: root/gtk/gtksizerequest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduced overall SizeRequestCache sizeTristan Van Berkom2010-09-211-33/+63
* Rename h/v-align to h/valignMatthias Clasen2010-09-151-0/+51
* Fixed GtkSizeGroups to adjust both minimum and natural requisitionsTristan Van Berkom2010-09-151-10/+7
* GtkWidget: add adjust_size_request adjust_size_allocation virtual funcsHavoc Pennington2010-09-121-3/+37
* Warn about recursively calling size req wrappers on the same object and orien...Havoc Pennington2010-09-121-0/+53
* Moved GtkSizeRequest cache to GtkWidget->privTristan Van Berkom2010-09-091-58/+7
* Completely removed requisition cache from GtkWidget instance structure.Tristan Van Berkom2010-09-081-16/+12
* Warn if a widget requests minimum size > natural sizeHavoc Pennington2010-09-051-0/+6
* gtk/gtksizerequest.c: Use G_DEFINE_INTERFACE macroJavier Jardón2010-08-261-16/+9
* Added return_if_fail guard to gtk_distribute_natural_allocation()Tristan Van Berkom2010-08-181-0/+2
* Added gtk_distribute_allocation()Tristan Van Berkom2010-08-051-9/+108
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-6/+0
* Fixed some typos in new docs that are about GtkSizeRequest (not GtkSizeGroup)Tristan Van Berkom2010-06-181-4/+4
* Mass api change from GtkExtendedLayout --> GtkSizeRequestTristan Van Berkom2010-06-181-0/+541