summaryrefslogtreecommitdiff
path: root/gtk/gtklistbox.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: rely on default marshallersChristian Hergert2019-05-301-2/+2
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-291-5/+5
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-41/+41
* listbox Make finalMatthias Clasen2019-05-281-0/+25
* Stop using gtk_widget_get_toplevelMatthias Clasen2019-05-281-1/+1
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-1/+0
* listbox: Fix compiler warningTimm Bäder2019-04-131-1/+1
* listbox: Add a ::show-separators propertyMatthias Clasen2019-04-121-2/+66
* gtk: Check return value of compute_bounds()Benjamin Otte2019-02-201-4/+8
* Remove :active state handling on widgetsTimm Bäder2019-01-291-9/+1
* listbox: set selected_row before emitting signalAlberts Muktupāvels2019-01-111-1/+1
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-13/+15
* listbox: Store child iter in a variable when removingGeorges Basile Stavracas Neto2018-08-021-3/+11
* listbox: Use widget insert API instead of fiddling with CSS nodesTimm Bäder2018-06-201-23/+5
* widget: Make GtkWidgetClass::drag_leave() take a GdkDropBenjamin Otte2018-06-181-5/+3
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-11/+10
* widget: Allow adding event controllers in ui filesBenjamin Otte2018-04-261-3/+5
* widget: Remove _get_own_allocationTimm Bäder2018-04-101-7/+7
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-12/+5
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* Fix a few get_allocated_width/height usagesTimm Bäder2018-03-171-1/+1
* ListBox: Avoid ::row-activated/Row::activate ambigDaniel Boles2018-03-121-0/+8
* a11y: Remove gtk.h include from listbox headersBenjamin Otte2018-02-091-7/+14
* The big versioning cleanupMatthias Clasen2018-02-061-94/+2
* Rename GtkActionHelper private headerEmmanuele Bassi2018-02-021-1/+1
* listbox: Don't assume that row child == focus widgetTimm Bäder2018-01-171-1/+1
* Make GtkListBoxRow GtkActionable.Arnaud Bonatti2018-01-021-4/+100
* list, flow box: Make unpaired releases opt-inMatthias Clasen2017-12-301-1/+29
* listbox: Fix a crash during keynavMatthias Clasen2017-12-151-10/+13
* Replace gdk_keymap_get_for_display by gdk_display_get_keymapMatthias Clasen2017-12-151-2/+2
* Fix a typoMatthias Clasen2017-11-271-1/+1
* listbox: Handle unpaired releases as wellMatthias Clasen2017-11-261-1/+28
* remove debug spewMatthias Clasen2017-11-191-2/+0
* listbox: Listen to ::stopped on the press gestureMatthias Clasen2017-11-191-2/+21
* gtk: Intern css namesMatthias Clasen2017-11-171-2/+2
* widget: Remove parent-set signalTimm Bäder2017-10-291-13/+28
* listboxrow: Remove measure() and size_allocate() implsTimm Bäder2017-10-141-46/+0
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+5
* gtklistbox: Remove enter/leave/motion event handlersCarlos Garnacho2017-09-191-83/+8
* listbox: Update to using GdkEvent APICarlos Garnacho2017-09-191-2/+6
* widget: Remove gtk_widget_set_redraw_on_allocTimm Bäder2017-08-091-2/+0
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-24/+21
* Fix a few allocation coordinates & sizesTimm Bäder2017-07-191-2/+2
* listbox: Remove manual prelight row managementTimm Bäder2017-07-191-41/+4
* listbox: Remove view_windowTimm Bäder2017-07-191-75/+0
* listbox: Remove rows directly when binding modelTimm Bäder2017-07-191-1/+9
* listbox: Remove gadgetsTimm Bäder2017-07-191-161/+48
* listbox: Remove css box drawingTimm Bäder2017-07-191-61/+2
* listbox: Fix row hoveringTimm Bäder2017-05-251-37/+3
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-6/+1