Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grid: Add gtk_grid_remove | Matthias Clasen | 2020-05-11 | 1 | -0/+1 |
* | infobar: Add gtk_info_bar_add/remove_child | Matthias Clasen | 2020-05-11 | 1 | -0/+2 |
* | infobar: Add gtk_info_bar_remove_action_widget | Matthias Clasen | 2020-05-11 | 1 | -0/+1 |
* | paned: Redo the api | Matthias Clasen | 2020-05-11 | 1 | -16/+26 |
* | expander: Add a child property | Matthias Clasen | 2020-05-11 | 1 | -0/+2 |
* | actionbar: Add gtk_action_bar_remove | Matthias Clasen | 2020-05-11 | 1 | -0/+1 |
* | textview: Derive from GtkWidget | Matthias Clasen | 2020-05-11 | 1 | -0/+1 |
* | Merge branch 'wip/tintou/doc-fixes' into 'master' | Matthias Clasen | 2020-05-11 | 11 | -61/+150 |
|\ | |||||
| * | docs: Fix several missing references in the documentation | Corentin Noël | 2020-05-11 | 11 | -61/+150 |
* | | Update the docs | Matthias Clasen | 2020-05-11 | 2 | -17/+11 |
* | | window: Remove _set_has_user_ref_count | Matthias Clasen | 2020-05-11 | 1 | -1/+0 |
* | | widget: Drop gtk_widget_destroy | Matthias Clasen | 2020-05-11 | 1 | -1/+0 |
* | | Use gtk_window_destroy | Matthias Clasen | 2020-05-11 | 1 | -1/+1 |
* | | window: Add gtk_window_destroy | Matthias Clasen | 2020-05-11 | 1 | -0/+1 |
* | | Drop gtk_widget_destroyed | Matthias Clasen | 2020-05-11 | 1 | -1/+0 |
|/ | |||||
* | Merge branch 'matthiasc/for-master' into 'master' | Matthias Clasen | 2020-05-11 | 9 | -171/+141 |
|\ | |||||
| * | Refresh the tutorial examples | Matthias Clasen | 2020-05-11 | 9 | -53/+21 |
| * | docs: Cosmetic updates to the tutorial | Matthias Clasen | 2020-05-11 | 1 | -122/+124 |
* | | widget: Add a :focusable property | Matthias Clasen | 2020-05-10 | 1 | -0/+2 |
|/ | |||||
* | Add GtkWindowHandle | Alexander Mikhaylenko | 2020-05-07 | 3 | -0/+20 |
* | gestureclick: Drop the area | Matthias Clasen | 2020-05-06 | 1 | -2/+0 |
* | Merge branch 'wip/baedert/for-master' into 'master' | Matthias Clasen | 2020-05-06 | 1 | -1/+0 |
|\ | |||||
| * | stylecontext: Remove _list_classes() from public API | Timm Bäder | 2020-05-05 | 1 | -1/+0 |
* | | docs: Fixup for an uninitialized variable | Matthias Clasen | 2020-05-04 | 1 | -1/+1 |
* | | Drop GtkBin | Matthias Clasen | 2020-05-04 | 3 | -20/+0 |
* | | Use gtk_combo_box_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -5/+5 |
* | | combobox: Add a child property | Matthias Clasen | 2020-05-04 | 1 | -0/+2 |
* | | Add gtk_overlay_remove_overlay | Matthias Clasen | 2020-05-04 | 1 | -0/+1 |
* | | overlay: Add a child property | Matthias Clasen | 2020-05-04 | 1 | -0/+2 |
* | | searchbar: Add a child property | Matthias Clasen | 2020-05-04 | 1 | -0/+2 |
* | | flowboxchild: Derive from GtkWidget | Matthias Clasen | 2020-05-04 | 1 | -0/+2 |
* | | revealer: Add a child property | Matthias Clasen | 2020-05-04 | 1 | -0/+2 |
* | | Use gtk_window_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -1/+1 |
* | | window: Add a child property | Matthias Clasen | 2020-05-04 | 1 | -0/+2 |
* | | Use gtk_button_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -1/+1 |
* | | button: Add a child property | Matthias Clasen | 2020-05-04 | 1 | -0/+2 |
* | | Use gtk_scrolled_window_set_child throughout | Matthias Clasen | 2020-05-04 | 2 | -2/+2 |
* | | scrolledwindow: Add a child property | Matthias Clasen | 2020-05-04 | 1 | -0/+2 |
* | | popover: Add a child property | Matthias Clasen | 2020-05-04 | 1 | -0/+2 |
* | | viewport: Add a child property | Matthias Clasen | 2020-05-04 | 1 | -0/+2 |
* | | aspectframe: Add a child property | Matthias Clasen | 2020-05-04 | 1 | -0/+2 |
* | | Use gtk_frame_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -1/+1 |
* | | frame: Add a child property | Matthias Clasen | 2020-05-04 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'matthiasc/for-master' into 'master' | Matthias Clasen | 2020-05-01 | 1 | -1/+7 |
|\ | |||||
| * | docs: Add more detail to the drawing overview | Matthias Clasen | 2020-05-01 | 1 | -1/+7 |
* | | Merge branch 'wip/exalm/headerbar-title' into 'master' | Benjamin Otte | 2020-05-01 | 2 | -10/+3 |
|\ \ | |/ |/| | |||||
| * | headerbar: Rename custom-title to title-widget | Alexander Mikhaylenko | 2020-05-01 | 1 | -2/+2 |
| * | headerbar: Remove user-settable title | Alexander Mikhaylenko | 2020-05-01 | 2 | -3/+1 |
| * | headerbar: Remove subtitle | Alexander Mikhaylenko | 2020-05-01 | 2 | -3/+0 |
| * | headerbar: Remove has-subtitle property | Alexander Mikhaylenko | 2020-05-01 | 1 | -2/+0 |