aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/dwm.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split monolithic dwm.h into modular headers and group them by it's ↵Filip Wandzio2025-12-301-1/+1
| | | | | | | | functionalities The new plan of refactoring this project is to split entire monolithic codebase into separate, (kind of) independent modules. This will help with understanding the code by turning off modules and deciding which ones require some work. Signed-off-by: Filip Wandzio <contact@philw.dev>
* Add hot restart patchFilip Wandzio2025-12-281-0/+1
|
* Enforce code style, reformat projectFilip Wandzio2025-09-081-88/+88
| | | | Signed-off-by: Filip Wandzio <contact@philw.dev>
* feat: Refactor dwm.c for modularity, add dwm.h header file, switch compiler ↵philw2025-04-241-0/+268
to tcc Refactored dwm.c to improve code organization and maintainability Added dwm.h header file for better modularity and to define common declarations Changed the compiler to TCC for faster compilation during development. Signed-off-by: philw <dscr@duck.com>