summaryrefslogtreecommitdiff
path: root/gtk/gtklistbox.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* listbox: Don't compare int to uintTimm Bäder2016-05-121-1/+1
* listbox: Make sure page down/up move at least one rowTimm Bäder2016-04-211-36/+17
* listbox: Fix css node orderingMatthias Clasen2016-04-111-7/+8
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-2/+2
* Various documentation fixesTimm Bäder2016-02-081-1/+1
* Remove more unnecessary redrawsTimm Bäder2016-02-071-2/+0
* GtkListBox: Optimize _get_row_at_y a bitTimm Bäder2016-01-061-17/+24
* GtkListBox: get_row_at_y can return NULLTimm Bäder2016-01-061-1/+2
* listbox: Fix an oversight in the row gadget conversionMatthias Clasen2015-12-151-1/+1
* listbox: Convert to gadgetsMatthias Clasen2015-12-151-135/+237