| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up uses of gtk_toggle_button_get/set_active | Matthias Clasen | 2020-08-30 | 1 | -18/+18 |
* | *: Fix spelling mistakes found by codespell | Björn Daase | 2020-08-21 | 1 | -1/+1 |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -3/+3 |
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -6/+6 |
* | Replace most remaining uses of container api | Matthias Clasen | 2020-05-11 | 1 | -26/+26 |
* | tests: Stop explicitly showing widgets | Alexander Mikhaylenko | 2020-05-11 | 1 | -14/+0 |
* | Use gtk_window_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -3/+3 |
* | Use gtk_frame_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -4/+3 |
* | window: Remove type argument from gtk_window_new() | Benjamin Otte | 2020-02-14 | 1 | -3/+3 |
* | Stop using gtk_main and gtk_main_quit | Matthias Clasen | 2020-02-09 | 1 | -1/+2 |
* | label: Remove "line" from wrap properties | Timm Bäder | 2019-09-09 | 1 | -2/+2 |
* | Stop using gtk_box_pack_end | Timm Bäder | 2019-01-23 | 1 | -33/+28 |
* | box: Remove fill child property | Timm Bäder | 2017-04-25 | 1 | -26/+26 |
* | box: Remove expand child property | Timm Bäder | 2017-04-25 | 1 | -39/+33 |
* | Update callers | Matthias Clasen | 2017-01-19 | 1 | -1/+1 |
* | box: Remove 'padding' child property | Timm Bäder | 2016-10-16 | 1 | -31/+31 |
* | Remove most of the stock API usage from the tests | William Jon McCann | 2013-06-24 | 1 | -7/+7 |
* | tests: Make testcellarea use an iconview | Benjamin Otte | 2012-05-07 | 1 | -67/+69 |
* | tests: Use gtk_box_new() instead v/h subclasses | Javier Jardón | 2011-04-22 | 1 | -10/+10 |
* | Added "fixed-size" cell property to GtkCellAreaBox | Tristan Van Berkom | 2010-12-22 | 1 | -6/+6 |
* | Make testcellarea handle RTL environment variable for testing | Kristian Rietveld | 2010-12-15 | 1 | -0/+3 |
* | Changed tests/testcellarea.c (and scaffolding) to only reorient the GtkCellArea | Tristan Van Berkom | 2010-12-02 | 1 | -1/+2 |
* | Removed cell margin apis and now deal with "focus-line-width". | Tristan Van Berkom | 2010-11-23 | 1 | -33/+1 |
* | Fixed some background area related bugs in CellAreaScaffold, cleanup testcell... | Tristan Van Berkom | 2010-11-13 | 1 | -17/+33 |
* | Fixed some errors in testcellarea testcases. | Tristan Van Berkom | 2010-11-12 | 1 | -4/+8 |
* | Added tests to reflect proper treatment of background area. | Tristan Van Berkom | 2010-11-12 | 1 | -2/+189 |
* | Added orientation control to testcellarea's focus/editing test | Tristan Van Berkom | 2010-11-12 | 1 | -0/+10 |
* | Ironed out the kinks in editing apis for GtkCellArea | Tristan Van Berkom | 2010-11-12 | 1 | -2/+21 |
* | GtkCellArea now paints focus on cells | Tristan Van Berkom | 2010-11-11 | 1 | -3/+23 |
* | Focus driving in GtkCellArea now works. | Tristan Van Berkom | 2010-11-10 | 1 | -1/+35 |
* | Committing new (and simplified) focus handling approach for GtkCellArea. | Tristan Van Berkom | 2010-11-10 | 1 | -0/+112 |
* | Changed testcellarea | Tristan Van Berkom | 2010-11-09 | 1 | -5/+0 |
* | Adding expand/align controls to testcellarea. | Tristan Van Berkom | 2010-11-09 | 1 | -4/+101 |
* | Added orientation control on testcellarea test | Tristan Van Berkom | 2010-11-09 | 1 | -13/+49 |
* | Added test and scaffolding widget for GtkCellArea. | Tristan Van Berkom | 2010-11-09 | 1 | -0/+125 |