| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added gtk_cell_renderer_get_aligned_area() and class vfunc. | Tristan Van Berkom | 2010-11-25 | 1 | -1/+1 |
* | Removed tons of api that we dont absolutely need in GtkCellAreaContext: | Tristan Van Berkom | 2010-11-25 | 1 | -39/+18 |
* | Make GtkCellAreaBox handle rendering without a previous allocation in the ori... | Tristan Van Berkom | 2010-11-25 | 1 | -15/+25 |
* | Removed cell margin apis and now deal with "focus-line-width". | Tristan Van Berkom | 2010-11-23 | 1 | -3/+3 |
* | Mass rename GtkCellAreaIter --> GtkCellAreaContext | Tristan Van Berkom | 2010-11-13 | 1 | -135/+135 |
* | Ironed out the kinks in editing apis for GtkCellArea | Tristan Van Berkom | 2010-11-12 | 1 | -46/+19 |
* | Distribute portions of GtkCellArea:render() background_area argument to cells | Tristan Van Berkom | 2010-11-12 | 1 | -10/+36 |
* | Added event handling to GtkCellAreaBox | Tristan Van Berkom | 2010-11-11 | 1 | -1/+97 |
* | GtkCellArea now paints focus on cells | Tristan Van Berkom | 2010-11-11 | 1 | -13/+85 |
* | Focus driving in GtkCellArea now works. | Tristan Van Berkom | 2010-11-10 | 1 | -20/+12 |
* | Committing new (and simplified) focus handling approach for GtkCellArea. | Tristan Van Berkom | 2010-11-10 | 1 | -171/+84 |
* | Fixing GtkCellAreaBox to rebuild groups when align/expand child properties ch... | Tristan Van Berkom | 2010-11-09 | 1 | -10/+3 |
* | Added GtkCellArea classes to gtk.h and fixed a remainig rendering bug. | Tristan Van Berkom | 2010-11-09 | 1 | -10/+0 |
* | Fixed initial bugs in GtkCellArea implementation, starting to render | Tristan Van Berkom | 2010-11-08 | 1 | -6/+18 |
* | Implemented focus handling in GtkCellAreaBox | Tristan Van Berkom | 2010-11-08 | 1 | -0/+138 |
* | Made progress on focus handling. | Tristan Van Berkom | 2010-11-05 | 1 | -7/+79 |
* | Committing half-way done focus work. | Tristan Van Berkom | 2010-11-05 | 1 | -10/+3 |
* | Account for the possibility of invisible cells in GtkCellAreaBox/Iter | Tristan Van Berkom | 2010-11-02 | 1 | -142/+170 |
* | Adding tentative implementation of GtkCellAreaBox->grab_focus(). | Tristan Van Berkom | 2010-11-02 | 1 | -2/+69 |
* | Added GtkCellRendererState flags to GtkCellArea->event/render() methods | Tristan Van Berkom | 2010-11-01 | 1 | -74/+80 |
* | Changed GtkCellArea margin-left/right... for cell-margin-left/right... | Tristan Van Berkom | 2010-10-31 | 1 | -53/+47 |