Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | button: Get rid of icon size | Benjamin Otte | 2017-11-15 | 1 | -1/+1 |
| | | | | | In fact, make gtk_button_new_from_icon_name() just set the icon-name property instead of creating a GtkImage. | ||||
* | Remove gtk_widget_show_all | Timm Bäder | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | Update callers | Matthias Clasen | 2017-01-19 | 1 | -1/+1 |
| | | | | Adapt all our tests and examples to the new initialization api. | ||||
* | button: Add icon-name property | Timm Bäder | 2016-10-18 | 1 | -16/+16 |
| | | | | | Remove the old-style button construction that allowed to show both an icon and a label and change visibility based on a GtkSetting. | ||||
* | testbuttons: Stop looking at use-stock property | Timm Bäder | 2016-10-16 | 1 | -13/+8 |
| | | | | | Doesn't exist anymore. Instead, force the image to be visible on one of the buttons. | ||||
* | button: Remove GtkStock API | Timm Bäder | 2016-10-16 | 1 | -18/+0 |
| | |||||
* | tests: Ignore deprecation warnings | Benjamin Otte | 2013-06-26 | 1 | -0/+2 |
| | |||||
* | 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. | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | gtk: remove "gboolean homogeneous" from gtk_box_new() | Michael Natterer | 2010-11-02 | 1 | -7/+7 |
| | | | | Because it's FALSE in virtually all use cases. | ||||
* | Use gtk_box_new() instead gtk_[v|h]box_new() | Javier Jardón | 2010-10-30 | 1 | -7/+7 |
| | |||||
* | Use standard icon names in demos and tests | Javier Jardón | 2010-08-21 | 1 | -1/+1 |
| | |||||
* | Add a testcase for use-stock/use-underline in buttons | Matthias Clasen | 2009-07-01 | 1 | -0/+145 |
The fix for bug 586330 caused some unexpected behaviour changes, that this testcase ought to illustrate. |