| Commit message (Expand) | Author | Age | Files | Lines |
* | aboutdialog: Improve example image | Matthias Clasen | 2021-03-11 | 2 | -3/+11 |
* | docs: Add dialogs to the gallery | Matthias Clasen | 2021-03-11 | 1 | -0/+31 |
* | docs: Split images for check and radio buttons | Matthias Clasen | 2021-03-11 | 1 | -3/+17 |
* | docs: Improve the togglebutton image | Matthias Clasen | 2021-03-11 | 1 | -2/+10 |
* | gtk: Remove GtkFileChooserButton | Benjamin Otte | 2020-12-03 | 1 | -46/+0 |
* | docs: Add GtkOverlay to the widget gallery | Matthias Clasen | 2020-10-27 | 1 | -0/+40 |
* | docs: Add box, grid and center box to the gallery | Matthias Clasen | 2020-10-27 | 1 | -1/+164 |
* | docs: Add GtkDrawingArea to the gallery | Matthias Clasen | 2020-10-26 | 1 | -2/+186 |
* | docs: Add GtkShortcutsWindow to the widget gallery | Matthias Clasen | 2020-10-26 | 4 | -1/+147 |
* | docs: Add GtkPopoverMenu to the widget gallery | Matthias Clasen | 2020-10-26 | 1 | -0/+64 |
* | docs: Add GtkPopover to the widget gallery | Matthias Clasen | 2020-10-26 | 1 | -0/+24 |
* | docs: Add GtkPopoverMenuBar to the gallery | Matthias Clasen | 2020-10-26 | 1 | -0/+52 |
* | docs: Add GtkExpander to the gallery | Matthias Clasen | 2020-10-26 | 1 | -0/+14 |
* | docs: Add GtkEmojiChooser to the gallery | Matthias Clasen | 2020-10-26 | 3 | -3/+46 |
* | docs: Improve the GtkStackSidebar gallery image | Matthias Clasen | 2020-10-25 | 1 | -1/+2 |
* | docs: Fix the GtkVolumeButton gallery image | Matthias Clasen | 2020-10-25 | 1 | -16/+9 |
* | docs: Add GtkCalendar to the gallery | Matthias Clasen | 2020-10-25 | 1 | -0/+20 |
* | docs: Improve the GtkMediaControls gallery image | Matthias Clasen | 2020-10-25 | 1 | -2/+10 |
* | docs: Improve the GtkVideo gallery image | Matthias Clasen | 2020-10-25 | 3 | -5/+27 |
* | docs: Shrink the editable label gallery image | Matthias Clasen | 2020-10-25 | 1 | -1/+1 |
* | docs: Work around GtkPicture growing | Matthias Clasen | 2020-10-25 | 1 | -1/+6 |
* | docs: Add GtkWindowControls to the gallery | Matthias Clasen | 2020-10-25 | 1 | -0/+21 |
* | doc shooter: Remove radio button remnants | Matthias Clasen | 2020-08-31 | 1 | -20/+0 |
* | doc shooter: Drop radio buttons | Matthias Clasen | 2020-08-30 | 1 | -5/+22 |
* | build: The doc shooter works without x11 now | Matthias Clasen | 2020-08-30 | 1 | -1/+1 |
* | Drop GtkAccelLabel | Matthias Clasen | 2020-08-04 | 1 | -22/+0 |
* | docs: Add a gallery image for GtkDropDown | Matthias Clasen | 2020-08-04 | 1 | -0/+14 |
* | docs: Add a gallery image for GtkEditableLabel | Matthias Clasen | 2020-08-04 | 1 | -0/+22 |
* | docs: Add gallery image for GtkPasswordEntry | Matthias Clasen | 2020-08-04 | 1 | -0/+18 |
* | docs: Avoid focus in gallery images | Matthias Clasen | 2020-08-04 | 1 | -0/+9 |
* | docs: Improve the gallery image for scales | Matthias Clasen | 2020-08-04 | 1 | -6/+11 |
* | docs: Add gallery images for some more widgets | Matthias Clasen | 2020-08-04 | 1 | -0/+70 |
* | docs: Redo the doc shooter code | Matthias Clasen | 2020-08-04 | 5 | -346/+241 |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 2 | -2/+2 |
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -2/+2 |
* | scrolledwindow: Don't take adjustments in new() | Matthias Clasen | 2020-06-24 | 1 | -1/+1 |
* | Replace most remaining uses of container api | Matthias Clasen | 2020-05-11 | 1 | -93/+93 |
* | Don't use container api on GtkListBox | Matthias Clasen | 2020-05-11 | 1 | -4/+4 |
* | paned: Redo the api | Matthias Clasen | 2020-05-11 | 1 | -16/+26 |
* | Use gtk_window_destroy | Matthias Clasen | 2020-05-11 | 1 | -1/+1 |
* | docs: Fixup for an uninitialized variable | Matthias Clasen | 2020-05-04 | 1 | -1/+1 |
* | Use gtk_combo_box_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -5/+5 |
* | Use gtk_window_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -1/+1 |
* | Use gtk_button_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -1/+1 |
* | Use gtk_scrolled_window_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -1/+1 |
* | Use gtk_frame_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -1/+1 |
* | headerbar: Remove user-settable title | Alexander Mikhaylenko | 2020-05-01 | 1 | -1/+1 |
* | headerbar: Remove subtitle | Alexander Mikhaylenko | 2020-05-01 | 1 | -1/+0 |
* | frame: Drop shadow-type | Matthias Clasen | 2020-04-17 | 1 | -18/+4 |
* | Use gtk_widget_add/remove_css_class more | Matthias Clasen | 2020-04-10 | 1 | -1/+1 |