Anselm R Garbe
							
						 | 
						
							
							
								88c8ead3e8
							
							removed some more useless clunk
						 | 
						hace 17 años | 
					
				
					
						
							
								   Anselm R Garbe
							
						 | 
						
							
							
								2e95837220
							
							implemented the stuff as I discussed on dwm@
						 | 
						hace 17 años | 
					
				
					
						
							
								   anselm@anselm1
							
						 | 
						
							
							
								9804726c82
							
							well, AIM_XINERAMA should not be enabled
						 | 
						hace 17 años | 
					
				
					
						
							
								   anselm@anselm1
							
						 | 
						
							
							
								7bc272a4e4
							
							made the basics of the tagging concept working -- if people want dynamic tags, that's even possible with this concept, the vtags[] array needs to be modified during runtime for this -- the new code is quite experimental, ugly and needs polishing
						 | 
						hace 17 años | 
					
				
					
						
							
								   anselm@anselm1
							
						 | 
						
							
							
								0271ac0ed7
							
							disabled AIM_XINERAMA
						 | 
						hace 17 años | 
					
				
					
						
							
								   anselm@anselm1
							
						 | 
						
							
							
								d5178292ed
							
							simplified dwm
						 | 
						hace 17 años | 
					
				
					
						
							
								   anselm@aab
							
						 | 
						
							
							
								c2c54cc0fa
							
							got initial Xinerama support working, though there is a lot work todo
						 | 
						hace 17 años | 
					
				
					
						
							
								   anselm@anselm1
							
						 | 
						
							
							
								985e330524
							
							merged Christof Musik's Xinerama support patches, though this needs some polishing!
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								8497f9f781
							
							next version will be 4.8
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								93eee247ca
							
							going toward 4.7
						 | 
						hace 18 años | 
					
				
					
						
							
								   arg@suckless.org
							
						 | 
						
							
							
								1dcb18c124
							
							uncommented DEBUG CFLGAS/LDFLAGS
						 | 
						hace 18 años | 
					
				
					
						
							
								   arg@suckless.org
							
						 | 
						
							
							
								206eb344e2
							
							just making dwm.h saner
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								a73de0cff4
							
							added antoszka's viewprev patch with some minor modifications, restored Client->tags as Bool *, however kept the static initialization of ntags and seltags (prevtags) - this seems to be the best compromise
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								c77663fcb4
							
							btw 4.6 will be the next release
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								0235a84ef2
							
							micromizing dwm step 1
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								ae760f3f38
							
							introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								a92cf496c1
							
							prepared 4.4.1 bugfix and minor feature enhancement release
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								5762e92994
							
							reverted release CFLAGs
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								36672d0401
							
							removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								47765f7286
							
							added screen.c, removed layout.c and tag.c
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								0c60620410
							
							hmm I doubt the usefulness of storing this information...
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								77044e8765
							
							made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								0937cc78bf
							
							moved floating to layout.c, kept tile.c outside
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								f6e41b0bc3
							
							renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact
						 | 
						hace 18 años | 
					
				
					
						
							
								   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
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								a54cf2ecef
							
							changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								141beb2704
							
							replaced BORDERPX with sel->border in togglemax(), in other places this is not possible.
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								81658eaab3
							
							applied Szabolcs proposal to simplify setlayout()
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								b896b58d6d
							
							removed strip, added -s to LDFLAGS
						 | 
						hace 18 años | 
					
				
					
						
							
								   Anselm R. Garbe
							
						 | 
						
							
							
								fef6c5c66b
							
							added new Mod1-b functionality to dwm(1)
						 | 
						hace 18 años |