Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testheaderbar: Fix custom CSS | Timm Bäder | 2017-12-28 | 1 | -6/+2 |
| | |||||
* | image: Remove icon-size argument from icon setters | Matthias Clasen | 2017-11-15 | 1 | -2/+2 |
| | | | | | | | | Instead, add a function gtk_image_set_icon_size() for the cases where overriding the icon size is necessary. Treat icon sizes the same way as pixel sizes, too. So gtk_image_clear() no longer unsets the icon size. | ||||
* | stylecontext: Port to use display instead of screen | Benjamin Otte | 2017-10-31 | 1 | -3/+3 |
| | |||||
* | tests: Get rid of GtkEventBox | Benjamin Otte | 2017-08-02 | 1 | -7/+4 |
| | |||||
* | box: Remove fill child property | Timm Bäder | 2017-04-25 | 1 | -4/+4 |
| | | | | GtkWidget:halign and GtkWidget:valign are sufficient | ||||
* | box: Remove expand child property | Timm Bäder | 2017-04-25 | 1 | -4/+5 |
| | | | | GtkWidget already has hexpand/vexpand properties. | ||||
* | Remove gtk_widget_show_all | Timm Bäder | 2017-01-20 | 1 | -3/+1 |
| | |||||
* | Update callers | Matthias Clasen | 2017-01-19 | 1 | -1/+1 |
| | | | | Adapt all our tests and examples to the new initialization api. | ||||
* | cssprovider: Remove GError out argument from load functions | Benjamin Otte | 2016-10-17 | 1 | -1/+1 |
| | | | | People should use the GtkCssProvider::parsing-error signal instead. | ||||
* | box: Remove 'padding' child property | Timm Bäder | 2016-10-16 | 1 | -4/+4 |
| | |||||
* | tests: use actionbar in headerbar test | William Jon McCann | 2014-01-07 | 1 | -25/+5 |
| | | | | | | This is a great example of where headerbar should not be used. https://bugzilla.gnome.org/show_bug.cgi?id=721665 | ||||
* | testheaderbar: fix a mmemonic | Matthias Clasen | 2013-06-28 | 1 | -0/+1 |
| | |||||
* | Remove most of the stock API usage from the tests | William Jon McCann | 2013-06-24 | 1 | -2/+2 |
| | | | | With the exception of GtkActions and the tests for stock items. | ||||
* | Add more tests to testheaderbar | Matthias Clasen | 2013-05-25 | 1 | -34/+70 |
| | | | | | Check that one can use widgets other than GtkHeaderBar as titlebars. | ||||
* | Add a test for dialog placement with csd | Matthias Clasen | 2013-05-13 | 1 | -1/+22 |
| | | | | | Taken from https://bugzilla.gnome.org/show_bug.cgi?id=700056 | ||||
* | Test a few more titlebar things | Matthias Clasen | 2013-05-12 | 1 | -1/+23 |
| | | | | | Add tests for fullscreening and disposing with custom titlebar to testheaderbar. | ||||
* | Pimp up testheaderbar some more | Matthias Clasen | 2013-03-26 | 1 | -0/+8 |
| | |||||
* | Add an example for subtitles in header bars | Matthias Clasen | 2013-03-19 | 1 | -1/+18 |
| | |||||
* | test custom titles more thoroughly | Matthias Clasen | 2013-03-19 | 1 | -1/+19 |
| | | | | | This adds a way to toggle between custom and non-custom titles in testheaderbar, which is currently broken. | ||||
* | Use gtk_window_set_titlebar in testheaderbar | Matthias Clasen | 2013-03-18 | 1 | -12/+23 |
| | | | | | This demonstrates how custom titlebars work both with and without csd. | ||||
* | Add a headerbar test | Matthias Clasen | 2013-03-18 | 1 | -0/+64 |
Add a testcase for GtkHeaderBar that shows how it can be used without client-side decorations. |