Commit Graph

5 Commits

Author SHA1 Message Date
Marcos 5412d31066 feat: Add window icon setting and ensure minimum window size on bootstrap 2026-05-21 08:40:52 +02:00
Marcos c0372b3587 feat: Center window on startup for improved user experience 2026-05-21 08:15:06 +02:00
Marcos bed34f4cb5 refactor: Remove AppTitleBar widget and its references from various screens 2026-05-20 20:16:57 +02:00
Marcos 6de318786b feat: Update window bootstrap logic and improve note editor UI layout 2026-05-18 23:09:11 +02:00
Marcos 96f8f95924 Add Windows runner files for high DPI support and console output
- Created runner.exe.manifest to enable DPI awareness and dark mode support.
- Implemented utility functions in utils.cpp and utils.h for console creation and command line argument handling.
- Developed Win32Window class in win32_window.cpp and win32_window.h to manage high DPI-aware windows, including theme updates and message handling.
2026-05-13 12:03:40 +02:00