summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* though sticking to |uniqGravatar Anselm R Garbe 2008-04-091-1/+1
* re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons...Gravatar Anselm R Garbe 2008-04-093-10/+10
* Added tag 3.6 for changeset 0bc2751d06e8Gravatar anselm@anselm1 2008-04-031-0/+1
* fix typoGravatar Sander van Dijk 2008-03-251-1/+1
* using limits.hGravatar Anselm R Garbe 2008-03-251-2/+3
* bugfix of the -0 case in dmenu (thanks to Sander for his hint)Gravatar Anselm R Garbe 2008-03-251-2/+2
* applied Jukkas hotfixGravatar Anselm R Garbe 2008-03-241-1/+1
* more cosmeticsGravatar Sander van Dijk 2008-03-231-2/+1
* cosmeticsGravatar Sander van Dijk 2008-03-231-5/+3
* made some whitespacing consistent.Gravatar Sander van Dijk 2008-03-231-3/+3
* removed unused variable nitem.Gravatar sander@localhost 2008-03-231-11/+3
* several performance tweaksGravatar anselm@anselm1 2008-03-222-19/+44
* fixed match() to prefer prefix-matches to strstr-matches in the match list, e...Gravatar Anselm R Garbe 2008-03-183-30/+46
* Added tag 3.5 for changeset 05e5bd706b3bGravatar Anselm R Garbe 2008-03-131-0/+1
* applied next patch of SanderGravatar Anselm R Garbe 2008-03-131-3/+2
* applied Sanders patchGravatar anselm@anselm1 2008-03-122-9/+7
* removed ido-matching, changed behavior of -i meaning case insensitive matchin...Gravatar Anselm R Garbe 2008-03-124-36/+37
* removed setGravatar Anselm R Garbe 2008-02-121-1/+1
* updatedGravatar anselm@aab 2008-02-111-1/+1
* added dmenu runGravatar anselm@anselm1 2007-12-223-3/+7
* Added tag 3.4 for changeset 9ab649b3b3e5Gravatar Anselm R. Garbe 2007-10-251-0/+1
* adapted c99 for pedantic checks, even if those checks are somewhat brokenGravatar Anselm R. Garbe 2007-10-101-1/+1
* implemented strcasestr for dmenu (I call it cistrstr) for portability issues ...Gravatar Anselm R. Garbe 2007-10-011-1/+25
* fixed font definitionGravatar Anselm R. Garbe 2007-10-011-1/+1
* fixed dmenuGravatar Anselm R. Garbe 2007-09-301-1/+1
* using saner defaultsGravatar Anselm R. Garbe 2007-09-301-4/+4
* applied new color nuanceGravatar Anselm R. Garbe 2007-09-271-2/+2
* applied my favorite color schemeGravatar Anselm R. Garbe 2007-09-261-5/+5
* casting char to int when using tolower (thanks to Jukkas careful cosmetic che...Gravatar arg@suckless.org 2007-09-241-1/+1
* switching to whiteGravatar Anselm R. Garbe 2007-09-231-4/+4
* yet another cosmetic fixGravatar Anselm R. Garbe 2007-09-231-6/+2
* small cosmetic fixGravatar Anselm R. Garbe 2007-09-231-1/+1
* applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by de...Gravatar Anselm R. Garbe 2007-09-234-41/+45
* Added tag 3.3 for changeset 709df5a4bad7Gravatar Anselm R. Garbe 2007-09-221-0/+1
* applied yiyus initfont fixGravatar arg@suckless.org 2007-09-191-4/+3
* reorganizedGravatar Anselm R. Garbe 2007-09-171-288/+299
* next version is 3.3Gravatar arg@suckless.org 2007-09-172-2/+2
* micromizing dmenu step 1Gravatar Anselm R. Garbe 2007-09-166-152/+149
* fixed fallbackGravatar Anselm R. Garbe 2007-09-151-2/+4
* applied ido-matching to dmenuGravatar arg@f00b4r 2007-07-241-0/+21
* fooooooGravatar Anselm R. Garbe 2007-06-011-6/+6
* Added tag 3.2 for changeset e4c81a78ffbaGravatar Anselm R. Garbe 2007-05-301-0/+1
* referred to LICENSE fileGravatar Anselm R. Garbe 2007-05-304-12/+4
* I agree with the race fix of JG, but I dislike the SUSV3-breaking find, and I...Gravatar Anselm R. Garbe 2007-05-241-17/+17
* Fix the uptodate logic (uptodate if !find newer dirs than the cache).Gravatar Kris Maglione 2007-05-231-2/+2
* Silence the first find in dmenu_path.Gravatar Kris Maglione 2007-05-231-1/+1
* Fix grouping in dmenu_path.Gravatar Kris Maglione 2007-05-231-1/+1
* Merge.Gravatar Kris Maglione 2007-05-231-8/+8
|\
| * removed some superflous strncmp'sGravatar Anselm R. Garbe 2007-05-231-8/+8
* | Changed dmenu_path (fixed race, improved speed, check that $PATH is the same ...Gravatar Kris Maglione 2007-05-231-16/+17
|/
pan title='2015-01-19 22:16:07 +0100'>2015-01-19Add some description for the plumb feature.Gravatar Christoph Lohmann 1-0/+3 2015-01-19Add plumbing functionality.Gravatar Christoph Lohmann 2-2/+28 2015-01-18Add a comment about how the styles are iterated.Gravatar Christoph Lohmann 1-0/+4 Thanks quing for noticing. 2015-01-18My CMD was too short. :OGravatar Christoph Lohmann 1-1/+1 Thanks Carlos Torres for mentioning this. 2015-01-17Add the manpage changes for the disk cache support.Gravatar Christoph Lohmann 1-1/+7 2015-01-17Adding disk cache support for soup.Gravatar Christoph Lohmann 2-9/+40 This is a merge of the patch of Ben Woolley <tautolog@gmail.com> 2015-01-17Fix extra newline, and add -g where other switches are forwarded.Gravatar Ben Woolley 1-1/+3 Signed-off-by: Christoph Lohmann <20h@r-36.net> 2015-01-17Newer libc want _DEFAULT_SOURCE.Gravatar Christoph Lohmann 1-1/+1 2015-01-17Major styles update.Gravatar Christoph Lohmann 3-11/+84 In config.h there is now some styles array to apply site-specific styles. This can be toggled using the -mM flags. If a stylefile is manually specified, then this will overwrite everything. 2015-01-02Fix a typo in surf manual.Gravatar Jakukyo Friel 1-1/+1 `Ctrl-/` displays incorrectly in `man surf` on my machine. A patch is attached. (You also access it here: https://github.com/weakish/surf/commit/07e97eccedd96eabf14b2fbf77de75ec1b594d97) ---- surf.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Signed-off-by: Christoph Lohmann <20h@r-36.net> 2014-09-28Minor style change.Gravatar Christoph Lohmann 1-1/+1 2014-09-28Make »Copy image address« work.Gravatar Christoph Lohmann 1-3/+10 Thanks yui@blekksprut.net for the patch! 2014-08-07Mention xdotool in SEE ALSO too.Gravatar Christoph Lohmann 1-1/+2 2014-08-07Fix the manpage about xid.Gravatar Christoph Lohmann 1-1/+3 Something was missing from this one sentence. Now it is complete.