]> git.mdlowis.com Git - proto/anvil.git/shortlog
proto/anvil.git
2024-08-09 Michael D.... read all EWMH window types and attempt to set appropria...
2024-08-08 Mike Lowisstart formalizing the design to make sure I handle...
2024-08-07 Mike LowisAdded reading and partial handling of transient_for...
2024-08-07 Michael D.... Added logic to warp pointer andinit clients on startup
2024-08-06 Mike Lowisadded column data type back in in prep for tiling algor...
2024-08-06 Mike Lowiscompleted refactoring. now need to implement workspace...
2024-08-06 Mike Lowisadded dynamic monitor reconfiguration using xinerama...
2024-08-06 Michael D.... use relative positioning to keep windows in the right...
2024-08-05 Mike Lowisminor refactoring of client placement logic.
2024-08-05 Mike Lowiswindows now track which workspace they are on and works...
2024-08-05 Mike Lowisstarted building out infrastructure for workspace and...
2024-08-05 Michael D.... raise window when clicked
2024-08-05 Michael D.... fixed up window resizing
2024-08-02 Michael D.... drag and resize now working correctly. still need to...
2024-08-01 Michael D.... remove unused code in prep to bring it back later...
2024-08-01 Mike Lowisremove remnants of tiling and monitor management. let...
2024-08-01 Mike Lowisgot floating windows mostly working with WM_STATE....
2024-08-01 Michael D.... reworked client handling
2024-07-31 Mike Lowisstarted revamping client handling from the ground up
2024-07-31 Mike Lowisrefactore to have 10 workspaces overall instead of...
2024-07-31 Michael D.... added atom generator
2024-07-31 Michael D.... added debug log, removed monocle mode, eliminated unuse...
2021-07-08 Michael D.... added X11 visual and change background color for frames
2021-07-07 Michael D.... fixed inner border drawing when client is shaded
2021-07-07 Michael D.... got rid of x11 window borders in favor of drawing them...
2021-07-02 mike lowiscleaned up cruft and added display manager launcher...
2020-06-12 Michael D.... checkpoint commit
2020-04-13 Michael D.... added atf test framework
2020-04-10 Michael D.... disabled debug output
2020-04-09 Michael D.... added mouse action to expand a tile in place
2020-04-08 Michael D.... fixed minor bug with shaded windows
2020-04-06 Michael D.... refactored to use Location structure instead of separat...
2020-04-05 Michael D.... moved get_mouse to mouse.c
2020-04-05 Michael D.... moved mouse warping functions to mouse.c
2020-04-05 Michael D.... added shortcut to toggle between floating and tiled
2020-04-04 Michael D.... added support for withdrawing windows
2020-04-02 Michael D.... changed cursor color to better match the theme
2020-04-02 Michael D.... added mouse action to toggle between floating and tiled
2020-04-02 Michael D.... add support for the urgency hint
2020-04-02 Michael D.... tweaked mouse handling to have close operation require...
2020-04-01 Michael D.... fixed a bug where stacked windows were being floated...
2020-04-01 Michael D.... added ability to raise window through _NET_ACTIVE_WINDO...
2020-03-30 Michael D.... refactored move and resize code
2020-03-30 Michael D.... fixed problem where windows were being resized to negat...
2020-03-29 Michael D.... allow joining last column while it's focused
2020-03-29 Michael D.... add common list routines
2020-03-28 Michael D.... added grab pointer to change cursor and control event...
2020-03-27 Michael D.... added debug print statements for event handling.
2020-03-25 Michael D.... added warp pointer to window actions but focus is broke...
2020-03-24 Michael D.... added method to switch back to stacked mode
2020-03-23 Michael D.... handle unshading when deleting stacked clients
2020-03-23 Michael D.... added logic to resize columns with bounds checking.
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