| 
							
							
								 Anselm R. Garbe | 5a1a2edf0e | applied anudots [un]ban repair patch | 2007-06-04 11:37:33 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 2c6be7239f | referred to LICENSE file | 2007-05-30 12:19:28 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | d934296476 | Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well | 2007-05-30 12:10:01 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 59e65d1709 | changed -v output (now also anydot and nsz are contained in this output) | 2007-05-29 13:53:08 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 9fdd2cd1a9 | added nsz to copyright holders as well, because he did a lot recently | 2007-05-29 11:57:08 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | e1deda9e04 | added anydot to Copyright holders, because he contributed a lot recently | 2007-05-29 11:47:55 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 32563abe86 | removed the only one and superfloues strncmp | 2007-05-23 22:33:46 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | a967d7f664 | raising the barwin has no effect becasue of restack | 2007-05-15 13:58:29 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | ce450c5bf1 | fix | 2007-05-15 13:56:47 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 8f5f7a5b5a | barwindow raising | 2007-05-15 13:56:06 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 37e062b0ed | another fix, call lt->arrange() in togglebar only | 2007-05-15 13:36:04 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | cf58091736 | fixed bpos init | 2007-05-15 13:23:51 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 2aef8b9b4c | made bar togglalble | 2007-05-15 12:09:18 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | f9e7a33019 | applied patch of Paul Liu to allow onthefly resizing due to xrandr changes | 2007-05-07 13:12:41 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 22399a3bc0 | fixed the border issue for mplayer, ff is definately broken when using F11 (fullscreen mode) | 2007-04-19 09:24:25 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | a730213c3b | yet another fix of copyright compactisition | 2007-04-13 11:40:09 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 399993c6b5 | making Copyright notices more compact | 2007-04-13 11:32:38 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | a686c9ccd2 | we don't need to set the font all the time | 2007-03-02 15:14:40 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | bab5b1178d | removed sendevent | 2007-02-26 16:24:51 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 2c477cf661 | replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places | 2007-02-22 11:42:08 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 352cae4380 | several changes, made togglemax extern and separated it from zoom() - moved zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH | 2007-02-22 07:59:13 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | b3b58c08e4 | just ignore the FD_ISSET check in main.c of xfd, just call XPending (which does the same afair) | 2007-02-21 21:36:54 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 74cbbe5f35 | reverted accidental removal of sx, sy | 2007-02-21 11:49:06 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 52f0b9e2e3 | removed some global vars which should be static instead | 2007-02-21 11:45:51 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | d180ba418c | renamed setfont to initfont, getcolor to initcolor | 2007-02-20 13:56:21 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | e7508783e8 | added draw.c again (except getcolor and setfont which are helpers in main.c) | 2007-02-20 13:46:21 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | f4d15b1fec | separating drawsquare from drawtext, made drawtext extern | 2007-02-20 13:40:31 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 6bc4556ebd | using eprint instead of fputs | 2007-02-19 21:17:54 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | cdbc84b9a8 | introduced Layout struct | 2007-02-19 16:40:36 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | e9c49ddd7a | removed procevent, more refactoring | 2007-02-19 15:23:35 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | f8415019d4 | draw.c is useless (belongs to main.c now) | 2007-02-19 15:17:31 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 5d9146ff37 | some more refactoring | 2007-02-19 13:17:49 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 5cc27f1b3c | introduced tile.c, some refactoring of functions | 2007-02-19 13:00:29 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 6e22ccf7b1 | removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage() | 2007-02-16 16:38:40 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | e256afe31e | made for/if/else constructs more consistent, some code polishing | 2007-02-14 09:09:18 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | fd995dac78 | pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) - 1 is unnecessary | 2007-02-09 14:56:19 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | e39e697998 | fixed order of Bool declarations | 2007-02-08 13:39:33 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | d2dd58eabd | added TOPBAR option for making the bar appear what the user likes | 2007-02-08 11:48:01 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 4590d7877c | making the  bar appear at bottom | 2007-02-08 11:08:40 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 28ffff801b | replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;) | 2007-02-07 12:37:06 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | a5cb80b86c | handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle this in dwm as well | 2007-01-28 20:29:41 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 87836d79ef | renamed activescreen into selscreen | 2007-01-23 17:12:15 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 71b84c2114 | small changes | 2007-01-23 12:29:17 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | b233089815 | applied Sanders all5.patch (thanks for your weekend session, Sander!) | 2007-01-22 10:22:58 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 3c35b90dd3 | removed unnecessary bx, by, bw variables | 2007-01-16 11:33:42 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 0045ad87df | implemented new color scheme accordingly to Sanders proposal | 2007-01-14 22:37:34 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | ceea528eff | removed mode label stuff | 2007-01-14 22:32:26 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | a24a6701c8 | small fix of initial numlockmask value | 2007-01-11 15:51:15 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 5a5851bac2 | reorganized | 2007-01-08 17:36:56 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 1d4a24dae0 | implemented nmaster appearance in mode label (using %u) | 2007-01-08 17:33:24 +01:00 |  |