]> git.mdlowis.com Git - proto/anvil.git/shortlog
proto/anvil.git
2020-03-22 Michael D.... make sure windows open by default are opened as floatin...
2020-03-22 Michael D.... fixed bug that disallowed deleting an empty column
2020-03-22 Michael D.... added logic to resize columns
2020-03-21 Michael D.... refactored and added logic to detect difference between...
2020-03-21 Michael D.... fixed segfault on dragging floating windows and fixed...
2020-03-20 Michael D.... added logic to resize windows within a column
2020-03-19 Michael D.... removed some unneeded comments
2020-03-19 Michael D.... implemented switch to monocled mode, swapping through...
2020-03-19 Michael D.... extended towspace to cover tiled windows too. There...
2020-03-19 Michael D.... added shading logic and fixed resizing
2020-03-18 Michael D.... changed design slightly to prepare for more acme-like...
2020-03-18 Michael D.... removed hooks for expanded mode since they are not...
2020-03-18 Michael D.... fixed bad realloc calls in mons_layer()
2020-03-18 Michael D.... fixed issue with stacking order and added more mouse...
2020-03-18 Michael D.... moved tiling logic to a separate file
2020-03-18 Michael D.... added tiling logic for stacked and monocle modes
2020-03-17 Michael D.... account for borders on window height width and position
2020-03-17 Michael D.... ignore some errors when wm starts up with unsual windows
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