]> Pileus Git - ~andy/gtk/history - gtk/gtkcellareabox.c
Distribute portions of GtkCellArea:render() background_area argument to cells
[~andy/gtk] / gtk / gtkcellareabox.c
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.