| Commit message (Expand) | Author | Age | Files | Lines |
* | gdkarray: Add a "stolen" boolean to splice() | Benjamin Otte | 2020-12-24 | 1 | -1/+1 |
* | muxer: add helper to get group by name | Christian Hergert | 2020-12-02 | 1 | -0/+13 |
* | actionmuxer: Make it possible to enumerate local actions | Matthias Clasen | 2020-10-15 | 1 | -1/+5 |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -39/+39 |
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -3/+3 |
* | actionmuxer: Update docs and clean up headers | Matthias Clasen | 2020-07-20 | 1 | -8/+22 |
* | actionmuxer: Use an array for accels | Matthias Clasen | 2020-07-20 | 1 | -21/+85 |
* | actionmuxer: Create observed_actions and groups on demand | Matthias Clasen | 2020-07-20 | 1 | -28/+65 |
* | Add gtk_action_muxer_list_actions | Matthias Clasen | 2020-07-20 | 1 | -7/+3 |
* | actionmuxer: Stop implementing GActionGroup | Matthias Clasen | 2020-07-20 | 1 | -283/+191 |
* | actionmuxer: Add some more api | Matthias Clasen | 2020-07-20 | 1 | -30/+101 |
* | Speed up action muxer setup more | Matthias Clasen | 2020-07-20 | 1 | -28/+25 |
* | Speed up action muxer setup | Matthias Clasen | 2020-07-20 | 1 | -16/+106 |
* | Fix minor typos | Yuri Chornoivan | 2020-06-18 | 1 | -2/+2 |
* | Speed up class action hookup | Matthias Clasen | 2020-04-28 | 1 | -20/+15 |
* | Reshuffle action muxer initialization | Matthias Clasen | 2020-04-28 | 1 | -7/+2 |
* | muxer: force muxer dispoal as part of widget dispose | Christian Hergert | 2020-03-25 | 1 | -0/+2 |
* | widget: fix class private data usage to be _init() safe | Christian Hergert | 2020-03-20 | 1 | -91/+97 |
* | actionmuxer: Plug a memory leak | Timm Bäder | 2019-07-07 | 1 | -0/+2 |
* | Fix a crash in action muxer destruction | Matthias Clasen | 2019-06-30 | 1 | -9/+0 |
* | action muxer: Don't activate disabled actions | Matthias Clasen | 2019-06-23 | 1 | -4/+7 |
* | action muxer: Change inheritance | Matthias Clasen | 2019-06-22 | 1 | -3/+12 |
* | action muxer: Remove unused api | Matthias Clasen | 2019-06-22 | 1 | -14/+0 |
* | Replace stateful actions by property actions | Matthias Clasen | 2019-06-22 | 1 | -11/+163 |
* | widget actions: Add an explicit state type | Matthias Clasen | 2019-06-21 | 1 | -4/+2 |
* | Allow registering actions per-class | Matthias Clasen | 2019-06-18 | 1 | -11/+142 |
* | Give the action muxer a widget | Matthias Clasen | 2019-06-18 | 1 | -2/+24 |
* | widget: Remove gtk_widget_list_action_prefixes | Matthias Clasen | 2019-06-15 | 1 | -6/+0 |
* | action muxer: cosmetics | Matthias Clasen | 2019-06-15 | 1 | -9/+10 |
* | action muxer: Add some convenience api | Matthias Clasen | 2019-06-15 | 1 | -0/+13 |
* | Rename a bunch of private headers | Matthias Clasen | 2019-06-10 | 1 | -2/+2 |
* | gtk: fix all uses of g_cclosure_marshal_generic | Christian Hergert | 2019-06-02 | 1 | -2/+11 |
* | Rename GtkActionMuxer's private header | Emmanuele Bassi | 2018-02-02 | 1 | -1/+1 |
* | app: share function to normalise detailed action name | Sébastien Wilmet | 2016-04-22 | 1 | -0/+20 |
* | Cast the return value of g_array_free to void* before casting to char** | Ting-Wei Lan | 2016-01-11 | 1 | -1/+1 |
* | Intern all signal names beforehand | Matthias Clasen | 2015-09-12 | 1 | -1/+2 |
* | widget: add helpers to resolve GActionGroups available to GtkWidget | Christian Hergert | 2014-12-11 | 1 | -2/+2 |
* | GtkActionMuxer: Plug a memory leak | Matthias Clasen | 2014-06-28 | 1 | -0/+2 |
* | GtkActionMuxer: Add getters | Matthias Clasen | 2014-05-14 | 1 | -0/+21 |
* | docs: use proper quotations instead of '*' | William Jon McCann | 2014-02-07 | 1 | -2/+2 |
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 1 | -8/+8 |
* | docs: don't use <varnam> | William Jon McCann | 2014-02-04 | 1 | -2/+2 |
* | docs: use ` instead of <literal> | William Jon McCann | 2014-02-04 | 1 | -4/+4 |
* | docs: mark gtkdoc blocks as private for internal only API | William Jon McCann | 2014-01-21 | 1 | -6/+6 |
* | Use g_return_val_if_fail where return value needed. | Daniel Svensson | 2013-10-29 | 1 | -2/+2 |
* | GtkActionMuxer: store primary accels | Ryan Lortie | 2013-10-15 | 1 | -0/+130 |
* | action stuff: Introspection fixes | Jasper St. Pierre | 2013-05-13 | 1 | -7/+9 |
* | action stuff: stop abusing GLib's namespace | Ryan Lortie | 2013-05-13 | 1 | -0/+776 |