]> Pileus Git - ~andy/gtk/history - gtk/gtkcellareabox.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcellareabox.c
2012-02-27 Javier JardónChange FSF Address
2011-04-12 Matthias ClasenGtkCellAreaBoxPrivate: Improve struct packing
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-23 Murray CummingMinor documentation improvements
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-09 Matthias ClasenDon't export gtk_cell_area_box_init_groups
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-15 Chun-wei FanMerge ssh://git.gnome.org/git/gtk+
2011-01-12 Carlos GarnachoRedo patch in efae64b (Set vertical/horizontal class...)
2011-01-12 Carlos GarnachoSet vertical/horizontal class on all widgets overriding...
2011-01-11 Benjamin Ottegtk: Prefix GtkCellAreaBoxContext symbols with an under...
2011-01-11 Benjamin Ottegtk: Rename private header to private name
2011-01-10 Tristan Van BerkomFixed GtkCellAreaBox to not allocate invisible cells.
2011-01-04 Matthias ClasenReduce includes of gtktypeutils.h to a minimum
2010-12-21 Tristan Van BerkomAdded "fixed-size" cell property to GtkCellAreaBox
2010-12-20 Matthias ClasenFix up symbol lists
2010-12-18 Matthias ClasenTrivial changes
2010-12-17 Matthias ClasenNo links in title, please
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-16 Kristian RietveldFix background area calculation in RTL mode
2010-12-12 Tristan Van BerkomAdded apis to GtkCellArea for GtkIconView purposes.
2010-12-12 Tristan Van BerkomFixed some glitches in GtkCellAreaBox keynav from my...
2010-12-12 Tristan Van BerkomMake GtkCellAreaBox remember what was the last focus...
2010-12-08 Tristan Van BerkomAdded 'background_area' calculation to GtkCellAreaClass...
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-06 Tristan Van BerkomFix GtkCellAreaBox allocate_cells_manually to handle...
2010-12-06 Tristan Van BerkomAdded gtk_cell_area_foreach_alloc() to further simplify...
2010-12-06 Tristan Van BerkomChanged gtk_cell_area_forall to gtk_cell_area_foreach...
2010-12-05 Tristan Van BerkomAdded proper handling of right to left layouting of...
2010-12-05 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Tristan Van BerkomFixing gtk_cell_area_box_focus().
2010-12-04 Tristan Van BerkomChanged GTK_CELL_AREA_WARN_INVALID_CHILD_PROPERTY_ID...
2010-12-03 Tristan Van BerkomAdding documentation for GtkCellAreaBox.
2010-12-02 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-01 Tristan Van BerkomAdded some rules to GtkCellAreaBox for rendering the...
2010-12-01 Tristan Van BerkomAdded special clause to GtkCellAreaBox focus navigation.
2010-11-29 Tristan Van BerkomFix GtkCellAreaBox to not paint a focus rectangle while...
2010-11-29 Tristan Van BerkomChanged cell area/renderer "can_focus" semantics to...
2010-11-29 Tristan Van BerkomFixed GtkCellAreaBox->focus() to not give focus to...
2010-11-29 Tristan Van BerkomMake focus rectangle painted on all cells if the GtkCel...
2010-11-28 Kristian RietveldAllow non-editable cells to receive focus
2010-11-28 Kristian RietveldAvailable extra space could be less than zero
2010-11-27 Tristan Van BerkomChanged all the flush apis on GtkCellAreaContext for...
2010-11-26 Tristan Van BerkomFixing GtkCellAreaBox at render time to consider height...
2010-11-26 Tristan Van BerkomFinally really support rendering of cells in an unalloc...
2010-11-26 Tristan Van BerkomRevert "Removed tons of api that we dont absolutely...
2010-11-25 Tristan Van BerkomAdded gtk_cell_renderer_get_aligned_area() and class...
2010-11-25 Tristan Van BerkomRemoved tons of api that we dont absolutely need in...
2010-11-25 Tristan Van BerkomMake GtkCellAreaBox handle rendering without a previous...
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-23 Tristan Van BerkomRemoved cell margin apis and now deal with "focus-line...
2010-11-16 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-13 Tristan Van BerkomMass rename GtkCellAreaIter --> GtkCellAreaContext
2010-11-12 Tristan Van BerkomIroned out the kinks in editing apis for GtkCellArea
2010-11-12 Tristan Van BerkomDistribute portions of GtkCellArea:render() background_...
2010-11-11 Tristan Van BerkomAdded event handling to GtkCellAreaBox
2010-11-11 Tristan Van BerkomGtkCellArea now paints focus on cells
2010-11-10 Tristan Van BerkomFocus driving in GtkCellArea now works.
2010-11-10 Tristan Van BerkomCommitting new (and simplified) focus handling approach...
2010-11-09 Tristan Van BerkomFixing GtkCellAreaBox to rebuild groups when align...
2010-11-08 Tristan Van BerkomAdded GtkCellArea classes to gtk.h and fixed a remainig...
2010-11-08 Tristan Van BerkomFixed initial bugs in GtkCellArea implementation, start...
2010-11-08 Tristan Van BerkomImplemented focus handling in GtkCellAreaBox
2010-11-05 Tristan Van BerkomMade progress on focus handling.
2010-11-05 Tristan Van BerkomCommitting half-way done focus work.
2010-11-02 Tristan Van BerkomAccount for the possibility of invisible cells in GtkCe...
2010-11-02 Tristan Van BerkomAdding tentative implementation of GtkCellAreaBox-...
2010-11-01 Tristan Van BerkomAdded GtkCellRendererState flags to GtkCellArea->event...
2010-10-31 Tristan Van BerkomChanged GtkCellArea margin-left/right... for cell-margi...
2010-10-31 Tristan Van BerkomImplemented cell packing properties on GtkCellAreaBox
2010-10-31 Tristan Van BerkomFinished up allocation of cells.
2010-10-31 Tristan Van BerkomCleaned up GtkCellAreaIter implementation to use arrays...
2010-10-30 Tristan Van BerkomAdding GtkCellAreaIter arg to GtkCellArea->render/...
2010-10-30 Tristan Van BerkomAdded the majority of the allocate machinery to GtkCell...
2010-10-30 Tristan Van BerkomFixed GtkCellAreaIter to notify invalidation of sizes...
2010-10-30 Tristan Van BerkomMade GtkCellAreaBox:align-cells a packing property...
2010-10-26 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-26 Tristan Van BerkomAdded most of the request code for GtkCellAreaBox
2010-10-26 Tristan Van BerkomAdded GtkCellAreaBox subclass to handle alignments...
2010-10-26 Tristan Van BerkomAdded GtkCellAreaIter class
2010-10-26 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-24 Tristan Van BerkomImplemented GtkCellLayoutIface->reorder on GtkCellAreaBox.
2010-10-24 Tristan Van BerkomImplemented basic child list handling on GtkCellAreaBox
2010-10-24 Tristan Van BerkomRemoved attribute handling from class vfuncs of GtkCell...
2010-10-24 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-24 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-24 Tristan Van BerkomImplemented remaining portions of GtkCellLayout iface
2010-10-23 Tristan Van BerkomAdding initial code skeleton for GtkCellAreaBox.