summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wayland: Rely on server key repeat infowayland-key-repeatMatthias Clasen2019-10-291-14/+3
* gtk-demo: Add a minesweeper demoBenjamin Otte2019-10-285-0/+537
* Add GtkColumnView skeletonBenjamin Otte2019-10-287-0/+882
* wip: Add GtkCoverFlowBenjamin Otte2019-10-2811-76/+863
* listbase: Take over anchor handlingBenjamin Otte2019-10-284-950/+546
* listbase: Add vfuncs to convert positions to/from coordinatesBenjamin Otte2019-10-284-333/+500
* listbase: Move focus moving keybindings hereBenjamin Otte2019-10-284-337/+364
* Remove gtk_selection_model_user_select_item() againBenjamin Otte2019-10-284-103/+60
* listbase: Move orientable implementation hereBenjamin Otte2019-10-284-120/+95
* listbase: Move selection handling hereBenjamin Otte2019-10-284-318/+229
* listbase: Move item manager hereBenjamin Otte2019-10-284-45/+74
* listbase: Move GtkScrollable implementationBenjamin Otte2019-10-284-361/+357
* Add GtkListBaseBenjamin Otte2019-10-2810-14/+177
* gridview: Simplify allocation codeBenjamin Otte2019-10-281-25/+19
* listview: Port various gridview improvementsBenjamin Otte2019-10-281-91/+255
* demo: Add a file browser demoBenjamin Otte2019-10-284-0/+411
* gridview: Add move keybindingsBenjamin Otte2019-10-281-0/+274
* gridview: Implement (un)select allBenjamin Otte2019-10-281-0/+58
* gridview: Add a focus trackerBenjamin Otte2019-10-281-0/+96
* gridview: Implement list.scroll-to actionBenjamin Otte2019-10-281-0/+112
* gridview: Add activationBenjamin Otte2019-10-281-0/+60
* gridview: Implement minimum row heightBenjamin Otte2019-10-282-7/+11
* gridview: Implement the list.select-item actionBenjamin Otte2019-10-281-0/+66
* selectionmodel: Add gtk_selection_model_user_select_item()Benjamin Otte2019-10-284-55/+99
* gridview: Implement anchors and scrollingBenjamin Otte2019-10-281-31/+450
* widget: Add gtk_widget_get_size()Benjamin Otte2019-10-283-0/+29
* lulBenjamin Otte2019-10-281-3/+19
* listitemmanager: Handle NULL factoryBenjamin Otte2019-10-281-7/+15
* demo: Use a listview as sidebarTimm Bäder2019-10-285-205/+222
* Add GtkExpressionBenjamin Otte2019-10-287-42/+1936
* listitemfactory: Make the builder factory properly buildableBenjamin Otte2019-10-282-25/+174
* listview: Add move keybindingsBenjamin Otte2019-10-261-0/+273
* listview: Add gtk_list_view_get_position_at_y()Benjamin Otte2019-10-261-9/+33
* listitem: Add "listitem.select" action and keybindings for itBenjamin Otte2019-10-261-0/+56
* listview: Add a focus trackerBenjamin Otte2019-10-261-0/+53
* listview: Implement (un)select allBenjamin Otte2019-10-261-0/+58
* listview: Track focus movements and update selectionBenjamin Otte2019-10-261-63/+116
* listview: Implement activationBenjamin Otte2019-10-264-21/+238
* treeexpander: Implement input supportBenjamin Otte2019-10-261-0/+249
* listitem: Change focus handlingBenjamin Otte2019-10-261-2/+52
* popover: Remove unneeded vfuncBenjamin Otte2019-10-261-8/+0
* inspector: Make the recorder node list use a ListViewBenjamin Otte2019-10-263-53/+72
* inspector: Use a GtkTreeExpander in the object treeBenjamin Otte2019-10-261-30/+7
* inspector: Use a treeexpander in the recorderBenjamin Otte2019-10-261-31/+8
* demo: Add a GSettings tree demoBenjamin Otte2019-10-263-0/+149
* Add GtkTreeExpanderBenjamin Otte2019-10-267-29/+534
* gridview: Actually do somethingBenjamin Otte2019-10-261-47/+448
* listview: Pass the CSS name of listitems to the managerBenjamin Otte2019-10-263-4/+8
* gridview: Implement GtkOrientableBenjamin Otte2019-10-261-1/+39
* gridview: Add factory handlingBenjamin Otte2019-10-262-5/+166