summaryrefslogtreecommitdiff
path: root/gtk/gtklistbox.c
Commit message (Expand)AuthorAgeFilesLines
* listbox: Make sure page down/up move at least one rowTimm Bäder2016-05-051-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
* cssnode: Change API of some functionsBenjamin Otte2015-07-161-6/+6
* listbox: don't call gtk_style_context_set_background()Cosimo Cecchi2015-07-011-1/+0
* gtklistboxrow: propagate in the draw vfuncCarlos Soriano2015-06-101-1/+1
* listbox: add support for :first-child, :last-child and othersChristian Hergert2015-05-291-0/+45
* GtkListBox: fix model binding refcount issueRyan Lortie2015-03-271-0/+12
* GtkListBoxRow: add g_return_if_fail to grab_focus, don't crashRafal Luzynski2015-02-271-0/+2
* gtk: Fix various tiny typos in documentation commentsPhilip Withnall2015-02-181-1/+1
* gtklistbox: add bind_model()Lars Uebernickel2015-02-121-0/+112
* GtkListBoxRow: Update the listbox's cursor row when focusingTimm Bäder2015-02-121-8/+24
* listbox: Free the multipress gesture on finalizeCarlos Garnacho2015-01-141-0/+1
* GtkListBox: Fix a bug in unselectionMatthias Clasen2014-10-311-0/+2
* GtkListBox: Support placeholders in ui filesMatthias Clasen2014-10-121-1/+26
* widget: Make _gtk_set_simple_clip() take an optional content clipBenjamin Otte2014-08-211-1/+1
* GtkListBox: fix up docsMatthias Clasen2014-08-161-1/+1
* GtkListBoxRow: Set clipTimm Bäder2014-08-141-0/+3
* listbox: Add missing ::row-selected emissionsFlorian Müllner2014-08-031-2/+20
* GtkListBox: Mention activatable and selectable in the docsMatthias Clasen2014-07-151-0/+5
* GtkListBox: Implement non-selectable rowsMatthias Clasen2014-07-151-0/+10