summaryrefslogtreecommitdiff
path: root/tests/testiconview-keynav.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Stop using ::focus-in/out-eventMatthias Clasen2018-01-161-34/+21
| | | | The has-focus property works just as well here.
* stylecontext: Port to use display instead of screenBenjamin Otte2017-10-311-5/+3
|
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
|
* Update callersMatthias Clasen2017-01-191-1/+1
| | | | Adapt all our tests and examples to the new initialization api.
* cssprovider: Return void, not TRUEBenjamin Otte2016-10-171-4/+1
| | | | | Parsing a css file always succeeds as CSS can recover from parsing errors.
* cssprovider: Remove GError out argument from load functionsBenjamin Otte2016-10-171-1/+1
| | | | People should use the GtkCssProvider::parsing-error signal instead.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* tests: Make testiconview-keynav set its custom style using CSS.Benjamin Otte2010-12-151-16/+20
|
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-1/+1
| | | | Because it's FALSE in virtually all use cases.
* tests/testiconview-keynav.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+6
|
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-1/+1
| | | | | | This reverts commit eebb16eb1af11c5327dd06b23df82f7528566739. Was an accidental commit.
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-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 keynavMatthias Clasen2010-05-301-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.