summaryrefslogtreecommitdiff
path: root/gtk/gtklevelbar.c
Commit message (Expand)AuthorAgeFilesLines
* | domain | current | suggestion |Cam Cook2022-11-261-1/+1
* | domain | current | suggestion |Cam Cook2022-11-261-1/+1
* Implement GtkAccessibleRange for GtkLevelBarLukáš Tyrychtr2022-09-291-0/+2
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-15/+5
* levelbar: Fill the whole space for discrete level barsAlexander Mikhaylenko2021-10-191-2/+19
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-4/+4
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-2/+2
* Documentation fixesMatthias Clasen2021-05-201-2/+2
* levelbar: Docs tweaksMatthias Clasen2021-03-111-7/+8
* levelbar: Add property annotationsMatthias Clasen2021-03-111-18/+16
* levelbar: Convert docsMatthias Clasen2021-03-111-71/+77
* Reduce use of GtkStyleContextMatthias Clasen2021-01-281-2/+1
* levelbar: Hide internal structure from a11yMatthias Clasen2020-10-211-7/+10
* gtk: Remove unused header includeBenjamin Otte2020-10-201-1/+0
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-3/+1
* a11y: Set an accessible role for GtkLevelBarMatthias Clasen2020-07-291-0/+27
* Remove ATKEmmanuele Bassi2020-07-261-3/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-21/+21
* Replace "gchar" with "char"Benjamin Otte2020-07-251-16/+16
* Replace "gint" with "int"Benjamin Otte2020-07-251-20/+20
* levelbar: Chainup to parent buildable when handling custom tagsStefano Facchini2020-07-071-2/+13
* a11y: Simplify GtkLevelBarAccessibleEmmanuele Bassi2020-06-051-2/+4
* Move orientable style classes into GtkWidgetEmmanuele Bassi2020-06-051-9/+7
* Drop fallback-c89.cChristoph Reiter2020-05-311-2/+0
* Remove lots of focus vfuncsMatthias Clasen2020-05-111-2/+0
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-0/+2
* gizmo: Allow passing changing focus behaviorMatthias Clasen2020-04-091-2/+3
* levelbar: Drop the Private structMatthias Clasen2020-03-291-155/+106
* levelbar: Guard function by right compiler macrosBenjamin Otte2020-02-221-0/+2
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-16/+7
* levelbar: Use a bin layoutTimm Bäder2019-09-251-35/+2
* Use the new GtkBuildableParser type in GtkBuildable interfacesAlexander Larsson2019-09-101-13/+13
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-2/+0
* level bar: Make finalMatthias Clasen2019-05-261-0/+12
* gizmo: Add a contains_funcMatthias Clasen2019-04-071-2/+3
* gizmo: return void from snapshot funcTimm Bäder2019-01-181-3/+1
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-24/+32
* levelbar: Don't return a double value from a gboolean functionTimm Bäder2018-08-051-1/+1
* Remove some unnecessary snapshot implementationsTimm Bäder2018-06-201-11/+0
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-21/+12
* Merge branch 'rename-window-to-surface' into 'master'Alexander Larsson2018-03-201-1/+1
|\
| * GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* | levelbar: Remove priv pointerTimm Bäder2018-03-201-67/+100
|/
* The big versioning cleanupMatthias Clasen2018-02-061-42/+0
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* LevelBar: Really fix underallocation of blocksDaniel Boles2017-08-291-1/+13
* LevelBar: Don’t pointlessly copy an allocationDaniel Boles2017-08-121-2/+1
* Revert "LevelBar: Avoid unnecessarily copying allocation"Matthias Clasen2017-08-121-1/+2
* LevelBar: Avoid unnecessarily copying allocationDaniel Boles2017-08-121-2/+1