| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Fix spelling mistakes found by codespell | Björn Daase | 2020-08-21 | 1 | -1/+1 |
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -96/+96 |
* | cell area box: Drop the priv pointer | Matthias Clasen | 2019-05-26 | 1 | -54/+57 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -20/+0 |
* | Code cleanup | Matthias Clasen | 2015-07-31 | 1 | -8/+7 |
* | GtkCellAreaBox: Explicitly notify orientation | Matthias Clasen | 2014-06-09 | 1 | -5/+7 |
* | GtkCellAreaBox: Use G_PARAM_EXPLICIT_NOTIFY | Matthias Clasen | 2014-06-09 | 1 | -1/+1 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -2/+2 |
* | docs: don't use <emphasis> | William Jon McCann | 2014-01-28 | 1 | -2/+2 |
* | docs: don't link to child properties like properties | William Jon McCann | 2014-01-21 | 1 | -1/+1 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -6/+3 |
* | gtkprivate: #define OPPOSITE_ORIENTATION | Benjamin Otte | 2013-05-01 | 1 | -4/+0 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | GtkCellAreaBoxPrivate: Improve struct packing | Matthias Clasen | 2011-04-12 | 1 | -2/+1 |
* | Minor documentation improvements | Murray Cumming | 2011-02-23 | 1 | -1/+1 |
* | Don't export gtk_cell_area_box_init_groups | Matthias Clasen | 2011-02-08 | 1 | -2/+2 |
* | Redo patch in efae64b (Set vertical/horizontal class...) | Carlos Garnacho | 2011-01-12 | 1 | -20/+0 |
* | Set vertical/horizontal class on all widgets overriding GtkOrientable::orient... | Carlos Garnacho | 2011-01-12 | 1 | -0/+21 |
* | gtk: Prefix GtkCellAreaBoxContext symbols with an underscore | Benjamin Otte | 2011-01-11 | 1 | -10/+10 |
* | gtk: Rename private header to private name | Benjamin Otte | 2011-01-11 | 1 | -1/+1 |
* | Fixed GtkCellAreaBox to not allocate invisible cells. | Tristan Van Berkom | 2011-01-10 | 1 | -0/+3 |
* | Reduce includes of gtktypeutils.h to a minimum | Matthias Clasen | 2011-01-04 | 1 | -0/+1 |
* | Added "fixed-size" cell property to GtkCellAreaBox | Tristan Van Berkom | 2010-12-22 | 1 | -28/+176 |
* | Fix up symbol lists | Matthias Clasen | 2010-12-19 | 1 | -1/+1 |
* | Trivial changes | Matthias Clasen | 2010-12-17 | 1 | -634/+668 |
* | No links in title, please | Matthias Clasen | 2010-12-17 | 1 | -1/+1 |
* | Fix background area calculation in RTL mode | Kristian Rietveld | 2010-12-16 | 1 | -4/+20 |
* | Added apis to GtkCellArea for GtkIconView purposes. | Tristan Van Berkom | 2010-12-13 | 1 | -0/+20 |
* | Fixed some glitches in GtkCellAreaBox keynav from my last commit. | Tristan Van Berkom | 2010-12-12 | 1 | -5/+5 |
* | Make GtkCellAreaBox remember what was the last focus cell so that when | Tristan Van Berkom | 2010-12-12 | 1 | -13/+54 |
* | Added 'background_area' calculation to GtkCellAreaClass->foreach_alloc vfunc | Tristan Van Berkom | 2010-12-08 | 1 | -160/+38 |
* | Fix GtkCellAreaBox allocate_cells_manually to handle undersized areas. | Tristan Van Berkom | 2010-12-06 | 1 | -1/+4 |
* | Added gtk_cell_area_foreach_alloc() to further simplify GtkCellArea subclasses | Tristan Van Berkom | 2010-12-06 | 1 | -149/+29 |
* | Changed gtk_cell_area_forall to gtk_cell_area_foreach since thats more widely... | Tristan Van Berkom | 2010-12-06 | 1 | -6/+7 |
* | Added proper handling of right to left layouting of cells to GtkCellAreaBox. | Tristan Van Berkom | 2010-12-05 | 1 | -22/+80 |
* | Fixing gtk_cell_area_box_focus(). | Tristan Van Berkom | 2010-12-04 | 1 | -1/+1 |
* | Changed GTK_CELL_AREA_WARN_INVALID_CHILD_PROPERTY_ID for GTK_CELL_AREA_WARN_I... | Tristan Van Berkom | 2010-12-04 | 1 | -2/+2 |
* | Adding documentation for GtkCellAreaBox. | Tristan Van Berkom | 2010-12-03 | 1 | -0/+110 |
* | Added some rules to GtkCellAreaBox for rendering the last cell. | Tristan Van Berkom | 2010-12-01 | 1 | -0/+32 |
* | Added special clause to GtkCellAreaBox focus navigation. | Tristan Van Berkom | 2010-12-01 | 1 | -0/+10 |
* | Fix GtkCellAreaBox to not paint a focus rectangle while a cell is currently b... | Tristan Van Berkom | 2010-11-29 | 1 | -0/+6 |
* | Changed cell area/renderer "can_focus" semantics to "is_activatable" across t... | Tristan Van Berkom | 2010-11-29 | 1 | -1/+1 |
* | Fixed GtkCellAreaBox->focus() to not give focus to cells that are siblings of... | Tristan Van Berkom | 2010-11-29 | 1 | -2/+2 |
* | Make focus rectangle painted on all cells if the GtkCellAreaBox is requested ... | Tristan Van Berkom | 2010-11-29 | 1 | -3/+10 |
* | Allow non-editable cells to receive focus | Kristian Rietveld | 2010-11-28 | 1 | -18/+9 |
* | Available extra space could be less than zero | Kristian Rietveld | 2010-11-28 | 1 | -3/+12 |
* | Changed all the flush apis on GtkCellAreaContext for a single "reset" api. | Tristan Van Berkom | 2010-11-27 | 1 | -7/+7 |
* | Fixing GtkCellAreaBox at render time to consider height-for-width when stacke... | Tristan Van Berkom | 2010-11-26 | 1 | -12/+22 |
* | Finally really support rendering of cells in an unallocated context. | Tristan Van Berkom | 2010-11-26 | 1 | -16/+123 |
* | Revert "Removed tons of api that we dont absolutely need in GtkCellAreaContext:" | Tristan Van Berkom | 2010-11-26 | 1 | -18/+39 |