lsgalante pushed to main at lsgalante/clear-status-interface 2026年07月07日 21:06:46 +02:00
ee441f77bd refactor(switcher): delegate keyboard switcher to the compositor
lsgalante pushed to main at lsgalante/cce 2026年07月07日 21:06:41 +02:00
f082902012 feat(switcher): add super+tab window switcher driven by config key
lsgalante pushed to main at lsgalante/cce 2026年07月07日 20:36:22 +02:00
d21524d373 feat(ipc): add center-window command to pan a window on-screen
lsgalante pushed to main at lsgalante/clear-ui 2026年07月07日 20:25:12 +02:00
be59deae8e fix(widget): make SplitBox aggregate its children like a real container
lsgalante pushed to main at lsgalante/clear-display-manager 2026年07月07日 19:16:55 +02:00
cb4773f49e feat: show build date on the display-manager interface
lsgalante pushed to main at lsgalante/clear-notification-daemon 2026年07月07日 19:07:13 +02:00
e356846ef5 chore: drop deps now owned by the engine
47fe5055aa fix: render notification text with a bundled font family
92ece952b9 refactor: reimplement cce-notifier on the cce-ui Application engine
Compare 3 commits »
lsgalante pushed to main at lsgalante/clear-ui 2026年07月07日 19:07:07 +02:00
4d98db3d2a feat(engine): opt-in wlr-layer-shell support for Application
lsgalante pushed to main at lsgalante/cce-wallpaper 2026年07月07日 18:40:40 +02:00
4b2203ea14 refactor: use cce_ui::color hex parser instead of a local copy
lsgalante pushed to main at lsgalante/clear-graph 2026年07月07日 18:40:35 +02:00
7e9a8f5d79 refactor: use cce_ui::config::cce_config_dir for default project path
lsgalante pushed to master at lsgalante/clear-filesystem-interface 2026年07月07日 18:40:31 +02:00
9706c7359c refactor: use cce_ui::config::cce_config_dir for the config dir
lsgalante pushed to main at lsgalante/clear-notification-daemon 2026年07月07日 18:40:27 +02:00
4621083dec refactor: read config values via cce_ui::config typed getters
87214c32c7 refactor: use cce_ui::engine Vertex/quad_vertices instead of local copies
f4c21f3caf refactor: use cce_ui::color hex parser instead of a local copy
Compare 3 commits »
lsgalante pushed to main at lsgalante/cce-data-editor 2026年07月07日 18:40:22 +02:00
33c0cf5e52 refactor: use cce_ui::color hex parser instead of a local copy
lsgalante pushed to main at lsgalante/clear-cloud 2026年07月07日 18:40:18 +02:00
6aa2eec229 refactor: use cce_ui::engine Vertex/quad_vertices instead of local copies
lsgalante pushed to main at lsgalante/clear-colors 2026年07月07日 18:40:12 +02:00
8732edabba refactor: use cce_ui::color hex parser instead of a local copy
lsgalante pushed to main at lsgalante/clear-system-interface 2026年07月07日 18:40:01 +02:00
91a28a09f4 refactor: derive control socket path via cce_ui::ipc::socket_path
8a7cf290f5 fix: honor XDG_CONFIG_HOME for backup status path
Compare 2 commits »
lsgalante pushed to main at lsgalante/clear-status-interface 2026年07月07日 18:39:56 +02:00
a1df2bb9ba refactor: use cce_ui::color hex parser instead of a local copy
lsgalante pushed to main at lsgalante/clear-ui 2026年07月07日 18:39:51 +02:00
5deed3ece0 feat(config,ipc): typed config accessors and a shared IPC socket module
ceaeaf5373 refactor(color): use shared hex parsers in internal widgets
e6ff167971 feat(color): add public hex color parsers (single source of truth)
Compare 3 commits »
lsgalante pushed to main at lsgalante/cce 2026年07月07日 17:51:24 +02:00
82ed1a242d docs: update README and add compositor CLAUDE.md
ef91492faa feat: rename status bar to cce-status-interface; derive light_source edge
12f3baae2c refactor: split control CLI into a dedicated ccectl binary
Compare 3 commits »
lsgalante pushed to main at lsgalante/clear-ui 2026年07月07日 17:51:19 +02:00
fde23f061d feat(widget): add SplitBox container widget
lsgalante pushed to main at lsgalante/cce-wallpaper 2026年07月07日 17:43:44 +02:00
a715748c91 refactor: route hardcoded config/font paths through cce_ui XDG helpers
22353ddf48 Update Cargo.toml dependencies
7eb337e8d1 Update desktop solid color key to mode in cce-wallpaper
94629785ed Initial commit