summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | gtkfilesystemmodel: Use g_clear_* helpersGeorges Basile Stavracas Neto2023-01-071-10/+4
| * | | filesystemmodel: Use G_DECLARE_FINAL_TYPE()Georges Basile Stavracas Neto2023-01-072-33/+13
| * | | filesystemmodel: CosmeticsGeorges Basile Stavracas Neto2023-01-071-262/+227
| * | | filesystemmodel: Use g_set_objectMatthias Clasen2023-01-071-10/+1
| * | | filesystemmodel: Make function private to gtkfilesystemmodel.cGeorges Basile Stavracas Neto2023-01-072-35/+32
| * | | filesystemmodel: Cleanup unused definesGeorges Basile Stavracas Neto2023-01-071-15/+0
* | | | Merge branch 'werror-fixes' into 'main'Matthias Clasen2023-01-074-4/+6
|\ \ \ \
| * | | | build: Turn off tautological-constant-out-of-range-compare warningBenjamin Otte2023-01-061-0/+1
| * | | | gtk-launch: Fix unused variable warning on macOSBenjamin Otte2023-01-061-1/+3
| * | | | ci: Disable -Werror on all subprojectsBenjamin Otte2023-01-061-1/+1
| * | | | glcontext: Avoid gcc warning on non-egl buildBenjamin Otte2023-01-061-1/+1
| * | | | gtk-launch: Remove compile-time warningBenjamin Otte2023-01-061-1/+0
* | | | | Merge branch 'wip/corey/calendar' into 'main'Matthias Clasen2023-01-072-2/+38
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | calendar: Set marked days immediatelyCorey Berla2023-01-061-0/+31
| * | | | calendar: Only apply the marked_day to the current monthCorey Berla2023-01-061-2/+3
| * | | | calendar: Add css style for marked daysCorey Berla2023-01-061-0/+4
|/ / / /
* | | | Merge branch 'wip/phako/fix-activate-action-annotation' into 'main'Matthias Clasen2023-01-071-2/+1
|\ \ \ \
| * | | | Remove obsolete "or %NULL" documentationJens Georg2022-04-201-2/+1
| * | | | widget: Mark format as nullable in activate_actionJens Georg2022-04-191-1/+1
* | | | | Merge branch 'main' into 'main'Matthias Clasen2023-01-071-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix a typoHodong2022-10-251-1/+1
* | | | | Merge branch 'wayland-surface-split3' into 'main'Matthias Clasen2023-01-0617-4335/+4633
|\ \ \ \ \
| * | | | | Drop gdkpopup-wayland-private.hMatthias Clasen2023-01-063-20/+0
| * | | | | waylandsurface: Introduce a few vfuncsMatthias Clasen2023-01-066-54/+70
| * | | | | waylandpopup: Drop unused exportsMatthias Clasen2023-01-062-8/+8
| * | | | | waylandtoplevel: Drop unused exportsMatthias Clasen2023-01-063-43/+27
| * | | | | More cleanupsMatthias Clasen2023-01-061-50/+8
| * | | | | Misc cleanupsMatthias Clasen2023-01-067-109/+105
| * | | | | wip: Split off GdkWaylandPopupMatthias Clasen2023-01-066-1410/+1499
| * | | | | wip: Split off GdkWaylandToplevelMatthias Clasen2023-01-068-2510/+2608
| * | | | | wayland: Rearrange the surface codeMatthias Clasen2023-01-061-2352/+2341
| * | | | | wayland: Split public headersMatthias Clasen2023-01-066-40/+117
| * | | | | wayland: Split display_server sub-structsMatthias Clasen2023-01-062-110/+134
| * | | | | wayland: Move next_layout into popup and toplevelMatthias Clasen2023-01-062-33/+23
| * | | | | wayland: Move pending toplevel state to GdkWaylandToplevelMatthias Clasen2023-01-061-31/+40
| * | | | | wayland: Move input_grab_seat to GdkWaylandPopupMatthias Clasen2023-01-062-12/+15
| * | | | | wayland: Move reposition_token to GdkWaylandPopupMatthias Clasen2023-01-062-8/+12
| * | | | | wayland: Move shortcuts_inhibitors to GdkWaylandToplevelMatthias Clasen2023-01-062-32/+27
| * | | | | wayland: Move imported_transient_for to GdkWaylandToplevelMatthias Clasen2023-01-062-23/+25
| * | | | | wayland: Move geometry hints to GdkWaylandToplevelMatthias Clasen2023-01-062-38/+46
| * | | | | wayland: Move title to GdkWaylandToplevelMatthias Clasen2023-01-062-35/+26
| * | | | | wayland: Move drag surfaces to their own fileMatthias Clasen2023-01-064-190/+294
| * | | | | wayland: Drop create_dnd_surfaceMatthias Clasen2023-01-063-25/+6
|/ / / / /
* | | | | Merge branch 'swap-3-4' into 'main'Matthias Clasen2023-01-061-4/+4
|\ \ \ \ \
| * | | | | docs: Place example-{3,4} in numerical orderandy59952022-12-101-4/+4
* | | | | | Merge branch 'gtk4-fix-xdg-activation-set-surface' into 'main'Matthias Clasen2023-01-061-2/+9
|\ \ \ \ \ \
| * | | | | | gdk/wayland: set requesting surface to xdg-activationJoan Bruguera2022-12-041-2/+9
* | | | | | | Merge branch 'drop-file-dialog-shortcuts' into 'main'Matthias Clasen2023-01-063-117/+0
|\ \ \ \ \ \ \
| * | | | | | | filedialog: Drop shortcut foldersMatthias Clasen2023-01-063-117/+0
* | | | | | | | Merge branch 'wip/otte/for-5496' into 'main'Matthias Clasen2023-01-061-3/+1
|\ \ \ \ \ \ \ \