Commit Graph

1889 Commits

Author SHA1 Message Date
Kris Maglione
ae05206acc Remove XSync() added in previous commit 2007-02-08 13:40:16 -05:00
Kris Maglione
ac10ba445a XSync() after focus on enternotify to prevent a race 2007-02-08 13:04:27 -05:00
Kris Maglione
51c14092b7 Fix a bug in mouse moves. 2007-02-08 12:55:42 -05:00
Kris Maglione
585e0a5f17 Focus clients on click. 2007-02-08 12:29:26 -05:00
Kris Maglione
9897ab516c Fix 'select up/down' of clients 2007-02-08 12:06:39 -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
595d6cb8ca Fix a bug that ostensibly prevents toggling layers when the mouse is over a floating client. 2007-02-08 00:05:27 -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
7cb8271f66 Fixed last commit 2007-02-07 21:26:02 -05:00
Kris Maglione
e5982aec2f Removed the startup_error_handler 2007-02-07 21:23:50 -05:00
Kris Maglione
6c47a05c63 Fix spacing in bar.c for loops. 2007-02-07 12:45:00 -05:00
Denis Grelich
88c123d1b4 merge 2007-02-07 18:32:57 +01:00
Denis Grelich
2b525e6b8f fixed a bug where VERSION was used in the manpage; now using CONFVERSION instead 2007-02-07 18:31:03 +01:00
Kris Maglione
84da04da05 Remove returns of void functions from void functions. 2007-02-07 12:20:50 -05:00
Kris Maglione
6f0b9096d4 Restore cycling of areas. 2007-02-07 12:08:25 -05:00
Denis Grelich
d3466a7bdb don't grab MODKEY-f, since we don't use it at all 2007-02-07 07:34:29 +01:00
Denis Grelich
8d18ff4629 Added tag 3.6-rc2 for changeset 178946176a9fe3b83962315552b0743decd4c332 2007-02-07 07:29:22 +01:00
Denis Grelich
a0fa66638b preparing 3.6-rc2 2007-02-07 07:23:59 +01:00
Kris Maglione
c63fe89411 Fixed text centering again. 2007-02-07 01:23:20 -05:00
Denis Grelich
8ef8fd2ca0 fixed off-by-one in drawing rectangles 2007-02-07 06:23:47 +01:00
Kris Maglione
cf27f71523 Yet more cleanups. 2007-02-06 22:21:23 -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
1f7cc79d55 Cleanup in area.c 2007-02-06 20:47:03 -05:00
Kris Maglione
9d643150cf Get rid of libm. 2007-02-06 17:12:24 -05:00
Kris Maglione
e4121b422e Only use the ascent/descent from the first font in the fontset. Comments welcome. 2007-02-06 17:03:07 -05:00
Kris Maglione
227327a2c6 Name the font for which the fontset is missing. 2007-02-06 15:28:35 -05:00
Kris Maglione
ecbfca77bf Quote tagsmenu against shell expansion 2007-02-06 11:38:00 -05:00
uriel
e994d60cae Delete useless and stupid 'code' 2007-02-06 08:12:47 +01:00
uriel
7b0b15bca6 Minimally sane colrules until the whole damned thing goes crashing down to hell where it belongs 2007-02-06 08:12:21 +01:00
Kris Maglione
16822b6419 Removed Mod-f from wmiirc, since it's long defunct 2007-02-06 01:31:37 -05:00
Kris Maglione
06669775f7 Misc cleanup. 2007-02-05 21:56:03 -05:00
Kris Maglione
7aade32fff 1up on last commit: Try to load default font before we die. 2007-02-05 21:27:54 -05:00
Kris Maglione
f285a36054 Actually *try* to load 'fixed' font before we die saying we can't load it. 2007-02-05 21:21:17 -05:00
Kris Maglione
859e7ff165 Fixed horizontal centering in the bar/draw_label. Vertical centering still sucks. 2007-02-05 19:25:29 -05:00
Denis Grelich
25f2063d1e Added tag 3.6-rc1 for changeset f66f9cdc468a83824a02f2b73372299dc7d74882 2007-02-05 20:41:59 +01:00
Denis Grelich
65ac954e52 set version to 3.6-rc1 2007-02-05 20:41:47 +01:00
Denis Grelich
bde061688c the bar is now drawn with borders again 2007-02-05 20:40:00 +01:00
Kris Maglione
0adf0d0cb3 Fixed sizing bug in create_area with 1 column 2007-02-05 07:47:12 -05:00
Kris Maglione
b49635f533 Ditto on previous commit 2007-02-05 06:46:50 -05:00
Kris Maglione
ebea6ee29b Fix the tagsmenu function. 2007-02-05 06:41:32 -05:00
Kris Maglione
ac4b0d22ea Don't try to insert a frame after itself. 2007-02-05 06:00:23 -05:00
Kris Maglione
4e7ef24b52 Make swapping update area->sel. Fixes an infinite loop 2007-02-05 05:07:26 -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
1b2966fb38 Unbreak the relaxing code... those calls to resize_client are ugly kludges. 2007-02-05 02:45:51 -05:00
Kris Maglione
eee18d7bc9 Ok, I *really* fixed the swapping bug this time. 2007-02-05 02:36:18 -05:00
Kris Maglione
722d23bf52 Fixed that swapping bug again, I hope. 2007-02-05 02:09:14 -05:00
Kris Maglione
df9d013275 Fix a bug (I hope) in the swapping code 2007-02-05 01:54:39 -05:00