log main.c @ 568:cbee1bd50e58

age author description
2006-11-16 arg applied Gottox' windowarea patch
2006-10-06 Anselm R. Garbe code polishing, removed unnecessary newlines
2006-10-05 Anselm R. Garbe removed the stack position stuff
2006-10-05 Anselm R. Garbe keep master ratio on resizecol -> arrange
2006-09-29 Anselm R. Garbe added symbols for different modes
2006-09-29 Anselm R. Garbe removed useless updatemaster
2006-09-29 Anselm R. Garbe added the new dotile as described on ml
2006-09-29 Anselm R. Garbe first step to a more flexible dotile() algorithm
2006-09-25 arg applied Jukkas patch
2006-09-22 arg implemented the maximization as I described on the mailinglist, this feels better to me.
2006-09-12 Anselm R. Garbe removed a bunch of lines through making function signatures more consistent with my style ( { does not belong to a new line, if function args are single-lined)
2006-09-12 Anselm R. Garbe applied Christof Musik's multihead patch for a pathologic cornercase
2006-09-11 Anselm R. Garbe fixed some other comments, now also the code side seems to be at a level to be reviewed by experienced programmers
2006-09-07 Anselm R. Garbe using a global stack for focus recovery on arrange() - seems to work great
2006-09-06 Anselm R. Garbe small fix
2006-09-04 Anselm R. Garbe applied Sanders max_and_focus.patch
2006-08-25 Anselm R. Garbe trying a different configuration
2006-08-25 Anselm R. Garbe fixed typo
2006-08-25 Anselm R. Garbe removed a bunch of lines, made mode symbols configurable
2006-08-25 Anselm R. Garbe new color stuff/new rendering stuff
2006-08-25 Anselm R. Garbe back to 3 colors
2006-08-24 Anselm R. Garbe 3->4 colors
2006-08-24 Anselm R. Garbe changing tag indicator through underline
2006-08-23 Anselm R. Garbe removed a blank line
2006-08-23 Anselm R. Garbe separated setup stuff into main.c:setup() - this makes main() more readable
2006-08-22 Anselm R. Garbe rearranged getproto
2006-08-22 Anselm R. Garbe removed winprop (merged into getproto)
2006-08-22 Anselm R. Garbe removed DEFTAG
2006-08-21 Anselm R.Garbe small renamings of two static functions
2006-08-21 Anselm R.Garbe small changes to dwm.1, rearranged order within main event loop