]> Pileus Git - ~andy/gtk/history - gtk/gtkcellareabox.c
Added 'background_area' calculation to GtkCellAreaClass->foreach_alloc vfunc
[~andy/gtk] / gtk / gtkcellareabox.c
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.