| 
							
							
								 Anselm R Garbe | 88efbf3dd1 | removed compiler warning if XINERAMA is disabled | 2008-07-17 17:40:42 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | 4d8a646958 | got rid of compile time xidx, grabbing the mouse pointer instead, falling back to screen 0 if no pointer available | 2008-07-16 18:38:53 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | b89a9501c7 | reverted uint/ulong introduction | 2008-07-16 18:18:38 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | 65d655b371 | minor update regarding locale support | 2008-06-30 10:00:00 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | 2cef0ddb01 | removed emalloc, used only once so obsolete | 2008-06-21 16:43:12 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | 3f244b1d52 | minor fix | 2008-06-19 09:18:17 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | d2305e4b13 | reusing config.h's color values, note we have to use const char *, instead of const char [] here, because the pointer might change | 2008-06-14 10:55:13 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | fcf26a38f1 | using xidx | 2008-06-13 12:04:04 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | a45f106d3c | cosmetic fixes | 2008-06-13 11:46:50 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | 596033b781 | s/unsigned int/uint/, s/unsigned long/ulong/ | 2008-05-22 11:15:11 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | 357558798c | foo | 2008-05-20 15:07:42 +01:00 |  | 
			
				
					| 
							
							
								 anselm@anselm1 | 1f6af5e78f | added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w | 2008-05-19 20:29:32 +01:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | cbe5e88e4f | using limits.h | 2008-03-25 10:18:17 +00:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | 2fe3ccdf58 | bugfix of the -0 case in dmenu (thanks to Sander for his hint) | 2008-03-25 09:43:34 +00:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | 07d82c0c2a | applied Jukkas hotfix | 2008-03-24 15:56:41 +00:00 |  | 
			
				
					| 
							
							
								 Sander van Dijk | e7423f8fc6 | more cosmetics | 2008-03-23 22:06:09 +01:00 |  | 
			
				
					| 
							
							
								 Sander van Dijk | 61976c292b | cosmetics | 2008-03-23 21:17:35 +01:00 |  | 
			
				
					| 
							
							
								 Sander van Dijk | 63c9e30a76 | made some whitespacing consistent. | 2008-03-23 21:11:42 +01:00 |  | 
			
				
					| 
							
							
								 sander@localhost | 015f51ac46 | removed unused variable nitem. | 2008-03-23 12:09:29 +01:00 |  | 
			
				
					| 
							
							
								 anselm@anselm1 | 542c58d8d0 | several performance tweaks | 2008-03-22 14:52:00 +00:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | 745c46d8fa | fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6 | 2008-03-18 16:52:51 +00:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | 301b4e5591 | applied next patch of Sander | 2008-03-13 12:02:29 +00:00 |  | 
			
				
					| 
							
							
								 anselm@anselm1 | 38b866ba34 | applied Sanders patch | 2008-03-12 21:37:43 +00:00 |  | 
			
				
					| 
							
							
								 Anselm R Garbe | 540a78761b | removed ido-matching, changed behavior of -i meaning case insensitive matching now, commented -x, -y, -w arguments in dmenu.1 | 2008-03-12 15:41:19 +00:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 8b2f132973 | implemented strcasestr for dmenu (I call it cistrstr) for portability issues (cygwin has no strcasestr, oh dear) | 2007-10-01 15:28:42 +02:00 |  | 
			
				
					| 
							
							
								 arg@suckless.org | 72a8eb412f | casting char to int when using tolower (thanks to Jukkas careful cosmetic checking!) | 2007-09-24 15:04:31 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 2e898a308f | yet another cosmetic fix | 2007-09-23 18:32:08 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 6514b07ad2 | small cosmetic fix | 2007-09-23 18:31:19 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 724fe3cf7f | applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by default, added -i command line option to enable ido matching, added Michał to Copyright holders | 2007-09-23 18:26:41 +02:00 |  | 
			
				
					| 
							
							
								 arg@suckless.org | 56f9e26b72 | applied yiyus initfont fix | 2007-09-19 17:33:35 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | d094ebea96 | reorganized | 2007-09-17 20:53:14 +02:00 |  | 
			
				
					| 
							
							
								 Anselm R. Garbe | 06ae894434 | micromizing dmenu step 1 | 2007-09-16 20:14:09 +02:00 |  |