summaryrefslogtreecommitdiff
path: root/gtk/gtkgridview.c
Commit message (Expand)AuthorAgeFilesLines
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* gridview: Fix rubberbanding from negative x coordinatesCorey Berla2022-09-141-0/+2
* gridview: Fix typo in docstring for gtk_grid_view_get_cell_at_y()Corey Berla2022-07-251-1/+1
* gridview: Return an empty bitset when selecting only empty spaceCorey Berla2022-07-251-0/+3
* gridview: Fix get_items_in_rect() selectionCorey Berla2022-07-251-1/+1
* gridview: Allow starting rubberband in empty space below last rowCorey Berla2022-07-251-0/+1
* gridview: Limit rectangle to gridview columnsCorey Berla2022-07-251-2/+2
* gridview: Move gtk_grid_view_computer_total_height() up for reuseCorey Berla2022-07-251-13/+13
* listviews: Reset scrollbar adjustment when list is emptyCorey Berla2022-07-121-1/+4
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-18/+6
* listview: Fix return_if_fail()sBenjamin Otte2022-02-261-1/+1
* docs: Reduce redundancyMatthias Clasen2021-05-201-5/+5
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-4/+4
* Documentation fixesMatthias Clasen2021-05-201-4/+4
* Fix documentation syntaxMatthias Clasen2021-05-201-1/+1
* listitemwidget: Have .activatable style class if the item is activatableAlexander Mikhaylenko2021-05-171-5/+6
* gridview: Convert docsMatthias Clasen2021-03-111-81/+86
* docs: Document more accessible rolesMatthias Clasen2020-10-201-0/+5
* listview: Set accessible rolesMatthias Clasen2020-10-141-0/+7
* docs: Update list widgets docsAndreas Persson2020-09-061-4/+3
* gridview: Make constructor arguments nullableMatthias Clasen2020-09-031-1/+1
* list widgets: Simplify the constructorsMatthias Clasen2020-09-011-33/+5
* list widgets: Use selection models in the apiMatthias Clasen2020-08-311-10/+11
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* gridview: Work around unexpected focus changesMatthias Clasen2020-08-061-0/+1
* gridview: Revise constructorsMatthias Clasen2020-07-261-13/+26
* gtk: Improve struct packing in placesMatthias Clasen2020-07-251-1/+1
* Cosmetic docs changeMatthias Clasen2020-07-161-1/+1
* Add .view to view widgetsTimm Bäder2020-06-271-0/+2
* listbase: Compute rubberband region on-demandBenjamin Otte2020-06-261-0/+32
* listview: Allocate rubberband at end of size_allocate()Benjamin Otte2020-06-261-2/+2
* listbase: Move a common function from the children into GtkListBaseBenjamin Otte2020-06-261-38/+1
* gridview: Don't assert on a condition that can happenMatthias Clasen2020-06-201-1/+11
* gridview: Compute right amount of items to skipBenjamin Otte2020-06-201-1/+2
* docs: Expand list widget docsMatthias Clasen2020-06-041-1/+13
* list widgets: Document css structureMatthias Clasen2020-06-041-0/+16
* Change css names of list widgetMatthias Clasen2020-06-041-2/+2
* Add rubberband apiMatthias Clasen2020-06-031-0/+58
* listbase: Use a widget for the rubberbandMatthias Clasen2020-06-031-0/+2
* Spread single-click-activate apiMatthias Clasen2020-05-301-0/+59
* listbase: Take over anchor handlingBenjamin Otte2020-05-301-417/+33
* listbase: Add vfuncs to convert positions to/from coordinatesBenjamin Otte2020-05-301-174/+102
* listbase: Move focus moving keybindings hereBenjamin Otte2020-05-301-171/+31
* listbase: Move orientable implementation hereBenjamin Otte2020-05-301-61/+28
* listbase: Move selection handling hereBenjamin Otte2020-05-301-159/+6
* listbase: Move item manager hereBenjamin Otte2020-05-301-31/+35
* listbase: Move GtkScrollable implementationBenjamin Otte2020-05-301-193/+40
* Add GtkListBaseBenjamin Otte2020-05-301-5/+9
* gridview: Simplify allocation codeBenjamin Otte2020-05-301-16/+30
* gridview: Add move keybindingsBenjamin Otte2020-05-301-1/+277