]> Pileus Git - ~andy/gtk/history - gtk/gtkbox.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkbox.c
2013-02-23 Cosimo CecchiRevert "box: Don't special-case RTL hbox child position...
2012-12-18 Benjamin Ottebox: Don't special-case RTL hbox child positions anymore
2012-11-08 Matthias ClasenNuke GtkBoxAccessible
2012-09-11 Stefano Facchinibox: Fix typo
2012-05-11 Cosimo Cecchibox: set orientation style classes when setting orientation
2012-04-17 Benjamin Ottewidget: Don't cache widget paths all the time
2012-04-17 Benjamin Ottegtk: Make widget only invalidate widget positions
2012-03-19 Benjamin Ottegtk: Get gtkwidgetpath.h includes out of the public...
2012-03-18 Lionel Landwerlingtkbox: avoid warning when removing a widget with refco...
2012-02-27 Javier JardónChange FSF Address
2011-10-02 Javier Jardóngtkbox: Move private functions to private header
2011-09-29 Javier JardónReplace some references to the GtkTable, use GtkGrid...
2011-09-25 Michael NattererGtkBox: make get_path_for_child() work if there are...
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-05 Matthias ClasenConvert GailExpander to GtkExpanderAccessible
2011-07-05 Matthias ClasenDon't overwrite roles
2011-07-05 Matthias ClasenRemove GailBox
2011-07-01 Benjamin Ottebox: Remove cache for sibling paths
2011-07-01 Cosimo Cecchibox: follow children visibility when building the sibli...
2011-07-01 Cosimo CecchiRevert "gtkbox: Invalidate order on changes, even if...
2011-06-30 Vincent Untzgtkbox: Invalidate order on changes, even if the child...
2011-06-17 Matthias ClasenGtkBox: don't reset styles too often
2011-06-10 Matthias ClasenExpand migration hints for h/v boxes
2011-06-10 Murray CummingBox, etc: Improve docs after H* and V* deprecations.
2011-06-02 Benjamin Ottebox: Add RTL support for sibling paths
2011-06-02 Benjamin Ottebox: Add support for siblings in widget paths of box...
2011-06-02 Benjamin Ottebox: Only emit pack-type notify if the pack type really...
2011-04-12 Matthias ClasenGtkBoxPrivate: Improve struct packing
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-25 Tristan Van BerkomAdded GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestMode
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-03-06 Matthias ClasenOnly count visible children during size request
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-31 Matthias ClasenAdd a note to ::fill and ::expand docs
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-04 Matthias ClasenReduce includes of gtktypeutils.h to a minimum
2010-11-30 Cosimo CecchiMerge branch 'master' into open-with-dialog
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-25 Tristan Van BerkomChanging GtkBox:fill child property default back to...
2010-11-05 Murray CummingFix tiny documetnation typo.
2010-11-02 Murray CummingFix tiny documetnation typo.
2010-11-02 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
2010-10-31 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
2010-10-30 Javier JardónEmphasize that GtkBox and GtkTable can be replaced...
2010-10-30 Javier JardónEmphasize that GtkBox and GtkTable can be replaced...
2010-10-23 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-22 Matthias ClasenPoint to GtkGrid from the GtkBox and GtkTable docs
2010-10-22 Matthias ClasenFix a typo
2010-10-15 Matthias ClasenImprove GtkBox and GtkTable docs a bit
2010-10-13 Havoc PenningtonSupport GtkWidget expand properties in GtkBox
2010-09-27 Matthias ClasenRemove GtkObject completely
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-13 Matthias ClasenGtkBox: let GtkContainer handle border width
2010-08-27 Javier JardónUse GtkFooPrivate instead GtkFooPriv
2010-08-22 Javier Jardóngtk/gtkbox.c: use accessor functions to access GtkWidget
2010-08-19 Tristan Van BerkomGtkBox: Clipped values passed to gtk_distribute_natural...
2010-08-07 Tadej BorovšakFix improperly unwinded loops
2010-08-06 Tadej BorovšakImplement fair extra space allocation
2010-08-05 Tristan Van BerkomMigrated old loops to use gtk_distribute_allocation().
2010-08-05 Carlos Garcia CamposAdd _gtk_box_get_children() internal function
2010-07-20 Javier JardónMove GtkBoxChild from the public .h to gtkbox.c
2010-07-15 Paolo BorelliDo not use GtkBoxChild in GtkButtonBox.
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse accessor functions to acces GtkContainer
2010-07-13 Javier Jardóngtkbox: Move public members to private structure
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-06-18 Tristan Van BerkomMass api change from GtkExtendedLayout --> GtkSizeRequest
2010-06-15 Tristan Van BerkomFixed negative allocations from gtk_box_size_allocate()
2010-06-15 Matthias ClasenDocmentation improvements
2010-06-03 Matthias ClasenUpdate documentation for orientables
2010-05-30 Matthias ClasenSimple typo fix
2010-05-25 Matthias ClasenMake orientable base classes instantiable
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Christian DywanRemove deprecated functions from GtkBox
2010-05-01 Javier JardónFix some compilation warnings
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-28 Tadej BorovšakMove documentation to inline comments: GtkBox
2010-04-25 Matthias ClasenTreat h and v boxes the same way
2010-04-25 Matthias ClasenFix a regression in RTL flipping
2010-04-21 Tristan Van BerkomAdded documentation, implemented gtk_extended_layout_is...
2010-04-18 Tristan Van BerkomCompute the collective heights for the width of a horiz...
2010-04-13 Tristan Van BerkomMega commit to change ->get_desired_size() for ->get_de...
2010-04-11 Tristan Van BerkomImplemented gtk_extended_layout_is_height_for_width...
2010-04-10 Tristan Van BerkomAdded get_height_for_width/get_width_for_height impleme...
2010-04-09 Tristan Van BerkomFixed gtk_box_size_allocate() for homogeneous boxes
2010-04-06 Tristan Van BerkomFixed classes to call gtk_extended_layout_get_desired_s...
2010-04-05 Tristan Van BerkomFixed 2 bugs in gtk_box_size_allocate()
2010-04-04 Tristan Van BerkomRefixed merge conflicts for GTK_WIDGET_MAPPED/GTK_WIDGE...
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2009-12-14 Johannes Schmidnative-layout: Fix typo that brakes layout completely
2009-12-14 Johannes Schmidnative-layout: Don't expose extra gtk_widget_* function...
2009-12-14 Johannes SchmidMerge branch 'master' into native-layout
2009-12-14 Johannes Schmmidnative-layout: Introduce GtkExtendedLayout interface.
next