| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert trivial users of icon theme loading to use info as paintable | Alexander Larsson | 2020-01-29 | 1 | -17/+9 |
* | testcalendar: Don't do dumb stuff with font sizes. | Benjamin Otte | 2020-01-28 | 1 | -27/+0 |
* | stylecontext: Remove GTK_STYLE_PROPERTY_* defines | Benjamin Otte | 2020-01-28 | 1 | -1/+1 |
* | Fix testsuite without -Dprofiler=true | Matthias Clasen | 2020-01-21 | 1 | -4/+4 |
* | Prototype a sysprof helper | Matthias Clasen | 2020-01-21 | 2 | -0/+145 |
* | widget: Initialize cssnode name asap | Benjamin Otte | 2020-01-21 | 1 | -3/+0 |
* | Update all callers | Matthias Clasen | 2020-01-11 | 3 | -8/+2 |
* | testdnd: Fix up for current api | Matthias Clasen | 2020-01-09 | 1 | -16/+40 |
* | Update all users | Matthias Clasen | 2020-01-08 | 3 | -4/+38 |
* | testdnd2: Fix the text case | Matthias Clasen | 2020-01-08 | 1 | -0/+1 |
* | Add another dnd testcase | Matthias Clasen | 2020-01-08 | 2 | -0/+401 |
* | Update all callers | Matthias Clasen | 2020-01-08 | 6 | -4/+8 |
* | testdnd2: Use GDK content formats api | Matthias Clasen | 2020-01-08 | 1 | -5/+6 |
* | testdnd2: Update to the api change in the previous commit | Matthias Clasen | 2020-01-08 | 1 | -2/+2 |
* | testtoolbar: Use gtk_widget_add_controller for drag source | Matthias Clasen | 2020-01-08 | 1 | -1/+1 |
* | testlist3: Use gtk_widget_add_controller for drag source | Matthias Clasen | 2020-01-08 | 1 | -1/+1 |
* | testdnd2: Use gtk_widget_add_controller for drag source | Matthias Clasen | 2020-01-08 | 1 | -2/+2 |
* | testdnd: Use gtk_widget_add_controller for drag source | Matthias Clasen | 2020-01-08 | 1 | -1/+1 |
* | dragsource: Reshuffle api a bit | Matthias Clasen | 2020-01-08 | 4 | -5/+15 |
* | dragsource: Tweak api, update all callers | Matthias Clasen | 2020-01-08 | 2 | -2/+6 |
* | Remove gtk_drop_target_get_target | Matthias Clasen | 2020-01-08 | 2 | -2/+2 |
* | Replace gtk_drop_target_attach/detach | Matthias Clasen | 2020-01-08 | 6 | -9/+9 |
* | droptarget: Drop defaults flags | Matthias Clasen | 2020-01-08 | 6 | -9/+9 |
* | testdnd2: Add a test for ASK handling | Matthias Clasen | 2020-01-08 | 1 | -11/+79 |
* | testtreednd: Use the new asyn selection read | Matthias Clasen | 2020-01-08 | 1 | -5/+20 |
* | testlist3: Use async read api for selection | Matthias Clasen | 2020-01-08 | 1 | -5/+20 |
* | testtreednd: Convert to GtkDropTarget | Matthias Clasen | 2020-01-08 | 1 | -4/+6 |
* | testnotebookdnd: Fix, partially | Matthias Clasen | 2020-01-08 | 1 | -15/+49 |
* | testtoolbar: Convert to GtkDropTarget | Matthias Clasen | 2020-01-08 | 1 | -18/+13 |
* | testlist3: Convert to GtkDropTarget | Matthias Clasen | 2020-01-08 | 1 | -8/+6 |
* | testdnd: Convert to GtkDropTarget | Matthias Clasen | 2020-01-08 | 1 | -88/+81 |
* | testdnd2: Port to GtkDropTarget | Matthias Clasen | 2020-01-08 | 1 | -36/+39 |
* | tests: Convert to GtkDragSource | Matthias Clasen | 2020-01-08 | 8 | -465/+162 |
* | entry: Port icon dnd to GtkDragSource | Matthias Clasen | 2020-01-08 | 1 | -34/+9 |
* | testentryicons: Fix a memory leak | Timm Bäder | 2020-01-07 | 1 | -2/+3 |
* | Add a text view mark/cursor test | Matthias Clasen | 2020-01-03 | 2 | -0/+239 |
* | testtooltips: Test tooltips on popovers | Matthias Clasen | 2019-12-29 | 1 | -43/+25 |
* | tests: Stop using menus | Matthias Clasen | 2019-12-29 | 11 | -2479/+23 |
* | Revert unintended changes | Matthias Clasen | 2019-12-29 | 1 | -88/+2 |
* | testfilechooser: Test the choice apis | Matthias Clasen | 2019-12-25 | 1 | -4/+5 |
* | Fix various new mingw compiler warnings | Christoph Reiter | 2019-12-18 | 1 | -13/+16 |
* | tests/: Revert bbb56d8 for non-UNIX | Chun-wei Fan | 2019-12-17 | 2 | -3/+49 |
* | Merge branch 'file-transfer' into 'master' | Matthias Clasen | 2019-12-12 | 2 | -12/+74 |
|\ |
|
| * | clipboard: file transfer portal support | Matthias Clasen | 2019-12-12 | 2 | -12/+74 |
* | | tests: Set an existing font in testfontchooser | Benjamin Otte | 2019-12-12 | 1 | -1/+1 |
|/ |
|
* | Make a test with a custom display | Matthias Clasen | 2019-12-07 | 1 | -0/+7 |
* | gtk-demo: Use normal way to lookup up symbols | Benjamin Otte | 2019-12-03 | 1 | -4/+2 |
* | gl renderer: Blur shader improvements | Timm Bäder | 2019-12-03 | 1 | -4/+2 |
* | testblur: Fix default blur radius | Timm Bäder | 2019-12-03 | 1 | -2/+3 |
* | builder: Connect signals automatically | Benjamin Otte | 2019-11-22 | 2 | -2/+0 |