| Commit message (Expand) | Author | Age | Files | Lines |
* | combobox: Use markdown for css tree | Matthias Clasen | 2021-03-11 | 1 | -5/+5 |
* | combobox: Add property annotations | Matthias Clasen | 2021-03-11 | 1 | -25/+23 |
* | combobox: Convert docs | Matthias Clasen | 2021-03-11 | 1 | -167/+193 |
* | docs: Clean up the first paragraph for various symbols | Emmanuele Bassi | 2021-03-11 | 1 | -7/+5 |
* | gtk/popover: Use gtk_popover_present() instead of going via GtkNative | Jonas Ådahl | 2020-12-07 | 1 | -1/+1 |
* | Fix some nullable return annotations 2 | Sophie Herold | 2020-11-24 | 1 | -3/+3 |
* | docs: Fix the links for keybinding signals | Matthias Clasen | 2020-11-17 | 1 | -3/+3 |
* | docs: Fix a copy-paste error | Matthias Clasen | 2020-10-14 | 1 | -1/+1 |
* | combobox: Use the combobox accessible role | Matthias Clasen | 2020-10-13 | 1 | -0/+5 |
* | Clean up lots of GTK+ -> GTK | Matthias Clasen | 2020-09-12 | 1 | -2/+2 |
* | docs: Clean up many dangling links | Matthias Clasen | 2020-08-04 | 1 | -1/+1 |
* | Remove ATK | Emmanuele Bassi | 2020-07-26 | 1 | -26/+0 |
* | Replace "gdouble" with "double" | Benjamin Otte | 2020-07-25 | 1 | -5/+5 |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -24/+24 |
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -19/+19 |
* | Replace most remaining uses of container api | Matthias Clasen | 2020-05-11 | 1 | -1/+1 |
* | combobox: Use dispose instead of destroy | Matthias Clasen | 2020-05-05 | 1 | -38/+26 |
* | combobox: Derive from GtkWidget | Matthias Clasen | 2020-05-04 | 1 | -85/+48 |
* | combobox: Add a child property | Matthias Clasen | 2020-05-04 | 1 | -1/+56 |
* | Reinstate expected focus behavior | Matthias Clasen | 2020-04-09 | 1 | -0/+1 |
* | Rename GDK_MOD1_MASK to GDK_ALT_MASK | Matthias Clasen | 2020-04-06 | 1 | -4/+4 |
* | widget: Return an array from list_controllers | Timm Bäder | 2020-03-29 | 1 | -8/+11 |
* | combobox: Redo key event forwarding hack | Benjamin Otte | 2020-03-25 | 1 | -14/+18 |
* | combobox: Port bindings to use shortcuts | Benjamin Otte | 2020-03-25 | 1 | -52/+71 |
* | Revert "Merge branch 'disable-window-test' into 'master'" | Matthias Clasen | 2020-03-19 | 1 | -89/+66 |
* | combobox: Redo key event forwarding hack | Benjamin Otte | 2020-03-18 | 1 | -14/+18 |
* | combobox: Port bindings to use shortcuts | Benjamin Otte | 2020-03-18 | 1 | -52/+71 |
* | combobox: Inline variables into return_if_fail() | Benjamin Otte | 2020-02-22 | 1 | -10/+2 |
* | gtk: Stop using GdkEventKey | Matthias Clasen | 2020-02-21 | 1 | -1/+1 |
* | Stop using g_object_ref/unref on events | Matthias Clasen | 2020-02-21 | 1 | -1/+1 |
* | Rename gtk_widget{get,set,has}_style_class to _css_class | Timm Bäder | 2020-02-07 | 1 | -3/+3 |
* | Start using GtkWidget's new style class API | Timm Bäder | 2020-02-07 | 1 | -7/+3 |
* | Rename GtkIcon widget to GtkBuiltinIcon | Alexander Larsson | 2020-01-30 | 1 | -2/+2 |
* | gtk: Remove menu code | Matthias Clasen | 2019-12-29 | 1 | -3/+0 |
* | combobox: Replace GtkTreeMenu with a popover | Matthias Clasen | 2019-12-29 | 1 | -94/+35 |
* | widget: Make gtk_widget_grab_focus() return a boolean | Benjamin Otte | 2019-10-15 | 1 | -4/+6 |
* | Use the new GtkBuildableParser type in GtkBuildable interfaces | Alexander Larsson | 2019-09-10 | 1 | -25/+26 |
* | More menu work | Matthias Clasen | 2019-05-31 | 1 | -4/+9 |
* | gtk: rely on default marshallers | Christian Hergert | 2019-05-30 | 1 | -1/+1 |
* | marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used | Christian Hergert | 2019-05-29 | 1 | -2/+2 |
* | Convert fallthrough comments to G_GNUC_FALLTHROUGH | Benjamin Otte | 2019-04-15 | 1 | -2/+2 |
* | entry, spin button: Drop redundant API | Matthias Clasen | 2019-02-28 | 1 | -1/+1 |
* | combobox: Drop support for grids | Matthias Clasen | 2019-01-23 | 1 | -259/+20 |
* | box: Avoid position in the reorder api | Matthias Clasen | 2019-01-23 | 1 | -5/+2 |
* | combobox: Stop using GtkBox's pack-type property | Timm Bäder | 2019-01-23 | 1 | -0/+2 |
* | widget: Don't pass a position to ->size_allocate | Timm Bäder | 2018-11-13 | 1 | -5/+10 |
* | eventcontrollerscroll: Conditionally propagate ::scroll | Ernestas Kulik | 2018-11-12 | 1 | -3/+5 |
* | GtkBuildable: Fix the type of the user_data in GtkBuildable.custom_tag_end | Robert Ancell | 2018-10-08 | 1 | -2/+2 |
* | gtkcombobox: Use keycontroller on GtkCellEditable implementation | Carlos Garnacho | 2018-07-30 | 1 | -20/+13 |
* | gtkcombobox: Use controller to handle combobox keybindings in menus | Carlos Garnacho | 2018-07-30 | 1 | -13/+21 |