Thu, 17 Aug 2006 10:06:36 +0200 |
Anselm R.Garbe |
fixed a bug reported by sander
|
Thu, 17 Aug 2006 09:37:43 +0200 |
Anselm R.Garbe |
centering apps only if transient_for is not(!) set
|
Thu, 17 Aug 2006 09:35:44 +0200 |
Anselm R.Garbe |
fixed issue Sander reported
|
Wed, 16 Aug 2006 17:58:18 +0200 |
Anselm R.Garbe |
condition was insufficient
|
Wed, 16 Aug 2006 17:56:04 +0200 |
Anselm R.Garbe |
fixed issue reported by sander
|
Wed, 16 Aug 2006 15:57:36 +0200 |
Anselm R.Garbe |
added general centralization rule for new clients (works around various borken apps)
|
Mon, 14 Aug 2006 19:18:02 +0200 |
Anselm R.Garbe |
removed NUMLOCKMASK, added dynamically calculated numlockmask instead
|
Mon, 14 Aug 2006 17:48:54 +0200 |
Anselm R.Garbe |
fixed
|
Mon, 14 Aug 2006 16:37:55 +0200 |
Anselm R.Garbe |
added some flicker prevention
|
Mon, 14 Aug 2006 10:49:22 +0200 |
Anselm R.Garbe |
fixed a core dump
|
Mon, 14 Aug 2006 10:18:24 +0200 |
Anselm R.Garbe |
implemented restack behavior (floats are on top in tiled mode)
|
Fri, 11 Aug 2006 18:37:41 +0200 |
Anselm R.Garbe |
implement multi-tag selection through button3 click on the specific tag
|
Fri, 11 Aug 2006 10:05:53 +0200 |
Anselm R.Garbe |
applied Sander's patch as well
|
Fri, 11 Aug 2006 08:47:55 +0200 |
Anselm R.Garbe |
simplified unmanage
|
Fri, 11 Aug 2006 08:34:42 +0200 |
Anselm R.Garbe |
removed the if(clients) check from popping code
|
Thu, 10 Aug 2006 17:48:50 +0200 |
Anselm R.Garbe |
applied Sanders zoom_update patch
|
Thu, 10 Aug 2006 17:33:11 +0200 |
Anselm R.Garbe |
respecting inc hints in floating mode on togglemax
|
Thu, 10 Aug 2006 16:37:13 +0200 |
Anselm R.Garbe |
reverting last patch, that sucks, I don't care about retarded apps like gvim
|
Thu, 10 Aug 2006 16:35:36 +0200 |
Anselm R.Garbe |
togglemax repects inc-hints (this way gvim can be toggle'maxed as well)
|
Thu, 10 Aug 2006 11:26:32 +0200 |
Anselm R.Garbe |
applied sumik's multihead patch
|
Thu, 10 Aug 2006 10:16:12 +0200 |
Anselm R.Garbe |
disallow zoom on maximized clients
|
Tue, 08 Aug 2006 18:12:18 +0200 |
Anselm R.Garbe |
removed NET_ACTIVE_WINDOW handling
|
Tue, 08 Aug 2006 17:08:45 +0200 |
Anselm R.Garbe |
implemented NET_ACTIVE_WINDOW support
|
Mon, 07 Aug 2006 08:05:04 +0200 |
arg |
applied endless loop prevention on zoom()
|
Sat, 05 Aug 2006 14:57:26 +0200 |
arg |
small fix of the last commit
|
Sat, 05 Aug 2006 14:56:32 +0200 |
arg |
using -Os again, zoom is ignored in floating mode or on floating clients
|
Sat, 05 Aug 2006 14:02:25 +0200 |
arg |
mouse grab needs also to grab for combinations of numlock/lockmask
|
Thu, 03 Aug 2006 12:12:26 +0200 |
arg |
removed TLast tag enum, now tags is simple defined as char *[] array, the rest is calculated correctly, rules take an int array for the tags
|
Thu, 03 Aug 2006 10:55:07 +0200 |
arg |
changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum)
|
Wed, 02 Aug 2006 16:32:05 +0200 |
arg |
made fullscreen apps working fine in floating mode (there is no sane way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
|