Hiltjo Posthuma
							
						 
						
							
							
							
								
							
								8df553e004 
								
							
								 
							
						 
						
							
							
								
								Makefile: remove the options target  
							
							 
							
							 
							
							
								
							
							
							The Makefile used to suppress output (by using @), so this target made sense at
the time.
But the Makefile should be simple and make debugging with less abstractions or
fancy printing.  The Makefile was made verbose and doesn't hide the build
output, so remove this target.
Prompted by a question on the mailing list about the options target. 
							
						 
						2 years ago  
					 
				
					
						
							
							
								   Hiltjo Posthuma
							
						 
						
							
							
							
								
							
								a314412f4b 
								
							
								 
							
						 
						
							
							
								
								Makefile: just show the compiler output  
							
							 
							
							 
							
							
								
							
							
							Don't be fancy and just show the actual output so debugging is simpler. 
							
						 
						8 years ago  
					 
				
					
						
							
							
								   Quentin Rameau
							
						 
						
							
							
							
								
							
								0b57480218 
								
							
								 
							
						 
						
							
							
								
								Makefile: bikesheddingly replace ${} with $()  
							
							 
							
							
								
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								   Hiltjo Posthuma
							
						 
						
							
							
							
								
							
								c9e4e152e6 
								
							
								 
							
						 
						
							
							
								
								Makefile: package config.def.h on make dist  
							
							 
							
							
								
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								   Hiltjo Posthuma
							
						 
						
							
							
							
								
							
								d6742ef8a6 
								
							
								 
							
						 
						
							
							
								
								stest: get rid of getopt, use suckless arg.h  
							
							 
							
							 
							
							
								
							
							
							... also some style improvements. 
							
						 
						10 years ago  
					 
				
					
						
							
							
								   Hiltjo Posthuma
							
						 
						
							
							
							
								
							
								4b1fecd44e 
								
							
								 
							
						 
						
							
							
								
								Use libdraw: add Xft and fallback-fonts support to graphics lib  
							
							 
							
							 
							
							
								
							
							
							- libdraw, util: add drw.{c,h}, util.{c,h} and update code.
- libdraw: fix drw_rect(): use w and h parameter.
- libdraw: print errstr if last character in string was ":" (sbase).
- libdraw: drw_clr_free() allow valid free(NULL).
- config.def.h: set default font to monospace.
- cleanup() on exit.
- LICENSE: update license string for dmenu -v to 2015.
- LICENSE: add myself to LICENSE 
							
						 
						11 years ago  
					 
				
					
						
							
							
								   Anselm R Garbe
							
						 
						
							
							
							
								
							
								14f72a2763 
								
							
								 
							
						 
						
							
							
								
								adopted Alex Sedov's config.h revival patch to tip  
							
							 
							
							
								
							
							
						 
						13 years ago  
					 
				
					
						
							
							
								   Quentin Glidic
							
						 
						
							
							
							
								
							
								dec9a28863 
								
							
								 
							
						 
						
							
							
								
								dmenu_run: Split cache logic to dmenu_path again  
							
							 
							
							 
							
							
								
							
							
							This allows to run dmenu_path to update the cache using
