summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.c
Commit message (Expand)AuthorAgeFilesLines
* a11y: Remove gtk.h include from container accessibleBenjamin Otte2018-02-091-9/+12
* The big versioning cleanupMatthias Clasen2018-02-061-34/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-1/+1
* expander: Make a code snippet compileTimm Bäder2018-01-031-6/+10
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-1/+1
* expander: Don't do :hover yourselfBenjamin Otte2017-11-051-94/+4
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-2/+9
* expander: Convert to GdkEvent APIMatthias Clasen2017-09-191-2/+8
* Expander: get_label() return is nullableDaniel Boles2017-09-151-2/+2
* Expander: Annotate new()’s label arg as nullableDaniel Boles2017-09-141-1/+1
* Expander: Replace (allow-none) with (nullable)Daniel Boles2017-09-141-3/+3
* Expander: Explain how to conditionally style arrowDaniel Boles2017-09-141-2/+2
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-10/+9
* expander: Fix pressed_in_title checkTimm Bäder2017-07-191-10/+6
* Remove GtkBuiltinIconTimm Bäder2017-07-191-1/+0
* expander: Inherit from GtkContainerTimm Bäder2017-07-191-16/+49
* expander: Remove gadgetTimm Bäder2017-07-191-47/+27
* gtkexpander: Remove event windowCarlos Garnacho2017-05-251-79/+32
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-5/+1
* gtkexpander: Drop usage of gtk_gesture_set_window()Carlos Garnacho2017-05-251-3/+0
* expander: Use widgets for title box and arrowTimm Bäder2017-04-251-81/+30
* widget: Save pointer to focus childTimm Bäder2017-03-311-2/+2
* expander: Remove unused definesTimm Bäder2017-02-181-2/+0
* expander: Use gtk_widget_measureTimm Bäder2017-02-181-1/+2
* Use Unicode in translatable stringsPiotr Drąg2016-12-191-1/+1
* snapshot: Convert GtkExpanderBenjamin Otte2016-11-151-7/+7
* gtk: Chain up in realize()Benjamin Otte2016-11-021-7/+3
* expander: Update for new box gadget functionalityMatthias Clasen2016-11-011-25/+1
* expander: Remove unnecessary redrawsBenjamin Otte2016-10-271-17/+0
* expander: Remove spacing propertyTimm Bäder2016-10-221-75/+0
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-63/+19
* GtkExpander: Convert to indirect renderingMatthias Clasen2016-10-181-8/+30
* expander: Use gdk_window_new_input()Benjamin Otte2016-10-181-18/+7
* Remove various unused style propertiesTimm Bäder2016-10-161-17/+0
* Remove various sizing related style propertiesTimm Bäder2016-10-161-17/+0
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-1/+1
* box gadget: Redo expand flag handlingMatthias Clasen2016-04-281-3/+3
* expander: Reverse alignments in RTLMatthias Clasen2016-04-281-0/+2
* expander: Reinstate rtl allocation behaviorMatthias Clasen2016-03-031-0/+3
* expander: Draw focus againMatthias Clasen2016-02-201-0/+1
* expander: Flip the alignment of the vertical boxMatthias Clasen2016-01-181-1/+6
* expander: Handle rtl changes againMatthias Clasen2016-01-181-28/+8
* expander: Destroy gadgets after child widgetsMatthias Clasen2016-01-151-2/+2
* expander: Convert to use box gadgetsMatthias Clasen2016-01-151-368/+36
* expander: Deprecate spacing propertyMatthias Clasen2016-01-151-3/+16
* expander: center the arrowMatthias Clasen2016-01-141-2/+2
* Use convenience API that was introduced recentlyMatthias Clasen2016-01-131-2/+2
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* builtinicon: save/restore cairo context when renderingCosimo Cecchi2015-12-191-2/+0