summaryrefslogtreecommitdiff
path: root/gtk/gtklistbox.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix gdk_rectangle_union callsTimm Bäder2017-04-281-3/+3
* listbox: Compute clips directlyTimm Bäder2017-04-251-7/+13
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-9/+2
* listbox: Properly remove placeholdersTimm Bäder2017-04-251-1/+11
* widget: Save pointer to focus childTimm Bäder2017-03-311-2/+2
* listbox: Avoid a gtk_widget_destroy callTimm Bäder2017-03-131-1/+1
* Remove unnecessary gtk_widget_show callsTimm Bäder2017-01-221-1/+0
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-2/+0
* listbox: Don't emit selected-rows-changed, etc. during destructionDebarshi Ray2016-12-191-1/+1
* listbox: Fix row hoveringTimm Bäder2016-12-031-3/+3
* listbox: Move the priv->gadget allocationBenjamin Otte2016-11-301-13/+8
* snapshot: convert GtkListBoxBenjamin Otte2016-11-151-30/+49
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+2
* listbox: Use gtk_widget_measureTimm Bäder2016-11-121-20/+32
* listbox: Turn into no-window widgetBenjamin Otte2016-11-061-20/+73
* Fix clip of more windowed widgetsTimm Bäder2016-10-281-1/+3
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-1/+1
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-112/+29
* GtkListBox: Convert to indirect renderingMatthias Clasen2016-10-181-53/+30
* listbox: Use gdk_window_new_child()Benjamin Otte2016-10-181-13/+8
* docs: Add a diagram for GtkListBox nodesEmmanuele Bassi2016-09-201-2/+7
* listbox: Select the last row on page down when there are few rowsJoaquim Rocha2016-09-031-1/+41
* listbox: Avoid crashing on page down if the list has few rowsJoaquim Rocha2016-09-031-1/+2
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-1/+1
* listbox: short-circuit if no sort function is setChristian Hergert2016-06-201-0/+3