Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accels: Remove GtkAccelGroup | Benjamin Otte | 2020-03-25 | 1 | -9/+0 |
| | |||||
* | accelgroup: Remove unneeded APIs | Benjamin Otte | 2020-03-25 | 1 | -2/+0 |
| | | | | After the removal of GtkAccelMap, these things are no longer necessary. | ||||
* | gtk: Remove GtkAccelMap | Emmanuele Bassi | 2020-03-25 | 1 | -2/+0 |
| | | | | | Now that accel paths are gone, the object managing them isn't needed anymore either. | ||||
* | accelgroup: Add gtk_accel_group_print_label() | Benjamin Otte | 2020-03-25 | 1 | -3/+6 |
| | |||||
* | Revert "Merge branch 'disable-window-test' into 'master'" | Matthias Clasen | 2020-03-19 | 1 | -3/+13 |
| | | | | | This reverts commit 3ac4c76b18cc89a841ce09f0943539f16988fd21, reversing changes made to 6ec96d2e989d029a303b8b20ec72b86f974c0e87. | ||||
* | accels: Remove GtkAccelGroup | Benjamin Otte | 2020-03-18 | 1 | -9/+0 |
| | |||||
* | accelgroup: Remove unneeded APIs | Benjamin Otte | 2020-03-18 | 1 | -2/+0 |
| | | | | After the removal of GtkAccelMap, these things are no longer necessary. | ||||
* | gtk: Remove GtkAccelMap | Emmanuele Bassi | 2020-03-18 | 1 | -2/+0 |
| | | | | | Now that accel paths are gone, the object managing them isn't needed anymore either. | ||||
* | accelgroup: Add gtk_accel_group_print_label() | Benjamin Otte | 2020-03-18 | 1 | -3/+6 |
| | |||||
* | Make GtkAccelGroupEntry public again | Jasper St. Pierre | 2014-04-05 | 1 | -7/+0 |
| | | | | | Even though it was marked as internal, it seems gnome-terminal was poking into the structure. It's unfortunately part of our ABI. | ||||
* | Clean up private headers | Matthias Clasen | 2014-04-05 | 1 | -1/+19 |
| | | | | | This commit adds a few missing private headers, and cleans up some irregularities in the existing ones | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | gtkaccelgroup.c: Do not use GET_PRIV macro | Javier Jardón | 2011-06-02 | 1 | -2/+0 |
| | |||||
* | Move GtkAccelGroup private structure to shared header file | Javier Jardón | 2010-05-03 | 1 | -0/+36 |
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=602174 |