aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-02correctionsarg@mig291-2/+2
2007-01-02next version will contain updated copyright noticearg@mig291-2/+2
2007-01-02fixed cleanup, using clients instead of selarg@mig291-3/+3
2006-12-07with this patch everything works fine for mearg@mig291-0/+2
2006-12-06improved the memory leak preventionarg@mig291-1/+4
2006-11-27applied Jukka's patch preventing some cornercases and making the EOF error me...arg@mig291-1/+2
2006-11-26applied yet another proposal of Manuelarg@mig291-2/+2
2006-11-26applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...arg@mig291-6/+8
2006-11-26applied Jukka's stdinread patcharg@mig291-2/+3
2006-11-25applied Manuels patch (thanks to Manuel!)arg@mig291-14/+21
2006-11-21applied Gottox patchesarg@mig291-2/+3
2006-11-16applied Gottox' windowarea patcharg@mig291-1/+6
2006-10-06code polishing, removed unnecessary newlinesAnselm R. Garbe1-21/+9
2006-10-05removed the stack position stuffAnselm R. Garbe1-4/+1
2006-10-05keep master ratio on resizecol -> arrangeAnselm R. Garbe1-3/+3
2006-09-29added symbols for different modesAnselm R. Garbe1-2/+5
2006-09-29removed useless updatemasterAnselm R. Garbe1-1/+1
2006-09-29added the new dotile as described on mlAnselm R. Garbe1-1/+1
2006-09-29first step to a more flexible dotile() algorithmAnselm R. Garbe1-2/+2
2006-09-25applied Jukkas patcharg@mmvi1-3/+3
2006-09-22implemented the maximization as I described on the mailinglist, this feels be...arg@mmvi1-1/+0
2006-09-12removed a bunch of lines through making function signatures more consistent w...Anselm R. Garbe1-19/+11
2006-09-12applied Christof Musik's multihead patch for a pathologic cornercaseAnselm R. Garbe1-1/+2
2006-09-11fixed some other comments, now also the code side seems to be at a level to b...Anselm R. Garbe1-2/+2
2006-09-07using a global stack for focus recovery on arrange() - seems to work greatAnselm R. Garbe1-0/+1
2006-09-06small fixAnselm R. Garbe1-0/+1
2006-09-04applied Sanders max_and_focus.patchAnselm R. Garbe1-0/+1
2006-08-25trying a different configurationAnselm R. Garbe1-3/+3
2006-08-25fixed typoAnselm R. Garbe1-1/+1
2006-08-25removed a bunch of lines, made mode symbols configurableAnselm R. Garbe1-1/+1
2006-08-25new color stuff/new rendering stuffAnselm R. Garbe1-5/+9
2006-08-25back to 3 colorsAnselm R. Garbe1-4/+3
2006-08-243->4 colorsAnselm R. Garbe1-3/+4
2006-08-24changing tag indicator through underlineAnselm R. Garbe1-0/+1
2006-08-23removed a blank lineAnselm R. Garbe1-1/+0
2006-08-23separated setup stuff into main.c:setup() - this makes main() more readableAnselm R. Garbe1-86/+95
2006-08-22rearranged getprotoAnselm R. Garbe1-6/+5
2006-08-22removed winprop (merged into getproto)Anselm R. Garbe1-27/+7
2006-08-22removed DEFTAGAnselm R. Garbe1-1/+1
2006-08-21small renamings of two static functionsAnselm R.Garbe1-2/+2
2006-08-21small changes to dwm.1, rearranged order within main event loopAnselm R.Garbe1-4/+4
2006-08-16corrected order of cleanup code Anselm R.Garbe1-1/+1
2006-08-16we close stdin as wellAnselm R.Garbe1-3/+4
2006-08-15extended cleanupAnselm R.Garbe1-0/+7
2006-08-15applied jk_to_tab patchAnselm R.Garbe1-2/+1
2006-08-15changed main event loopAnselm R.Garbe1-10/+7
2006-08-14removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe1-7/+19
2006-08-14changed order of selecting input at root windowAnselm R.Garbe1-4/+4
2006-08-14removed unneecessary crapAnselm R.Garbe1-1/+0
2006-08-14some other small fixesAnselm R.Garbe1-8/+8