Commit Graph

27 Commits

Author SHA1 Message Date
b0b1a854cf feat: implement fixed-width toggling top process display for CPU and memory 2026-01-27 12:18:45 +01:00
2017a9b666 docs: expand README with detailed features, architecture, and configuration guides 2026-01-27 02:50:47 +01:00
a75c1d90cc perf: increase speed multiplier from 3.0 to 10.0 2026-01-27 00:51:19 +01:00
deb173e2d2 feat: add ambient glow effects with key counter, mouse distance, and top memory stats
build: add XInput2 library dependency for raw key event monitoring
2026-01-27 00:47:23 +01:00
b59c279bb0 feat: add text glow animation for client titles
feat: enhance alt-tab selection with bold font rendering
refactor: simplify title bar color logic to use focused/unfocused states
perf: increase focus animation duration for smoother transitions
refactor: update build dependencies for decorations and workspace modules
2026-01-26 23:36:06 +01:00
f55f024d22 feat: add animated focus transitions for window titles and taskbar colors 2026-01-26 23:16:04 +01:00
ea12677dac feat: add directional window resizing
feat: support multi-battery monitoring
fix: prevent windows from exceeding layout bounds
refactor: adjust snap constraints for borders and title bars
2026-01-26 20:40:08 +01:00
f4af2b1f1e feat: add screenshot and ocr functionality with web interface
build: update makefile with new dependencies for tesseract and libpng
chore: reorganize example files into examples directory
2026-01-24 16:17:47 +01:00
8d3dfcbc7e feat: add show desktop and move window to workspace features
build: enhance security with stricter compiler flags and sanitizer build
refactor: replace standard memory functions with custom dwn_ variants
chore: remove unused wifi and dropdown menu code from systray
2026-01-24 13:26:45 +01:00
58a4a27c8c chore: update c, h, o files 2026-01-16 18:24:59 +01:00
a30de28020 chore: update c, h, o files 2026-01-16 06:10:17 +01:00
52444dd9ef chore: update c, o files 2026-01-16 05:41:39 +01:00
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