Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9d83c00
Update README
leolost2605 Aug 14, 2026
9e80eab
Main: Guard against launching as X WM
leolost2605 Aug 14, 2026
5e22dc7
Main: Always init pantheon shell
leolost2605 Aug 14, 2026
31530fc
ManagedClient: Drop X11 support
leolost2605 Aug 14, 2026
123ad64
DaemonManager: Drop gtk3 daemon args
leolost2605 Aug 14, 2026
501f4d1
ShellClientsManager: Drop parse mutter hints
leolost2605 Aug 14, 2026
7a2fdc1
WindowManager: Drop input area management
leolost2605 Aug 14, 2026
34545e6
HotCornerManager: Drop unused on_configured signal and cleanup
leolost2605 Aug 14, 2026
36445fb
PluginManager: Drop input region handling
leolost2605 Aug 14, 2026
8e66882
ShellWindow: Drop special handling for X11 clients regarding input re…
leolost2605 Aug 14, 2026
4de276b
WindowManager: Drop X11 workaround for DND windows
leolost2605 Aug 14, 2026
e2953bd
WindowManager: Always start x11 services
leolost2605 Aug 14, 2026
4900688
ToucheggBackend: Drop wayland compositor check
leolost2605 Aug 14, 2026
652eca3
DragDropAction: drop X11 support
leolost2605 Aug 14, 2026
a2109f5
Drop special handling for X11 in fullscreen
leolost2605 Aug 14, 2026
95fcf8d
ShellClientsManager: Drop reading launch-on-x
leolost2605 Aug 14, 2026
f0a480a
shell clients config: Drop launch on x key
leolost2605 Aug 14, 2026
413ee43
BlurManager: Drop parsing mutter hints
leolost2605 Aug 14, 2026
d18cb8d
Drop X11 systemd target
leolost2605 Aug 14, 2026
153d0b0
Drop GTK3 daemon
leolost2605 Aug 14, 2026
722c04e
NotificationStack: Dont use window type for is_notification
leolost2605 Sep 16, 2026
387ed14
Revert "Fix crash when destroying notifications"
leolost2605 Sep 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can set the `documentation` option to `true` to build the documentation. In
To install, run `ninja install`, then based on your session type do the following:

- **Wayland**: Log out and log back in (or reboot) to start the newly installed Gala. (`gala --replace` is not supported for an already running Wayland session.)
- **X11**: run `gala --replace` to replace the running Gala.
- **X11**: Support for X11 was dropped in OS9

### Running the tests

Expand Down
57 changes: 0 additions & 57 deletions daemon-gtk3/BackgroundMenu.vala

This file was deleted.

101 changes: 0 additions & 101 deletions daemon-gtk3/DBus.vala

This file was deleted.

49 changes: 0 additions & 49 deletions daemon-gtk3/Main.vala

This file was deleted.

62 changes: 0 additions & 62 deletions daemon-gtk3/MonitorLabel.vala

This file was deleted.

51 changes: 0 additions & 51 deletions daemon-gtk3/Window.vala

This file was deleted.

19 changes: 0 additions & 19 deletions daemon-gtk3/meson.build

This file was deleted.

1 change: 0 additions & 1 deletion data/gala.target
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ PartOf=gnome-session-initialized.target
Before=gnome-session-initialized.target

Wants=io.elementary.gala@wayland.service
Wants=io.elementary.gala@x11.service
40 changes: 0 additions & 40 deletions data/gala@x11.service.in

This file was deleted.

Loading