summaryrefslogtreecommitdiff
path: root/gtk/gtkcellarea.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed gtk_cell_layout_set_cell_data_func() to pass the correct layout objectTristan Van Berkom2010-12-221-31/+55
* Trivial changesMatthias Clasen2010-12-171-815/+835
* No links in title, pleaseMatthias Clasen2010-12-171-1/+1
* Should pass inner_area to cell in gtk_cell_area_activate_cell()Kristian Rietveld2010-12-161-2/+5
* Clip focus rectangle to background areaKristian Rietveld2010-12-161-0/+7
* Correct calculation of the cell focus rectangleKristian Rietveld2010-12-151-0/+11
* Make GtkCellArea independantly GtkBuildable.Tristan Van Berkom2010-12-141-2/+39
* Added apis to GtkCellArea for GtkIconView purposes.Tristan Van Berkom2010-12-131-0/+40
* Added "edit_only" argument to gtk_cell_area_activate()Tristan Van Berkom2010-12-121-7/+23
* Changed misleading variable name in gtk_cell_area_real_activate.Tristan Van Berkom2010-12-091-3/+3
* Fixed gtk-docs typo in gtkcellarea.cTristan Van Berkom2010-12-081-1/+1
* Fixed foreach_alloc call from gtk_cell_area_real_render to pass the real back...Tristan Van Berkom2010-12-081-1/+1
* Added 'background_area' calculation to GtkCellAreaClass->foreach_alloc vfuncTristan Van Berkom2010-12-081-7/+127
* Fixed some nit-picking bugs in GtkCellAreaTristan Van Berkom2010-12-061-19/+17
* Added gtk_cell_area_foreach_alloc() to further simplify GtkCellArea subclassesTristan Van Berkom2010-12-061-22/+198
* Changed gtk_cell_area_forall to gtk_cell_area_foreach since thats more widely...Tristan Van Berkom2010-12-061-17/+23
* Added proper handling of right to left layouting of cells to GtkCellAreaBox.Tristan Van Berkom2010-12-051-2/+0
* Fixed typo in GtkCellArea docs.Tristan Van Berkom2010-12-041-1/+1
* Added "Cell Properties" section to the GtkCellArea documentation.Tristan Van Berkom2010-12-041-2/+26
* Added gtk-doc to GtkCellArea & GtkCellAreaContext.Tristan Van Berkom2010-12-031-60/+197
* Adding more documentation to GtkCellArea, documented GtkCellAreaClass structure.Tristan Van Berkom2010-12-031-1/+1
* 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