]> git.mdlowis.com Git - proto/anvil.git/shortlog
proto/anvil.git
2020-03-17 Michael D.... minor tweaks and sketched out logic for stacked and...
2020-03-17 Michael D.... added layer logic to mons.c to ensure floating windows...
2020-03-16 Michael D.... stubbed out some thoughts for better mouse handling
2020-03-16 Michael D.... rework window handling logic to support floating and...
2020-03-15 Michael D.... added retrieval of size hints and minor refactoring
2020-03-14 Michael D.... unmap frame windows when the child window unmaps
2020-03-14 Michael D.... added handling of WM_DELETE_WINDOW for orderly shutdown...
2020-03-14 Michael D.... added basic keyboard shortcuts
2020-03-14 Michael D.... center windows on current monitor on launch
2020-03-13 Michael D.... cleaned up logic to read window titles. Also laid groun...
2020-03-13 Michael D.... added font loading and titles in title bars
2020-03-13 Michael D.... tweaked mouse handling on resize and added different...
2020-03-12 Michael D.... removed extraneous printf
2020-03-12 Michael D.... added keyboard shortcuts to switch workspaces and send...
2020-03-12 Michael D.... reworked monitor detection to use overlap algorithm...
2020-03-12 Michael D.... added logic to find closest monitor and associate the...
2020-03-11 Michael D.... minor reorg and syncing
2020-03-11 Michael D.... improved performance of move and resize by syncing...
2020-03-11 Michael D.... added logic to resize existing windows
2020-03-11 Michael D.... handle new windows
2020-03-11 Michael D.... added basic window controls and focus handling
2020-03-10 Michael D.... sketched out enough that i will reframe windows that...
2020-03-10 Michael D.... sketched out monitor and workspace initialization based...
2020-03-10 Michael D.... barebones setup. empty event handlers
2020-02-04 Michael D.... initial commit