Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Stop using ::focus-in/out-event | Matthias Clasen | 2018-01-16 | 1 | -34/+21 |
| | | | | The has-focus property works just as well here. | ||||
* | stylecontext: Port to use display instead of screen | Benjamin Otte | 2017-10-31 | 1 | -5/+3 |
| | |||||
* | 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. | ||||
* | cssprovider: Return void, not TRUE | Benjamin Otte | 2016-10-17 | 1 | -4/+1 |
| | | | | | Parsing a css file always succeeds as CSS can recover from parsing errors. | ||||
* | 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. | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | tests: Make testiconview-keynav set its custom style using CSS. | Benjamin Otte | 2010-12-15 | 1 | -16/+20 |
| | |||||
* | gtk: remove "gboolean homogeneous" from gtk_box_new() | Michael Natterer | 2010-10-31 | 1 | -1/+1 |
| | | | | Because it's FALSE in virtually all use cases. | ||||
* | tests/testiconview-keynav.c: Use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -2/+6 |
| | |||||
* | Revert "Add length to gtk_tree_path_get_indices" | Colin Walters | 2010-06-28 | 1 | -1/+1 |
| | | | | | | This reverts commit eebb16eb1af11c5327dd06b23df82f7528566739. Was an accidental commit. | ||||
* | Add length to gtk_tree_path_get_indices | Colin Walters | 2010-06-28 | 1 | -1/+1 |
| | | | | | | The old version wasn't introspectable as it didn't have a length return parameter. Also, delete gtk_tree_path_get_indices_with_depth, since it's no longer needed. | ||||
* | Improved icon view keynav | Matthias Clasen | 2010-05-30 | 1 | -0/+280 |
Use ::keynav-failed for arrow navigation in icon views, so that it is possible to override error handling. Also add API to get the row/col of an item. With this, it is possible to make arrow keynav span adjacent icon views, which is desired in the new control-center shell. testiconview-keynav demonstrates this. |