]> Pileus Git - ~andy/gtk/history - gtk/gtksizerequest.c
Removed checks in gtksizerequest.c
[~andy/gtk] / gtk / gtksizerequest.c
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