]> Pileus Git - wmpus/log
wmpus
12 years agoReset focus after focus change event
Andy Spencer [Sun, 18 Sep 2011 08:20:15 +0000 (08:20 +0000)]
Reset focus after focus change event

12 years agoUse focus for new windows
Andy Spencer [Sun, 18 Sep 2011 05:23:40 +0000 (05:23 +0000)]
Use focus for new windows

12 years agoUse focus when moving windows
Andy Spencer [Sun, 18 Sep 2011 04:41:16 +0000 (04:41 +0000)]
Use focus when moving windows

12 years agoFix margins, add some focus
Andy Spencer [Sun, 18 Sep 2011 03:55:09 +0000 (03:55 +0000)]
Fix margins, add some focus

Each column stores the last focused window and is used when switching
back to that column.

12 years agoAdd margin
Andy Spencer [Sun, 18 Sep 2011 01:23:56 +0000 (01:23 +0000)]
Add margin

12 years agoFix some errors
Andy Spencer [Sun, 18 Sep 2011 01:12:09 +0000 (01:12 +0000)]
Fix some errors

- UnmapNotify happens twice (wtf?) removing the window entirely the
  first time prevents the second time for doing anything.

- Ignore random X11 error messages using xerror callback
  (taken from dwm)

- Add static to a bunch of stuff

12 years agoFix list_insert
Andy Spencer [Sat, 17 Sep 2011 21:34:57 +0000 (21:34 +0000)]
Fix list_insert

Thanks to Mike Auchter

12 years agoFix key type, add LIB= for win32 build
Andy Spencer [Sat, 17 Sep 2011 00:17:10 +0000 (00:17 +0000)]
Fix key type, add LIB= for win32 build

12 years agoFix root window mask, change modkey
Andy Spencer [Sat, 17 Sep 2011 00:05:36 +0000 (00:05 +0000)]
Fix root window mask, change modkey

12 years agoBetter tiling support
Andy Spencer [Fri, 16 Sep 2011 23:36:08 +0000 (23:36 +0000)]
Better tiling support

12 years agoX11 updates
Andy Spencer [Fri, 16 Sep 2011 23:10:01 +0000 (23:10 +0000)]
X11 updates

- Ignore non-visible and override_redirect windows
- Keep focus when moving windows
- Fix pointer motion grabbing

12 years agoImplement keyboard focus/window movement
Andy Spencer [Sun, 22 May 2011 22:04:17 +0000 (22:04 +0000)]
Implement keyboard focus/window movement

12 years agoImprove window management
Andy Spencer [Sun, 22 May 2011 11:24:53 +0000 (11:24 +0000)]
Improve window management

Updates to sys-x11:
  - Add win_t caching
  - Add existing windows at startup
  - Watch for added/removed windows

Updates to wm-wmii:
  - Add rows/columns
  - Update arrangement for added/removed windows
  - Key based window/focus movement (broken)

Misc:
  - Add linked list util for wm-wmii

12 years agoPlaying with focus
Andy Spencer [Thu, 19 May 2011 07:45:53 +0000 (07:45 +0000)]
Playing with focus

12 years agoX11 Bug fixes
Andy Spencer [Thu, 19 May 2011 05:59:59 +0000 (05:59 +0000)]
X11 Bug fixes

12 years agoInitial code for win32
Andy Spencer [Wed, 18 May 2011 07:09:25 +0000 (07:09 +0000)]
Initial code for win32

12 years agoInitial code for x11/wmii
Andy Spencer [Sat, 14 May 2011 22:13:38 +0000 (22:13 +0000)]
Initial code for x11/wmii

12 years agoInitial file structure
Andy Spencer [Thu, 12 May 2011 05:29:16 +0000 (05:29 +0000)]
Initial file structure