|
3033cba52d
|
all: fix failing lints
|
2024-06-18 20:46:58 -07:00 |
|
|
8ec245ac66
|
wayland/lock: initialize lock content before starting lock
Reduces any chances of the compositor displaying a blank frame first.
|
2024-06-18 20:34:16 -07:00 |
|
|
9e58077c61
|
core: fix shutdown sequence crashing
|
2024-06-18 17:03:38 -07:00 |
|
|
ae762f5c6e
|
hyprland/ipc: ensure requests are flushed
|
2024-06-18 12:26:23 -07:00 |
|
|
e89035b18c
|
service/pam: move pam execution to subprocess to allow killing it
Many pam modules can't be aborted well without this.
|
2024-06-18 03:29:25 -07:00 |
|
|
b5c8774a79
|
service/pam: send completed messages after destroying pam conv
Allows context to be restarted in a complete handler.
|
2024-06-17 20:30:23 -07:00 |
|
|
7e5d128a91
|
service/pam: add pam service
|
2024-06-17 18:32:13 -07:00 |
|
|
f655875547
|
core/desktopentry: add limited desktop entry api
|
2024-06-16 01:58:24 -07:00 |
|
|
ce5ddbf8ba
|
core: add $XDG_DATA_DIRS/pixmaps to QIcon fallback path
Picks up some missing app icons.
|
2024-06-14 19:18:43 -07:00 |
|
|
d8b72b4c31
|
wayland/lock: notify on screen change
|
2024-06-13 16:25:07 -07:00 |
|
|
523de78796
|
wayland/layershell: ensure state changes are comitted without render
Previously they were not comitted and did not apply until the next
rendered frame.
|
2024-06-13 16:23:28 -07:00 |
|
|
67783ec24c
|
core/transformwatcher: fix crash when a or b is destroyed
Usually happens during reload.
|
2024-06-09 15:42:38 -07:00 |
|
|
b5b9c1f6c3
|
wayland/toplevel_management: add foreign toplevel management
|
2024-06-07 04:31:20 -07:00 |
|
|
5d1def3e49
|
hyprland/ipc: fix monitorFor returning null during HyprlandIpc init
|
2024-06-06 00:59:17 -07:00 |
|
|
bc349998df
|
hyprland/ipc: match by name in refreshMonitors instead of id
Was causing ghost/duplicate monitors from usages where the id was not known.
|
2024-06-06 00:58:10 -07:00 |
|
|
ef1a4134f0
|
hyprland/ipc: re-request monitors and workspaces on fail
|
2024-06-06 00:46:38 -07:00 |
|
|
d14ca70984
|
hyprland/ipc: add hyprland ipc
Only monitors and workspaces are fully tracked for now.
|
2024-06-05 19:26:20 -07:00 |
|
|
be237b6ab5
|
core/elapsedtimer: add ElapsedTimer
|
2024-06-04 13:48:54 -07:00 |
|
|
b1f5a5eb94
|
service/mpris: preserve mpris watcher and players across reload
|
2024-06-02 16:18:45 -07:00 |
|
|
29f02d837d
|
all: remove NVIDIA workarounds
They fixed the driver.
|
2024-06-02 15:36:33 -07:00 |
|
|
238ca8cf0b
|
core/reloader: fix crashing on failed reload
|
2024-05-31 04:03:00 -07:00 |
|
|
d56c07ceb3
|
core/reloader: simplify generation teardown
The extra complexity previously masked the use after free in 6c95267 .
|
2024-05-31 00:27:18 -07:00 |
|
|
84bb4098ad
|
core/reloader: fix incorrect generation teardown on hard reload
|
2024-05-31 00:26:34 -07:00 |
|
|
6c9526761c
|
wayland: fix UAF in layershell surface destructor
|
2024-05-31 00:24:58 -07:00 |
|
|
7feae55ebe
|
core/reloader: add reload signals for visual notifications
|
2024-05-30 02:39:37 -07:00 |
|
|
569c40494d
|
all: import module dependencies via qmldir
Improves compatibility with qml tooling.
|
2024-05-29 19:29:57 -07:00 |
|
|
0519acf1d6
|
core: support root: and root:/ paths for the config root
This works everywhere urls are accepted and rewrites them from the
config root as a qsintercept url.
|
2024-05-29 15:07:10 -07:00 |
|
|
33fac67798
|
core: use the simple animation driver
Seems to provide much higher quality animations.
|
2024-05-28 20:22:01 -07:00 |
|
|
7ad3671dd1
|
core/reloader: fix file watcher compatibility with vim
|
2024-05-28 15:36:25 -07:00 |
|
|
4e92d82992
|
core: add options to enable QML debugging
|
2024-05-27 22:51:49 -07:00 |
|
|
5a84e73442
|
core/objectmodel: add signals for changes to the list
|
2024-05-23 19:16:08 -07:00 |
|
|
06240ccf80
|
service/mpris: improve compatibility with noncompliant players
|
2024-05-23 18:15:49 -07:00 |
|
|
5016dbf0d4
|
all: replace list properties with ObjectModels
|
2024-05-23 17:28:07 -07:00 |
|
|
6326f60ce2
|
service/mpris: re-query position on playback and metadata change
|
2024-05-23 02:38:26 -07:00 |
|
|
ac339cb23b
|
service/mpris: expose desktopEntry property
|
2024-05-22 05:40:03 -07:00 |
|
|
f2df3da596
|
service/mpris: fix position being incorrect after pausing
|
2024-05-22 04:34:56 -07:00 |
|
|
ed3708f5cb
|
service/mpris: add trackChanged signal
|
2024-05-21 05:07:24 -07:00 |
|
|
4ee9ac7f7c
|
service/mpris: finish mpris implementation
|
2024-05-21 04:09:19 -07:00 |
|
|
3b6d1c3bd8
|
feat: mpris
|
2024-05-21 04:09:19 -07:00 |
|
|
73cfeba61b
|
x11: add XPanelWindow
|
2024-05-20 02:16:44 -07:00 |
|
|
908ba3eef5
|
hyprland/global_shortcuts: fix crash when protocol is not present
|
2024-05-19 02:50:14 -07:00 |
|
|
3e80c4a4fd
|
service/pipewire: add pipewire module
|
2024-05-19 02:29:21 -07:00 |
|
|
bba8cb8a7d
|
hyprland/global_shortcuts: add GlobalShortcut
|
2024-05-06 22:19:50 -07:00 |
|
|
87a884ca36
|
hyprland/focus_grab: add HyprlandFocusGrab
|
2024-05-06 00:02:51 -07:00 |
|
|
e7cfb5cf37
|
service/tray: move menu access to SystemTrayMenuWatcher
|
2024-05-01 02:55:23 -07:00 |
|
|
3c0456a3c0
|
core/boundcomponent: add BoundComponent
|
2024-05-01 02:14:32 -07:00 |
|
|
d64bf59bb0
|
core/intercept: do not rewrite paths when url ends in .qml
Fixes component baseUrls becoming file:// paths which cannot access singletons.
|
2024-04-30 23:11:54 -07:00 |
|
|
4db28fe725
|
core/lazyloader: add activeAsync property
|
2024-04-30 17:01:09 -07:00 |
|
|
658f3cf411
|
docs: add API documentation for SystemTray and DBusMenu
|
2024-04-30 01:27:06 -07:00 |
|
|
61061644a5
|
dbus/dbusmenu: add DBusMenu support
|
2024-04-29 23:57:26 -07:00 |
|