summaryrefslogtreecommitdiff
path: root/gtk/gtkcellarea.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed GtkCellArea to always activate a cell at gtk_cell_area_activate() time ...Tristan Van Berkom2010-12-011-3/+25
* Changed cell area/renderer "can_focus" semantics to "is_activatable" across t...Tristan Van Berkom2010-11-291-17/+17
* Make editable widget fill the entire inner area of the edited cellTristan Van Berkom2010-11-291-5/+1
* Touching up GtkCellArea docs.Tristan Van Berkom2010-11-291-12/+10
* Added initial detailed docs for GtkCellArea.Tristan Van Berkom2010-11-291-2/+305
* Added gtk_cell_renderer_get_aligned_area() and class vfunc.Tristan Van Berkom2010-11-251-50/+1
* Added GtkCellAreaClass->apply_attributes()Tristan Van Berkom2010-11-231-71/+113
* Removed cell margin apis and now deal with "focus-line-width".Tristan Van Berkom2010-11-231-208/+26
* More documentation in gtkcellarea.cTristan Van Berkom2010-11-151-6/+147
* Cleaned up cell editing api in GtkCellAreaTristan Van Berkom2010-11-141-100/+311
* Mass rename GtkCellAreaIter --> GtkCellAreaContextTristan Van Berkom2010-11-131-39/+39
* Added tests to reflect proper treatment of background area.Tristan Van Berkom2010-11-121-4/+4
* Ironed out the kinks in editing apis for GtkCellAreaTristan Van Berkom2010-11-121-15/+81
* Distribute portions of GtkCellArea:render() background_area argument to cellsTristan Van Berkom2010-11-121-3/+35
* Added event handling to GtkCellAreaBoxTristan Van Berkom2010-11-111-0/+53
* GtkCellArea now paints focus on cellsTristan Van Berkom2010-11-111-3/+170
* Focus driving in GtkCellArea now works.Tristan Van Berkom2010-11-101-0/+1
* Committing new (and simplified) focus handling approach for GtkCellArea.Tristan Van Berkom2010-11-101-150/+94
* Implemented focus handling in GtkCellAreaBoxTristan Van Berkom2010-11-081-5/+6
* Added gtk_cell_area_stop_editing to allow explicit stopping of cell editing.Tristan Van Berkom2010-11-081-9/+26
* Added gtk_cell_area_activate_cell() and some cell editing managementTristan Van Berkom2010-11-081-65/+289
* Made progress on focus handling.Tristan Van Berkom2010-11-051-6/+294
* Committing half-way done focus work.Tristan Van Berkom2010-11-051-13/+170
* Extended gtk_cell_area_apply_attributes() to account for expander/expanded cellsTristan Van Berkom2010-11-021-1/+30
* Added cell focus apis to GtkCellArea.Tristan Van Berkom2010-11-011-12/+145
* Added GtkCellRendererState flags to GtkCellArea->event/render() methodsTristan Van Berkom2010-11-011-12/+14
* Changed GtkCellArea margin-left/right... for cell-margin-left/right...Tristan Van Berkom2010-10-311-89/+144
* Added margins to the cell areaTristan Van Berkom2010-10-311-3/+252
* Implemented "cell properties" on the GtkCellAreaTristan Van Berkom2010-10-311-1/+368
* Adding GtkCellAreaIter arg to GtkCellArea->render/->eventTristan Van Berkom2010-10-301-4/+9
* Added GtkCellAreaIter classTristan Van Berkom2010-10-261-6/+34
* Implemented basic child list handling on GtkCellAreaBoxTristan Van Berkom2010-10-241-58/+63
* Removed attribute handling from class vfuncs of GtkCellArea.Tristan Van Berkom2010-10-241-186/+231
* Implemented remaining portions of GtkCellLayout ifaceTristan Van Berkom2010-10-241-61/+245
* Adding initial code skeleton for GtkCellAreaBox.Tristan Van Berkom2010-10-231-69/+69
* Added GtkCellArea to the buildTristan Van Berkom2010-10-221-34/+371
* Adding vague initial draft of GtkCellArea to the codebase (treeview-refactor ...Tristan Van Berkom2010-10-211-0/+174