summaryrefslogtreecommitdiff
path: root/gtk/gtkcellarea.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_VALUE_INITJavier Jardón2011-10-151-5/+5
* Fixed gtk_cell_area_stop_editing() to properly notify when editing is not can...Tristan Van Berkom2011-10-041-4/+14
* Documentation fixesMatthias Clasen2011-09-251-4/+4
* Make focus rectangles optionalMatthias Clasen2011-08-101-0/+3
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* cellarea: Fix warning messages to display the right typeBenjamin Otte2011-05-021-2/+2
* Minor documentation improvementsMurray Cumming2011-02-231-17/+17
* Add some missing symbols to the docsMatthias Clasen2011-02-081-1/+3
* Use faster new G_VALUE_COLLECT_INIT variant instead G_VALUE_COLLECTJavier Jardón2011-02-071-2/+2
* Added default implementations of various GtkCellArea vfuncs.Tristan Van Berkom2011-02-031-106/+152
* Make GtkCellArea use GtkStyleContextCarlos Garnacho2011-01-271-65/+12
* Silence new gcc warningsMatthias Clasen2011-01-231-4/+1
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-2/+3
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-7/+8
* [GI] Add missing (scope) annotationsPavel Holejsovsky2011-01-201-2/+2
* Plugging memory leak in GtkCellArea (free ->style_detail at finalize time).Tristan Van Berkom2011-01-161-0/+1
* _gtk_cell_area_set_cell_data_func_with_proxy: set the proxy when creating a n...Guillaume Desmottes2011-01-121-0/+1
* Fixed GtkCellArea to never activate/start editing insensitive cells.Tristan Van Berkom2011-01-101-0/+3
* Fixed documentation of gtk_cell_area_set_focus_cell().Tristan Van Berkom2011-01-071-5/+6
* Forgotten documentation fixMatthias Clasen2011-01-061-1/+1
* More documentation fixes2.99.0Matthias Clasen2011-01-061-1/+1
* Fix GtkCellArea:edit-widget to be of type GtkCellEditableMilan Bouchet-Valat2011-01-051-1/+1
* Fix some parameter name mismatches in the docsMatthias Clasen2011-01-051-1/+1
* 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