| Commit message (Expand) | Author | Age | Files | Lines |
* | lists: Clarify rubberband docsview-selection-model-2 | Matthias Clasen | 2020-07-17 | 1 | -0/+4 |
* | lists: Adjust the selection docs | Matthias Clasen | 2020-07-17 | 1 | -5/+7 |
* | Cosmetic docs change | Matthias Clasen | 2020-07-16 | 1 | -1/+1 |
* | Add .view to view widgets | Timm Bäder | 2020-06-27 | 1 | -0/+2 |
* | listbase: Compute rubberband region on-demand | Benjamin Otte | 2020-06-26 | 1 | -0/+32 |
* | listview: Allocate rubberband at end of size_allocate() | Benjamin Otte | 2020-06-26 | 1 | -2/+2 |
* | listbase: Move a common function from the children into GtkListBase | Benjamin Otte | 2020-06-26 | 1 | -38/+1 |
* | gridview: Don't assert on a condition that can happen | Matthias Clasen | 2020-06-20 | 1 | -1/+11 |
* | gridview: Compute right amount of items to skip | Benjamin Otte | 2020-06-20 | 1 | -1/+2 |
* | docs: Expand list widget docs | Matthias Clasen | 2020-06-04 | 1 | -1/+13 |
* | list widgets: Document css structure | Matthias Clasen | 2020-06-04 | 1 | -0/+16 |
* | Change css names of list widget | Matthias Clasen | 2020-06-04 | 1 | -2/+2 |
* | Add rubberband api | Matthias Clasen | 2020-06-03 | 1 | -0/+58 |
* | listbase: Use a widget for the rubberband | Matthias Clasen | 2020-06-03 | 1 | -0/+2 |
* | Spread single-click-activate api | Matthias Clasen | 2020-05-30 | 1 | -0/+59 |
* | listbase: Take over anchor handling | Benjamin Otte | 2020-05-30 | 1 | -417/+33 |
* | listbase: Add vfuncs to convert positions to/from coordinates | Benjamin Otte | 2020-05-30 | 1 | -174/+102 |
* | listbase: Move focus moving keybindings here | Benjamin Otte | 2020-05-30 | 1 | -171/+31 |
* | listbase: Move orientable implementation here | Benjamin Otte | 2020-05-30 | 1 | -61/+28 |
* | listbase: Move selection handling here | Benjamin Otte | 2020-05-30 | 1 | -159/+6 |
* | listbase: Move item manager here | Benjamin Otte | 2020-05-30 | 1 | -31/+35 |
* | listbase: Move GtkScrollable implementation | Benjamin Otte | 2020-05-30 | 1 | -193/+40 |
* | Add GtkListBase | Benjamin Otte | 2020-05-30 | 1 | -5/+9 |
* | gridview: Simplify allocation code | Benjamin Otte | 2020-05-30 | 1 | -16/+30 |
* | gridview: Add move keybindings | Benjamin Otte | 2020-05-30 | 1 | -1/+277 |
* | gridview: Implement (un)select all | Benjamin Otte | 2020-05-30 | 1 | -0/+54 |
* | gridview: Add a focus tracker | Benjamin Otte | 2020-05-30 | 1 | -0/+100 |
* | gridview: Implement list.scroll-to action | Benjamin Otte | 2020-05-30 | 1 | -0/+112 |
* | gridview: Add activation | Benjamin Otte | 2020-05-30 | 1 | -0/+60 |
* | gridview: Implement minimum row height | Benjamin Otte | 2020-05-30 | 1 | -4/+6 |
* | gridview: Implement the list.select-item action | Benjamin Otte | 2020-05-30 | 1 | -0/+66 |
* | gridview: Implement anchors and scrolling | Benjamin Otte | 2020-05-30 | 1 | -31/+450 |
* | gridview: Actually do something | Benjamin Otte | 2020-05-30 | 1 | -46/+469 |
* | listview: Pass the CSS name of listitems to the manager | Benjamin Otte | 2020-05-30 | 1 | -1/+1 |
* | gridview: Implement GtkOrientable | Benjamin Otte | 2020-05-30 | 1 | -1/+39 |
* | gridview: Add factory handling | Benjamin Otte | 2020-05-30 | 1 | -4/+157 |
* | gridview: Implement GtkScrollable | Benjamin Otte | 2020-05-30 | 1 | -2/+128 |
* | gridview: Add API for setting number of columns | Benjamin Otte | 2020-05-30 | 1 | -0/+137 |
* | gtk: Add a GtkGridView skeleton | Benjamin Otte | 2020-05-30 | 1 | -0/+260 |