Commit Graph

41 Commits

Author SHA1 Message Date
Kris Maglione 16cdf68c70 Change the window cursor when over the border for resizal (the border is still too small for this to be useful 2007-02-20 18:29:16 -05:00
Kris Maglione 31e3b8d9d0 Rewrote draw_frame, and removed per-frame BlitzBrushes 2007-02-20 17:31:42 -05:00
Kris Maglione 304e80ca4f Fixed some bugs in the new focus system. 2007-02-18 18:31:58 -05:00
Kris Maglione d8e827bc21 Renamed selcolors back to focuscolors. Fixed an early free(). 2007-02-15 16:46:31 -05:00
Anthony Martin a685afa2a7 Get rid of FOCUSCOLORS 2007-02-15 10:06:35 -08: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 4d45612618 Fixed Denis' focus bug 2007-02-13 13:19:01 -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 5bd7c64458 Refactoring in column.c 2007-02-10 21:02:34 -05:00
Kris Maglione ced1e98aff Fixed a lot of focus code, including a segfault. 2007-02-10 20:09:11 -05:00
Kris Maglione c6d1769848 Make grabbox moves opaque in floating mode. Code needs cleanup. Comments welcome. 2007-02-10 15:13:35 -05:00
Kris Maglione b220628d5e Some more cleanup 2007-02-10 03:09:19 -05:00
Kris Maglione 914a2d3543 Replaced a bunch of the nasty, old focus code, and fixed focusing of the empty floating area 2007-02-10 02:13:29 -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 05d83dd294 Relent and only grab AnyButton, AnyModifier on unfocused clients 2007-02-09 21:19:26 -05:00
Kris Maglione 46a973cf85 Add printevent.c and -V (verbose) flag to print X events 2007-02-09 12:45:52 -05:00
Kris Maglione 7c06252261 Get rid of 3d border affect of frames 2007-02-09 01:01:54 -05:00
Kris Maglione 7185da87dd Minimize the calls to focus_client on ButtonClick events (maybe this will fix the freeze) 2007-02-09 00:07:22 -05:00
Kris Maglione 25067751f7 Added Urgent and NotUrgent events for the urgency hint 2007-02-08 21:50:49 -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 0cca58fe53 Some refactoring, mainly related to stacking of the floating layer. 2007-02-07 23:23: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 88d43166f6 Replaced XDrawLines with XDrawRectangles... let's see if anything breaks (+ some cleanups) 2007-02-05 04:38:32 -05:00
Kris Maglione 1025c92f0f Got rid of some of said cruft. 2007-02-05 01:00:42 -05:00
Kris Maglione b422751227 New dragging code installed, with some cruft left behind. This is an RFC, please respond. 2007-02-05 00:26:02 -05:00
Kris Maglione f4bff50f75 Replaced nasty, eyesore NULL with nil 2007-02-04 21:02:05 -05:00
Kris Maglione 4fd35b90d0 Changed the behavior of dragging moving windows to better move them offscreen. Added function prototype to wmii.h. 2007-02-03 14:27:32 -05:00
Denis Grelich 31c7d39da4 applied Daniel Wäber's Xlib therapist patch: gtk drag'n'drop/xprop are working again! 2007-01-28 13:26:01 +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 babe3af6e2 nicer frame drawing 2006-12-24 21:35:23 +01:00
Denis Grelich 2b964a63b3 removed last reference to BlitzInput 2006-12-24 15:56:02 +01:00
Denis Grelich 3638de51e0 applied Stefan Tibus' 12_wmii-3.5-3colors.patch, introducing a third colour triple, WMII_FOCUSCOLOR, which is now used for focused frames. 2006-12-24 15:52:00 +01:00
Denis Grelich ea03dc79aa button colors removed since they were not used 2006-12-24 12:23:26 +01:00
arg 2abeb7b97b fixed default fonst 2006-12-13 11:26:38 +01:00
arg e574dfff18 fixed UTF-8 issues, moved parse_color to draw.c 2006-12-13 10:55:19 +01:00
Anselm R. Garbe fbacdbcf94 renamed wm.h into wmii.h 2006-10-20 10:07:55 +02:00