a packager manager hook system 
							
						 
						13 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								bb4424df07 
								
							
								 
							
						 
						
							
							
								
								replace lsx with stest  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								168221b2f8 
								
							
								 
							
						 
						
							
							
								
								makefile: *.o depend on draw.h  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								bae58f61cf 
								
							
								 
							
						 
						
							
							
								
								add lsx.1 to dist  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								59dafc4ad6 
								
							
								 
							
						 
						
							
							
								
								make clean lsx  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								eadf090413 
								
							
								 
							
						 
						
							
							
								
								new dmenu_run  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								ab3bcac0bf 
								
							
								 
							
						 
						
							
							
								
								new lsx branch  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								1654d6cd62 
								
							
								 
							
						 
						
							
							
								
								cleanup  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								15505bd711 
								
							
								 
							
						 
						
							
							
								
								fast dmenu_path script  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								a8ea79715f 
								
							
								 
							
						 
						
							
							
								
								gmake spews  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								3e0a141016 
								
							
								 
							
						 
						
							
							
								
								posix makefile  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Anselm R Garbe
							
						 
						
							
							
							
								
							
								22cf9626c7 
								
							
								 
							
						 
						
							
							
								
								fixed dist target bug  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								da81f57f6d 
								
							
								 
							
						 
						
							
							
								
								fixed config.mk dep  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								a0a99d10e1 
								
							
								 
							
						 
						
							
							
								
								removed libdc dependence  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								bf7b8e37ee 
								
							
								 
							
						 
						
							
							
								
								dmenu_path.c (shell is a bottleneck)  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								06c18808b6 
								
							
								 
							
						 
						
							
							
								
								replaced promptw  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								a7aee433cc 
								
							
								 
							
						 
						
							
							
								
								fixed bugs, no more config.h, updated manpage, new libdraw  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								a3606ecb0e 
								
							
								 
							
						 
						
							
							
								
								updated manpage, added paste, cleaned up, new libdraw  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								7d5fe17391 
								
							
								 
							
						 
						
							
							
								
								merged dmenu & dinput (clunky interface)  
							
							 
							
							
								
							
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								855a566319 
								
							
								 
							
						 
						
							
							
								
								added dmenu.h, common.c  
							
							 
							
							
								
							
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								26b9f3de0f 
								
							
								 
							
						 
						
							
							
								
								libdraw now has own repo  
							
							 
							
							
								
							
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								4508fd2c4e 
								
							
								 
							
						 
						
							
							
								
								moved draw.c to libdraw.a  
							
							 
							
							
								
							
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								8f7b62e2b6 
								
							
								 
							
						 
						
							
							
								
								fixed makefile  
							
							 
							
							
								
							
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								595e797660 
								
							
								 
							
						 
						
							
							
								
								added draw.h  
							
							 
							
							
								
							
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Connor Lane Smith
							
						 
						
							
							
							
								
							
								b4e63454e5 
								
							
								 
							
						 
						
							
							
								
								initial dmenu / dinput separation  
							
							 
							
							
								
							
							
						 
						16 years ago  
					 
				
					
						
							
							
								   Anselm R Garbe
							
						 
						
							
							
							
								
							
								8623bf5d19 
								
							
								 
							
						 
						
							
							
								
								prepared dmenu-4.1 release  
							
							 
							
							
								
							
							
						 
						16 years ago  
					 
				
					
						
							
							
								   anselm@anselm1
							
						 
						
							
							
							
								
							
								542c58d8d0 
								
							
								 
							
						 
						
							
							
								
								several performance tweaks  
							
							 
							
							
								
							
							
						 
						18 years ago  
					 
				
					
						
							
							
								   anselm@anselm1
							
						 
						
							
							
							
								
							
								d8688f7a4f 
								
							
								 
							
						 
						
							
							
								
								added dmenu run  
							
							 
							
							
								
							
							
						 
						18 years ago  
					 
				
					
						
							
							
								   Anselm R. Garbe
							
						 
						
							
							
							
								
							
								06ae894434 
								
							
								 
							
						 
						
							
							
								
								micromizing dmenu step 1  
							
							 
							
							
								
							
							
						 
						18 years ago  
					 
				
					
						
							
							
								   Anselm R. Garbe
							
						 
						
							
							
							
								
							
								5a3dfb1c40 
								
							
								 
							
						 
						
							
							
								
								removed strip, added -s to LDFLAGs  
							
							 
							
							
								
							
							
						 
						19 years ago  
					 
				
					
						
							
							
								   Anselm R. Garbe
							
						 
						
							
							
							
								
							
								0e19146d5f 
								
							
								 
							
						 
						
							
							
								
								making copyright notice more compact  
							
							 
							
							
								
							
							
						 
						19 years ago  
					 
				
					
						
							
							
								   Anselm R. Garbe
							
						 
						
							
							
							
								
							
								5f436fdcb7 
								
							
								 
							
						 
						
							
							
								
								added dmenu_path convenience script  
							
							 
							
							
								
							
							
						 
						19 years ago  
					 
				
					
						
							
							
								   Anselm R. Garbe
							
						 
						
							
							
							
								
							
								3bc1f99e3c 
								
							
								 
							
						 
						
							
							
								
								applied the fix inspired by a recent wmii commit  
							
							 
							
							
								
							
							
						 
						19 years ago  
					 
				
					
						
							
							
								   Anselm R. Garbe
							
						 
						
							
							
							
								
							
								a1913a6af7 
								
							
								 
							
						 
						
							
							
								
								readded draw.c again (except getcolor and setfont)  
							
							 
							
							
								
							
							
						 
						19 years ago  
					 
				
					
						
							
							
								   Anselm R. Garbe
							
						 
						
							
							
							
								
							
								665488a6ee 
								
							
								 
							
						 
						
							
							
								
								removed draw.c, implemented C-w handling (backward word deletion)  
							
							 
							
							
								
							
							
						 
						19 years ago  
					 
				
					
						
							
							
								   Anselm R. Garbe
							
						 
						
							
							
							
								
							
								f3c12a7bff 
								
							
								 
							
						 
						
							
							
								
								fixed Copyright notice in Makefile  
							
							 
							
							
								
							
							
						 
						19 years ago  
					 
				
					
						
							
							
								   Anselm R. Garbe
							
						 
						
							
							
							
								
							
								dbccf6fbff 
								
							
								 
							
						 
						
							
							
								
								got rid of LD, inspired by JGs patch to wmii  
							
							 
							
							
								
							
							
						 
						19 years ago  
					 
				
					
						
							
							
								   arg@mig29
							
						 
						
							
							
							
								
							
								771c0cb607 
								
							
								 
							
						 
						
							
							
								
								next version will contain updated copyright notice  
							
							 
							
							
								
							
							
						 
						19 years ago  
					 
				
					
						
							
							
								   arg@mmvi
							
						 
						
							
							
							
								
							
								e7ecae0d58 
								
							
								 
							
						 
						
							
							
								
								removed crap from Makefile  
							
							 
							
							
								
							
							
						 
						19 years ago  
					 
				
					
						
							
							
								   arg@mmvi
							
						 
						
							
							
							
								
							
								5c0d28e4ff 
								
							
								 
							
						 
						
							
							
								
								removed config.h stuff, made dwm configurable due to command line options  
							
							 
							
							
								
							
							
						 
						19 years ago  
					 
				
					
						
							
							
								   Anselm R.Garbe
							
						 
						
							
							
							
								
							
								0faf441367 
								
							
								 
							
						 
						
							
							
								
								applied sanders Makefile patch  
							
							 
							
							
								
							
							
						 
						20 years ago  
					 
				
					
						
							
							
								   Anselm R.Garbe
							
						 
						
							
							
							
								
							
								26fc52fcf6 
								
							
								 
							
						 
						
							
							
								
								removed finished message  
							
							 
							
							
								
							
							
						 
						20 years ago  
					 
				
					
						
							
							
								   Anselm R.Garbe
							
						 
						
							
							
							
								
							
								b7f8911455 
								
							
								 
							
						 
						
							
							
								
								applied Sanders LD patch  
							
							 
							
							
								
							
							
						 
						20 years ago