- 03 Sep, 2020 2 commits
-
-
Matthias Clasen authored
-
-
- 02 Sep, 2020 4 commits
-
-
Emmanuele Bassi authored
[3.24] Annotate sequence argument of GtkGesture signals as nullable See merge request !2521
-
Sebastian Dröge authored
-
-
-
- 01 Sep, 2020 3 commits
-
-
Matthias Clasen authored
searchengine: Prepare for apps linking to Tracker 2.x See merge request !2513
-
-
Carlos Garnacho authored
Given it does seem likely Tracker is going to miss the goal to get all applications ported to Tracker 3, the scenario where there's applications linking to Tracker 2.x while GTK was built with Tracker 3 support becomes more likely. Avoid the upcoming GType clashes if that were the case, and resort to the good (I lie) old Tracker 2 search engine.
-
- 31 Aug, 2020 5 commits
-
-
Matthias Clasen authored
gdk: Keep a reference on the last source device See merge request !2510
-
-
Carlos Garnacho authored
This device may go away, which means we have a pointer to a possibly stale object. Keep a reference here, and let future events bring this accounting up-to-date when the mouse pointer is next updated via other device. Fixes: #855
-
Matthias Clasen authored
Fix resource leak in gdk_display_close() under Wayland See merge request !2508
-
Julien Ropé authored
When using the gdk_display_close(), the handle to the Wayland compositor was not released. This could cause the consumption of all available handles, preventing other processes from accessing the display. Fixing this by calling wl_display_disconnect() when releasing the GdkWaylandDisplay object. Signed-off-by:
Julien Ropé <jrope@redhat.com>
-
- 29 Aug, 2020 3 commits
-
-
- 28 Aug, 2020 1 commit
-
-
- 26 Aug, 2020 5 commits
-
-
Matthias Clasen authored
wayland: Fix dnd hotspot movement See merge request !2491
-
Matthias Clasen authored
Look up font and mouse settings in gsettings-desktop-schemas (3.24) See merge request !2490
-
Alexander Mikhaylenko authored
_gdk_wayland_window_offset_next_wl_buffer() moves the window relatively to its current position, pass it a delta instead of new position.
-
Carlos Garnacho authored
Handle both these settings, and the older settings-daemon ones for backwards compatibility. The keys are already checked for existence in the schema, so it will just use the existing ones.
-
Carlos Garnacho authored
Prefer this location, but also look for the old location in settings-daemon for backwards compatibility. This applies to both direct settings lookups and via the settings portal.
-
- 25 Aug, 2020 2 commits
-
-
- 23 Aug, 2020 4 commits
-
-
- 20 Aug, 2020 2 commits
-
-
Matej Urbančič authored
-
Marek Kašík authored
CUPS uses resource paths in the form of "printers/printer_name" or "classes/class_name" so it is enough to remove the "printers/" or "classes/" prefix and use the string behind it as a name. There was recently introduced a wrong check for the prefix. This commit fixes it in the way it was originally intended.
-
- 18 Aug, 2020 6 commits
-
-
-
Jakub Steiner authored
Adwaita: error labels insensitive & backdrop states See merge request !2451
-
Jakub Steiner authored
# Conflicts: # gtk/theme/Adwaita/_common.scss # gtk/theme/Adwaita/gtk-contained-dark.css # gtk/theme/Adwaita/gtk-contained.css
-
Jakub Steiner authored
- address colored labels for the two states See #3063 (comment 891618)
-
-
-
- 17 Aug, 2020 2 commits
-
-
Jakub Steiner authored
Adwaita: error labels insensitive & backdrop states See merge request !2448
-
Jakub Steiner authored
- address colored labels for the two states See #3063 (comment 891618)
-
- 15 Aug, 2020 1 commit
-
-
Matthias Clasen authored
Adwaita: error labels and entries See merge request !2441
-