summaryrefslogtreecommitdiff
path: root/gtk/gtkcellareabox.c
Commit message (Expand)AuthorAgeFilesLines
* GtkCellAreaBox: Explicitly notify orientationMatthias Clasen2014-06-091-5/+7
* GtkCellAreaBox: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* docs: don't use <emphasis>William Jon McCann2014-01-281-2/+2
* docs: don't link to child properties like propertiesWilliam Jon McCann2014-01-211-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+3
* gtkprivate: #define OPPOSITE_ORIENTATIONBenjamin Otte2013-05-011-4/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkCellAreaBoxPrivate: Improve struct packingMatthias Clasen2011-04-121-2/+1
* Minor documentation improvementsMurray Cumming2011-02-231-1/+1
* 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