summaryrefslogtreecommitdiff
path: root/gtk/gtkcellarea.h
Commit message (Expand)AuthorAgeFilesLines
* Added 'background_area' calculation to GtkCellAreaClass->foreach_alloc vfuncTristan Van Berkom2010-12-081-1/+5
* Fixed gtk-doc statement in GtkCellArea headerTristan Van Berkom2010-12-061-1/+1
* Added gtk_cell_area_foreach_alloc() to further simplify GtkCellArea subclassesTristan Van Berkom2010-12-061-8/+40
* Changed gtk_cell_area_forall to gtk_cell_area_foreach since thats more widely...Tristan Van Berkom2010-12-061-7/+9
* Changed GTK_CELL_AREA_WARN_INVALID_CHILD_PROPERTY_ID for GTK_CELL_AREA_WARN_I...Tristan Van Berkom2010-12-041-4/+13
* Marking GtkCellArea structure portions as /*< private >*/Tristan Van Berkom2010-12-031-0/+1
* Adding more documentation to GtkCellArea, documented GtkCellAreaClass structure.Tristan Van Berkom2010-12-031-2/+62
* Changed cell area/renderer "can_focus" semantics to "is_activatable" across t...Tristan Van Berkom2010-11-291-4/+4
* Added gtk_cell_renderer_get_aligned_area() and class vfunc.Tristan Van Berkom2010-11-251-8/+0
* Added GtkCellAreaClass->apply_attributes()Tristan Van Berkom2010-11-231-0/+5
* Removed cell margin apis and now deal with "focus-line-width".Tristan Van Berkom2010-11-231-14/+1
* More documentation in gtkcellarea.cTristan Van Berkom2010-11-151-4/+4
* Cleaned up cell editing api in GtkCellAreaTristan Van Berkom2010-11-141-4/+0
* Mass rename GtkCellAreaIter --> GtkCellAreaContextTristan Van Berkom2010-11-131-19/+19
* Ironed out the kinks in editing apis for GtkCellAreaTristan Van Berkom2010-11-121-1/+9
* Distribute portions of GtkCellArea:render() background_area argument to cellsTristan Van Berkom2010-11-121-162/+165
* Added event handling to GtkCellAreaBoxTristan Van Berkom2010-11-111-1/+2
* GtkCellArea now paints focus on cellsTristan Van Berkom2010-11-111-2/+23
* Committing new (and simplified) focus handling approach for GtkCellArea.Tristan Van Berkom2010-11-101-14/+19
* Implemented focus handling in GtkCellAreaBoxTristan Van Berkom2010-11-081-2/+1
* Added gtk_cell_area_stop_editing to allow explicit stopping of cell editing.Tristan Van Berkom2010-11-081-0/+2
* Added gtk_cell_area_activate_cell() and some cell editing managementTristan Van Berkom2010-11-081-9/+14
* Made progress on focus handling.Tristan Van Berkom2010-11-051-0/+22
* Committing half-way done focus work.Tristan Van Berkom2010-11-051-0/+4
* Extended gtk_cell_area_apply_attributes() to account for expander/expanded cellsTristan Van Berkom2010-11-021-1/+3
* Added cell focus apis to GtkCellArea.Tristan Van Berkom2010-11-011-0/+18
* Added GtkCellRendererState flags to GtkCellArea->event/render() methodsTristan Van Berkom2010-11-011-19/+23
* Changed GtkCellArea margin-left/right... for cell-margin-left/right...Tristan Van Berkom2010-10-311-12/+23
* Added margins to the cell areaTristan Van Berkom2010-10-311-0/+18
* Added GTK_CELL_AREA_WARN_INVALID_CHILD_PROPERTY_ID to gtkcellarea.hTristan Van Berkom2010-10-311-0/+3
* Implemented "cell properties" on the GtkCellAreaTristan Van Berkom2010-10-311-2/+49
* Adding GtkCellAreaIter arg to GtkCellArea->render/->eventTristan Van Berkom2010-10-301-2/+6
* Made GtkCellAreaBox:align-cells a packing property per cellTristan Van Berkom2010-10-301-1/+1
* Added GtkCellAreaIter classTristan Van Berkom2010-10-261-0/+11
* Removed attribute handling from class vfuncs of GtkCellArea.Tristan Van Berkom2010-10-241-46/+7
* Implemented remaining portions of GtkCellLayout ifaceTristan Van Berkom2010-10-241-9/+10
* Adding initial code skeleton for GtkCellAreaBox.Tristan Van Berkom2010-10-231-55/+55
* Added GtkCellArea to the buildTristan Van Berkom2010-10-221-14/+62
* Adding vague initial draft of GtkCellArea to the codebase (treeview-refactor ...Tristan Van Berkom2010-10-211-0/+169