log main.c @ 560:349ba0dc3fa7

age author description
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
2006-08-16 Anselm R.Garbe corrected order of cleanup code
2006-08-16 Anselm R.Garbe we close stdin as well
2006-08-15 Anselm R.Garbe extended cleanup
2006-08-15 Anselm R.Garbe applied jk_to_tab patch
2006-08-15 Anselm R.Garbe changed main event loop
2006-08-14 Anselm R.Garbe removed NUMLOCKMASK, added dynamically calculated numlockmask instead
2006-08-14 Anselm R.Garbe changed order of selecting input at root window
2006-08-14 Anselm R.Garbe removed unneecessary crap
2006-08-14 Anselm R.Garbe some other small fixes
2006-08-14 Anselm R.Garbe removed ungrabkeys again (because of sander's mail)
2006-08-14 Anselm R.Garbe implemented ungrabkeys() which is called in cleanup()
2006-08-14 Anselm R.Garbe supplying NULL args in select
2006-08-14 Anselm R.Garbe reducing ConnectionNumber calls to a bare minimum
2006-08-11 Anselm R.Garbe implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature
2006-08-11 Anselm R.Garbe implement multi-tag selection through button3 click on the specific tag
2006-08-10 Anselm R.Garbe prepared 0.8 0.8
2006-08-10 Anselm R.Garbe readded border color, this sucks least
2006-08-10 Anselm R.Garbe removed unnecessary border color
2006-08-08 Anselm R.Garbe removed NET_ACTIVE_WINDOW handling
2006-08-08 Anselm R.Garbe implemented NET_ACTIVE_WINDOW support
2006-08-08 Anselm R.Garbe applied Sanders tiny patches
2006-08-07 arg small fix of a comment
2006-08-07 arg changed getproto, maybe that might fix the killclient issue reported on the list
2006-08-05 arg slight fix
2006-08-04 arg switched to regexp matching for Rules
2006-08-03 arg removed TLast tag enum, now tags is simple defined as char *[] array, the rest is calculated correctly, rules take an int array for the tags
2006-08-02 arg made fullscreen apps working fine in floating mode (there is no sane way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
2006-08-02 arg dwm is now exit, if stdin is closed due broken pipe
2006-08-01 arg renamed WM_PROTOCOL_DELWIN into PROTODELWIN
2006-08-01 arg centralized/externalized configuration to config.h
2006-07-21 arg some cleanups/fixes inspired by Jukka Salmi's feedback
2006-07-21 arg simplified main.c, switching back to single urxvt usage
2006-07-20 arg added yet another CUTOMIZE tag
2006-07-20 arg cleaned up code
2006-07-19 arg applied Sanders resize patch, fixed lower bug
2006-07-18 Anselm R. Garbe implemened distinguishing float/managed geometries of clients (works quite well)
2006-07-18 Anselm R. Garbe using EXIT_stuff in exit() now
2006-07-17 Anselm R. Garbe ordered variables in structs and source files alphabetically
2006-07-15 Anselm R. Garbe fixed XSync handling and finished man page
2006-07-15 Anselm R. Garbe changing XFlush into XSync
2006-07-15 Anselm R. Garbe sanitized other stuff
2006-07-15 Anselm R. Garbe proceeded with cleaning up, sorting functions, etc
2006-07-15 Anselm R. Garbe rearranged several stuff
2006-07-14 Anselm R. Garbe sanitized names
2006-07-14 Anselm R. Garbe rearranged
2006-07-14 Anselm R. Garbe if stdin writer stops working, dwm consumed much IO load because it still tried to select on this fd, fixed
2006-07-14 Anselm R. Garbe removed a bottleneck
2006-07-14 Anselm R. Garbe small fix
2006-07-14 Anselm R. Garbe made stdin reader more robust
2006-07-14 Anselm R. Garbe implemented dwm reading status text from stdin
2006-07-14 Anselm R. Garbe made barclick to select the specific tag
2006-07-14 Anselm R. Garbe implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm
2006-07-13 Anselm R. Garbe fixed several things, nearly feature complete
2006-07-13 Anselm R. Garbe new stuff
2006-07-13 Anselm R. Garbe several other additions/fixes, dwm is quite usable already
2006-07-13 Anselm R. Garbe implemented tagging a client
2006-07-13 Anselm R. Garbe changed default colors base wm.c@9eecd854ab91