]> Pileus Git - ~andy/gtk/history - gtk/gtkcellarea.c
Clip focus rectangle to background area
[~andy/gtk] / gtk / gtkcellarea.c
2010-12-16 Kristian RietveldClip focus rectangle to background area
2010-12-15 Kristian RietveldCorrect calculation of the cell focus rectangle
2010-12-14 Tristan Van BerkomMake GtkCellArea independantly GtkBuildable.
2010-12-12 Tristan Van BerkomAdded apis to GtkCellArea for GtkIconView purposes.
2010-12-12 Tristan Van BerkomAdded "edit_only" argument to gtk_cell_area_activate()
2010-12-09 Tristan Van BerkomChanged misleading variable name in gtk_cell_area_real_...
2010-12-08 Tristan Van BerkomFixed gtk-docs typo in gtkcellarea.c
2010-12-08 Tristan Van BerkomFixed foreach_alloc call from gtk_cell_area_real_render...
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 BerkomFixed some nit-picking bugs in GtkCellArea
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 BerkomFixed typo in GtkCellArea docs.
2010-12-04 Tristan Van BerkomAdded "Cell Properties" section to the GtkCellArea...
2010-12-03 Tristan Van BerkomAdded gtk-doc to GtkCellArea & GtkCellAreaContext.
2010-12-02 Tristan Van BerkomAdding more documentation to GtkCellArea, documented...
2010-12-02 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-01 Tristan Van BerkomFixed GtkCellArea to always activate a cell at gtk_cell...
2010-11-29 Tristan Van BerkomChanged cell area/renderer "can_focus" semantics to...
2010-11-29 Tristan Van BerkomMake editable widget fill the entire inner area of...
2010-11-29 Tristan Van BerkomTouching up GtkCellArea docs.
2010-11-29 Tristan Van BerkomAdded initial detailed docs for GtkCellArea.
2010-11-25 Tristan Van BerkomAdded gtk_cell_renderer_get_aligned_area() and class...
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-23 Tristan Van BerkomAdded GtkCellAreaClass->apply_attributes()
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-15 Tristan Van BerkomMore documentation in gtkcellarea.c
2010-11-14 Tristan Van BerkomCleaned up cell editing api in GtkCellArea
2010-11-13 Tristan Van BerkomMass rename GtkCellAreaIter --> GtkCellAreaContext
2010-11-12 Tristan Van BerkomAdded tests to reflect proper treatment of background...
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-08 Tristan Van BerkomImplemented focus handling in GtkCellAreaBox
2010-11-08 Tristan Van BerkomAdded gtk_cell_area_stop_editing to allow explicit...
2010-11-08 Tristan Van BerkomAdded gtk_cell_area_activate_cell() and some cell editi...
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 BerkomExtended gtk_cell_area_apply_attributes() to account...
2010-11-01 Tristan Van BerkomAdded cell focus apis to GtkCellArea.
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 BerkomAdded margins to the cell area
2010-10-31 Tristan Van BerkomImplemented "cell properties" on the GtkCellArea
2010-10-30 Tristan Van BerkomAdding GtkCellAreaIter arg to GtkCellArea->render/...
2010-10-26 Tristan Van BerkomMerge branch 'master' into treeview-refactor
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 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.
2010-10-23 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-22 Tristan Van BerkomAdded GtkCellArea to the build
2010-10-21 Tristan Van BerkomAdding vague initial draft of GtkCellArea to the codeba...