Commit Graph

15 Commits

Author SHA1 Message Date
1a478dc38c chore: update d, example, html files 2026-01-09 14:47:47 +01:00
f542a21d2d chore: update c, example files 2026-01-09 00:42:18 +01:00
52c8a57f52 chore: update html files 2026-01-09 00:19:20 +01:00
90b460ddaa chore: update html, md files 2026-01-09 00:18:43 +01:00
f64aedc1fc chore: update c, d, h files 2026-01-08 23:58:19 +01:00
250e3e2978 chore: update c, html, o files 2026-01-08 23:37:00 +01:00
11a4042aa2 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 23:34:25 +01:00
ab47f3c117 chore: update c files 2026-01-08 23:24:45 +01:00
beda6ec573 feat: add composable window snapping 2025-12-28 11:21:03 +01:00
395583aea9 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 10:23:03 +01:00
d0b1669cb4 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 09:26:53 +01:00
c76a620012 style: remove comments from header files 2025-12-28 05:01:46 +01:00
a6b9fa3469 docs: add comprehensive readme with installation, features, and usage guide 2025-12-28 04:34:24 +01:00
9182d9931e 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 04:30:10 +01:00
7a4f7a82ad chore: update c, css, d files 2025-12-28 03:14:31 +01:00