summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* renamed view.c into screen.cGravatar Anselm R. Garbe 2007-02-194-69/+67
|
* renamed manage.c to view.cGravatar Anselm R. Garbe 2007-02-193-92/+92
|
* renamed Rule members, renamed RReg into RegexpsGravatar Anselm R. Garbe 2007-02-191-17/+17
|
* merged tag.c, view.c and tile.c to manage.cGravatar Anselm R. Garbe 2007-02-196-458/+434
|
* some more refactoringGravatar Anselm R. Garbe 2007-02-193-47/+47
|
* added some new convenience functionsGravatar Anselm R. Garbe 2007-02-194-30/+40
|
* some more refactoringGravatar Anselm R. Garbe 2007-02-192-5/+5
|
* introduced tile.c, some refactoring of functionsGravatar Anselm R. Garbe 2007-02-198-141/+150
|
* simplified configurerequest to a bare minimum, removed wrong ban() callsGravatar Anselm R. Garbe 2007-02-192-16/+1
|
* fixed configurerequest according to Jukkas complainsGravatar Anselm R. Garbe 2007-02-191-8/+9
|
* fixed configurerequest according to the problem Jukka reportedGravatar Anselm R. Garbe 2007-02-191-11/+16
|
* don't resize master if not in tiled modeGravatar Anselm R. Garbe 2007-02-191-0/+2
|
* removed useless spaceGravatar Anselm R. Garbe 2007-02-161-1/+1
|
* well, resize should be called in dofloat anyways ;)Gravatar Anselm R. Garbe 2007-02-161-0/+1
|
* removed ugly ban(), extended resize() that it only resets the size if ↵Gravatar Anselm R. Garbe 2007-02-165-93/+100
| | | | necessary, added border_width commit to manage()
* removed getnext/getprev, redundantGravatar Anselm R. Garbe 2007-02-163-19/+7
|
* added ban() which takes care than a banned window is not banned again... ↵Gravatar Anselm R. Garbe 2007-02-145-7/+19
| | | | (this reduces the overall ConfigureNotify's to clients)
* Added tag 3.5 for changeset 63ad05e7f9e1Gravatar Anselm R. Garbe 2007-02-141-0/+1
|
* simplifying regexps in config samplesGravatar Anselm R. Garbe 2007-02-142-7/+7
|
* made for/if/else constructs more consistent, some code polishingGravatar Anselm R. Garbe 2007-02-145-21/+18
|
* made configurerequest more tidyGravatar Anselm R. Garbe 2007-02-141-5/+10
|
* I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;)Gravatar Anselm R. Garbe 2007-02-131-6/+8
|
* making it more sure that transient checks will work in any caseGravatar Anselm R. Garbe 2007-02-131-3/+4
|
* stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;)Gravatar Anselm R. Garbe 2007-02-131-16/+20
|
* simplified configurerequestGravatar Anselm R. Garbe 2007-02-132-47/+29
|
* yet another consistency fix of dwmGravatar Anselm R. Garbe 2007-02-121-1/+1
|
* I don't see any reason why we should select for input on override-redirect ↵Gravatar Anselm R. Garbe 2007-02-121-4/+1
| | | | windows?
* bugfix of bugfix (thx to Sander)Gravatar Anselm R. Garbe 2007-02-121-1/+1
|
* fixed a bugGravatar Anselm R. Garbe 2007-02-121-1/+1
|
* during writing 2wm.1 I noticed some bugs in dwm.1Gravatar Anselm R. Garbe 2007-02-121-3/+3
|
* removing all EnterNotifys after resizeGravatar Anselm R. Garbe 2007-02-121-0/+1
|
* added pointer warp on drop in resizeGravatar Anselm R. Garbe 2007-02-121-0/+2
|
* pneubeck pointed out an obvious thing, that a second p = stext + ↵Gravatar Anselm R. Garbe 2007-02-091-1/+1
| | | | strlen(stext) - 1 is unnecessary
* treating acroread and mplayer floating by defaultGravatar Anselm R. Garbe 2007-02-091-0/+2
|
* adapting John Grahor's patch to dwm-3.5Gravatar Anselm R. Garbe 2007-02-091-2/+3
|
* fixed copyright notice in MakefileGravatar Anselm R. Garbe 2007-02-081-1/+1
|
* fixed order of Bool declarationsGravatar Anselm R. Garbe 2007-02-081-1/+1
|
* added TOPBAR option for making the bar appear what the user likesGravatar Anselm R. Garbe 2007-02-083-3/+5
|
* next version is 3.5Gravatar Anselm R. Garbe 2007-02-081-1/+1
|
* making the bar appear at bottomGravatar Anselm R. Garbe 2007-02-081-2/+2
|
* Added tag 3.4 for changeset 9ede7b2d2450Gravatar Anselm R. Garbe 2007-02-071-0/+1
|
* removed debug flagsGravatar Anselm R. Garbe 2007-02-071-2/+2
|
* replaced getproto with a saner function, now old-school artifacts of WM ↵Gravatar Anselm R. Garbe 2007-02-075-31/+20
| | | | times in the early 90s completely disappeared, no punned pointer warning anymore ;)
* yet another fixGravatar Anselm R. Garbe 2007-02-061-1/+1
|
* simplificationGravatar Anselm R. Garbe 2007-02-061-10/+5
|
* implemented aspect ratio support of windowsGravatar Anselm R. Garbe 2007-02-062-4/+41
|
* made some changes more concistentGravatar Anselm R. Garbe 2007-02-052-3/+3
|
* got rid of LD (inspired by JGs patch to wmii)Gravatar Anselm R. Garbe 2007-02-052-4/+2
|
* applied apm's patch proposal, getting rid of XDrawLinesGravatar Anselm R. Garbe 2007-02-051-14/+4
|
* Added tag 3.3 for changeset 0f91934037b0Gravatar Anselm R. Garbe 2007-02-011-0/+1
|