summaryrefslogtreecommitdiffstats
path: root/draw.c
Commit message (Collapse)AuthorAgeFilesLines
* don't use Xlocale crap, let's use locale.h insteadGravatar arg@mig29 2006-12-071-1/+1
|
* using the portable Xmb+UTF-8 way of life, will see if this works well...Gravatar arg@mig29 2006-12-071-2/+4
|
* also setting LC_CTYPE onlyGravatar arg@mig29 2006-12-051-1/+1
|
* enforcing using fontsets even if they are incomplete for some encodingsGravatar arg@mig29 2006-12-051-4/+0
|
* made squares equally sized, and 1px biggerGravatar arg@mig29 2006-12-011-5/+5
|
* if client is focused, the emptysquare don't needs to be drawedGravatar arg@mig29 2006-12-011-3/+3
|
* and the winner isGravatar arg@mig29 2006-12-011-12/+17
|
* sander1 proposalGravatar arg@mig29 2006-12-011-7/+15
|
* doodGravatar arg@mig29 2006-12-011-8/+9
|
* less obtrusive indicator (only a top line)Gravatar arg@mig29 2006-12-011-17/+4
|
* final2 indicatorGravatar arg@mig29 2006-12-011-8/+12
|
* removing the -1 on final indicators, looks cleanerGravatar arg@mig29 2006-12-011-3/+3
|
* final indicatorsGravatar arg@mig29 2006-12-011-2/+2
|
* changed things like I described in last mailGravatar arg@mig29 2006-12-011-15/+11
|
* improved tag indicatorGravatar arg@mig29 2006-12-011-6/+14
|
* applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line ↵Gravatar arg@mig29 2006-11-261-2/+2
| | | | printage proposal for stdin reading.
* added a similiar patch to Daves solution to indicate if there are clients ↵Gravatar arg@mig29 2006-11-221-8/+24
| | | | with a specific tag
* returning to old bar colorization behavior, like sander proposed for ↵Gravatar arg@mig29 2006-11-211-1/+1
| | | | consistency reasons
* applied Gottox patchesGravatar arg@mig29 2006-11-211-5/+2
|
* code polishing, removed unnecessary newlinesGravatar Anselm R. Garbe 2006-10-061-13/+1
|
* removed the stack position stuffGravatar Anselm R. Garbe 2006-10-051-3/+1
|
* applied dave's highlight patch for big fontsGravatar Anselm R. Garbe 2006-09-291-1/+1
|
* added symbols for different modesGravatar Anselm R. Garbe 2006-09-291-1/+3
|
* added slight error check to getcolorGravatar arg@mmvi 2006-09-261-1/+2
|
* applied Jukkas patchGravatar arg@mmvi 2006-09-251-2/+2
|
* removed all dotile checksGravatar arg@mmvi 2006-09-221-1/+1
|
* removed a bunch of lines through making function signatures more consistent ↵Gravatar Anselm R. Garbe 2006-09-121-16/+8
| | | | with my style ( { does not belong to a new line, if function args are single-lined)
* removed crappy variablesGravatar Anselm R. Garbe 2006-08-281-2/+0
|
* applied sanders somepatches.patchGravatar Anselm R. Garbe 2006-08-281-4/+5
|
* trying a different configurationGravatar Anselm R. Garbe 2006-08-251-3/+6
|
* removed small 1px gap, somehow without it things feel betterGravatar Anselm R. Garbe 2006-08-251-1/+1
|
* oopsGravatar Anselm R. Garbe 2006-08-251-1/+1
|
* fixed typoGravatar Anselm R. Garbe 2006-08-251-1/+1
|
* s/TILED/TILE/gGravatar Anselm R. Garbe 2006-08-251-1/+1
|
* removed a bunch of lines, made mode symbols configurableGravatar Anselm R. Garbe 2006-08-251-7/+2
|
* changed symbols for float/tiled mode, added mouse-driven mode toggle to ↵Gravatar Anselm R. Garbe 2006-08-251-1/+1
| | | | buttonpress()
* small fix to separate client title from right-most tagGravatar Anselm R. Garbe 2006-08-251-2/+2
|
* new color stuff/new rendering stuffGravatar Anselm R. Garbe 2006-08-251-30/+19
|
* back to 3 colorsGravatar Anselm R. Garbe 2006-08-251-24/+23
|
* fixedGravatar Anselm R. Garbe 2006-08-241-6/+6
|
* 3->4 colorsGravatar Anselm R. Garbe 2006-08-241-13/+7
|
* found less intrusive wayGravatar Anselm R. Garbe 2006-08-241-6/+12
|
* changing tag indicator through underlineGravatar Anselm R. Garbe 2006-08-241-26/+16
|
* updated man pageGravatar Anselm R. Garbe 2006-08-231-49/+47
|
* implemented right tag drawing in the status bar and titlebarsGravatar Anselm R. Garbe 2006-08-231-10/+21
|
* tags appear in the left againGravatar Anselm R. Garbe 2006-08-231-5/+5
|
* titlebars contain tags in the right nowGravatar Anselm R. Garbe 2006-08-221-6/+5
|
* fixed string cuttingGravatar Anselm R.Garbe 2006-08-141-6/+6
|
* fixed string cutting in draw.cGravatar Anselm R.Garbe 2006-08-141-2/+10
|
* implemented viewextend and added M-S-C-n shortcuts for extending the current ↵Gravatar Anselm R.Garbe 2006-08-111-2/+2
| | | | view... updated man page (works great!) nice feature