Commit Graph

11 Commits

Author SHA1 Message Date
e6e1c72dc2 chore: update configuration, deployment, and helper module files 2026-01-08 22:58:19 +00:00
5fbad18be3 chore: remove unused c, html, and o files from repository root 2026-01-08 22:37:00 +00:00
00b5b2c3e2 fix: prevent unmanaging maximized/fullscreen windows on UnmapNotify
- Modify handle_unmap_notify in src/main.c to ignore UnmapNotify events
  for windows with CLIENT_MAXIMIZED or CLIENT_FULLSCREEN flags.
- This prevents browsers and other applications from becoming 'lost'
  (unmanaged but mapped) when they temporarily unmap themselves during
  state transitions or resizing.
2026-01-08 22:34:10 +00:00
0feb8cc2ab chore: remove unused stdio.h include from main.c and add missing errno.h 2026-01-08 22:24:45 +00:00
4b756673bf feat: add composable window snapping 2025-12-28 10:21:03 +00:00
6eb5bd135b feat: add maximize window functionality and MRU-based focus management
feat: add focus follow delay configuration
feat: add demo mode timing configurations and wait conditions
docs: update configuration documentation for new options
2025-12-28 09:23:03 +00:00
71c31b5b08 feat: add XDG autostart support for automatic application launching
feat: implement demo mode for automated feature showcase
feat: add XEmbed system tray protocol for external application icons
feat: add window snapping to left and right halves
feat: add minimize/restore toggle with Alt+F9 keybinding
docs: update README with new features and configuration details
build: update build system for new autostart and demo modules
2025-12-28 08:26:53 +00:00
3bf8fa09fa style: remove comments from header files 2025-12-28 04:01:46 +00:00
a3aea281b9 docs: add comprehensive readme with installation, features, and usage guide 2025-12-28 03:34:24 +00:00
73db4910f1 feat: add news ticker with sentiment analysis and error codes
docs: update site links to retoor repository and documentation
chore: add author lines to header files
build: rebuild binary and object files
2025-12-28 03:30:10 +00:00
f8c056531d chore: remove unused c, css, and d files from project root 2025-12-28 02:14:31 +00:00