| Commit message (Expand) | Author | Age | Files | Lines |
* | expander: Remove label-fill property | Timm Bäder | 2018-03-07 | 1 | -67/+0 |
* | expander: Check for an existing child when adding | Peter Bloomfield | 2018-03-06 | 1 | -1/+13 |
* | expander: fix sizes in resize_toplevel | Timm Bäder | 2018-03-06 | 1 | -18/+11 |
* | expander: Attach the gesture to the title widget | Timm Bäder | 2018-03-05 | 1 | -31/+2 |
* | a11y: Remove gtk.h include from container accessible | Benjamin Otte | 2018-02-09 | 1 | -9/+12 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -34/+0 |
* | Replace gdk_threads_add_timeout* with g_timeout_add() | Emmanuele Bassi | 2018-02-03 | 1 | -1/+1 |
* | expander: Make a code snippet compile | Timm Bäder | 2018-01-03 | 1 | -6/+10 |
* | gtk: Intern css names | Matthias Clasen | 2017-11-17 | 1 | -1/+1 |
* | dnd: Make GtkDragDest and GtkDragSource use GtkTargetList | Benjamin Otte | 2017-11-15 | 1 | -1/+1 |
* | expander: Don't do :hover yourself | Benjamin Otte | 2017-11-05 | 1 | -94/+4 |
* | build: Enable -Wswitch-enum and -Wswitch-default | Benjamin Otte | 2017-10-06 | 1 | -2/+9 |
* | expander: Convert to GdkEvent API | Matthias Clasen | 2017-09-19 | 1 | -2/+8 |
* | Expander: get_label() return is nullable | Daniel Boles | 2017-09-15 | 1 | -2/+2 |
* | Expander: Annotate new()’s label arg as nullable | Daniel Boles | 2017-09-14 | 1 | -1/+1 |
* | Expander: Replace (allow-none) with (nullable) | Daniel Boles | 2017-09-14 | 1 | -3/+3 |
* | Expander: Explain how to conditionally style arrow | Daniel Boles | 2017-09-14 | 1 | -2/+2 |
* | widget: Add baseline and out_clip parameters to size-allocate | Timm Bäder | 2017-07-19 | 1 | -10/+9 |
* | expander: Fix pressed_in_title check | Timm Bäder | 2017-07-19 | 1 | -10/+6 |
* | Remove GtkBuiltinIcon | Timm Bäder | 2017-07-19 | 1 | -1/+0 |
* | expander: Inherit from GtkContainer | Timm Bäder | 2017-07-19 | 1 | -16/+49 |
* | expander: Remove gadget | Timm Bäder | 2017-07-19 | 1 | -47/+27 |
* | gtkexpander: Remove event window | Carlos Garnacho | 2017-05-25 | 1 | -79/+32 |
* | gtk: Mass delete all GtkWidget event mask API | Carlos Garnacho | 2017-05-25 | 1 | -5/+1 |
* | gtkexpander: Drop usage of gtk_gesture_set_window() | Carlos Garnacho | 2017-05-25 | 1 | -3/+0 |
* | expander: Use widgets for title box and arrow | Timm Bäder | 2017-04-25 | 1 | -81/+30 |
* | widget: Save pointer to focus child | Timm Bäder | 2017-03-31 | 1 | -2/+2 |
* | expander: Remove unused defines | Timm Bäder | 2017-02-18 | 1 | -2/+0 |
* | expander: Use gtk_widget_measure | Timm Bäder | 2017-02-18 | 1 | -1/+2 |
* | Use Unicode in translatable strings | Piotr Drąg | 2016-12-19 | 1 | -1/+1 |
* | snapshot: Convert GtkExpander | Benjamin Otte | 2016-11-15 | 1 | -7/+7 |
* | gtk: Chain up in realize() | Benjamin Otte | 2016-11-02 | 1 | -7/+3 |
* | expander: Update for new box gadget functionality | Matthias Clasen | 2016-11-01 | 1 | -25/+1 |
* | expander: Remove unnecessary redraws | Benjamin Otte | 2016-10-27 | 1 | -17/+0 |
* | expander: Remove spacing property | Timm Bäder | 2016-10-22 | 1 | -75/+0 |
* | widget: Use ::measure vfunc to measure size | Timm Bäder | 2016-10-22 | 1 | -63/+19 |
* | GtkExpander: Convert to indirect rendering | Matthias Clasen | 2016-10-18 | 1 | -8/+30 |
* | expander: Use gdk_window_new_input() | Benjamin Otte | 2016-10-18 | 1 | -18/+7 |
* | Remove various unused style properties | Timm Bäder | 2016-10-16 | 1 | -17/+0 |
* | Remove various sizing related style properties | Timm Bäder | 2016-10-16 | 1 | -17/+0 |
* | Use NULL for generic marshallers in g_signal_new() | Benjamin Otte | 2016-08-29 | 1 | -1/+1 |
* | box gadget: Redo expand flag handling | Matthias Clasen | 2016-04-28 | 1 | -3/+3 |
* | expander: Reverse alignments in RTL | Matthias Clasen | 2016-04-28 | 1 | -0/+2 |
* | expander: Reinstate rtl allocation behavior | Matthias Clasen | 2016-03-03 | 1 | -0/+3 |
* | expander: Draw focus again | Matthias Clasen | 2016-02-20 | 1 | -0/+1 |
* | expander: Flip the alignment of the vertical box | Matthias Clasen | 2016-01-18 | 1 | -1/+6 |
* | expander: Handle rtl changes again | Matthias Clasen | 2016-01-18 | 1 | -28/+8 |
* | expander: Destroy gadgets after child widgets | Matthias Clasen | 2016-01-15 | 1 | -2/+2 |
* | expander: Convert to use box gadgets | Matthias Clasen | 2016-01-15 | 1 | -368/+36 |
* | expander: Deprecate spacing property | Matthias Clasen | 2016-01-15 | 1 | -3/+16 |