summaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* correctionsGravatar arg@mig29 2007-01-021-2/+2
* next version will contain updated copyright noticeGravatar arg@mig29 2007-01-021-2/+2
* fixed cleanup, using clients instead of selGravatar arg@mig29 2007-01-021-3/+3
* with this patch everything works fine for meGravatar arg@mig29 2006-12-071-0/+2
* improved the memory leak preventionGravatar arg@mig29 2006-12-061-1/+4
* applied Jukka's patch preventing some cornercases and making the EOF error me...Gravatar arg@mig29 2006-11-271-1/+2
* applied yet another proposal of ManuelGravatar arg@mig29 2006-11-261-2/+2
* applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...Gravatar arg@mig29 2006-11-261-6/+8
* applied Jukka's stdinread patchGravatar arg@mig29 2006-11-261-2/+3
* applied Manuels patch (thanks to Manuel!)Gravatar arg@mig29 2006-11-251-14/+21
* applied Gottox patchesGravatar arg@mig29 2006-11-211-2/+3
* applied Gottox' windowarea patchGravatar arg@mig29 2006-11-161-1/+6
* code polishing, removed unnecessary newlinesGravatar Anselm R. Garbe 2006-10-061-21/+9
* removed the stack position stuffGravatar Anselm R. Garbe 2006-10-051-4/+1
* keep master ratio on resizecol -> arrangeGravatar Anselm R. Garbe 2006-10-051-3/+3
* added symbols for different modesGravatar Anselm R. Garbe 2006-09-291-2/+5
* removed useless updatemasterGravatar Anselm R. Garbe 2006-09-291-1/+1
* added the new dotile as described on mlGravatar Anselm R. Garbe 2006-09-291-1/+1
* first step to a more flexible dotile() algorithmGravatar Anselm R. Garbe 2006-09-291-2/+2
* applied Jukkas patchGravatar arg@mmvi 2006-09-251-3/+3
* implemented the maximization as I described on the mailinglist, this feels be...Gravatar arg@mmvi 2006-09-221-1/+0
* removed a bunch of lines through making function signatures more consistent w...Gravatar Anselm R. Garbe 2006-09-121-19/+11
* applied Christof Musik's multihead patch for a pathologic cornercaseGravatar Anselm R. Garbe 2006-09-121-1/+2
* fixed some other comments, now also the code side seems to be at a level to b...Gravatar Anselm R. Garbe 2006-09-111-2/+2
* using a global stack for focus recovery on arrange() - seems to work greatGravatar Anselm R. Garbe 2006-09-071-0/+1
* small fixGravatar Anselm R. Garbe 2006-09-061-0/+1
* applied Sanders max_and_focus.patchGravatar Anselm R. Garbe 2006-09-041-0/+1
* trying a different configurationGravatar Anselm R. Garbe 2006-08-251-3/+3
* fixed typoGravatar Anselm R. Garbe 2006-08-251-1/+1
* removed a bunch of lines, made mode symbols configurableGravatar Anselm R. Garbe 2006-08-251-1/+1
* new color stuff/new rendering stuffGravatar Anselm R. Garbe 2006-08-251-5/+9
* back to 3 colorsGravatar Anselm R. Garbe 2006-08-251-4/+3
* 3->4 colorsGravatar Anselm R. Garbe 2006-08-241-3/+4
* changing tag indicator through underlineGravatar Anselm R. Garbe 2006-08-241-0/+1
* removed a blank lineGravatar Anselm R. Garbe 2006-08-231-1/+0
* separated setup stuff into main.c:setup() - this makes main() more readableGravatar Anselm R. Garbe 2006-08-231-86/+95
* rearranged getprotoGravatar Anselm R. Garbe 2006-08-221-6/+5
* removed winprop (merged into getproto)Gravatar Anselm R. Garbe 2006-08-221-27/+7
* removed DEFTAGGravatar Anselm R. Garbe 2006-08-221-1/+1
* small renamings of two static functionsGravatar Anselm R.Garbe 2006-08-211-2/+2
* small changes to dwm.1, rearranged order within main event loopGravatar Anselm R.Garbe 2006-08-211-4/+4
* corrected order of cleanup code Gravatar Anselm R.Garbe 2006-08-161-1/+1
* we close stdin as wellGravatar Anselm R.Garbe 2006-08-161-3/+4
* extended cleanupGravatar Anselm R.Garbe 2006-08-151-0/+7
* applied jk_to_tab patchGravatar Anselm R.Garbe 2006-08-151-2/+1
* changed main event loopGravatar Anselm R.Garbe 2006-08-151-10/+7
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadGravatar Anselm R.Garbe 2006-08-141-7/+19
* changed order of selecting input at root windowGravatar Anselm R.Garbe 2006-08-141-4/+4
* removed unneecessary crapGravatar Anselm R.Garbe 2006-08-141-1/+0
* some other small fixesGravatar Anselm R.Garbe 2006-08-141-8/+8