| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: Documentation fixups | Matthias Clasen | 2020-06-05 | 1 | -8/+86 |
* | Move orientable style classes into GtkWidget | Emmanuele Bassi | 2020-06-05 | 1 | -25/+28 |
* | paned: Fix up the docs once more | Timm Bäder | 2020-05-13 | 1 | -4/+4 |
* | paned: Don't ignore the type attribute | Matthias Clasen | 2020-05-12 | 1 | -1/+1 |
* | paned: Drop the Private struct | Matthias Clasen | 2020-05-12 | 1 | -356/+275 |
* | docs: Add annotations for GtkPaned new getters | Emmanuele Bassi | 2020-05-12 | 1 | -0/+21 |
* | Replace most remaining uses of container api | Matthias Clasen | 2020-05-11 | 1 | -3/+7 |
* | paned: Redo the api | Matthias Clasen | 2020-05-11 | 1 | -720/+788 |
* | paned: Drop some dead code | Matthias Clasen | 2020-05-11 | 1 | -5/+0 |
* | widget: Add a :focusable property | Matthias Clasen | 2020-05-10 | 1 | -1/+1 |
* | Move the idle sizer to GtkWindow | Matthias Clasen | 2020-04-20 | 1 | -1/+0 |
* | Move set_focus_child to GtkWidget | Matthias Clasen | 2020-04-20 | 1 | -14/+11 |
* | frame: Drop shadow-type | Matthias Clasen | 2020-04-17 | 1 | -2/+0 |
* | gizmo: Allow passing changing focus behavior | Matthias Clasen | 2020-04-09 | 1 | -1/+1 |
* | paned: Port bindings to use shortcuts | Benjamin Otte | 2020-03-25 | 1 | -97/+97 |
* | Revert "Merge branch 'disable-window-test' into 'master'" | Matthias Clasen | 2020-03-19 | 1 | -97/+97 |
* | paned: Port bindings to use shortcuts | Benjamin Otte | 2020-03-18 | 1 | -97/+97 |
* | Strip const from GdkEvent | 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 | -6/+3 |
* | widget: Replace style-updated signal with css_changed vfunc | Benjamin Otte | 2020-02-05 | 1 | -13/+9 |
* | GtkPaned: Pay attention to style changes | Matthias Clasen | 2020-01-24 | 1 | -0/+25 |
* | Remove builtin icons altogether | Matthias Clasen | 2020-01-10 | 1 | -4/+1 |
* | Stop using gtk_widget_get_toplevel | Matthias Clasen | 2019-05-28 | 1 | -1/+1 |
* | Stop using gtk_widget_is_toplevel | Matthias Clasen | 2019-05-28 | 1 | -1/+1 |
* | Remove gtk_widget_get/set_has_surface | Matthias Clasen | 2019-05-28 | 1 | -1/+0 |
* | paned: Make final | Matthias Clasen | 2019-05-27 | 1 | -0/+22 |
* | paned: Drop the pick vfunc | Matthias Clasen | 2019-04-07 | 1 | -13/+16 |
* | gizmo: Add a contains_func | Matthias Clasen | 2019-04-07 | 1 | -4/+1 |
* | paned: Stop using child properties | Matthias Clasen | 2019-04-05 | 1 | -6/+0 |
* | paned: Set cursor on gizmo widget | Carlos Garnacho | 2019-04-03 | 1 | -34/+13 |
* | paned: Replace the child properties | Matthias Clasen | 2019-03-27 | 1 | -116/+93 |
* | paned: hide the handle widget when <2 children are visible | Benjamin Otte | 2019-03-19 | 1 | -0/+4 |
* | paned: Refactor | Benjamin Otte | 2019-03-19 | 1 | -27/+4 |
* | paned: Don't use a grab | Matthias Clasen | 2019-03-17 | 1 | -3/+0 |
* | Port widgets to the root focus API | Matthias Clasen | 2019-03-16 | 1 | -9/+3 |
* | gtk: Check return value of compute_bounds() | Benjamin Otte | 2019-02-20 | 1 | -1/+2 |
* | paned: Implement increased handle area using pick() | Timm Bäder | 2019-02-16 | 1 | -0/+18 |
* | paned: Use gtk_widget_set_overflow() | Benjamin Otte | 2019-02-08 | 1 | -41/+1 |
* | Remove some unnecessary gtkwindow.h includes | Timm Bäder | 2019-02-05 | 1 | -1/+0 |
* | gizmo: return void from snapshot func | Timm Bäder | 2019-01-18 | 1 | -3/+1 |
* | widget: Don't pass a position to ->size_allocate | Timm Bäder | 2018-11-13 | 1 | -27/+28 |
* | Revert "paned: Use a GtkIcon as separator" | Timm Bäder | 2018-08-27 | 1 | -4/+25 |
* | paned: Use a GtkIcon as separator | Timm Bäder | 2018-08-25 | 1 | -25/+4 |
* | paned: Allocation x/y are always 0 | Timm Bäder | 2018-06-18 | 1 | -7/+6 |
* | paned: Remove handle_pos member | Timm Bäder | 2018-06-18 | 1 | -31/+28 |
* | paned: Chain up in snapshot | Timm Bäder | 2018-06-18 | 1 | -10/+1 |
* | paned: Remove unnecessary local variable | Timm Bäder | 2018-06-18 | 1 | -9/+2 |
* | paned: Don't unnecessarily redraw handle in size_allocate | Timm Bäder | 2018-06-18 | 1 | -15/+0 |
* | paned: Store GParamSpecs | Timm Bäder | 2018-06-18 | 1 | -52/+53 |