log draw.c @ 525:7433954e80af

age author description
2006-09-29 Anselm R. Garbe applied dave's highlight patch for big fonts
2006-09-29 Anselm R. Garbe added symbols for different modes
2006-09-26 arg added slight error check to getcolor
2006-09-25 arg applied Jukkas patch
2006-09-22 arg removed all dotile checks
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-08-28 Anselm R. Garbe removed crappy variables
2006-08-28 Anselm R. Garbe applied sanders somepatches.patch
2006-08-25 Anselm R. Garbe trying a different configuration
2006-08-25 Anselm R. Garbe removed small 1px gap, somehow without it things feel better
2006-08-25 Anselm R. Garbe oops
2006-08-25 Anselm R. Garbe fixed typo
2006-08-25 Anselm R. Garbe s/TILED/TILE/g
2006-08-25 Anselm R. Garbe removed a bunch of lines, made mode symbols configurable
2006-08-25 Anselm R. Garbe changed symbols for float/tiled mode, added mouse-driven mode toggle to buttonpress()
2006-08-25 Anselm R. Garbe small fix to separate client title from right-most tag
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 fixed
2006-08-24 Anselm R. Garbe 3->4 colors
2006-08-24 Anselm R. Garbe found less intrusive way
2006-08-24 Anselm R. Garbe changing tag indicator through underline
2006-08-23 Anselm R. Garbe updated man page
2006-08-23 Anselm R. Garbe implemented right tag drawing in the status bar and titlebars
2006-08-23 Anselm R. Garbe tags appear in the left again
2006-08-22 Anselm R. Garbe titlebars contain tags in the right now
2006-08-14 Anselm R.Garbe fixed string cutting
2006-08-14 Anselm R.Garbe fixed string cutting in draw.c
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-11 Anselm R.Garbe simplified drawtext
2006-08-10 Anselm R.Garbe applied sumik's multihead patch
2006-08-10 Anselm R.Garbe readded border color, this sucks least
2006-08-10 Anselm R.Garbe drawing border with fg color
2006-08-10 Anselm R.Garbe removed unnecessary border color
2006-08-07 arg changed signature of drawtext
2006-08-07 arg status box should have a border in my eyes
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-03 arg changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum)
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-01 arg committed a patch which fixes the hints of Jukka
2006-07-20 arg made status bar drawing more robust, implemented togglemax and togglemode, works quite well
2006-07-20 arg cleaned up code
2006-07-18 Anselm R. Garbe added heretag command which allows to tag a client of a foreign tag with current tag
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 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 removed a bunch of lines through swap removal
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 changed default colors
2006-07-13 Anselm R. Garbe added logo+description
2006-07-12 Anselm R. Garbe new stuff (some warning elimination)
2006-07-12 Anselm R. Garbe removed unnecessary crap
2006-07-12 Anselm R. Garbe new stuff, fixed several issues
2006-07-12 Anselm R. Garbe simplified several portions of code through replacing rect structs with x,y,h,w counterparts (much more readable)
2006-07-11 Anselm R. Garbe new stuff