about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* roman numerals suck badly, revertingAnselm R. Garbe2007-01-051-9/+1
|
* switching to roman tags, I need more tagsAnselm R. Garbe2007-01-051-1/+13
|
* I inc/decrease on the fly, feels betterAnselm R. Garbe2007-01-051-1/+1
|
* allowing swap() for first master clientAnselm R. Garbe2007-01-051-10/+10
|
* prevent pop() if first sel == nexttiled(clients)Anselm R. Garbe2007-01-052-3/+3
|
* removed swap(), implemented pop for everythingAnselm R. Garbe2007-01-051-61/+8
|
* preserving c1->snext and c2->snext in swap() as well.Anselm R. Garbe2007-01-051-0/+4
|
* fixing some minor issuesAnselm R. Garbe2007-01-052-13/+14
|
* removed the term clients from dwm.1Anselm R. Garbe2007-01-051-3/+3
|
* adding some prevention that master clients get smaller than bhAnselm R. Garbe2007-01-051-1/+2
|
* changed shortcuts to M-i and M-dAnselm R. Garbe2007-01-053-6/+6
|
* allowing zoom within master area as wellAnselm R. Garbe2007-01-051-3/+4
|
* changed plus key to MODKEY-Shift-plus (US-layout restrictions ;)Anselm R. Garbe2007-01-053-3/+3
|
* I prefer two master windows by defaultAnselm R. Garbe2007-01-052-3/+3
|
* added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)Anselm R. Garbe2007-01-054-15/+62
|
* experimental version which allows master clients being increased/decreasedAnselm R. Garbe2007-01-056-25/+45
|
* fixed comment of drawclient()Anselm R. Garbe2007-01-041-1/+1
|
* switching bakc to my previous color favoritAnselm R. Garbe2007-01-041-3/+3
|
* renamed drawtitle into drawclientAnselm R. Garbe2007-01-044-7/+7
|
* using more thinkpad compliant colorsarg@mig292007-01-021-1/+1
|
* changed arg's color schemearg@mig292007-01-022-6/+6
|
* correctionsarg@mig292007-01-0210-12/+12
|
* next version will contain updated copyright noticearg@mig292007-01-0213-15/+15
|
* Added tag 2.8 for changeset 107719a9ce3bd0c79f9f1f626596eb338a276561arg@mig292007-01-021-0/+1
|
* fixed cleanup, using clients instead of sel 2.8arg@mig292007-01-021-3/+3
|
* changed comment of updatesizehintsarg@mig292007-01-021-1/+1
|
* renamed updatesize into updatesizehints (thx to Sander for this hint)arg@mig292007-01-013-4/+4
|
* small simplification to dotile() (thx to Ross for this hint)arg@mig292006-12-201-6/+5
|
* migrated arg's config.h to new dmenu command line optionsarg@mig292006-12-191-2/+2
|
* added Solaris hintsarg@mig292006-12-181-1/+6
|
* Added tag 2.7 for changeset 21951c0dfbae5af68ed77821a4d87253ee91803farg@mig292006-12-141-0/+1
|
* applied Sanders patch 2.7arg@mig292006-12-131-3/+3
|
* fixed man page, status bar displays EOF instead of "broken pipe"arg@mig292006-12-131-1/+1
|
* added the java odyssee to CAVEATS sectionarg@mig292006-12-131-2/+10
|
* removed Client->gravarg@mig292006-12-122-5/+0
|
* removed gravitate for the momentarg@mig292006-12-113-57/+1
|
* disabling configure() during resizearg@mig292006-12-111-1/+1
|
* made gravitate effectless, waiting for complains ;)arg@mig292006-12-111-0/+1
|
* fixed diagnostic error messagearg@mig292006-12-081-1/+1
|
* removed the hardcoded fixed fallback, it is useless in non-Latin1 environmentsarg@mig292006-12-082-5/+2
|
* we don't use the term clients anymore, windows is the better termarg@mig292006-12-071-1/+1
|
* Added tag 2.6 for changeset 5308dd22b6ee8e3218c81d9e7e4125f235bb5778arg@mig292006-12-071-0/+1
|
* found compromise for fonts 2.6arg@mig292006-12-072-2/+2
|
* nah, people should define 'fixed' to be compatible with their localearg@mig292006-12-071-1/+1
|
* using a UTF-8 capable fixed fontarg@mig292006-12-071-1/+1
|
* switching to uxterm again, I get kretze from this urxvt craparg@mig292006-12-071-1/+1
|
* with this patch everything works fine for mearg@mig292006-12-072-5/+3
|
* don't use Xlocale crap, let's use locale.h insteadarg@mig292006-12-071-1/+1
|
* using the portable Xmb+UTF-8 way of life, will see if this works well...arg@mig292006-12-071-2/+4
|
* improved the memory leak preventionarg@mig292006-12-061-1/+4
|
='#n104'>104 105 106 107 108 109 110 111 112 113 114 115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161