Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make tooltip properties idiomatic | Emmanuele Bassi | 2020-06-05 | 1 | -10/+7 |
* | Add GtkDropDown | Matthias Clasen | 2020-05-30 | 2 | -0/+322 |
* | Add GtkTreeListRowSorter | Matthias Clasen | 2020-05-30 | 1 | -1/+7 |
* | testcolumnview: Add sorters | Benjamin Otte | 2020-05-30 | 1 | -35/+97 |
* | tests: Add testcolumnview | Benjamin Otte | 2020-05-30 | 2 | -0/+701 |
* | listitem: Make this a GObject | Benjamin Otte | 2020-05-30 | 1 | -2/+3 |
* | gridview: Implement minimum row height | Benjamin Otte | 2020-05-30 | 1 | -2/+4 |
* | Add GtkTreeExpander | Benjamin Otte | 2020-05-30 | 1 | -18/+5 |
* | listview: Expose GtkListItemFactory APIs | Benjamin Otte | 2020-05-30 | 2 | -10/+9 |
* | tests: Add a rough form of multiselection | Benjamin Otte | 2020-05-30 | 1 | -3/+256 |
* | testlistview: Load icons async | Benjamin Otte | 2020-05-30 | 1 | -6/+87 |
* | testlistview: Port to directory list | Benjamin Otte | 2020-05-30 | 1 | -96/+44 |
* | testlistview: Create widgets only once | Benjamin Otte | 2020-05-30 | 1 | -49/+94 |
* | testlistview: Show the row number | Benjamin Otte | 2020-05-30 | 1 | -1/+10 |
* | listview: Change how binding is done | Benjamin Otte | 2020-05-30 | 2 | -25/+37 |
* | tests: Make animating listview do random resorts | Benjamin Otte | 2020-05-30 | 1 | -6/+37 |
* | tests: Add a test for a permanently changing listview | Benjamin Otte | 2020-05-30 | 2 | -0/+141 |
* | listview: Make widget actually do something | Benjamin Otte | 2020-05-30 | 2 | -0/+346 |
* | tests: Remove testtreemodel test | Benjamin Otte | 2020-05-30 | 2 | -395/+0 |
* | Fix minor typos | Yuri Chornoivan | 2020-05-28 | 3 | -3/+3 |
* | testgtk: Add G_GNUC_NORETURN to usage() | Timm Bäder | 2020-05-19 | 1 | -1/+1 |
* | Change coordinate translation apis to take doubles | Matthias Clasen | 2020-05-17 | 5 | -14/+10 |
* | Merge branch 'toplevel-move-resize' into 'master' | Matthias Clasen | 2020-05-17 | 1 | -2/+2 |
|\ | |||||
| * | window: Use toplevel begin_move/resize api | Matthias Clasen | 2020-05-17 | 1 | -2/+2 |
* | | Merge branch 'wip/otte/monitors' into 'master' | Benjamin Otte | 2020-05-17 | 1 | -7/+0 |
|\ \ | |/ |/| | |||||
| * | display: Remove unneeded getters | Benjamin Otte | 2020-05-17 | 1 | -7/+0 |
* | | showrendernode: Set widget overflow | Timm Bäder | 2020-05-16 | 1 | -8/+2 |
* | | tests: Drop testdnd3 | Matthias Clasen | 2020-05-14 | 2 | -327/+0 |
* | | tests: Rename testheaderbar2 to testheaderbar | Matthias Clasen | 2020-05-14 | 2 | -1/+1 |
* | | tests: Consolidate all headerbar tests | Matthias Clasen | 2020-05-14 | 5 | -305/+297 |
* | | tests: Drop testorientable | Matthias Clasen | 2020-05-14 | 2 | -99/+0 |
* | | tests: Drop testemblems | Matthias Clasen | 2020-05-14 | 2 | -43/+0 |
* | | tests: Drop testgiconpixbuf | Matthias Clasen | 2020-05-14 | 2 | -92/+0 |
* | | tests: Drop testbuttons | Matthias Clasen | 2020-05-14 | 2 | -124/+0 |
* | | Merge branch 'tests-cleanup' into 'master' | Matthias Clasen | 2020-05-13 | 11 | -945/+0 |
|\ \ | |||||
| * | | tests: Drop testnoscreen | Matthias Clasen | 2020-05-13 | 2 | -51/+0 |
| * | | tests: Drop testexpander | Matthias Clasen | 2020-05-13 | 2 | -82/+0 |
| * | | tests: Drop testfontchooser | Matthias Clasen | 2020-05-13 | 2 | -102/+0 |
| * | | tests: Drop testcolorchooser | Matthias Clasen | 2020-05-13 | 2 | -109/+0 |
| * | | tests: Drop testbox | Matthias Clasen | 2020-05-13 | 2 | -140/+0 |
| * | | tests: Drop testcolorchooser2 | Matthias Clasen | 2020-05-13 | 3 | -90/+0 |
| * | | tests: Drop testicontheme | Matthias Clasen | 2020-05-13 | 2 | -164/+0 |
| * | | tests: Drop testpixbuf-scale | Matthias Clasen | 2020-05-13 | 2 | -161/+0 |
| * | | tests: Drop testtoolbar2 | Matthias Clasen | 2020-05-13 | 2 | -46/+0 |
| |/ | |||||
* | | tests: Fix scrolling performance test | Matthias Clasen | 2020-05-13 | 1 | -5/+2 |
|/ | |||||
* | tests: Drop the visuals test | Matthias Clasen | 2020-05-12 | 8 | -596/+0 |
* | tests: Move testcairo into gtk4-demo | Matthias Clasen | 2020-05-12 | 2 | -224/+0 |
* | Drop the gtkgears test | Matthias Clasen | 2020-05-12 | 2 | -244/+0 |
* | Move print-editor to demos | Matthias Clasen | 2020-05-12 | 2 | -862/+0 |
* | tests: Remove gtk_dialog_run() | Emmanuele Bassi | 2020-05-12 | 6 | -86/+138 |