summaryrefslogtreecommitdiff
path: root/gtk/gtkcellareabox.c
Commit message (Expand)AuthorAgeFilesLines
* Don't export gtk_cell_area_box_init_groupsMatthias Clasen2011-02-081-2/+2
* Redo patch in efae64b (Set vertical/horizontal class...)Carlos Garnacho2011-01-121-20/+0
* Set vertical/horizontal class on all widgets overriding GtkOrientable::orient...Carlos Garnacho2011-01-121-0/+21
* gtk: Prefix GtkCellAreaBoxContext symbols with an underscoreBenjamin Otte2011-01-111-10/+10
* gtk: Rename private header to private nameBenjamin Otte2011-01-111-1/+1
* Fixed GtkCellAreaBox to not allocate invisible cells.Tristan Van Berkom2011-01-101-0/+3
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-0/+1
* Added "fixed-size" cell property to GtkCellAreaBoxTristan Van Berkom2010-12-221-28/+176
* Fix up symbol listsMatthias Clasen2010-12-191-1/+1
* Trivial changesMatthias Clasen2010-12-171-634/+668
* No links in title, pleaseMatthias Clasen2010-12-171-1/+1
* Fix background area calculation in RTL modeKristian Rietveld2010-12-161-4/+20
* Added apis to GtkCellArea for GtkIconView purposes.Tristan Van Berkom2010-12-131-0/+20
* Fixed some glitches in GtkCellAreaBox keynav from my last commit.Tristan Van Berkom2010-12-121-5/+5
* Make GtkCellAreaBox remember what was the last focus cell so that whenTristan Van Berkom2010-12-121-13/+54
* Added 'background_area' calculation to GtkCellAreaClass->foreach_alloc vfuncTristan Van Berkom2010-12-081-160/+38
* Fix GtkCellAreaBox allocate_cells_manually to handle undersized areas.Tristan Van Berkom2010-12-061-1/+4
* Added gtk_cell_area_foreach_alloc() to further simplify GtkCellArea subclassesTristan Van Berkom2010-12-061-149/+29
* Changed gtk_cell_area_forall to gtk_cell_area_foreach since thats more widely...Tristan Van Berkom2010-12-061-6/+7
* Added proper handling of right to left layouting of cells to GtkCellAreaBox.Tristan Van Berkom2010-12-051-22/+80
* Fixing gtk_cell_area_box_focus().Tristan Van Berkom2010-12-041-1/+1
* Changed GTK_CELL_AREA_WARN_INVALID_CHILD_PROPERTY_ID for GTK_CELL_AREA_WARN_I...Tristan Van Berkom2010-12-041-2/+2
* Adding documentation for GtkCellAreaBox.Tristan Van Berkom2010-12-031-0/+110
* Added some rules to GtkCellAreaBox for rendering the last cell.Tristan Van Berkom2010-12-011-0/+32
* Added special clause to GtkCellAreaBox focus navigation.Tristan Van Berkom2010-12-011-0/+10
* Fix GtkCellAreaBox to not paint a focus rectangle while a cell is currently b...Tristan Van Berkom2010-11-291-0/+6
* Changed cell area/renderer "can_focus" semantics to "is_activatable" across t...Tristan Van Berkom2010-11-291-1/+1
* Fixed GtkCellAreaBox->focus() to not give focus to cells that are siblings of...Tristan Van Berkom2010-11-291-2/+2
* Make focus rectangle painted on all cells if the GtkCellAreaBox is requested ...Tristan Van Berkom2010-11-291-3/+10
* Allow non-editable cells to receive focusKristian Rietveld2010-11-281-18/+9
* Available extra space could be less than zeroKristian Rietveld2010-11-281-3/+12
* Changed all the flush apis on GtkCellAreaContext for a single "reset" api.Tristan Van Berkom2010-11-271-7/+7
* Fixing GtkCellAreaBox at render time to consider height-for-width when stacke...Tristan Van Berkom2010-11-261-12/+22
* Finally really support rendering of cells in an unallocated context.Tristan Van Berkom2010-11-261-16/+123
* Revert "Removed tons of api that we dont absolutely need in GtkCellAreaContext:"Tristan Van Berkom2010-11-261-18/+39
* Added gtk_cell_renderer_get_aligned_area() and class vfunc.Tristan Van Berkom2010-11-251-1/+1
* Removed tons of api that we dont absolutely need in GtkCellAreaContext:Tristan Van Berkom2010-11-251-39/+18
* Make GtkCellAreaBox handle rendering without a previous allocation in the ori...Tristan Van Berkom2010-11-251-15/+25
* Removed cell margin apis and now deal with "focus-line-width".Tristan Van Berkom2010-11-231-3/+3
* Mass rename GtkCellAreaIter --> GtkCellAreaContextTristan Van Berkom2010-11-131-135/+135
* Ironed out the kinks in editing apis for GtkCellAreaTristan Van Berkom2010-11-121-46/+19
* Distribute portions of GtkCellArea:render() background_area argument to cellsTristan Van Berkom2010-11-121-10/+36
* Added event handling to GtkCellAreaBoxTristan Van Berkom2010-11-111-1/+97
* GtkCellArea now paints focus on cellsTristan Van Berkom2010-11-111-13/+85
* Focus driving in GtkCellArea now works.Tristan Van Berkom2010-11-101-20/+12
* Committing new (and simplified) focus handling approach for GtkCellArea.Tristan Van Berkom2010-11-101-171/+84
* Fixing GtkCellAreaBox to rebuild groups when align/expand child properties ch...Tristan Van Berkom2010-11-091-10/+3
* Added GtkCellArea classes to gtk.h and fixed a remainig rendering bug.Tristan Van Berkom2010-11-091-10/+0
* Fixed initial bugs in GtkCellArea implementation, starting to renderTristan Van Berkom2010-11-081-6/+18
* Implemented focus handling in GtkCellAreaBoxTristan Van Berkom2010-11-081-0/+138