Commit Graph

33 Commits

Author SHA1 Message Date
f1281858d3 feat: add output power manager 2025-07-09 22:44:23 +02:00
bdd6bae1a9 refactor: object to string method 2025-07-07 21:32:58 +02:00
b3d6ba9a54 bump to version 0.1.1 2025-07-07 20:58:52 +02:00
6828400a77 refactor code + add IDLE protocol listener 2025-07-07 20:54:28 +02:00
a0456516b5 refactor: cleanup include headers 2025-07-07 18:35:05 +02:00
d2ca1732f1 refactor: add shell version to command line option 2025-07-05 19:58:24 +02:00
2a88d12bfa refactor resource + add taskbar application switcher 2025-07-03 15:09:27 +02:00
363d0d1678 feat: add base layout for dashboard applcation list 2025-06-25 17:55:56 +02:00
be7a573bef refactor: allocated memeory should be in finalize method instead of dispose method 2025-06-24 17:52:35 +02:00
2775e497f5 Use default Gtk theme directory for shell theme + launch apps with the theme configured by the shell 2025-06-17 12:22:10 +02:00
12014a121d test: launch an application from the shell 2025-06-17 09:36:58 +02:00
8c70733b9b feat: add global keyboard handle to the session-shell, allow to show and hide dashboard via shortcut 2025-06-16 16:33:25 +02:00
1294edf250 refactor: define object properties names in header files 2025-06-16 13:40:25 +02:00
443f323597 refactor: define all signals to header files 2025-06-16 13:11:50 +02:00
7dab18e121 refactor: reorganize theme manager, allow set default theme + default virtual keyboard layout via envar 2025-06-16 11:47:51 +02:00
224252807a feat: add files monitor
FilesMonitor allows shell to monitor changes on a set of files.
This allows the shell to react in realtime any changes related
to its configurations such as: themes, keyboard, setting, etc.
2025-06-14 23:08:11 +02:00
e598847994 improve: using GtkRevealer to show/hide virtual keyboard in login shell 2025-06-14 15:23:14 +02:00
b10cfab3ba feat: implement the base classes for launcher + input
- Base classes for lancher: Dashboard + Taskbar
- Allow the shell to monitor directly wayland seat keyboard (on demand)
2025-06-13 19:34:12 +02:00
e6515cca06 feat: allow to set states on foreign windows: minimize maximize or full screen 2025-06-11 17:38:55 +02:00
3b22827e4f fix: unref css provider after remove it from style context 2025-03-21 10:31:01 +01:00
2c5338f4bf Virtual keyboard + configuration:
- complete implementation of virtual keyboard
- support loading user defined virtual keyboard from configuration at $XDG_CONFIG_HOME/xkb/
- support loading user defined CSS theme from $XDG_CONFIG_HOME/themes/
2025-03-21 10:04:08 +01:00
24f47dfd7f Load keyboard key caps from key map 2025-03-13 23:15:49 +01:00
8020954fed feat: add virtual keyboard ui 2025-03-13 00:54:14 +01:00
4da1db3bd4 Add base support to virtual keyboard wayland extension protocol 2025-03-11 00:00:28 +01:00
0e8bb9027f refactor: rename source files 2025-03-10 13:43:01 +01:00
dd8f2b3011 Add standalone login shell for diya-session-manager backend 2025-03-08 00:45:13 +01:00
f722acdd20 Use gt4-layer-shell 1.1.0 that supports session lock 2025-03-05 14:29:54 +01:00
98885e34a3 ui: add cairo-text widget 2024-04-29 21:41:51 +02:00
1219ec1563 add more widgets (WIP) 2024-04-22 00:31:57 +02:00
eba7d34476 add cairo-based widgets for wl_surface (WIP) 2024-04-19 23:46:51 +02:00
f8deb67a5a add basic cairo widget for session lock (WIP) 2024-04-17 01:05:53 +02:00
ac300c32cf Initial commit: add code
- using meson build
 - implement shell using gobject API
 - support wlr-foreign-toplevel protocol
 - shell base UI (WIP)
2024-04-14 16:29:02 +02:00
e9ef315aa4 Initial commit 2024-04-12 15:27:25 +02:00