2007-02-19 |
Anselm R. Garbe |
introduced tile.c, some refactoring of functions
|
changeset |
files
|
2007-02-19 |
Anselm R. Garbe |
simplified configurerequest to a bare minimum, removed wrong ban() calls
|
changeset |
files
|
2007-02-19 |
Anselm R. Garbe |
fixed configurerequest according to Jukkas complains
|
changeset |
files
|
2007-02-19 |
Anselm R. Garbe |
fixed configurerequest according to the problem Jukka reported
|
changeset |
files
|
2007-02-19 |
Anselm R. Garbe |
don't resize master if not in tiled mode
|
changeset |
files
|
2007-02-16 |
Anselm R. Garbe |
removed useless space
|
changeset |
files
|
2007-02-16 |
Anselm R. Garbe |
well, resize should be called in dofloat anyways ;)
|
changeset |
files
|
2007-02-16 |
Anselm R. Garbe |
removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage()
|
changeset |
files
|
2007-02-16 |
Anselm R. Garbe |
removed getnext/getprev, redundant
|
changeset |
files
|
2007-02-14 |
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
|
2007-02-14 |
Anselm R. Garbe |
Added tag 3.5 for changeset 63ad05e7f9e1
|
changeset |
files
|
2007-02-14 |
Anselm R. Garbe |
simplifying regexps in config samples
3.5
|
changeset |
files
|
2007-02-14 |
Anselm R. Garbe |
made for/if/else constructs more consistent, some code polishing
|
changeset |
files
|
2007-02-14 |
Anselm R. Garbe |
made configurerequest more tidy
|
changeset |
files
|
2007-02-13 |
Anselm R. Garbe |
I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;)
|
changeset |
files
|
2007-02-13 |
Anselm R. Garbe |
making it more sure that transient checks will work in any case
|
changeset |
files
|
2007-02-13 |
Anselm R. Garbe |
stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;)
|
changeset |
files
|
2007-02-13 |
Anselm R. Garbe |
simplified configurerequest
|
changeset |
files
|
2007-02-12 |
Anselm R. Garbe |
yet another consistency fix of dwm
|
changeset |
files
|
2007-02-12 |
Anselm R. Garbe |
I don't see any reason why we should select for input on override-redirect windows?
|
changeset |
files
|
2007-02-12 |
Anselm R. Garbe |
bugfix of bugfix (thx to Sander)
|
changeset |
files
|
2007-02-12 |
Anselm R. Garbe |
fixed a bug
|
changeset |
files
|
2007-02-12 |
Anselm R. Garbe |
during writing 2wm.1 I noticed some bugs in dwm.1
|
changeset |
files
|
2007-02-12 |
Anselm R. Garbe |
removing all EnterNotifys after resize
|
changeset |
files
|
2007-02-12 |
Anselm R. Garbe |
added pointer warp on drop in resize
|
changeset |
files
|
2007-02-09 |
Anselm R. Garbe |
pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) - 1 is unnecessary
|
changeset |
files
|
2007-02-09 |
Anselm R. Garbe |
treating acroread and mplayer floating by default
|
changeset |
files
|
2007-02-09 |
Anselm R. Garbe |
adapting John Grahor's patch to dwm-3.5
|
changeset |
files
|
2007-02-08 |
Anselm R. Garbe |
fixed copyright notice in Makefile
|
changeset |
files
|
2007-02-08 |
Anselm R. Garbe |
fixed order of Bool declarations
|
changeset |
files
|
2007-02-08 |
Anselm R. Garbe |
added TOPBAR option for making the bar appear what the user likes
|
changeset |
files
|
2007-02-08 |
Anselm R. Garbe |
next version is 3.5
|
changeset |
files
|
2007-02-08 |
Anselm R. Garbe |
making the bar appear at bottom
|
changeset |
files
|
2007-02-07 |
Anselm R. Garbe |
Added tag 3.4 for changeset 9ede7b2d2450
|
changeset |
files
|
2007-02-07 |
Anselm R. Garbe |
removed debug flags
3.4
|
changeset |
files
|
2007-02-07 |
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
|
2007-02-06 |
Anselm R. Garbe |
yet another fix
|
changeset |
files
|
2007-02-06 |
Anselm R. Garbe |
simplification
|
changeset |
files
|
2007-02-06 |
Anselm R. Garbe |
implemented aspect ratio support of windows
|
changeset |
files
|
2007-02-05 |
Anselm R. Garbe |
made some changes more concistent
|
changeset |
files
|
2007-02-05 |
Anselm R. Garbe |
got rid of LD (inspired by JGs patch to wmii)
|
changeset |
files
|
2007-02-05 |
Anselm R. Garbe |
applied apm's patch proposal, getting rid of XDrawLines
|
changeset |
files
|
2007-02-01 |
Anselm R. Garbe |
Added tag 3.3 for changeset 0f91934037b0
|
changeset |
files
|
2007-01-31 |
Anselm R. Garbe |
applied Sander's drop_bh patch
3.3
|
changeset |
files
|
2007-01-28 |
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
|
2007-01-26 |
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
|
2007-01-26 |
Anselm R. Garbe |
renamed CAVEATS into BUGS
|
changeset |
files
|
2007-01-25 |
Anselm R. Garbe |
Added tag 3.2.2 for changeset d3876aa79292
|
changeset |
files
|
2007-01-25 |
Anselm R. Garbe |
prepared yet another hotfix release
3.2.2
|
changeset |
files
|
2007-01-24 |
Anselm R. Garbe |
Added tag 3.2.1 for changeset f2cabc83a18f
|
changeset |
files
|
2007-01-24 |
Anselm R. Garbe |
hotfix release 3.2.1
3.2.1
|
changeset |
files
|
2007-01-24 |
Anselm R. Garbe |
applied offscreen appearance hotfix
|
changeset |
files
|
2007-01-24 |
Anselm R. Garbe |
Added tag 3.2 for changeset 4ce65f61f01b
|
changeset |
files
|
2007-01-23 |
Anselm R. Garbe |
renamed activescreen into selscreen
3.2
|
changeset |
files
|
2007-01-23 |
Anselm R. Garbe |
implemented Sanders remarks
|
changeset |
files
|
2007-01-23 |
Anselm R. Garbe |
small changes
|
changeset |
files
|
2007-01-23 |
Anselm R. Garbe |
removed a blank line
|
changeset |
files
|
2007-01-23 |
Anselm R. Garbe |
this version should also work with cornercases (like unmanage during !issel, etc.)
|
changeset |
files
|
2007-01-23 |
Anselm R. Garbe |
I think this is the best solution of multihead support
|
changeset |
files
|
2007-01-22 |
Anselm R. Garbe |
darker border
|
changeset |
files
|