69 Commits (683dabe5e61ab0111ef72e0b12e69a637ebadb05)

Author SHA1 Message Date
  arg@mig29 61a1910f91 applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading. 18 years ago
  arg@mig29 78f4b51757 added a similiar patch to Daves solution to indicate if there are clients with a specific tag 18 years ago
  arg@mig29 7d168a2621 returning to old bar colorization behavior, like sander proposed for consistency reasons 18 years ago
  arg@mig29 931e712eac applied Gottox patches 18 years ago
  Anselm R. Garbe 6651dd7fd9 code polishing, removed unnecessary newlines 18 years ago
  Anselm R. Garbe 10885d349a removed the stack position stuff 18 years ago
  Anselm R. Garbe c8e57332d1 applied dave's highlight patch for big fonts 18 years ago
  Anselm R. Garbe dddd58a8cd added symbols for different modes 18 years ago
  arg@mmvi e81eb46a78 added slight error check to getcolor 18 years ago
  arg@mmvi 6b25d06d7d applied Jukkas patch 18 years ago
  arg@mmvi cff951c650 removed all dotile checks 18 years ago
  Anselm R. Garbe ca65478c89 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) 18 years ago
  Anselm R. Garbe 7b6d5ff298 removed crappy variables 18 years ago
  Anselm R. Garbe 2dd5212a79 applied sanders somepatches.patch 18 years ago
  Anselm R. Garbe e995c1b532 trying a different configuration 18 years ago
  Anselm R. Garbe e36929292e removed small 1px gap, somehow without it things feel better 18 years ago
  Anselm R. Garbe 03128f78df oops 18 years ago
  Anselm R. Garbe 7d4a5e654c fixed typo 18 years ago
  Anselm R. Garbe 41ba7a7984 s/TILED/TILE/g 18 years ago
  Anselm R. Garbe aa471f2d65 removed a bunch of lines, made mode symbols configurable 18 years ago
  Anselm R. Garbe d37dfa1bed changed symbols for float/tiled mode, added mouse-driven mode toggle to buttonpress() 18 years ago
  Anselm R. Garbe 9f35cc52fe small fix to separate client title from right-most tag 18 years ago
  Anselm R. Garbe b55bd709ee new color stuff/new rendering stuff 18 years ago
  Anselm R. Garbe 9833610356 back to 3 colors 18 years ago
  Anselm R. Garbe de7fc0011e fixed 18 years ago
  Anselm R. Garbe 2e0c767d74 3->4 colors 18 years ago
  Anselm R. Garbe c976bc6c2c found less intrusive way 18 years ago
  Anselm R. Garbe 2e834e941f changing tag indicator through underline 18 years ago
  Anselm R. Garbe 7e597ae204 updated man page 18 years ago
  Anselm R. Garbe af1158d105 implemented right tag drawing in the status bar and titlebars 18 years ago
  Anselm R. Garbe 3e972ec84d tags appear in the left again 18 years ago
  Anselm R. Garbe dc83b9e988 titlebars contain tags in the right now 18 years ago
  Anselm R.Garbe 28a52197c4 fixed string cutting 18 years ago
  Anselm R.Garbe 4d67199a4b fixed string cutting in draw.c 18 years ago
  Anselm R.Garbe 292ccc4c43 implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature 18 years ago
  Anselm R.Garbe d7413ffd2d implement multi-tag selection through button3 click on the specific tag 18 years ago
  Anselm R.Garbe 975b459c17 simplified drawtext 18 years ago
  Anselm R.Garbe fde45ebed8 applied sumik's multihead patch 18 years ago
  Anselm R.Garbe 00255728aa readded border color, this sucks least 18 years ago
  Anselm R.Garbe 4b0328f209 drawing border with fg color 18 years ago
  Anselm R.Garbe 30561a0161 removed unnecessary border color 18 years ago
  arg@10ksloc.org 4250c26e9b changed signature of drawtext 18 years ago
  arg@10ksloc.org 45d16d090b status box should have a border in my eyes 18 years ago
  arg@10ksloc.org b35575574b 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 18 years ago
  arg@10ksloc.org 8cc7f3bace changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum) 18 years ago
  arg@10ksloc.org 95e8d12b71 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 18 years ago
  arg@10ksloc.org 937cabfa0a committed a patch which fixes the hints of Jukka 18 years ago
  arg@10ksloc.org 4688ad181d made status bar drawing more robust, implemented togglemax and togglemode, works quite well 18 years ago
  arg@10ksloc.org dc5d967ee6 cleaned up code 18 years ago
  Anselm R. Garbe 4f8b08d330 added heretag command which allows to tag a client of a foreign tag with current tag 18 years ago