]> git.mdlowis.com Git - proto/anvil.git/log
proto/anvil.git
5 years agoadded logic to resize columns with bounds checking.
Michael D. Lowis [Mon, 23 Mar 2020 03:13:36 +0000 (23:13 -0400)]
added logic to resize columns with bounds checking.

5 years agomake sure windows open by default are opened as floating and stay that way
Michael D. Lowis [Sun, 22 Mar 2020 02:46:33 +0000 (22:46 -0400)]
make sure windows open by default are opened as floating and stay that way

5 years agofixed bug that disallowed deleting an empty column
Michael D. Lowis [Sun, 22 Mar 2020 02:41:15 +0000 (22:41 -0400)]
fixed bug that disallowed deleting an empty column

5 years agoadded logic to resize columns
Michael D. Lowis [Sun, 22 Mar 2020 02:15:11 +0000 (22:15 -0400)]
added logic to resize columns

5 years agorefactored and added logic to detect difference between drag on frame and titlebar...
Michael D. Lowis [Sat, 21 Mar 2020 04:19:37 +0000 (00:19 -0400)]
refactored and added logic to detect difference between drag on frame and titlebar in tiled mode

5 years agofixed segfault on dragging floating windows and fixed logic for resizing tiled windows
Michael D. Lowis [Sat, 21 Mar 2020 03:57:08 +0000 (23:57 -0400)]
fixed segfault on dragging floating windows and fixed logic for resizing tiled windows

5 years agoadded logic to resize windows within a column
Michael D. Lowis [Fri, 20 Mar 2020 16:28:51 +0000 (12:28 -0400)]
added logic to resize windows within a column

5 years agoremoved some unneeded comments
Michael D. Lowis [Thu, 19 Mar 2020 17:19:43 +0000 (13:19 -0400)]
removed some unneeded comments

5 years agoimplemented switch to monocled mode, swapping through monocled clients, and added...
Michael D. Lowis [Thu, 19 Mar 2020 17:16:47 +0000 (13:16 -0400)]
implemented switch to monocled mode, swapping through monocled clients, and added todos for various actions that still need to be implemented

5 years agoextended towspace to cover tiled windows too. There may be a segfault, xlib problem...
Michael D. Lowis [Thu, 19 Mar 2020 03:14:28 +0000 (23:14 -0400)]
extended towspace to cover tiled windows too. There may be a segfault, xlib problem causing a crash though

5 years agoadded shading logic and fixed resizing
Michael D. Lowis [Thu, 19 Mar 2020 02:11:47 +0000 (22:11 -0400)]
added shading logic and fixed resizing

5 years agochanged design slightly to prepare for more acme-like behavior for tiling
Michael D. Lowis [Wed, 18 Mar 2020 20:24:34 +0000 (16:24 -0400)]
changed design slightly to prepare for more acme-like behavior for tiling

5 years agoremoved hooks for expanded mode since they are not necessary
Michael D. Lowis [Wed, 18 Mar 2020 18:09:12 +0000 (14:09 -0400)]
removed hooks for expanded mode since they are not necessary

5 years agofixed bad realloc calls in mons_layer()
Michael D. Lowis [Wed, 18 Mar 2020 17:21:16 +0000 (13:21 -0400)]
fixed bad realloc calls in mons_layer()

5 years agofixed issue with stacking order and added more mouse actions
Michael D. Lowis [Wed, 18 Mar 2020 17:13:58 +0000 (13:13 -0400)]
fixed issue with stacking order and added more mouse actions

5 years agomoved tiling logic to a separate file
Michael D. Lowis [Wed, 18 Mar 2020 02:58:49 +0000 (22:58 -0400)]
moved tiling logic to a separate file

5 years agoadded tiling logic for stacked and monocle modes
Michael D. Lowis [Wed, 18 Mar 2020 02:21:46 +0000 (22:21 -0400)]
added tiling logic for stacked and monocle modes

5 years agoaccount for borders on window height width and position
Michael D. Lowis [Tue, 17 Mar 2020 17:52:08 +0000 (13:52 -0400)]
account for borders on window height width and position

5 years agoignore some errors when wm starts up with unsual windows
Michael D. Lowis [Tue, 17 Mar 2020 17:01:20 +0000 (13:01 -0400)]
ignore some errors when wm starts up with unsual windows

5 years agominor tweaks and sketched out logic for stacked and expanded tiling modes
Michael D. Lowis [Tue, 17 Mar 2020 15:34:01 +0000 (11:34 -0400)]
minor tweaks and sketched out logic for stacked and expanded tiling modes

5 years agoadded layer logic to mons.c to ensure floating windows always appear above tiled
Michael D. Lowis [Tue, 17 Mar 2020 03:25:49 +0000 (23:25 -0400)]
added layer logic to mons.c to ensure floating windows always appear above tiled

5 years agostubbed out some thoughts for better mouse handling
Michael D. Lowis [Mon, 16 Mar 2020 20:57:19 +0000 (16:57 -0400)]
stubbed out some thoughts for better mouse handling

