anselm@anselm1
							
						 | 
						
							
							
							
								
							
								f806a17692
								
							
								
							
						 | 
						
							
							
								
								reverted dist target in Makefile
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Anselm R Garbe
							
						 | 
						
							
							
							
								
							
								14d8d828ab
								
							
								
							
						 | 
						
							
							
								
								removed the exact focus mechanism of next/prev window
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   anselm@anselm1
							
						 | 
						
							
							
							
								
							
								d26c28c1e7
								
							
								
							
						 | 
						
							
							
								
								this is the correct way
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   anselm@anselm1
							
						 | 
						
							
							
							
								
							
								b6335776e4
								
							
								
							
						 | 
						
							
							
								
								copyright notice is in LICENSE
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Anselm R Garbe
							
						 | 
						
							
							
							
								
							
								d477fb6927
								
							
								
							
						 | 
						
							
							
								
								some cleanup changes
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Anselm R Garbe
							
						 | 
						
							
							
							
								
							
								95eae7b9d2
								
							
								
							
						 | 
						
							
							
								
								removed all defines of geoms, implemented setgeoms() instead, added config.anselm.h to show how I'd like to see that people edit their geoms
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   arg@suckless.org
							
						 | 
						
							
							
							
								
							
								e94774dd69
								
							
								
							
						 | 
						
							
							
								
								thx to Toni Lainson
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   arg@suckless.org
							
						 | 
						
							
							
							
								
							
								cd7ebaad25
								
							
								
							
						 | 
						
							
							
								
								removed dwm.h, just include C-files in config.h if you extend dwm, that's simplier and most flexible than all other possibilities
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								0453c1d180
								
							
								
							
						 | 
						
							
							
								
								recreated dwm.h
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								17d39ee014
								
							
								
							
						 | 
						
							
							
								
								renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after all
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   arg@suckless.org
							
						 | 
						
							
							
							
								
							
								fe2775a15b
								
							
								
							
						 | 
						
							
							
								
								made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								0235a84ef2
								
							
								
							
						 | 
						
							
							
								
								micromizing dwm step 1
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								7e476fb86b
								
							
								
							
						 | 
						
							
							
								
								moved bar-related stuff to bar.c (merged draw.c into that)
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								5d831eaa94
								
							
								
							
						 | 
						
							
							
								
								renamed config.default.h into config.h
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								e0a6dee30d
								
							
								
							
						 | 
						
							
							
								
								dist target only needs to add config.default.h
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								47765f7286
								
							
								
							
						 | 
						
							
							
								
								added screen.c, removed layout.c and tag.c
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								10d13f01ff
								
							
								
							
						 | 
						
							
							
								
								fififi
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								2d81b78b85
								
							
								
							
						 | 
						
							
							
								
								separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
							
							
							
							
								
							
							
						 | 
						18 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								b896b58d6d
								
							
								
							
						 | 
						
							
							
								
								removed strip, added -s to LDFLAGS
							
							
							
							
								
							
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								a730213c3b
								
							
								
							
						 | 
						
							
							
								
								yet another fix of copyright compactisition
							
							
							
							
								
							
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								ad4962c7eb
								
							
								
							
						 | 
						
							
							
								
								fixed quoting and a comment
							
							
							
							
								
							
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								e7508783e8
								
							
								
							
						 | 
						
							
							
								
								added draw.c again (except getcolor and setfont which are helpers in main.c)
							
							
							
							
								
							
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								8012fcf333
								
							
								
							
						 | 
						
							
							
								
								split screen.c into layout.c and tag.c (because the view is an implicit mixture of both)
							
							
							
							
								
							
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								f8415019d4
								
							
								
							
						 | 
						
							
							
								
								draw.c is useless (belongs to main.c now)
							
							
							
							
								
							
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								238dd5d2b1
								
							
								
							
						 | 
						
							
							
								
								renamed view.c into screen.c
							
							
							
							
								
							
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								4cdbd523e5
								
							
								
							
						 | 
						
							
							
								
								merged tag.c, view.c and tile.c to manage.c
							
							
							
							
								
							
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								5cc27f1b3c
								
							
								
							
						 | 
						
							
							
								
								introduced tile.c, some refactoring of functions
							
							
							
							
								
							
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								8fcd1bfda8
								
							
								
							
						 | 
						
							
							
								
								fixed copyright notice in Makefile
							
							
							
							
								
							
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								3d48f33025
								
							
								
							
						 | 
						
							
							
								
								got rid of LD (inspired by JGs patch to wmii)
							
							
							
							
								
							
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   arg@mig29
							
						 | 
						
							
							
							
								
							
								cb4aa5bc35
								
							
								
							
						 | 
						
							
							
								
								next version will contain updated copyright notice
							
							
							
							
								
							
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								aa13727067
								
							
								
							
						 | 
						
							
							
								
								separated several functions into view.c
							
							
							
							
								
							
							
						 | 
						19 years ago | 
					
				
					
						
							
							
								   Anselm R.Garbe
							
						 | 
						
							
							
							
								
							
								d26ffc7fa3
								
							
								
							
						 | 
						
							
							
								
								removed finished message
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   Anselm R.Garbe
							
						 | 
						
							
							
							
								
							
								95766d6241
								
							
								
							
						 | 
						
							
							
								
								applied Sanders LD and resize patches
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   Anselm R.Garbe
							
						 | 
						
							
							
							
								
							
								42277b1110
								
							
								
							
						 | 
						
							
							
								
								applied Sanders tiny patches
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								d9386a0c07
								
							
								
							
						 | 
						
							
							
								
								typo fix
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								66e16c92d3
								
							
								
							
						 | 
						
							
							
								
								applied Sanders man page/Makefile patch
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								82064af2d7
								
							
								
							
						 | 
						
							
							
								
								added stripping to dwm target in Makefile
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								99b126d0af
								
							
								
							
						 | 
						
							
							
								
								removed CONFIG
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								a2d56f6dce
								
							
								
							
						 | 
						
							
							
								
								make config.h not a time dependence
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								db876f9fb0
								
							
								
							
						 | 
						
							
							
								
								removed rm config.h from clean
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								05a618b06e
								
							
								
							
						 | 
						
							
							
								
								added gmake compliance
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								bba044de4f
								
							
								
							
						 | 
						
							
							
								
								applied Jukka's diff
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								4d55eee754
								
							
								
							
						 | 
						
							
							
								
								applied Sanders Makefile patch
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								7315bb08ad
								
							
								
							
						 | 
						
							
							
								
								using SRC instead of *.c
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								f80688f1c7
								
							
								
							
						 | 
						
							
							
								
								changed the files included in make dist
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								dc5c070c44
								
							
								
							
						 | 
						
							
							
								
								applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								5d3fd3707b
								
							
								
							
						 | 
						
							
							
								
								implemented the idea presented by Sander for dwm target
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								7b5638f61d
								
							
								
							
						 | 
						
							
							
								
								applied Sanders patches
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   arg@10ksloc.org
							
						 | 
						
							
							
							
								
							
								eccd02def2
								
							
								
							
						 | 
						
							
							
								
								makefile now sets permissions for executables and man pages
							
							
							
							
								
							
							
						 | 
						20 years ago | 
					
				
					
						
							
							
								   Anselm R. Garbe
							
						 | 
						
							
							
							
								
							
								789717d109
								
							
								
							
						 | 
						
							
							
								
								simplified Makefile
							
							
							
							
								
							
							
						 | 
						20 years ago |