summaryrefslogtreecommitdiff
path: root/gtk/gtklistbox.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* listbox: Convert rows to gadgetsMatthias Clasen2015-12-151-113/+116
* Add some more missing nullable annotationsTimm Bäder2015-12-011-2/+2
* listbox: Use :focus-on-click policy from row instead of listFlorian Müllner2015-11-301-1/+1
* Cosmetic: Avoid an explicit state variableMatthias Clasen2015-11-141-6/+5
* listbox: Cosmetic cleanupMatthias Clasen2015-11-141-2/+2
* listbox: Add element namesMatthias Clasen2015-11-051-5/+9
* list box: Remove an unused staticMatthias Clasen2015-11-031-2/+0
* listbox: Implement :focus-on-clickFlorian Müllner2015-11-031-10/+18
* gtk: Stop setting GDK_EXPOSURE_MASK on random widgetsAlexander Larsson2015-09-141-1/+1
* Intern all signal names beforehandMatthias Clasen2015-09-121-14/+14
* list box: Use g_object_notify_by_pspec everywhereMatthias Clasen2015-09-061-2/+2
* GtkListBox: Allow a NULL callback in bind_modelTimm Bäder2015-09-031-2/+3
* listbox: Mark activatable rows with a .activatable style classBenjamin Otte2015-08-261-3/+3
* list box: Document incompatible configurationsMatthias Clasen2015-08-251-0/+10
* list box: Warn for nonworking configurationsMatthias Clasen2015-08-251-5/+22
* list box: Make focusable headers possibleMatthias Clasen2015-08-211-3/+39
* list box: Shorten some static function namesMatthias Clasen2015-08-161-12/+12
* listbox: Avoid using show_all on rowsKalev Lember2015-08-081-1/+1
* listbox: Don't queue draws on the entire widgetJasper St. Pierre2015-08-021-5/+0
* listbox: Fix shift-selectionMatthias Clasen2015-07-261-7/+8
* GtkListBox: Improve focus scrollingMatthias Clasen2015-07-191-6/+11
* GtkListBox: Listen for adjustment changesMatthias Clasen2015-07-191-4/+23
* list box: Remove unnecessary checksMatthias Clasen2015-07-171-4/+3