summaryrefslogtreecommitdiff
path: root/gtk/gtkcellarea.h
Commit message (Expand)AuthorAgeFilesLines
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* docs: don't try to link to vfuncsWilliam Jon McCann2014-01-211-2/+2
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+47
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-2/+2
* Make GtkCellArea use GtkStyleContextCarlos Garnacho2011-01-271-4/+0
* [GI] Mark callbacks' context parameter with (closure) annotation.Pavel Holejsovsky2011-01-181-2/+2
* Fixed gtk_cell_layout_set_cell_data_func() to pass the correct layout objectTristan Van Berkom2010-12-221-0/+13
* Trivial changesMatthias Clasen2010-12-171-231/+243
* Fixed parameter names in gtkcellarea.h for gtk-doc parsing.Tristan Van Berkom2010-12-171-4/+4
* Updated some docs and gtk.symbols file for new apisTristan Van Berkom2010-12-131-0/+2
* Added apis to GtkCellArea for GtkIconView purposes.Tristan Van Berkom2010-12-131-0/+4
* Added "edit_only" argument to gtk_cell_area_activate()Tristan Van Berkom2010-12-121-2/+4
* 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