Age | Commit message (Expand) | Author |
2022-12-19 | Refactoring to reduce repeated code, fix tiling bugs....* Makefile: Add optimization flag
* init.scm: Use correct indices for workspaces
* schewm.c: Many lines of repeated code removed
| Samuel Fadel |
2022-12-19 | Some debugging and bug fixing....* schewm.c: Fix sizing when maximizing, investigate managing existing
windows
| Samuel Fadel |
2022-12-08 | More features implemented....* .manifest.scm: Added libx11
* Makefile: Add x11 to pkg-config calls
* main.scm: Add more config, including some keybinding stuff
* wm.scm: Add key-from-str function
* schewm.c: keysym_from_str() and others implemented/refactored
| Samuel Fadel |
2022-12-03 | It's alive!...* Makefile: Add pkg-config flags to properly link some symbols
* wm.scm: Added wm-run and cleanup
* schewm.c: Ported a lot more stuff, still missing key features
* main.scm: Call wm-run
| Samuel Fadel |
2022-12-01 | Initial commit....Sketching Scheme/C interop.
| Samuel Fadel |