summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutssection.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing va marshallersMatthias Clasen2023-05-131-0/+3
* gtk: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-1/+1
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-4/+4
* shortcutswindow: Convert docsMatthias Clasen2021-03-111-24/+31
* Remove unneeded gtkstylecontext.h includesTimm Bäder2020-10-141-1/+0
* Drop style class definesMatthias Clasen2020-08-141-1/+1
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-2/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-7/+7
* Replace "gint" with "int"Benjamin Otte2020-07-251-3/+3
* Fix shortcuts section reflowMatthias Clasen2020-07-141-6/+4
* shortcutssection: Drop container bitsMatthias Clasen2020-05-111-49/+19
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-26/+43
* shortcutssection: Stop using container apiMatthias Clasen2020-05-111-26/+17
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-13/+5
* shortcutssection: Use dispose instead of destroyMatthias Clasen2020-05-051-4/+4
* Use gtk_button_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Drop GtkStack:homogeneousMatthias Clasen2020-04-281-1/+2
* shortcutssection: Port bindings to use shortcutsBenjamin Otte2020-03-251-19/+17
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-17/+19
* shortcutssection: Port bindings to use shortcutsBenjamin Otte2020-03-181-19/+17
* build: Add -Wnull-dereferenceBenjamin Otte2020-03-051-0/+1
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-3/+3
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-4/+3
* Update stackswitcher CSSTimm Bäder2019-10-121-0/+3
* stackswitcher: Inherit from GtkWidgetTimm Bäder2019-10-121-18/+21
* ShortcutsSection: Fix tiny grammar-o "in for"→"in"Daniel Boles2019-06-241-1/+1
* Fix shortcuts window sizingMatthias Clasen2019-05-291-18/+2
* shortcutssection: Use a center box as footerTimm Bäder2019-01-231-3/+4
* pangesture: Port to new API modelBenjamin Otte2018-04-261-5/+5
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* shortcuts: Add css names to some widgetsMatthias Clasen2017-10-071-0/+1
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-11/+3
* box: Remove fill child propertyTimm Bäder2017-04-251-1/+1
* box: Remove expand child propertyTimm Bäder2017-04-251-1/+1
* Remove unnecessary gtk_widget_show callsTimm Bäder2017-01-221-3/+0
* widget: Remove show-all propertyTimm Bäder2017-01-201-3/+1
* gtkshortcutswindow: Adapt to GtkWidget visibility changesTimm Bäder2017-01-201-0/+2
* Remove gtk_widget_set_mappedTimm Bäder2016-11-051-2/+2
* Fix a few memory leaksTimm Bäder2016-10-211-0/+1
* Avoid variable shadowing in GtkShortcutsSectionEmmanuele Bassi2016-10-171-23/+22
* API: sizegroup: Remove gtk_size_group_set_ignore_hidden()Benjamin Otte2016-10-161-12/+0
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-1/+1
* Don't use GtkBox's center child in a few placesTimm Bäder2016-10-161-1/+3
* GtkShortcutsSection: avoid deprecation warningsMatthias Clasen2016-05-311-0/+8
* shortcuts: Don't forall() widgets that aren't childrenBenjamin Otte2016-01-221-6/+7
* shortcuts: Fix the circular stack switcherMatthias Clasen2015-12-151-6/+0
* shortcuts: Fix view filteringMatthias Clasen2015-12-151-1/+1
* shortcuts section: Fix destroyMatthias Clasen2015-11-231-0/+24