summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed quoting and a commentGravatar Anselm R. Garbe 2007-02-212-2/+2
|
* renamed setfont to initfont, getcolor to initcolorGravatar Anselm R. Garbe 2007-02-201-29/+29
|
* fixed orderGravatar Anselm R. Garbe 2007-02-201-11/+11
|
* added draw.c again (except getcolor and setfont which are helpers in main.c)Gravatar Anselm R. Garbe 2007-02-204-133/+144
|
* separating drawsquare from drawtext, made drawtext externGravatar Anselm R. Garbe 2007-02-202-49/+65
|
* rechecked with OpenBSDGravatar Anselm R. Garbe 2007-02-201-0/+1
|
* split screen.c into layout.c and tag.c (because the view is an implicit ↵Gravatar Anselm R. Garbe 2007-02-204-152/+160
| | | | mixture of both)
* using eprint instead of fputsGravatar Anselm R. Garbe 2007-02-191-6/+3
|
* replaced togglelayout with setlayoutGravatar Anselm R. Garbe 2007-02-195-21/+29
|
* changed some odering in config*.hGravatar Anselm R. Garbe 2007-02-192-20/+20
|
* renamed Client->versatile and Rule->versatile into Client->isversatile resp. ↵Gravatar Anselm R. Garbe 2007-02-195-16/+16
| | | | Rule->isversatile
* renames swim[ming] into versatileGravatar Anselm R. Garbe 2007-02-197-64/+64
|
* renamed floating into swimming (this does not clash with C naming ↵Gravatar Anselm R. Garbe 2007-02-197-96/+96
| | | | conventions and fits better the fish symbol) - also in man page
* removed debug compile flagsGravatar Anselm R. Garbe 2007-02-191-2/+2
|
* introduced Layout structGravatar Anselm R. Garbe 2007-02-199-82/+115
|
* some more code polishingGravatar Anselm R. Garbe 2007-02-191-1/+2
|
* forgot an extern declarationGravatar Anselm R. Garbe 2007-02-192-1/+2
|
* bugfix of transient handlingGravatar Anselm R. Garbe 2007-02-191-8/+8
|
* removed procevent, more refactoringGravatar Anselm R. Garbe 2007-02-193-14/+6
|
* draw.c is useless (belongs to main.c now)Gravatar Anselm R. Garbe 2007-02-196-195/+178
|
* 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
|