log draw.c @ 738:2ae946319c7b

age author description
2007-02-05 Anselm R. Garbe applied apm's patch proposal, getting rid of XDrawLines
2007-01-16 Anselm R. Garbe removed unnecessary bx, by, bw variables
2007-01-15 Anselm R. Garbe removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)
2007-01-14 Anselm R. Garbe implemented new color scheme accordingly to Sanders proposal
2007-01-14 Anselm R. Garbe removed mode label stuff
2007-01-14 Anselm R. Garbe removed client title bar
2007-01-12 Anselm R. Garbe added missing space
2007-01-08 Anselm R. Garbe implemented nmaster appearance in mode label (using %u)
2007-01-04 Anselm R. Garbe renamed drawtitle into drawclient
2007-01-02 arg next version will contain updated copyright notice
2006-12-08 arg fixed diagnostic error message
2006-12-08 arg removed the hardcoded fixed fallback, it is useless in non-Latin1 environments
2006-12-07 arg with this patch everything works fine for me
2006-12-07 arg don't use Xlocale crap, let's use locale.h instead
2006-12-07 arg using the portable Xmb+UTF-8 way of life, will see if this works well...
2006-12-05 arg also setting LC_CTYPE only
2006-12-05 arg enforcing using fontsets even if they are incomplete for some encodings
2006-12-01 arg made squares equally sized, and 1px bigger
2006-12-01 arg if client is focused, the emptysquare don't needs to be drawed
2006-12-01 arg and the winner is
2006-12-01 arg sander1 proposal
2006-12-01 arg dood
2006-12-01 arg less obtrusive indicator (only a top line)
2006-12-01 arg final2 indicator
2006-12-01 arg removing the -1 on final indicators, looks cleaner
2006-12-01 arg final indicators
2006-12-01 arg changed things like I described in last mail
2006-12-01 arg improved tag indicator
2006-11-26 arg applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading.
2006-11-22 arg added a similiar patch to Daves solution to indicate if there are clients with a specific tag
2006-11-21 arg returning to old bar colorization behavior, like sander proposed for consistency reasons
2006-11-21 arg applied Gottox patches
2006-10-06 Anselm R. Garbe code polishing, removed unnecessary newlines
2006-10-05 Anselm R. Garbe removed the stack position stuff
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
2006-07-10 Anselm R. Garbe added several other stuff
2006-07-10 Anselm R. Garbe several new changes, made gridmenu working
2006-07-10 Anselm R. Garbe added new stuff