Commit Graph

37 Commits

Author SHA1 Message Date
Kris Maglione
9b063ff160 Removed semicolon after for loop in rects_of_view 2007-02-16 17:24:39 -05:00
Kris Maglione
d8e827bc21 Renamed selcolors back to focuscolors. Fixed an early free(). 2007-02-15 16:46:31 -05:00
Kris Maglione
37dc275dab Stack fullscreen windows over the bar. Fullscreen mode needs work. 2007-02-15 02:43:33 -05:00
Kris Maglione
e8fbdc8846 New column scaling code. Fixed accidental resize on click of unfocused client. New public domain util.c. Some other stuff. 2007-02-14 23:20:47 -05:00
Kris Maglione
7bb382a396 Fixed crash with opaque moves in floating mode. 2007-02-14 15:03:24 -05:00
Kris Maglione
4b515ad6d4 Fix freeing of the wrong view, which causes a crash and memory leak. 2007-02-14 13:39:37 -05:00
Kris Maglione
ef354aa781 Fix scaling of first column bug. Fix focus of first view bug. 2007-02-13 14:46:32 -05:00
Kris Maglione
68c49b6068 Frames shouldn't snap to themselves on opaque moves 2007-02-13 01:20:09 -05:00
Kris Maglione
c9b562034a Added swapping back to the fs, but without bindings. Fixed a bug from 2 commits ago. Added more gotos :) 2007-02-13 01:10:43 -05:00
Kris Maglione
7c3c475918 Added u(char|short|int|long|vlong) and vlong types 2007-02-12 01:24:24 -05:00
Kris Maglione
2e80572fee Bugfixes, cleanup, remove SunCC compatibility patch. Add adding/removing tags by writing +tag/-tag 2007-02-11 22:17:20 -05:00
Kris Maglione
ef4aef2f28 A bunch of fixes to management of windows 2007-02-11 01:09:00 -05:00
Kris Maglione
ced1e98aff Fixed a lot of focus code, including a segfault. 2007-02-10 20:09:11 -05:00
Kris Maglione
d197845630 Remove some cruft, arrange areas when adding clients, and make sure we don't map mapped clients and vice versa 2007-02-10 02:44:57 -05:00
Kris Maglione
2579d60417 Set input focus to root when switching to an empty view 2007-02-10 01:09:34 -05:00
Kris Maglione
ff6540925f Unmap and set Iconic state of iconic or out-of-view windows 2007-02-09 22:06:07 -05:00
Kris Maglione
ca4cffaeed Fixed client grabs 2007-02-09 21:29:21 -05:00
Kris Maglione
9eaeddf4bb Restack view after mapping a client (&c) 2007-02-09 01:06:15 -05:00
Kris Maglione
e078841067 Fixed cycling of floating frames, and stacking issues on 'send toggle' 2007-02-08 20:31:12 -05:00
Kris Maglione
5c56c012d5 Backout aforementioned for-loop cleanup for breakage 2007-02-08 11:49:20 -05:00
Kris Maglione
7f55639aa7 Fix a bug in last commit 2007-02-08 11:33:14 -05:00
Kris Maglione
de6ac6bb6b Clean up a nasty for-loop 2007-02-08 01:17:25 -05:00
Kris Maglione
0cca58fe53 Some refactoring, mainly related to stacking of the floating layer. 2007-02-07 23:23:18 -05:00
Kris Maglione
8a333e8010 Implemented a click-to-raise policy in floating mode. Comments? 2007-02-07 22:04:18 -05:00
Kris Maglione
cac086b3fc Fixed sizing bug of clients with multiple tags, with cleanup along the way. 2007-02-06 21:48:28 -05:00
Kris Maglione
0adf0d0cb3 Fixed sizing bug in create_area with 1 column 2007-02-05 07:47:12 -05:00
Kris Maglione
f4bff50f75 Replaced nasty, eyesore NULL with nil 2007-02-04 21:02:05 -05:00
Denis Grelich
1e2ceeba66 the bar is never covered by windows 2007-02-03 00:47:15 +01:00
Denis Grelich
f785e5a248 removed some older code 2007-02-02 23:58:17 +01:00
Denis Grelich
33778e646a fixed the stacking order on focus change in the floating layer. Welcome back Kris! 2007-02-02 23:32:38 +01:00
Denis Grelich
6f11af4fbb window IDs are provided in hexadecimal format, but understood in both decimal and hexadecimal 2007-02-02 17:43:22 +01:00
Denis Grelich
94e169cc3e applied Daniel Waeber's x11-window-id patch: clients are now addressed by their x11 window id instead of a plain number given by wmii. Thanks Daniel! 2007-01-22 12:00:12 +01:00
Denis Grelich
17766a5001 introduced new events: DestroyClient, CreateColumn, ColumnFocus, FocusFloating, DestroyColumn 2007-01-13 02:01:41 +01:00
Denis Grelich
3346948826 tags and view names '.', '..' and '/' are now caught in wmiiwm 2007-01-04 02:22:07 +01:00
Anselm R. Garbe
fbacdbcf94 renamed wm.h into wmii.h 2006-10-20 10:07:55 +02:00
Anselm R. Garbe
8e8e40516e removed liblitz 2006-10-12 16:10:57 +02:00
Anselm R. Garbe
4a7273b827 reorganized, still liblitz there 2006-10-12 15:11:25 +02:00