Sun, 30 Sep 2007 18:33:05 +0200 |
Anselm R. Garbe |
fixed an issue in Peter's patch (it is no good idea to restack() all clients on enternotify()
|
changeset |
files
|
Sun, 30 Sep 2007 12:47:08 +0200 |
Anselm R. Garbe |
applied Peter Hartlich's border collapse patch
|
changeset |
files
|
Thu, 27 Sep 2007 20:08:21 +0200 |
Anselm R. Garbe |
improved tile() for the RESIZEHINTS == True case, now more space is consumed by the clients (esp. if those clients use increment handling heavily)
|
changeset |
files
|
Thu, 27 Sep 2007 18:59:47 +0200 |
Anselm R. Garbe |
fixed colors
|
changeset |
files
|
Thu, 27 Sep 2007 09:14:32 +0200 |
arg |
fixed inclusion order
|
changeset |
files
|
Wed, 26 Sep 2007 19:14:22 +0200 |
Anselm R. Garbe |
updated with my favorite colorscheme
|
changeset |
files
|
Tue, 25 Sep 2007 20:43:29 +0200 |
Anselm R. Garbe |
applied colors depend from lavishs proposal
|
changeset |
files
|
Sun, 23 Sep 2007 18:50:04 +0200 |
Anselm R. Garbe |
switching to white normal bg, renaming tag 9 into www, for static use in conjunction with ff
|
changeset |
files
|
Sun, 23 Sep 2007 11:24:42 +0200 |
Anselm R. Garbe |
btw 4.6 will be the next release
|
changeset |
files
|
Sun, 23 Sep 2007 11:24:12 +0200 |
Anselm R. Garbe |
renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after all
|
changeset |
files
|
Sat, 22 Sep 2007 21:55:19 +0200 |
Anselm R. Garbe |
introduced ISTILE, which can be easily extended with other layout functions to allow reuse of setmwfact() and zoom()
|
changeset |
files
|
Sat, 22 Sep 2007 21:34:06 +0200 |
Anselm R. Garbe |
setmwfact and zoom check isarrange(floating) now, not !isarrange(tile) - this makes it easier to play well with bstack and nmtile patches
|
changeset |
files
|
Sat, 22 Sep 2007 09:13:03 +0200 |
Anselm R. Garbe |
Added tag 4.5 for changeset 2acc60d6dfe2
|
changeset |
files
|
Sat, 22 Sep 2007 08:57:24 +0200 |
Anselm R. Garbe |
cosmetic fix
4.5
|
changeset |
files
|
Thu, 20 Sep 2007 21:45:27 +0200 |
Anselm R. Garbe |
fixed a comment
|
changeset |
files
|
Wed, 19 Sep 2007 17:32:28 +0200 |
arg |
applied Peters patch, applied yiyus hint to initfont
|
changeset |
files
|
Tue, 18 Sep 2007 19:04:50 +0200 |
Anselm R. Garbe |
applied Peter Hartlich's togglemax patch to allow toggling tiled clients to maximum
|
changeset |
files
|
Mon, 17 Sep 2007 16:42:37 +0200 |
arg |
made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it
|
changeset |
files
|
Sun, 16 Sep 2007 20:02:42 +0200 |
Anselm R. Garbe |
there might be envs which need Xlib.h
|
changeset |
files
|
Sun, 16 Sep 2007 13:42:37 +0200 |
Anselm R. Garbe |
Mod1-Button2 on a floating but not-fixed client will make it tiled again
|
changeset |
files
|
Sun, 16 Sep 2007 13:27:33 +0200 |
Anselm R. Garbe |
now tiled windows can be resized/moved, their floating state will be toggled implicitely
|
changeset |
files
|
Sun, 16 Sep 2007 12:34:08 +0200 |
Anselm R. Garbe |
some more rearrangements
|
changeset |
files
|
Sun, 16 Sep 2007 11:53:14 +0200 |
Anselm R. Garbe |
ordered all functions alphabetically
|
changeset |
files
|
Sun, 16 Sep 2007 10:24:35 +0200 |
Anselm R. Garbe |
corrected a misleading comment
|
changeset |
files
|
Sun, 16 Sep 2007 10:23:53 +0200 |
Anselm R. Garbe |
macros which have been defined in config.h can only be used at function level, however you can nest code into config.h now for implementing a different layout (just for example), eg. #include "supertile.c"
|
changeset |
files
|
Sat, 15 Sep 2007 22:45:18 +0200 |
Anselm R. Garbe |
ordered function forward definitions
|
changeset |
files
|
Sat, 15 Sep 2007 22:33:46 +0200 |
Anselm R. Garbe |
backporting my intro-comment of old dwm.h
|
changeset |
files
|
Sat, 15 Sep 2007 22:31:24 +0200 |
Anselm R. Garbe |
removed grabkeys, not necessary
|
changeset |
files
|
Sat, 15 Sep 2007 22:25:27 +0200 |
Anselm R. Garbe |
micromizing dwm step 1
|
changeset |
files
|
Sat, 15 Sep 2007 20:39:31 +0200 |
Anselm R. Garbe |
new colorscheme (16-bit compliant)
|
changeset |
files
|
Sat, 15 Sep 2007 13:16:54 +0200 |
Anselm R. Garbe |
moved bar-related stuff to bar.c (merged draw.c into that)
|
changeset |
files
|
Sat, 15 Sep 2007 12:36:42 +0200 |
Anselm R. Garbe |
renamed drawstatus into drawbar
|
changeset |
files
|
Sat, 15 Sep 2007 10:35:18 +0200 |
Anselm R. Garbe |
renamed config.default.h into config.h
|
changeset |
files
|
Sat, 15 Sep 2007 10:31:28 +0200 |
Anselm R. Garbe |
dist target only needs to add config.default.h
|
changeset |
files
|
Sat, 15 Sep 2007 10:30:45 +0200 |
Anselm R. Garbe |
removed config.arg.h, only 1 config.h necessary
|
changeset |
files
|
Fri, 14 Sep 2007 20:32:12 +0200 |
Anselm R. Garbe |
small changes of the colors
|
changeset |
files
|
Tue, 11 Sep 2007 21:30:27 +0200 |
Anselm R. Garbe |
other color
|
changeset |
files
|
Tue, 11 Sep 2007 20:16:16 +0200 |
Anselm R. Garbe |
using light colorscheme, preparing merge of config.arg.h with config.default.h
|
changeset |
files
|
Sun, 09 Sep 2007 18:31:19 +0200 |
Anselm R. Garbe |
I work with enabled RESIZEHINTS, simply because I force myself to continue the st development ;)
|
changeset |
files
|
Sun, 09 Sep 2007 18:28:39 +0200 |
Anselm R. Garbe |
introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals
|
changeset |
files
|
Fri, 07 Sep 2007 21:22:49 +0200 |
Anselm R. Garbe |
14px fonts drives me nuts
|
changeset |
files
|
Sun, 26 Aug 2007 12:54:20 +0200 |
Anselm R. Garbe |
Added tag 4.4.1 for changeset 7c117df5d202
|
changeset |
files
|
Sun, 26 Aug 2007 12:53:40 +0200 |
Anselm R. Garbe |
prepared 4.4.1 bugfix and minor feature enhancement release
4.4.1
|
changeset |
files
|
Thu, 23 Aug 2007 18:15:13 +0200 |
Anselm R. Garbe |
Added tag 4.4 for changeset 408014d21261
|
changeset |
files
|
Thu, 23 Aug 2007 18:11:24 +0200 |
Anselm R. Garbe |
removed unnecessary include, prepared dwm-4.4
4.4
|
changeset |
files
|
Wed, 22 Aug 2007 19:06:35 +0200 |
Anselm R. Garbe |
setlayout should perform strcmp's if arg != NULL, because Layout is local to screen.o
|
changeset |
files
|
Wed, 22 Aug 2007 19:02:17 +0200 |
Anselm R. Garbe |
reverted release CFLAGs
|
changeset |
files
|
Wed, 22 Aug 2007 19:01:05 +0200 |
Anselm R. Garbe |
removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check
|
changeset |
files
|
Sun, 19 Aug 2007 18:50:47 +0200 |
Anselm R. Garbe |
renamed char prop[] into buf[]
|
changeset |
files
|
Sun, 19 Aug 2007 18:39:54 +0200 |
Anselm R. Garbe |
fixed misappearance of iconified windows on SIGKILL
|
changeset |
files
|
Sun, 19 Aug 2007 11:00:47 +0200 |
Anselm R. Garbe |
moved updatebarpos to screen
|
changeset |
files
|
Sun, 19 Aug 2007 10:57:02 +0200 |
Anselm R. Garbe |
added screen.c, removed layout.c and tag.c
|
changeset |
files
|
Sun, 19 Aug 2007 10:40:07 +0200 |
Anselm R. Garbe |
prepared merging layout.c and tag.c into screen.c
|
changeset |
files
|
Sun, 19 Aug 2007 10:13:24 +0200 |
Anselm R. Garbe |
small fix
|
changeset |
files
|
Sat, 18 Aug 2007 14:20:56 +0200 |
Anselm R. Garbe |
hmm I doubt the usefulness of storing this information...
|
changeset |
files
|
Sat, 18 Aug 2007 13:48:05 +0200 |
Anselm R. Garbe |
cleaned up settags-handling
|
changeset |
files
|
Sat, 18 Aug 2007 11:40:25 +0200 |
Anselm R. Garbe |
applied Gottox mwfact patch
|
changeset |
files
|
Fri, 17 Aug 2007 21:19:07 +0200 |
Anselm R. Garbe |
replaced static Layout *lt with static unsigned int sellayout... (will be adapted later when _DWM_CONFIG is serialized as root window property)
|
changeset |
files
|
Fri, 17 Aug 2007 21:12:55 +0200 |
Anselm R. Garbe |
renamed seltag into seltags
|
changeset |
files
|
Fri, 17 Aug 2007 21:10:50 +0200 |
Anselm R. Garbe |
applied Jukka Salmi's setmwfact patch
|
changeset |
files
|
Thu, 16 Aug 2007 18:41:22 +0200 |
Anselm R. Garbe |
made plural arrays
|
changeset |
files
|
Thu, 16 Aug 2007 18:30:25 +0200 |
Anselm R. Garbe |
fixed the issue observed by various people, that clients appeared on empty tags
|
changeset |
files
|
Thu, 16 Aug 2007 17:55:55 +0200 |
Anselm R. Garbe |
made tag/view/toggle{tag,view} work on pointer to tags-array, there was the need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h's
|
changeset |
files
|
Thu, 16 Aug 2007 08:05:30 +0200 |
Anselm R. Garbe |
applied Jukka's patch
|
changeset |
files
|
Wed, 15 Aug 2007 19:31:41 +0200 |
Anselm R. Garbe |
fixed _DWM_CONFIG persistation, fixed the client disapperance bug during restarts
|
changeset |
files
|
Wed, 15 Aug 2007 19:27:32 +0200 |
Anselm R. Garbe |
fififi
|
changeset |
files
|
Tue, 14 Aug 2007 19:38:10 +0200 |
Anselm R. Garbe |
fix of resize (thanks Sander for the hint!)
|
changeset |
files
|
Tue, 14 Aug 2007 07:54:51 +0200 |
Anselm R. Garbe |
fixed a typo
|
changeset |
files
|
Mon, 13 Aug 2007 20:10:44 +0200 |
Anselm R. Garbe |
small bugfix
|
changeset |
files
|
Mon, 13 Aug 2007 20:06:00 +0200 |
Anselm R. Garbe |
tags should be persistent now during X server run
|
changeset |
files
|
Mon, 13 Aug 2007 19:22:51 +0200 |
Anselm R. Garbe |
small bugfix
|
changeset |
files
|
Mon, 13 Aug 2007 19:19:38 +0200 |
Anselm R. Garbe |
made tile simplier
|
changeset |
files
|
Mon, 13 Aug 2007 19:13:54 +0200 |
Anselm R. Garbe |
made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
|
changeset |
files
|
Mon, 13 Aug 2007 18:24:15 +0200 |
Anselm R. Garbe |
made resize more precise
|
changeset |
files
|
Sun, 12 Aug 2007 13:10:21 +0200 |
Anselm R. Garbe |
moved floating to layout.c, kept tile.c outside
|
changeset |
files
|
Sun, 12 Aug 2007 12:46:08 +0200 |
Anselm R. Garbe |
renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact
|
changeset |
files
|
Sat, 11 Aug 2007 14:44:11 +0200 |
Anselm R. Garbe |
fixed a comment
|
changeset |
files
|
Sat, 11 Aug 2007 12:11:50 +0200 |
Anselm R. Garbe |
separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
|
changeset |
files
|
Fri, 10 Aug 2007 18:27:25 +0200 |
Anselm R. Garbe |
let not overlap the borders
|
changeset |
files
|
Fri, 10 Aug 2007 18:16:05 +0200 |
Anselm R. Garbe |
removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details
|
changeset |
files
|
Sun, 05 Aug 2007 17:37:40 +0200 |
Anselm R. Garbe |
slight change of my color scheme
|
changeset |
files
|
Sun, 05 Aug 2007 16:00:08 +0200 |
Anselm R. Garbe |
removed spow(x, 0); calls, I did them for consistency's sake, but it should be rather obvious how the scaling works anyways
|
changeset |
files
|
Sun, 05 Aug 2007 15:58:07 +0200 |
Anselm R. Garbe |
applied Jukka's dwm.1 patch
|
changeset |
files
|
Sun, 05 Aug 2007 12:47:52 +0200 |
Anselm R. Garbe |
changed shortcuts as described on the mailinglist, added sanity checks for ratios during tile (fallback to wah if clients would get too small), documented that new stuff/shortcuts in dwm(1)
|
changeset |
files
|
Sat, 04 Aug 2007 10:57:56 +0200 |
Anselm R. Garbe |
small fix of static function order
|
changeset |
files
|
Sat, 04 Aug 2007 10:51:39 +0200 |
Anselm R. Garbe |
I introduced {H,V}RATIO and inc{h,v,}ratio() functions - the default behaves like in dwm-4.3, config.arg.h shows how I prefer the ratio being handled (for the future I plan to change const char *arg into ..., and renaming Client into Win.)
|
changeset |
files
|
Fri, 03 Aug 2007 19:29:58 +0200 |
Anselm R. Garbe |
removed a C++ style comment
|
changeset |
files
|
Fri, 03 Aug 2007 19:23:30 +0200 |
Anselm R. Garbe |
implemented ratio tile as described on the mailinglist
|
changeset |
files
|
Tue, 31 Jul 2007 18:22:13 +0200 |
Anselm R. Garbe |
changed the fix of yesterday, the resize should only be necessary at manage() time, not on any unban()
|
changeset |
files
|
Mon, 30 Jul 2007 21:03:08 +0200 |
Anselm R. Garbe |
foo
|
changeset |
files
|
Sat, 28 Jul 2007 17:25:44 +0200 |
Anselm R. Garbe |
set client state to iconic on maprequest
|
changeset |
files
|
Sat, 28 Jul 2007 17:18:45 +0200 |
Anselm R. Garbe |
changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS
|
changeset |
files
|
Sat, 28 Jul 2007 12:58:56 +0200 |
Anselm R. Garbe |
removed shiftview(), if you scroll the views in the tag area, you can also use Button1 instead
|
changeset |
files
|
Thu, 26 Jul 2007 20:15:02 +0200 |
Anselm R. Garbe |
applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!
|
changeset |
files
|
Tue, 24 Jul 2007 18:29:29 +0200 |
Anselm R. Garbe |
applied Jeroen Schot's shiftview patch
|
changeset |
files
|
Tue, 24 Jul 2007 18:25:01 +0200 |
arg |
applied dwm-windowscrolling patch
|
changeset |
files
|
Sat, 14 Jul 2007 21:14:15 +0200 |
arg |
Added tag 4.3 for changeset e0ec0d5d8b1e
|
changeset |
files
|
Thu, 12 Jul 2007 19:45:28 +0200 |
arg |
restoring tip to be a working dwm again (switching FONT to terminus in config.arg.h)
4.3
|
changeset |
files
|
Tue, 19 Jun 2007 09:08:15 +0200 |
Anselm R. Garbe |
please recheck this patch with Mathematica from Wolfram Research - lemme know if it fixes the geyish blob window bug
|
changeset |
files
|
Tue, 19 Jun 2007 09:04:21 +0200 |
Anselm R. Garbe |
removed crappy createnotify handler
|
changeset |
files
|
Wed, 06 Jun 2007 11:43:14 +0200 |
Anselm R. Garbe |
applied restack patch of anydot, with slight changes
|
changeset |
files
|
Wed, 06 Jun 2007 11:17:56 +0200 |
Anselm R. Garbe |
I change the style of init somewhat, init as early as possible.
|
changeset |
files
|
Mon, 04 Jun 2007 14:38:24 +0200 |
Anselm R. Garbe |
uncommented creatnotify
|
changeset |
files
|
Mon, 04 Jun 2007 11:50:48 +0200 |
Anselm R. Garbe |
added an creatnotify event handler
|
changeset |
files
|
Mon, 04 Jun 2007 11:37:33 +0200 |
Anselm R. Garbe |
applied anudots [un]ban repair patch
|
changeset |
files
|
Fri, 01 Jun 2007 12:11:25 +0200 |
Anselm R. Garbe |
making variable declarations in dwm.h extern, this seems to be more ansi compliant
|
changeset |
files
|
Wed, 30 May 2007 20:49:38 +0200 |
Anselm R. Garbe |
replaced BORDERPX with sel->border in togglemax(), in other places this is not possible.
|
changeset |
files
|
Wed, 30 May 2007 12:22:29 +0200 |
Anselm R. Garbe |
Added tag 4.2 for changeset c13cb8c6b7a5
|
changeset |
files
|
Wed, 30 May 2007 12:19:28 +0200 |
Anselm R. Garbe |
referred to LICENSE file
4.2
|
changeset |
files
|
Wed, 30 May 2007 12:10:01 +0200 |
Anselm R. Garbe |
Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well
|
changeset |
files
|
Wed, 30 May 2007 08:57:44 +0200 |
Anselm R. Garbe |
applied Jukkas patch
|
changeset |
files
|
Tue, 29 May 2007 13:53:08 +0200 |
Anselm R. Garbe |
changed -v output (now also anydot and nsz are contained in this output)
|
changeset |
files
|
Tue, 29 May 2007 11:57:08 +0200 |
Anselm R. Garbe |
added nsz to copyright holders as well, because he did a lot recently
|
changeset |
files
|
Tue, 29 May 2007 11:47:55 +0200 |
Anselm R. Garbe |
added anydot to Copyright holders, because he contributed a lot recently
|
changeset |
files
|
Tue, 29 May 2007 11:35:20 +0200 |
Anselm R. Garbe |
applied anydot's 3 minor patches, thank you anydot
|
changeset |
files
|
Mon, 28 May 2007 15:05:47 +0200 |
Anselm R. Garbe |
applied Sanders patch
|
changeset |
files
|
Fri, 25 May 2007 15:28:10 +0200 |
Anselm R. Garbe |
applied anydots proposal to let togglefloating restore fixed windows
|
changeset |
files
|
Thu, 24 May 2007 16:25:09 +0200 |
Anselm R. Garbe |
fix if n < nmaster of remainer calculation for master windows
|
changeset |
files
|
Thu, 24 May 2007 15:55:28 +0200 |
Anselm R. Garbe |
rev 900, cool
|
changeset |
files
|
Thu, 24 May 2007 15:53:48 +0200 |
Anselm R. Garbe |
fo
|
changeset |
files
|
Thu, 24 May 2007 15:40:07 +0200 |
Anselm R. Garbe |
calculating the remainder for master and stack area correctly
|
changeset |
files
|
Thu, 24 May 2007 11:35:32 +0200 |
Anselm R. Garbe |
fixed issue reported by Christian Garbs
|
changeset |
files
|
Wed, 23 May 2007 22:33:46 +0200 |
Anselm R. Garbe |
removed the only one and superfloues strncmp
|
changeset |
files
|
Wed, 23 May 2007 14:51:51 +0200 |
Anselm R. Garbe |
foo
|
changeset |
files
|
Wed, 23 May 2007 07:49:05 +0200 |
Anselm R. Garbe |
reverted last change after Sander pointed out the original decision
|
changeset |
files
|
Wed, 23 May 2007 07:47:20 +0200 |
Anselm R. Garbe |
applied anydots remark of togglefloating()
|
changeset |
files
|
Tue, 22 May 2007 11:29:59 +0200 |
Anselm R. Garbe |
applied Szabolcs proposal for zoom() as well
|
changeset |
files
|
Tue, 22 May 2007 11:29:04 +0200 |
Anselm R. Garbe |
applied Szabolcs proposal to simplify setlayout()
|
changeset |
files
|
Mon, 21 May 2007 14:37:26 +0200 |
Anselm R. Garbe |
Added tag 4.1 for changeset 00f4180df72b
|
changeset |
files
|
Wed, 16 May 2007 22:05:02 +0200 |
Anselm R. Garbe |
no that change breaks fullscreen apps
4.1
|
changeset |
files
|
Wed, 16 May 2007 21:59:53 +0200 |
Anselm R. Garbe |
raise barwin in restack, that's the most elegant solution I think
|
changeset |
files
|
Tue, 15 May 2007 14:06:18 +0200 |
Anselm R. Garbe |
simplification
|
changeset |
files
|
Tue, 15 May 2007 13:58:29 +0200 |
Anselm R. Garbe |
raising the barwin has no effect becasue of restack
|
changeset |
files
|
Tue, 15 May 2007 13:56:47 +0200 |
Anselm R. Garbe |
fix
|
changeset |
files
|
Tue, 15 May 2007 13:56:06 +0200 |
Anselm R. Garbe |
barwindow raising
|
changeset |
files
|
Tue, 15 May 2007 13:49:43 +0200 |
Anselm R. Garbe |
using BarTop as fallback if BARPOS is set to BarOff as default for toggling
|
changeset |
files
|
Tue, 15 May 2007 13:44:04 +0200 |
Anselm R. Garbe |
removed strip, added -s to LDFLAGS
|
changeset |
files
|
Tue, 15 May 2007 13:42:07 +0200 |
Anselm R. Garbe |
added new Mod1-b functionality to dwm(1)
|
changeset |
files
|
Tue, 15 May 2007 13:36:04 +0200 |
Anselm R. Garbe |
another fix, call lt->arrange() in togglebar only
|
changeset |
files
|
Tue, 15 May 2007 13:23:51 +0200 |
Anselm R. Garbe |
fixed bpos init
|
changeset |
files
|
Tue, 15 May 2007 12:09:18 +0200 |
Anselm R. Garbe |
made bar togglalble
|
changeset |
files
|
Mon, 14 May 2007 16:24:01 +0200 |
Anselm R. Garbe |
thanks to Jukka
|
changeset |
files
|
Mon, 14 May 2007 13:42:00 +0200 |
Anselm R. Garbe |
added the GTK Save-As bug report to BUGS section of dwm(1)
|
changeset |
files
|
Mon, 14 May 2007 11:54:30 +0200 |
Anselm R. Garbe |
applied dfenze cleanups, fixed some comments in dwm.h
|
changeset |
files
|
Thu, 10 May 2007 13:49:17 +0200 |
Anselm R. Garbe |
small fix of fix
|
changeset |
files
|
Thu, 10 May 2007 13:47:44 +0200 |
Anselm R. Garbe |
fixed a potential security flaw
|
changeset |
files
|
Wed, 09 May 2007 11:31:14 +0200 |
Anselm R. Garbe |
applied Maarten Maathuis recenter-patch for floating clients only requesting new width and height exceeding the screen space
|
changeset |
files
|
Wed, 09 May 2007 10:12:55 +0200 |
Anselm R. Garbe |
s/remain/remainder/
|
changeset |
files
|
Wed, 09 May 2007 10:11:34 +0200 |
Anselm R. Garbe |
fixing remaining space calculation
|
changeset |
files
|
Tue, 08 May 2007 08:52:34 +0200 |
Anselm R. Garbe |
thanks to Juka to check -Wall ;)
|
changeset |
files
|
Mon, 07 May 2007 13:14:55 +0200 |
Anselm R. Garbe |
next version is 4.1
|
changeset |
files
|
Mon, 07 May 2007 13:12:41 +0200 |
Anselm R. Garbe |
applied patch of Paul Liu to allow onthefly resizing due to xrandr changes
|
changeset |
files
|
Thu, 19 Apr 2007 09:26:44 +0200 |
Anselm R. Garbe |
Added tag 4.0 for changeset 018c38468422
|
changeset |
files
|
Thu, 19 Apr 2007 09:24:25 +0200 |
Anselm R. Garbe |
fixed the border issue for mplayer, ff is definately broken when using F11 (fullscreen mode)
4.0
|
changeset |
files
|
Thu, 19 Apr 2007 08:53:40 +0200 |
Anselm R. Garbe |
touch border
|
changeset |
files
|
Wed, 18 Apr 2007 21:11:46 +0200 |
Anselm R. Garbe |
set border at manage time
|
changeset |
files
|
Wed, 18 Apr 2007 17:29:38 +0200 |
Anselm R. Garbe |
using pixelcarnage-monospace (proggyclean), because this is better to the eyes
|
changeset |
files
|
Tue, 17 Apr 2007 14:56:46 +0200 |
Anselm R. Garbe |
changed border handling
|
changeset |
files
|
Fri, 13 Apr 2007 12:22:00 +0200 |
Anselm R. Garbe |
changing order of c->border restorage
|
changeset |
files
|
Fri, 13 Apr 2007 11:41:39 +0200 |
Anselm R. Garbe |
I used 2006 in other places as well
|
changeset |
files
|
Fri, 13 Apr 2007 11:40:09 +0200 |
Anselm R. Garbe |
yet another fix of copyright compactisition
|
changeset |
files
|
Fri, 13 Apr 2007 11:32:38 +0200 |
Anselm R. Garbe |
making Copyright notices more compact
|
changeset |
files
|
Wed, 11 Apr 2007 15:18:16 +0200 |
Anselm R. Garbe |
next version will be 4.0, so don't expect it within the next days
|
changeset |
files
|
Wed, 11 Apr 2007 15:17:29 +0200 |
Anselm R. Garbe |
make also transients floating when we do not know the main window
|
changeset |
files
|
Mon, 02 Apr 2007 11:11:47 +0200 |
Anselm R. Garbe |
Added tag 3.9 for changeset 55478328b242
|
changeset |
files
|
Thu, 29 Mar 2007 15:18:30 +0200 |
Anselm R. Garbe |
next version will be 3.9, but don't expect it this week
3.9
|
changeset |
files
|
Thu, 29 Mar 2007 15:17:57 +0200 |
Anselm R. Garbe |
add an additional check in resize() to prevent a crash of dwm
|
changeset |
files
|
Mon, 05 Mar 2007 11:54:59 +0100 |
Anselm R. Garbe |
Added tag 3.8 for changeset 2ea201354cf0
|
changeset |
files
|
Fri, 02 Mar 2007 15:14:40 +0100 |
Anselm R. Garbe |
we don't need to set the font all the time
3.8
|
changeset |
files
|
Thu, 01 Mar 2007 12:33:45 +0100 |
Anselm R. Garbe |
some changes to updatesizehints, I don't change the aspect ratio algorithm now - I can't think, it is a mess
|
changeset |
files
|
Mon, 26 Feb 2007 16:24:51 +0100 |
Anselm R. Garbe |
removed sendevent
|
changeset |
files
|
Mon, 26 Feb 2007 10:47:11 +0100 |
Anselm R. Garbe |
Escape -s in dwm.1
|
changeset |
files
|
Sat, 24 Feb 2007 15:41:05 +0100 |
Anselm R. Garbe |
Added tag 3.7 for changeset baee494346e5
|
changeset |
files
|
Sat, 24 Feb 2007 15:40:50 +0100 |
Anselm R. Garbe |
prepared 3.7, ready to rambo
3.7
|
changeset |
files
|
Sat, 24 Feb 2007 14:08:27 +0100 |
Anselm R. Garbe |
removed an unnecessary newline
|
changeset |
files
|
Sat, 24 Feb 2007 14:06:35 +0100 |
Anselm R. Garbe |
removed superfluous externs (except for tags, because tags is defined in the source)
|
changeset |
files
|
Fri, 23 Feb 2007 13:37:55 +0100 |
Anselm R. Garbe |
replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-k
|
changeset |
files
|
Fri, 23 Feb 2007 11:17:07 +0100 |
Anselm R. Garbe |
oops, small bugfix in my config
|
changeset |
files
|
Fri, 23 Feb 2007 11:13:57 +0100 |
Anselm R. Garbe |
default masterwidth should also be at 600
|
changeset |
files
|
Fri, 23 Feb 2007 11:09:18 +0100 |
Anselm R. Garbe |
changed order if h/l
|
changeset |
files
|
Fri, 23 Feb 2007 10:40:32 +0100 |
Anselm R. Garbe |
well I agree to several people claiming h/j/k/l is the better default than Tab/S-Tab/g/s for focus and master resizing
|
changeset |
files
|
Thu, 22 Feb 2007 22:10:16 +0100 |
Anselm R. Garbe |
renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me
|
changeset |
files
|
Thu, 22 Feb 2007 18:22:51 +0100 |
Anselm R. Garbe |
hahaha, untiled and non-untiled sounded really cumbersome
|
changeset |
files
|
Thu, 22 Feb 2007 18:17:07 +0100 |
Anselm R. Garbe |
made Fnt an anonymous inner struct
|
changeset |
files
|
Thu, 22 Feb 2007 18:08:31 +0100 |
Anselm R. Garbe |
made Fnt an anonymous inner struct
|
changeset |
files
|
Thu, 22 Feb 2007 17:58:45 +0100 |
Anselm R. Garbe |
nah, I don't want 640 as MASTERWIDTH
|
changeset |
files
|
Thu, 22 Feb 2007 17:52:45 +0100 |
Anselm R. Garbe |
using MASTERWIDTH=640 and 32px steps by default (incmasterw())
|
changeset |
files
|
Thu, 22 Feb 2007 17:51:34 +0100 |
Anselm R. Garbe |
simplified focusclient()
|
changeset |
files
|
Thu, 22 Feb 2007 17:43:41 +0100 |
Anselm R. Garbe |
renamed versatile into untiled
|
changeset |
files
|
Thu, 22 Feb 2007 15:25:19 +0100 |
Anselm R. Garbe |
merged focus{prev.next} into focusclient(1/-1)
|
changeset |
files
|
Thu, 22 Feb 2007 15:06:56 +0100 |
Anselm R. Garbe |
made dwm.h more tidy (thx Jukka for the zoom() hint)
|
changeset |
files
|
Thu, 22 Feb 2007 12:16:58 +0100 |
Anselm R. Garbe |
oops
|
changeset |
files
|
Thu, 22 Feb 2007 12:15:48 +0100 |
Anselm R. Garbe |
small bugfix
|
changeset |
files
|
Thu, 22 Feb 2007 12:00:02 +0100 |
Anselm R. Garbe |
fixed some issues due to the Arg->const char * transition
|
changeset |
files
|
Thu, 22 Feb 2007 11:45:03 +0100 |
Anselm R. Garbe |
restoring default keybindings as Sander complained
|
changeset |
files
|
Thu, 22 Feb 2007 11:42:08 +0100 |
Anselm R. Garbe |
replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places
|
changeset |
files
|
Thu, 22 Feb 2007 11:15:31 +0100 |
Anselm R. Garbe |
re-added xterm to config.default.h
|
changeset |
files
|
Thu, 22 Feb 2007 11:09:44 +0100 |
Anselm R. Garbe |
removed button4/5-bindings for incnmaster on mode label - that is misleading
|
changeset |
files
|
Thu, 22 Feb 2007 11:06:37 +0100 |
Anselm R. Garbe |
fixed order of key bindings described in dwm.1
|
changeset |
files
|
Thu, 22 Feb 2007 10:59:42 +0100 |
Anselm R. Garbe |
status needs update even in togglemax() - since we got an indicator for this
|
changeset |
files
|
Thu, 22 Feb 2007 10:57:19 +0100 |
Anselm R. Garbe |
reusing drawsquare for client title, empty square before title means versatile window, filled square before title means versatile maximized window.
|
changeset |
files
|
Thu, 22 Feb 2007 10:52:57 +0100 |
Anselm R. Garbe |
dwm draws a small caret before the client title if it's a versatile client
|
changeset |
files
|
Thu, 22 Feb 2007 09:29:38 +0100 |
Anselm R. Garbe |
nah grouped keybindings by context
|
changeset |
files
|
Thu, 22 Feb 2007 08:08:36 +0100 |
Anselm R. Garbe |
fixed exit condition in togglemax()
|
changeset |
files
|
Thu, 22 Feb 2007 08:02:04 +0100 |
Anselm R. Garbe |
fixing missing extern declars in dwm.h for {de,at}tach()
|
changeset |
files
|
Thu, 22 Feb 2007 07:59:13 +0100 |
Anselm R. Garbe |
several changes, made togglemax extern and separated it from zoom() - moved zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
|
changeset |
files
|
Wed, 21 Feb 2007 21:36:54 +0100 |
Anselm R. Garbe |
just ignore the FD_ISSET check in main.c of xfd, just call XPending (which does the same afair)
|
changeset |
files
|
Wed, 21 Feb 2007 17:00:06 +0100 |
Anselm R. Garbe |
optimizing background color of terminals
|
changeset |
files
|
Wed, 21 Feb 2007 16:57:21 +0100 |
Anselm R. Garbe |
using 333 as background, hey proggyclean is really good
|
changeset |
files
|
Wed, 21 Feb 2007 16:53:25 +0100 |
Anselm R. Garbe |
switching to 13pt proggyclean (this fits better my 1920x1200 resolution than 12pt terminus which is too small or 14pt terminus which is too fat)
|
changeset |
files
|
Wed, 21 Feb 2007 16:47:53 +0100 |
Anselm R. Garbe |
using smaller font
|
changeset |
files
|
Wed, 21 Feb 2007 15:47:52 +0100 |
Anselm R. Garbe |
using a green selborder
|
changeset |
files
|
Wed, 21 Feb 2007 13:31:04 +0100 |
Anselm R. Garbe |
reverting to bg 555
|
changeset |
files
|
Wed, 21 Feb 2007 13:29:02 +0100 |
Anselm R. Garbe |
s/555/357/ for SELCOLOR
|
changeset |
files
|
Wed, 21 Feb 2007 13:24:37 +0100 |
Anselm R. Garbe |
switching to urxvtcd for the moment (the uxterm flicker makes me headaches, st is really highest prio now)
|
changeset |
files
|
Wed, 21 Feb 2007 12:09:10 +0100 |
Anselm R. Garbe |
Added tag 3.6.1 for changeset 20ec6976cee1
|
changeset |
files
|
Wed, 21 Feb 2007 12:08:18 +0100 |
Anselm R. Garbe |
creating 3.6.1
3.6.1
|
changeset |
files
|
Wed, 21 Feb 2007 11:49:06 +0100 |
Anselm R. Garbe |
reverted accidental removal of sx, sy
|
changeset |
files
|
Wed, 21 Feb 2007 11:45:51 +0100 |
Anselm R. Garbe |
removed some global vars which should be static instead
|
changeset |
files
|
Wed, 21 Feb 2007 11:39:57 +0100 |
Anselm R. Garbe |
moved focus{next,prev} and nexttiled from client.c to layout.c (because those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
|
changeset |
files
|
Wed, 21 Feb 2007 11:30:52 +0100 |
Anselm R. Garbe |
cleaned up and commented the config.*.h
|
changeset |
files
|
Wed, 21 Feb 2007 11:05:27 +0100 |
Anselm R. Garbe |
Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928b
|
changeset |
files
|
Wed, 21 Feb 2007 11:04:33 +0100 |
Anselm R. Garbe |
fixed quoting and a comment
3.6
|
changeset |
files
|
Tue, 20 Feb 2007 13:56:21 +0100 |
Anselm R. Garbe |
renamed setfont to initfont, getcolor to initcolor
|
changeset |
files
|
Tue, 20 Feb 2007 13:48:02 +0100 |
Anselm R. Garbe |
fixed order
|
changeset |
files
|
Tue, 20 Feb 2007 13:46:21 +0100 |
Anselm R. Garbe |
added draw.c again (except getcolor and setfont which are helpers in main.c)
|
changeset |
files
|
Tue, 20 Feb 2007 13:40:31 +0100 |
Anselm R. Garbe |
separating drawsquare from drawtext, made drawtext extern
|
changeset |
files
|
Tue, 20 Feb 2007 11:26:16 +0100 |
Anselm R. Garbe |
rechecked with OpenBSD
|
changeset |
files
|
Tue, 20 Feb 2007 10:49:53 +0100 |
Anselm R. Garbe |
split screen.c into layout.c and tag.c (because the view is an implicit mixture of both)
|
changeset |
files
|
Mon, 19 Feb 2007 21:17:54 +0100 |
Anselm R. Garbe |
using eprint instead of fputs
|
changeset |
files
|
Mon, 19 Feb 2007 18:33:15 +0100 |
Anselm R. Garbe |
replaced togglelayout with setlayout
|
changeset |
files
|
Mon, 19 Feb 2007 18:19:43 +0100 |
Anselm R. Garbe |
changed some odering in config*.h
|
changeset |
files
|
Mon, 19 Feb 2007 17:18:24 +0100 |
Anselm R. Garbe |
renamed Client->versatile and Rule->versatile into Client->isversatile resp. Rule->isversatile
|
changeset |
files
|
Mon, 19 Feb 2007 17:12:26 +0100 |
Anselm R. Garbe |
renames swim[ming] into versatile
|
changeset |
files
|
Mon, 19 Feb 2007 17:00:32 +0100 |
Anselm R. Garbe |
renamed floating into swimming (this does not clash with C naming conventions and fits better the fish symbol) - also in man page
|
changeset |
files
|
Mon, 19 Feb 2007 16:41:47 +0100 |
Anselm R. Garbe |
removed debug compile flags
|
changeset |
files
|
Mon, 19 Feb 2007 16:40:36 +0100 |
Anselm R. Garbe |
introduced Layout struct
|
changeset |
files
|
Mon, 19 Feb 2007 16:07:22 +0100 |
Anselm R. Garbe |
some more code polishing
|
changeset |
files
|
Mon, 19 Feb 2007 16:04:38 +0100 |
Anselm R. Garbe |
forgot an extern declaration
|
changeset |
files
|
Mon, 19 Feb 2007 15:57:08 +0100 |
Anselm R. Garbe |
bugfix of transient handling
|
changeset |
files
|
Mon, 19 Feb 2007 15:23:35 +0100 |
Anselm R. Garbe |
removed procevent, more refactoring
|
changeset |
files
|
Mon, 19 Feb 2007 15:17:31 +0100 |
Anselm R. Garbe |
draw.c is useless (belongs to main.c now)
|
changeset |
files
|
Mon, 19 Feb 2007 15:05:29 +0100 |
Anselm R. Garbe |
renamed view.c into screen.c
|
changeset |
files
|
Mon, 19 Feb 2007 14:57:32 +0100 |
Anselm R. Garbe |
renamed manage.c to view.c
|
changeset |
files
|
Mon, 19 Feb 2007 14:52:19 +0100 |
Anselm R. Garbe |
renamed Rule members, renamed RReg into Regexps
|
changeset |
files
|
Mon, 19 Feb 2007 14:44:05 +0100 |
Anselm R. Garbe |
merged tag.c, view.c and tile.c to manage.c
|
changeset |
files
|
Mon, 19 Feb 2007 13:53:40 +0100 |
Anselm R. Garbe |
some more refactoring
|
changeset |
files
|
Mon, 19 Feb 2007 13:42:39 +0100 |
Anselm R. Garbe |
added some new convenience functions
|
changeset |
files
|
Mon, 19 Feb 2007 13:17:49 +0100 |
Anselm R. Garbe |
some more refactoring
|
changeset |
files
|
Mon, 19 Feb 2007 13:00:29 +0100 |
Anselm R. Garbe |
introduced tile.c, some refactoring of functions
|
changeset |
files
|
Mon, 19 Feb 2007 11:34:12 +0100 |
Anselm R. Garbe |
simplified configurerequest to a bare minimum, removed wrong ban() calls
|
changeset |
files
|
Mon, 19 Feb 2007 11:22:47 +0100 |
Anselm R. Garbe |
fixed configurerequest according to Jukkas complains
|
changeset |
files
|
Mon, 19 Feb 2007 11:03:27 +0100 |
Anselm R. Garbe |
fixed configurerequest according to the problem Jukka reported
|
changeset |
files
|
Mon, 19 Feb 2007 10:51:11 +0100 |
Anselm R. Garbe |
don't resize master if not in tiled mode
|
changeset |
files
|
Fri, 16 Feb 2007 16:51:27 +0100 |
Anselm R. Garbe |
removed useless space
|
changeset |
files
|
Fri, 16 Feb 2007 16:41:22 +0100 |
Anselm R. Garbe |
well, resize should be called in dofloat anyways ;)
|
changeset |
files
|
Fri, 16 Feb 2007 16:38:40 +0100 |
Anselm R. Garbe |
removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage()
|
changeset |
files
|
Fri, 16 Feb 2007 10:20:34 +0100 |
Anselm R. Garbe |
removed getnext/getprev, redundant
|
changeset |
files
|
Wed, 14 Feb 2007 14:01:12 +0100 |
Anselm R. Garbe |
added ban() which takes care than a banned window is not banned again... (this reduces the overall ConfigureNotify's to clients)
|
changeset |
files
|
Wed, 14 Feb 2007 09:35:48 +0100 |
Anselm R. Garbe |
Added tag 3.5 for changeset 63ad05e7f9e1
|
changeset |
files
|
Wed, 14 Feb 2007 09:31:23 +0100 |
Anselm R. Garbe |
simplifying regexps in config samples
3.5
|
changeset |
files
|
Wed, 14 Feb 2007 09:09:18 +0100 |
Anselm R. Garbe |
made for/if/else constructs more consistent, some code polishing
|
changeset |
files
|
Wed, 14 Feb 2007 08:14:41 +0100 |
Anselm R. Garbe |
made configurerequest more tidy
|
changeset |
files
|
Tue, 13 Feb 2007 22:53:58 +0100 |
Anselm R. Garbe |
I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;)
|
changeset |
files
|
Tue, 13 Feb 2007 22:24:27 +0100 |
Anselm R. Garbe |
making it more sure that transient checks will work in any case
|
changeset |
files
|
Tue, 13 Feb 2007 14:59:58 +0100 |
Anselm R. Garbe |
stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;)
|
changeset |
files
|
Tue, 13 Feb 2007 13:39:33 +0100 |
Anselm R. Garbe |
simplified configurerequest
|
changeset |
files
|
Mon, 12 Feb 2007 17:20:51 +0100 |
Anselm R. Garbe |
yet another consistency fix of dwm
|
changeset |
files
|
Mon, 12 Feb 2007 16:41:46 +0100 |
Anselm R. Garbe |
I don't see any reason why we should select for input on override-redirect windows?
|
changeset |
files
|
Mon, 12 Feb 2007 14:20:47 +0100 |
Anselm R. Garbe |
bugfix of bugfix (thx to Sander)
|
changeset |
files
|
Mon, 12 Feb 2007 13:04:29 +0100 |
Anselm R. Garbe |
fixed a bug
|
changeset |
files
|
Mon, 12 Feb 2007 11:42:32 +0100 |
Anselm R. Garbe |
during writing 2wm.1 I noticed some bugs in dwm.1
|
changeset |
files
|
Mon, 12 Feb 2007 10:21:26 +0100 |
Anselm R. Garbe |
removing all EnterNotifys after resize
|
changeset |
files
|
Mon, 12 Feb 2007 10:19:52 +0100 |
Anselm R. Garbe |
added pointer warp on drop in resize
|
changeset |
files
|
Fri, 09 Feb 2007 14:56:19 +0100 |
Anselm R. Garbe |
pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) - 1 is unnecessary
|
changeset |
files
|
Fri, 09 Feb 2007 11:58:37 +0100 |
Anselm R. Garbe |
treating acroread and mplayer floating by default
|
changeset |
files
|
Fri, 09 Feb 2007 09:54:08 +0100 |
Anselm R. Garbe |
adapting John Grahor's patch to dwm-3.5
|
changeset |
files
|
Thu, 08 Feb 2007 14:09:52 +0100 |
Anselm R. Garbe |
fixed copyright notice in Makefile
|
changeset |
files
|
Thu, 08 Feb 2007 13:39:33 +0100 |
Anselm R. Garbe |
fixed order of Bool declarations
|
changeset |
files
|
Thu, 08 Feb 2007 11:48:01 +0100 |
Anselm R. Garbe |
added TOPBAR option for making the bar appear what the user likes
|
changeset |
files
|
Thu, 08 Feb 2007 11:11:15 +0100 |
Anselm R. Garbe |
next version is 3.5
|
changeset |
files
|
Thu, 08 Feb 2007 11:08:40 +0100 |
Anselm R. Garbe |
making the bar appear at bottom
|
changeset |
files
|
Wed, 07 Feb 2007 12:42:35 +0100 |
Anselm R. Garbe |
Added tag 3.4 for changeset 9ede7b2d2450
|
changeset |
files
|
Wed, 07 Feb 2007 12:37:21 +0100 |
Anselm R. Garbe |
removed debug flags
3.4
|
changeset |
files
|
Wed, 07 Feb 2007 12:37:06 +0100 |
Anselm R. Garbe |
replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;)
|
changeset |
files
|
Tue, 06 Feb 2007 15:29:19 +0100 |
Anselm R. Garbe |
yet another fix
|
changeset |
files
|
Tue, 06 Feb 2007 15:28:25 +0100 |
Anselm R. Garbe |
simplification
|
changeset |
files
|
Tue, 06 Feb 2007 15:22:13 +0100 |
Anselm R. Garbe |
implemented aspect ratio support of windows
|
changeset |
files
|
Mon, 05 Feb 2007 11:19:46 +0100 |
Anselm R. Garbe |
made some changes more concistent
|
changeset |
files
|
Mon, 05 Feb 2007 11:09:53 +0100 |
Anselm R. Garbe |
got rid of LD (inspired by JGs patch to wmii)
|
changeset |
files
|
Mon, 05 Feb 2007 11:05:16 +0100 |
Anselm R. Garbe |
applied apm's patch proposal, getting rid of XDrawLines
|
changeset |
files
|
Thu, 01 Feb 2007 08:23:00 +0100 |
Anselm R. Garbe |
Added tag 3.3 for changeset 0f91934037b0
|
changeset |
files
|
Wed, 31 Jan 2007 20:08:55 +0100 |
Anselm R. Garbe |
applied Sander's drop_bh patch
3.3
|
changeset |
files
|
Sun, 28 Jan 2007 20:29:41 +0100 |
Anselm R. Garbe |
handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle this in dwm as well
|
changeset |
files
|
Fri, 26 Jan 2007 12:41:15 +0100 |
Anselm R. Garbe |
regarding to http://plan9.bell-labs.com/sources/contrib/rsc/man.ps the BUGS section should appear after SEE ALSO section.
|
changeset |
files
|
Fri, 26 Jan 2007 12:31:57 +0100 |
Anselm R. Garbe |
renamed CAVEATS into BUGS
|
changeset |
files
|
Thu, 25 Jan 2007 10:05:02 +0100 |
Anselm R. Garbe |
Added tag 3.2.2 for changeset d3876aa79292
|
changeset |
files
|
Thu, 25 Jan 2007 09:59:48 +0100 |
Anselm R. Garbe |
prepared yet another hotfix release
3.2.2
|
changeset |
files
|
Wed, 24 Jan 2007 17:25:37 +0100 |
Anselm R. Garbe |
Added tag 3.2.1 for changeset f2cabc83a18f
|
changeset |
files
|
Wed, 24 Jan 2007 17:25:30 +0100 |
Anselm R. Garbe |
hotfix release 3.2.1
3.2.1
|
changeset |
files
|
Wed, 24 Jan 2007 17:24:55 +0100 |
Anselm R. Garbe |
applied offscreen appearance hotfix
|
changeset |
files
|
Wed, 24 Jan 2007 12:12:29 +0100 |
Anselm R. Garbe |
Added tag 3.2 for changeset 4ce65f61f01b
|
changeset |
files
|
Tue, 23 Jan 2007 17:12:15 +0100 |
Anselm R. Garbe |
renamed activescreen into selscreen
3.2
|
changeset |
files
|
Tue, 23 Jan 2007 13:10:35 +0100 |
Anselm R. Garbe |
implemented Sanders remarks
|
changeset |
files
|
Tue, 23 Jan 2007 12:29:17 +0100 |
Anselm R. Garbe |
small changes
|
changeset |
files
|
Tue, 23 Jan 2007 12:04:22 +0100 |
Anselm R. Garbe |
removed a blank line
|
changeset |
files
|
Tue, 23 Jan 2007 12:00:49 +0100 |
Anselm R. Garbe |
this version should also work with cornercases (like unmanage during !issel, etc.)
|
changeset |
files
|
Tue, 23 Jan 2007 11:49:16 +0100 |
Anselm R. Garbe |
I think this is the best solution of multihead support
|
changeset |
files
|
Mon, 22 Jan 2007 16:02:37 +0100 |
Anselm R. Garbe |
darker border
|
changeset |
files
|
Mon, 22 Jan 2007 10:35:58 +0100 |
Anselm R. Garbe |
this variant is known to work, but focus() is ugly - we need in general a better way to handle multihead, this issel-stuff looks awkward (maybe it might be a good idea to set sel to NULL but to introduce a Client *revert which is set if a screen is unfocused, have to think about it further).
|
changeset |
files
|
Mon, 22 Jan 2007 10:22:58 +0100 |
Anselm R. Garbe |
applied Sanders all5.patch (thanks for your weekend session, Sander!)
|
changeset |
files
|
Fri, 19 Jan 2007 15:05:07 +0100 |
Anselm R. Garbe |
leavenotify also don't needs the check
|
changeset |
files
|
Fri, 19 Jan 2007 15:01:51 +0100 |
Anselm R. Garbe |
deciding for focus(NULL);
|
changeset |
files
|
Fri, 19 Jan 2007 14:38:09 +0100 |
Anselm R. Garbe |
replaced XSetBorder.../focus()
|
changeset |
files
|
Fri, 19 Jan 2007 14:36:25 +0100 |
Anselm R. Garbe |
yet another multihead fix by Christof Musik
|
changeset |
files
|
Fri, 19 Jan 2007 08:05:39 +0100 |
Anselm R. Garbe |
I prefer BORDERPX=1
|
changeset |
files
|
Thu, 18 Jan 2007 11:46:39 +0100 |
Anselm R. Garbe |
personally I prefer 2px borders
|
changeset |
files
|
Thu, 18 Jan 2007 11:11:40 +0100 |
Anselm R. Garbe |
applied a modified version of Christof Musik's multihead patch (though this is not sure if it works in all cases, have to wait for an ACK by Christof)
|
changeset |
files
|
Wed, 17 Jan 2007 12:36:29 +0100 |
Anselm R. Garbe |
moved BORDERPX to config.*.h
|
changeset |
files
|
Tue, 16 Jan 2007 11:41:56 +0100 |
Anselm R. Garbe |
Added tag 3.1 for changeset e1c8bef05e6e
|
changeset |
files
|
Tue, 16 Jan 2007 11:35:56 +0100 |
Anselm R. Garbe |
removed erealloc (not used)
3.1
|
changeset |
files
|
Tue, 16 Jan 2007 11:33:42 +0100 |
Anselm R. Garbe |
removed unnecessary bx, by, bw variables
|
changeset |
files
|
Tue, 16 Jan 2007 11:28:17 +0100 |
Anselm R. Garbe |
s/444/555/g - enlightened selected background
|
changeset |
files
|
Tue, 16 Jan 2007 11:26:15 +0100 |
Anselm R. Garbe |
removed firefox rule from default.h
|
changeset |
files
|
Tue, 16 Jan 2007 11:25:10 +0100 |
Anselm R. Garbe |
applied new default colors
|
changeset |
files
|
Tue, 16 Jan 2007 11:12:34 +0100 |
Anselm R. Garbe |
applied sanders patch of my config
|
changeset |
files
|
Mon, 15 Jan 2007 19:01:57 +0100 |
Anselm R. Garbe |
Jukka, thanks for being faster than me!
|
changeset |
files
|
Mon, 15 Jan 2007 12:07:18 +0100 |
Anselm R. Garbe |
changed restack, to fix undrawed tag indicators
|
changeset |
files
|
Mon, 15 Jan 2007 12:04:25 +0100 |
Anselm R. Garbe |
removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)
|
changeset |
files
|
Sun, 14 Jan 2007 22:37:34 +0100 |
Anselm R. Garbe |
implemented new color scheme accordingly to Sanders proposal
|
changeset |
files
|
Sun, 14 Jan 2007 22:32:26 +0100 |
Anselm R. Garbe |
removed mode label stuff
|
changeset |
files
|
Sun, 14 Jan 2007 22:27:29 +0100 |
Anselm R. Garbe |
removed client title bar
|
changeset |
files
|
Fri, 12 Jan 2007 21:56:01 +0100 |
Anselm R. Garbe |
added missing space
|
changeset |
files
|
Fri, 12 Jan 2007 13:06:15 +0100 |
Anselm R. Garbe |
nah the last change feels bad
|
changeset |
files
|
Fri, 12 Jan 2007 12:48:51 +0100 |
Anselm R. Garbe |
changed incnmaster shortcuts in config.arg.h
|
changeset |
files
|
Fri, 12 Jan 2007 12:37:12 +0100 |
Anselm R. Garbe |
Added tag 3.0 for changeset 76b58d21ea98
|
changeset |
files
|
Fri, 12 Jan 2007 12:15:06 +0100 |
Anselm R. Garbe |
removing to allow nmaster=0
3.0
|
changeset |
files
|
Thu, 11 Jan 2007 16:38:45 +0100 |
Anselm R. Garbe |
this looks better now ;)
|
changeset |
files
|
Thu, 11 Jan 2007 16:03:06 +0100 |
Anselm R. Garbe |
switching to arabic tags
|
changeset |
files
|
Thu, 11 Jan 2007 15:51:15 +0100 |
Anselm R. Garbe |
small fix of initial numlockmask value
|
changeset |
files
|
Thu, 11 Jan 2007 13:43:38 +0100 |
Anselm R. Garbe |
allowing nmaster=0 (I think that's a straight idea)
|
changeset |
files
|
Wed, 10 Jan 2007 12:56:49 +0100 |
Anselm R. Garbe |
added Button{4,5} description to dwm.1
|
changeset |
files
|
Wed, 10 Jan 2007 12:54:23 +0100 |
Anselm R. Garbe |
added comment to %u in config.default.h, added Button{4.5} support on mode label
|
changeset |
files
|
Mon, 08 Jan 2007 17:36:56 +0100 |
Anselm R. Garbe |
reorganized
|
changeset |
files
|
Mon, 08 Jan 2007 17:33:24 +0100 |
Anselm R. Garbe |
implemented nmaster appearance in mode label (using %u)
|
changeset |
files
|
Mon, 08 Jan 2007 13:01:37 +0100 |
Anselm R. Garbe |
Added tag 2.9 for changeset 3a5910fac3cc
|
changeset |
files
|
Mon, 08 Jan 2007 12:56:35 +0100 |
Anselm R. Garbe |
I received Sander's complain just in time ;)
2.9
|
changeset |
files
|
Mon, 08 Jan 2007 12:43:10 +0100 |
Anselm R. Garbe |
changed status fg
|
changeset |
files
|
Mon, 08 Jan 2007 12:18:49 +0100 |
Anselm R. Garbe |
fofofo
|
changeset |
files
|
Mon, 08 Jan 2007 12:12:02 +0100 |
Anselm R. Garbe |
extended default tags to 1-9
|
changeset |
files
|
Sun, 07 Jan 2007 19:24:21 +0100 |
Anselm R. Garbe |
small grammar fix of dwm.1
|
changeset |
files
|
Sun, 07 Jan 2007 14:38:41 +0100 |
Anselm R. Garbe |
changed a term in dwm.1
|
changeset |
files
|
Fri, 05 Jan 2007 22:27:26 +0100 |
Anselm R. Garbe |
using shorter tags, using mon instead of cert
|
changeset |
files
|
Fri, 05 Jan 2007 22:22:18 +0100 |
Anselm R. Garbe |
roman numerals suck badly, reverting
|
changeset |
files
|
Fri, 05 Jan 2007 22:13:44 +0100 |
Anselm R. Garbe |
switching to roman tags, I need more tags
|
changeset |
files
|
Fri, 05 Jan 2007 22:03:09 +0100 |
Anselm R. Garbe |
I inc/decrease on the fly, feels better
|
changeset |
files
|
Fri, 05 Jan 2007 22:00:15 +0100 |
Anselm R. Garbe |
allowing swap() for first master client
|
changeset |
files
|
Fri, 05 Jan 2007 21:56:57 +0100 |
Anselm R. Garbe |
prevent pop() if first sel == nexttiled(clients)
|
changeset |
files
|
Fri, 05 Jan 2007 21:55:43 +0100 |
Anselm R. Garbe |
removed swap(), implemented pop for everything
|
changeset |
files
|
Fri, 05 Jan 2007 21:52:17 +0100 |
Anselm R. Garbe |
preserving c1->snext and c2->snext in swap() as well.
|
changeset |
files
|
Fri, 05 Jan 2007 16:35:45 +0100 |
Anselm R. Garbe |
fixing some minor issues
|
changeset |
files
|
Fri, 05 Jan 2007 15:37:10 +0100 |
Anselm R. Garbe |
removed the term clients from dwm.1
|
changeset |
files
|
Fri, 05 Jan 2007 15:16:39 +0100 |
Anselm R. Garbe |
adding some prevention that master clients get smaller than bh
|
changeset |
files
|
Fri, 05 Jan 2007 15:11:01 +0100 |
Anselm R. Garbe |
changed shortcuts to M-i and M-d
|
changeset |
files
|
Fri, 05 Jan 2007 15:08:25 +0100 |
Anselm R. Garbe |
allowing zoom within master area as well
|
changeset |
files
|
Fri, 05 Jan 2007 15:04:49 +0100 |
Anselm R. Garbe |
changed plus key to MODKEY-Shift-plus (US-layout restrictions ;)
|
changeset |
files
|
Fri, 05 Jan 2007 14:49:18 +0100 |
Anselm R. Garbe |
I prefer two master windows by default
|
changeset |
files
|
Fri, 05 Jan 2007 14:48:16 +0100 |
Anselm R. Garbe |
added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)
|
changeset |
files
|
Fri, 05 Jan 2007 12:50:39 +0100 |
Anselm R. Garbe |
experimental version which allows master clients being increased/decreased
|
changeset |
files
|
Thu, 04 Jan 2007 16:45:28 +0100 |
Anselm R. Garbe |
fixed comment of drawclient()
|
changeset |
files
|
Thu, 04 Jan 2007 14:51:43 +0100 |
Anselm R. Garbe |
switching bakc to my previous color favorit
|
changeset |
files
|
Thu, 04 Jan 2007 14:17:25 +0100 |
Anselm R. Garbe |
renamed drawtitle into drawclient
|
changeset |
files
|
Tue, 02 Jan 2007 16:29:01 +0100 |
arg |
using more thinkpad compliant colors
|
changeset |
files
|
Tue, 02 Jan 2007 16:25:01 +0100 |
arg |
changed arg's color scheme
|
changeset |
files
|
Tue, 02 Jan 2007 15:44:19 +0100 |
arg |
corrections
|
changeset |
files
|
Tue, 02 Jan 2007 15:37:58 +0100 |
arg |
next version will contain updated copyright notice
|
changeset |
files
|
Tue, 02 Jan 2007 14:53:02 +0100 |
arg |
Added tag 2.8 for changeset 107719a9ce3bd0c79f9f1f626596eb338a276561
|
changeset |
files
|
Tue, 02 Jan 2007 14:40:18 +0100 |
arg |
fixed cleanup, using clients instead of sel
2.8
|
changeset |
files
|
Tue, 02 Jan 2007 12:28:02 +0100 |
arg |
changed comment of updatesizehints
|
changeset |
files
|
Mon, 01 Jan 2007 19:10:31 +0100 |
arg |
renamed updatesize into updatesizehints (thx to Sander for this hint)
|
changeset |
files
|
Wed, 20 Dec 2006 12:07:05 +0100 |
arg |
small simplification to dotile() (thx to Ross for this hint)
|
changeset |
files
|
Tue, 19 Dec 2006 11:38:08 +0100 |
arg |
migrated arg's config.h to new dmenu command line options
|
changeset |
files
|
Mon, 18 Dec 2006 14:39:34 +0100 |
arg |
added Solaris hints
|
changeset |
files
|
Thu, 14 Dec 2006 08:50:49 +0100 |
arg |
Added tag 2.7 for changeset 21951c0dfbae5af68ed77821a4d87253ee91803f
|
changeset |
files
|
Wed, 13 Dec 2006 14:15:38 +0100 |
arg |
applied Sanders patch
2.7
|
changeset |
files
|
Wed, 13 Dec 2006 13:53:10 +0100 |
arg |
fixed man page, status bar displays EOF instead of "broken pipe"
|
changeset |
files
|
Wed, 13 Dec 2006 13:42:17 +0100 |
arg |
added the java odyssee to CAVEATS section
|
changeset |
files
|
Tue, 12 Dec 2006 19:14:38 +0100 |
arg |
removed Client->grav
|
changeset |
files
|
Mon, 11 Dec 2006 16:45:02 +0100 |
arg |
removed gravitate for the moment
|
changeset |
files
|
Mon, 11 Dec 2006 09:42:16 +0100 |
arg |
disabling configure() during resize
|
changeset |
files
|
Mon, 11 Dec 2006 08:31:30 +0100 |
arg |
made gravitate effectless, waiting for complains ;)
|
changeset |
files
|
Fri, 08 Dec 2006 11:11:52 +0100 |
arg |
fixed diagnostic error message
|
changeset |
files
|
Fri, 08 Dec 2006 10:40:09 +0100 |
arg |
removed the hardcoded fixed fallback, it is useless in non-Latin1 environments
|
changeset |
files
|
Thu, 07 Dec 2006 16:38:57 +0100 |
arg |
we don't use the term clients anymore, windows is the better term
|
changeset |
files
|
Thu, 07 Dec 2006 14:55:29 +0100 |
arg |
Added tag 2.6 for changeset 5308dd22b6ee8e3218c81d9e7e4125f235bb5778
|
changeset |
files
|
Thu, 07 Dec 2006 14:39:31 +0100 |
arg |
found compromise for fonts
2.6
|
changeset |
files
|
Thu, 07 Dec 2006 12:03:15 +0100 |
arg |
nah, people should define 'fixed' to be compatible with their locale
|
changeset |
files
|
Thu, 07 Dec 2006 11:55:04 +0100 |
arg |
using a UTF-8 capable fixed font
|
changeset |
files
|
Thu, 07 Dec 2006 10:43:34 +0100 |
arg |
switching to uxterm again, I get kretze from this urxvt crap
|
changeset |
files
|
Thu, 07 Dec 2006 10:02:46 +0100 |
arg |
with this patch everything works fine for me
|
changeset |
files
|
Thu, 07 Dec 2006 09:49:45 +0100 |
arg |
don't use Xlocale crap, let's use locale.h instead
|
changeset |
files
|
Thu, 07 Dec 2006 09:47:55 +0100 |
arg |
using the portable Xmb+UTF-8 way of life, will see if this works well...
|
changeset |
files
|
Wed, 06 Dec 2006 11:19:06 +0100 |
arg |
improved the memory leak prevention
|
changeset |
files
|
Tue, 05 Dec 2006 14:21:18 +0100 |
arg |
making terminus more explicit a regular font (otherwise olique font might be used in some setups like mine).
|
changeset |
files
|
Tue, 05 Dec 2006 13:31:29 +0100 |
arg |
also setting LC_CTYPE only
|
changeset |
files
|
Tue, 05 Dec 2006 10:30:31 +0100 |
arg |
enforcing using fontsets even if they are incomplete for some encodings
|
changeset |
files
|
Mon, 04 Dec 2006 21:01:14 +0100 |
arg |
Added tag 2.5.1 for changeset c7f84f23ec5aef29988dcdc4ec22a7352ee8f58e
|
changeset |
files
|
Mon, 04 Dec 2006 21:00:26 +0100 |
arg |
hotfix of a serious crashing bug
2.5.1
|
changeset |
files
|
Mon, 04 Dec 2006 15:39:43 +0100 |
arg |
Added tag 2.5 for changeset dcbbfabc8ecc5f33a6cc950584de87da1a368045
|
changeset |
files
|
Sun, 03 Dec 2006 11:21:25 +0100 |
arg |
applied Manuel's regex patch
2.5
|
changeset |
files
|
Fri, 01 Dec 2006 17:55:46 +0100 |
arg |
made squares equally sized, and 1px bigger
|
changeset |
files
|
Fri, 01 Dec 2006 17:51:05 +0100 |
arg |
if client is focused, the emptysquare don't needs to be drawed
|
changeset |
files
|
Fri, 01 Dec 2006 17:45:27 +0100 |
arg |
and the winner is
|
changeset |
files
|
Fri, 01 Dec 2006 17:36:37 +0100 |
arg |
sander1 proposal
|
changeset |
files
|
Fri, 01 Dec 2006 16:55:42 +0100 |
arg |
dood
|
changeset |
files
|
Fri, 01 Dec 2006 15:50:22 +0100 |
arg |
darkening the fg colors somewhat
|
changeset |
files
|
Fri, 01 Dec 2006 15:03:42 +0100 |
arg |
less obtrusive indicator (only a top line)
|
changeset |
files
|
Fri, 01 Dec 2006 12:52:16 +0100 |
arg |
final2 indicator
|
changeset |
files
|
Fri, 01 Dec 2006 12:39:13 +0100 |
arg |
removing the -1 on final indicators, looks cleaner
|
changeset |
files
|
Fri, 01 Dec 2006 12:25:23 +0100 |
arg |
final indicators
|
changeset |
files
|
Fri, 01 Dec 2006 10:16:10 +0100 |
arg |
changed things like I described in last mail
|
changeset |
files
|
Fri, 01 Dec 2006 09:52:15 +0100 |
arg |
improved tag indicator
|
changeset |
files
|
Thu, 30 Nov 2006 17:01:39 +0100 |
arg |
removed viewall signature from dwm.h
|
changeset |
files
|
Thu, 30 Nov 2006 15:51:26 +0100 |
arg |
next version will be 2.5
|
changeset |
files
|
Thu, 30 Nov 2006 15:27:43 +0100 |
arg |
removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0)
|
changeset |
files
|
Thu, 30 Nov 2006 09:19:52 +0100 |
arg |
Added tag 2.4 for changeset 32b246925086910d63147483160281a91a47479f
|
changeset |
files
|
Tue, 28 Nov 2006 17:36:00 +0100 |
arg |
extended dwm.1 with last change
2.4
|
changeset |
files
|
Tue, 28 Nov 2006 17:35:31 +0100 |
arg |
togglefloat should only work in dotile mode (thanks to Sander for this hint)
|
changeset |
files
|
Mon, 27 Nov 2006 17:51:50 +0100 |
arg |
applied Alex Elide's tricky patch, thanks!
|
changeset |
files
|
Mon, 27 Nov 2006 17:49:58 +0100 |
arg |
returning to old Key struct
|
changeset |
files
|
Mon, 27 Nov 2006 17:46:02 +0100 |
arg |
applied Szabolcs Nagy's patch (thank you!)
|
changeset |
files
|
Mon, 27 Nov 2006 17:30:06 +0100 |
arg |
applied patch by Jukka
|
changeset |
files
|
Mon, 27 Nov 2006 13:21:38 +0100 |
arg |
changing Key.func into Key.func[NFUNCS], this allows sequences execution of functions per keypress (avoids implementing useless masterfunctions which call atomic ones)
|
changeset |
files
|
Mon, 27 Nov 2006 11:05:47 +0100 |
arg |
added man page entry
|
changeset |
files
|
Mon, 27 Nov 2006 10:57:37 +0100 |
arg |
added togglefloat to hg tip (i consider this useful for some cases), using MODKEY-Shift-space as shortcut
|
changeset |
files
|
Mon, 27 Nov 2006 10:29:47 +0100 |
arg |
applied Jukka's patch preventing some cornercases and making the EOF error message correct
|
changeset |
files
|
Sun, 26 Nov 2006 15:43:16 +0100 |
arg |
applied yet another proposal of Manuel
|
changeset |
files
|
Sun, 26 Nov 2006 14:26:53 +0100 |
arg |
applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading.
|
changeset |
files
|
Sun, 26 Nov 2006 13:31:36 +0100 |
arg |
applied Jukka's stdinread patch
|
changeset |
files
|
Sat, 25 Nov 2006 19:26:31 +0100 |
arg |
next version will be 2.4
|
changeset |
files
|
Sat, 25 Nov 2006 19:26:16 +0100 |
arg |
applied Manuels patch (thanks to Manuel!)
|
changeset |
files
|
Fri, 24 Nov 2006 17:02:41 +0100 |
arg |
small fix of man page
|
changeset |
files
|
Fri, 24 Nov 2006 15:46:32 +0100 |
arg |
Added tag 2.3 for changeset 719b37b37b0df829d7cf017ac70e353088fe5849
|
changeset |
files
|
Thu, 23 Nov 2006 16:00:16 +0100 |
arg |
using the term 'indicated' instead of 'higlighted'
2.3
|
changeset |
files
|
Thu, 23 Nov 2006 15:59:16 +0100 |
arg |
updated man page with the bottom right corner indicator
|
changeset |
files
|
Wed, 22 Nov 2006 16:17:50 +0100 |
arg |
fififif
|
changeset |
files
|
Wed, 22 Nov 2006 14:57:09 +0100 |
arg |
added a similiar patch to Daves solution to indicate if there are clients with a specific tag
|
changeset |
files
|
Tue, 21 Nov 2006 15:03:08 +0100 |
arg |
returning to old bar colorization behavior, like sander proposed for consistency reasons
|
changeset |
files
|
Tue, 21 Nov 2006 14:49:13 +0100 |
arg |
applied Gottox patches
|
changeset |
files
|
Tue, 21 Nov 2006 12:17:47 +0100 |
arg |
using iso10646 explicitely in arg's config.h
|
changeset |
files
|
Tue, 21 Nov 2006 09:41:33 +0100 |
arg |
Added tag 2.2 for changeset 7e92f58754ae6edb3225f26d754bd89c1ff458cf
|
changeset |
files
|
Sat, 18 Nov 2006 21:33:33 +0100 |
arg |
nah reverting to my prev style, that's really the best
2.2
|
changeset |
files
|
Sat, 18 Nov 2006 21:26:53 +0100 |
arg |
applying aluminium style for arg's config.h
|
changeset |
files
|
Thu, 16 Nov 2006 14:40:57 +0100 |
arg |
applied Gottox' windowarea patch
|
changeset |
files
|
Wed, 08 Nov 2006 17:16:38 +0100 |
arg |
using a more blue-ish color...
|
changeset |
files
|
Wed, 08 Nov 2006 17:10:51 +0100 |
arg |
making the selected color more lightning
|
changeset |
files
|
Fri, 03 Nov 2006 09:22:40 +0100 |
arg |
next release will be 2.2
|
changeset |
files
|
Fri, 03 Nov 2006 08:29:39 +0100 |
arg |
applied Jukkas patch
|
changeset |
files
|
Thu, 02 Nov 2006 10:18:22 +0100 |
arg |
Added tag 2.1 for changeset a2c465098a3b972bbed00feda9804b6aae1e9531
|
changeset |
files
|
Tue, 31 Oct 2006 12:07:32 +0100 |
arg |
renamed resizecol into resizemaster
2.1
|
changeset |
files
|
Tue, 31 Oct 2006 12:06:38 +0100 |
arg |
applied Gottox patch to simplify the resizing of col, instead of resizing the current area, it only resizes the master area in the future (seems more predictable)
|
changeset |
files
|
Tue, 31 Oct 2006 09:02:42 +0100 |
arg |
Added tag 2.0 for changeset 12deea36603da407e3f32640048846a3bd74a9ec
|
changeset |
files
|
Tue, 31 Oct 2006 09:02:16 +0100 |
arg |
make sure that changing sx has no impact on snapping
2.0
|
changeset |
files
|
Mon, 30 Oct 2006 12:40:10 +0100 |
arg |
in a 1920x1200 setup 40 pixels of snap value are much better than 20
|
changeset |
files
|
Mon, 30 Oct 2006 12:26:55 +0100 |
arg |
fixed stupid bug of snap-to-screen
|
changeset |
files
|
Mon, 30 Oct 2006 12:07:00 +0100 |
arg |
changing snap priority
|
changeset |
files
|
Mon, 30 Oct 2006 12:04:08 +0100 |
arg |
removed useless abs() calls
|
changeset |
files
|
Mon, 30 Oct 2006 11:58:05 +0100 |
arg |
added screen-border snapping in floating mode, feels quite well
|
changeset |
files
|
Fri, 27 Oct 2006 13:29:35 +0200 |
arg |
and another fix
|
changeset |
files
|
Fri, 27 Oct 2006 13:28:26 +0200 |
arg |
applied sanders try2 patch
|
changeset |
files
|
Fri, 27 Oct 2006 12:05:47 +0200 |
arg |
applied sanders max size fix
|
changeset |
files
|
Fri, 27 Oct 2006 10:24:15 +0200 |
arg |
stupid urxvt needs bg to highlight selections in a sane way, though that makes sense to some extend
|
changeset |
files
|
Thu, 26 Oct 2006 15:41:40 +0200 |
arg |
reverting to original
|
changeset |
files
|
Thu, 26 Oct 2006 15:29:20 +0200 |
arg |
applied sander's config.*h nitpick patch
|
changeset |
files
|
Thu, 26 Oct 2006 15:26:17 +0200 |
arg |
some other change
|
changeset |
files
|
Thu, 26 Oct 2006 15:05:45 +0200 |
arg |
apply small fix to prevent apps like mplayer wandering when toggling fullscreen
|
changeset |
files
|
Thu, 26 Oct 2006 12:22:26 +0200 |
arg |
forgot to use -tr, which actually prevents the ugly flicker (using xsetroot -solid black as root window pixmap to make this work nicely)
|
changeset |
files
|
Thu, 26 Oct 2006 12:13:41 +0200 |
arg |
using MASTER 600 again, it is definately better, and using urxvtc for the moment (it doesn't flickers on refreshes, but this is not because of Marc Lehmann, it is because of the original rxvt code)
|
changeset |
files
|
Thu, 26 Oct 2006 11:21:45 +0200 |
arg |
changing MASTER in config.arg.h from 600 to 550 per thousand
|
changeset |
files
|
Thu, 26 Oct 2006 10:21:27 +0200 |
arg |
my new 1920x1200 Z61p arrived, now I can use terminus in a sane way...
|
changeset |
files
|