5 years agorework window handling logic to support floating and tiled window lists. No tiling...
Michael D. Lowis [Mon, 16 Mar 2020 20:45:53 +0000 (16:45 -0400)]
rework window handling logic to support floating and tiled window lists. No tiling algorithm yet but scaffolding is there to support it

5 years agoadded retrieval of size hints and minor refactoring
Michael D. Lowis [Sun, 15 Mar 2020 02:57:33 +0000 (22:57 -0400)]
added retrieval of size hints and minor refactoring

5 years agounmap frame windows when the child window unmaps
Michael D. Lowis [Sat, 14 Mar 2020 20:58:02 +0000 (16:58 -0400)]
unmap frame windows when the child window unmaps

5 years agoadded handling of WM_DELETE_WINDOW for orderly shutdown of windows
Michael D. Lowis [Sat, 14 Mar 2020 20:07:58 +0000 (16:07 -0400)]
added handling of WM_DELETE_WINDOW for orderly shutdown of windows

5 years agoadded basic keyboard shortcuts
Michael D. Lowis [Sat, 14 Mar 2020 19:36:12 +0000 (15:36 -0400)]
added basic keyboard shortcuts

5 years agocenter windows on current monitor on launch
Michael D. Lowis [Sat, 14 Mar 2020 19:07:16 +0000 (15:07 -0400)]
center windows on current monitor on launch

5 years agocleaned up logic to read window titles. Also laid groundwork for tiling windows in...
Michael D. Lowis [Fri, 13 Mar 2020 19:34:03 +0000 (15:34 -0400)]
cleaned up logic to read window titles. Also laid groundwork for tiling windows in columns

5 years agoadded font loading and titles in title bars
Michael D. Lowis [Fri, 13 Mar 2020 17:30:48 +0000 (13:30 -0400)]
added font loading and titles in title bars

5 years agotweaked mouse handling on resize and added different cursors for frame and root windows
Michael D. Lowis [Fri, 13 Mar 2020 16:34:43 +0000 (12:34 -0400)]
tweaked mouse handling on resize and added different cursors for frame and root windows

5 years agoremoved extraneous printf
Michael D. Lowis [Thu, 12 Mar 2020 20:53:22 +0000 (16:53 -0400)]
removed extraneous printf

5 years agoadded keyboard shortcuts to switch workspaces and send windows to a workspace
Michael D. Lowis [Thu, 12 Mar 2020 20:22:46 +0000 (16:22 -0400)]
added keyboard shortcuts to switch workspaces and send windows to a workspace

5 years agoreworked monitor detection to use overlap algorithm and reworked focus handling to...
Michael D. Lowis [Thu, 12 Mar 2020 16:54:36 +0000 (12:54 -0400)]
reworked monitor detection to use overlap algorithm and reworked focus handling to fix some corner cases

5 years agoadded logic to find closest monitor and associate the window with that monitor
Michael D. Lowis [Thu, 12 Mar 2020 13:56:15 +0000 (09:56 -0400)]
added logic to find closest monitor and associate the window with that monitor

5 years agominor reorg and syncing
Michael D. Lowis [Wed, 11 Mar 2020 21:00:41 +0000 (17:00 -0400)]
minor reorg and syncing

5 years agoimproved performance of move and resize by syncing on resize and discarding all but...
Michael D. Lowis [Wed, 11 Mar 2020 20:48:45 +0000 (16:48 -0400)]
improved performance of move and resize by syncing on resize and discarding all but latest motion event for window being processed

5 years agoadded logic to resize existing windows
Michael D. Lowis [Wed, 11 Mar 2020 17:02:34 +0000 (13:02 -0400)]
added logic to resize existing windows

5 years agohandle new windows
Michael D. Lowis [Wed, 11 Mar 2020 16:27:55 +0000 (12:27 -0400)]
handle new windows

5 years agoadded basic window controls and focus handling
Michael D. Lowis [Wed, 11 Mar 2020 15:57:28 +0000 (11:57 -0400)]
added basic window controls and focus handling

5 years agosketched out enough that i will reframe windows that exist when the WM launches
Michael D. Lowis [Tue, 10 Mar 2020 20:50:41 +0000 (16:50 -0400)]
sketched out enough that i will reframe windows that exist when the WM launches

5 years agosketched out monitor and workspace initialization based on Xinerama. Probably good...
Michael D. Lowis [Tue, 10 Mar 2020 16:21:44 +0000 (12:21 -0400)]
sketched out monitor and workspace initialization based on Xinerama. Probably good enough for now

5 years agobarebones setup. empty event handlers
Michael D. Lowis [Tue, 10 Mar 2020 13:07:24 +0000 (09:07 -0400)]
barebones setup. empty event handlers

5 years agoinitial commit
Michael D. Lowis [Tue, 4 Feb 2020 19:34:10 +0000 (14:34 -0500)]
initial commit