summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.c
Commit message (Expand)AuthorAgeFilesLines
* Port simple cases to GtkDropControllerMotionBenjamin Otte2020-02-221-54/+48
* dragdest: Make gtk_drop_target_new() args be transfer fullBenjamin Otte2020-02-171-4/+1
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-1/+1
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-2/+1
* Rename GtkIcon widget to GtkBuiltinIconAlexander Larsson2020-01-301-2/+2
* Update all callersMatthias Clasen2020-01-111-7/+3
* Update all usersMatthias Clasen2020-01-081-1/+1
* Update all callersMatthias Clasen2020-01-081-0/+4
* Replace gtk_drop_target_attach/detachMatthias Clasen2020-01-081-1/+1
* droptarget: Drop the track-motion propertyMatthias Clasen2020-01-081-1/+0
* droptarget: Drop defaults flagsMatthias Clasen2020-01-081-1/+1
* Remove gtkdnd.hMatthias Clasen2020-01-081-1/+0
* expander: Port to GtkDropTargetMatthias Clasen2020-01-081-18/+21
* expander: Rename CSS nodesBenjamin Otte2019-10-151-2/+2
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-13/+13
* Stop using gtk_widget_get_toplevelMatthias Clasen2019-05-281-2/+2
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-1/+0
* expander: Make finalMatthias Clasen2019-05-261-0/+14
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-1/+1
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-7/+13
* dnd: Make drag-motion and drag-drop signals use GdkDropBenjamin Otte2018-06-181-8/+6
* widget: Make GtkWidgetClass::drag_leave() take a GdkDropBenjamin Otte2018-06-181-5/+3
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-9/+7
* widget: Allow adding event controllers in ui filesBenjamin Otte2018-04-261-4/+6
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-5/+3
* expander: Update css docsTimm Bäder2018-03-281-4/+5
* expander: Remove priv pointerTimm Bäder2018-03-281-39/+48
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* expander: Remove label-fill propertyTimm Bäder2018-03-071-67/+0
* expander: Check for an existing child when addingPeter Bloomfield2018-03-061-1/+13
* expander: fix sizes in resize_toplevelTimm Bäder2018-03-061-18/+11
* expander: Attach the gesture to the title widgetTimm Bäder2018-03-051-31/+2
* 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