]> Pileus Git - ~andy/gtk/history - gtk/gtksizerequest.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtksizerequest.c
2013-01-24 Benjamin Ottewidget: Allow invisible toplevels to do sizing operations
2013-01-08 Benjamin Ottesizerequest: Make invisible widgets return a 0x0 size.
2012-11-14 Benjamin Ottesizerequest: Optimize CONSTANT_SIZE better
2012-11-14 Benjamin Ottesizerequest: Use GtkOrientation
2012-11-14 Benjamin Ottesizerequestcache: Move lookup function
2012-11-14 Benjamin Ottesizerequestcache: Move commit function
2012-11-14 Benjamin Ottewidget: Get rid of unused flags
2012-11-14 Benjamin Ottesizerequest: Cache the request mode
2012-11-14 Benjamin Ottesizerequestcache: Make clear_cache clear all the cache
2012-11-14 Benjamin Ottesizerequestcache: Move functions
2012-11-14 Benjamin Ottesizerequest: Split out size request cache code into...
2012-11-04 Stefano Facchinisizerequest: do not derefence NULL pointers
2012-11-04 Benjamin Ottesizerequest: Restructure code
2012-11-04 Benjamin Ottesizerequest: Move sizegroups function to different...
2012-11-04 Benjamin Ottesizerequest: Move optimization
2012-11-04 Benjamin Ottesizerequest: Export _gtk_widget_compute_size_for_orient...
2012-11-04 Benjamin Ottesizerequest: Cache sizes without size groups
2012-11-04 Benjamin Ottesizegroup: Handle hfw in size groups
2012-05-07 Benjamin Ottesizerequest: Improve warning message
2012-02-27 Javier JardónChange FSF Address
2011-11-02 Matthias ClasenMove deprecated gtkwidget style api to gtkstyle
2011-04-14 Benjamin Ottesizerequest: return CONSTANT_SIZE in return_if_fail()
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-04-04 Tristan Van BerkomFixed bug in GtkSizeRequest code where the cache is...
2011-03-26 Benjamin Ottewidget: Emit initial style-set signal in the same situa...
2011-03-25 Tristan Van BerkomFixed possible segmentation fault while freeing size...
2011-03-25 Tristan Van BerkomCache heights-for-range-of-widths instead of height...
2011-03-25 Tristan Van BerkomReduce memory consumption of the size request cache.
2011-03-25 Tristan Van BerkomAdded GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestMode
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-28 Tristan Van BerkomAdd default class implementation of gtk_widget_get_requ...
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-04 Carlos GarnachoRemove unneeded/deprecated call from size requisition...
2010-12-29 Tristan Van BerkomRemoved checks in gtksizerequest.c
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-15 Benjamin Ottesize-request: Clamp size requests to screen size
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-07 Tristan Van BerkomAdded minimum size parameter to GtkWidgetClass->adjust_...
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-19 Michael Natterergtk: remove GtkWidget::size-request
2010-11-05 Murray CummingGtkWidget/GtkContainer: Slight fixes to geometry-manage...
2010-11-04 Murray CummingGtkWidget/GtkContainer: Slight fixes to geometry-manage...
2010-11-02 Matthias ClasenAvoid exporting an extra symbol
2010-11-01 Matthias ClasenAvoid exporting an extra symbol
2010-10-30 Tristan Van BerkomFire a warning if there are any handlers connected...
2010-10-30 Tristan Van BerkomAdded a runtime warning if any class is implementing...
2010-10-28 Tristan Van BerkomFire a warning if there are any handlers connected...
2010-10-28 Tristan Van BerkomAdded a runtime warning if any class is implementing...
2010-10-26 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-26 Matthias ClasenStop calling GtkWidget parameters 'request'
2010-10-24 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-23 Tristan Van BerkomFixed push/pop_recursion_check() to not fire warnings...
2010-10-23 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-22 Tristan Van BerkomFixed problems with combination of height-for-width...
2010-10-20 Emmanuele BassiSplit off gtkprivate.h
2010-10-11 Owen W. TaylorFix handling of the geometry widget
2010-10-08 Tristan Van BerkomMigrated old GtkSizeRequestIface documentation to GtkWi...
2010-10-01 Matthias ClasenGTK docs: Update width-for-height docs
2010-09-27 Tristan Van BerkomFixing documentation of gtk_widget_get_request_mode()
2010-09-27 Matthias ClasenRemove GtkObject completely
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-22 Tristan Van BerkomFixed gtk_distribute_natural_allocation() to place...
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Tristan Van BerkomReduced overall SizeRequestCache size
2010-09-16 Matthias ClasenRename h/v-align to h/valign
2010-09-14 Tristan Van BerkomFixed GtkSizeGroups to adjust both minimum and natural...
2010-09-13 Havoc PenningtonGtkWidget: add adjust_size_request adjust_size_allocati...
2010-09-13 Havoc PenningtonWarn about recursively calling size req wrappers on...
2010-09-09 Tristan Van BerkomMoved GtkSizeRequest cache to GtkWidget->priv
2010-09-08 Tristan Van BerkomCompletely removed requisition cache from GtkWidget...
2010-09-06 Havoc PenningtonWarn if a widget requests minimum size > natural size
2010-08-25 Javier Jardóngtk/gtksizerequest.c: Use G_DEFINE_INTERFACE macro
2010-08-19 Tristan Van BerkomAdded return_if_fail guard to gtk_distribute_natural_al...
2010-08-05 Tristan Van BerkomAdded gtk_distribute_allocation()
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-06-18 Tristan Van BerkomFixed some typos in new docs that are about GtkSizeRequ...
2010-06-18 Tristan Van BerkomMass api change from GtkExtendedLayout --> GtkSizeRequest