summaryrefslogtreecommitdiffstats
path: root/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* small change of main event loopGravatar Anselm R. Garbe 2006-09-041-2/+2
|
* updated dmenu to borderless drawing as wellGravatar Anselm R. Garbe 2006-08-251-9/+10
|
* back to 3 colorsGravatar Anselm R. Garbe 2006-08-251-9/+8
|
* migrated dmenu to use 4 instead of 3 colorsGravatar Anselm R. Garbe 2006-08-241-8/+9
|
* removed unnecessary Xlib callGravatar Anselm R. Garbe 2006-08-241-0/+1
|
* fixed a typo in config.mk, fixed cleanup code in dmenu (now frees all ↵Gravatar Anselm R.Garbe 2006-08-161-4/+15
| | | | allocated stuff)
* readded border colors, this sucks leastGravatar Anselm R.Garbe 2006-08-101-5/+6
|
* removed unnecessary border colorGravatar Anselm R.Garbe 2006-08-101-6/+5
|
* added uppercase chars for C-u and C-h as wellGravatar Anselm R.Garbe 2006-08-101-0/+2
|
* removed C-[ from source and man pageGravatar Anselm R.Garbe 2006-08-101-4/+0
|
* fixed a bad mistake setting the dmenu border to False;Gravatar arg@10ksloc.org 2006-08-071-1/+0
|
* renamed some functions to make it more readableGravatar arg@10ksloc.org 2006-08-071-9/+9
|
* removed -t title crap from dmenuGravatar arg@10ksloc.org 2006-08-071-50/+12
|
* small changeGravatar arg@10ksloc.org 2006-08-051-1/+1
|
* rearranged several stuffGravatar arg@10ksloc.org 2006-08-041-134/+122
|
* initial importGravatar arg@10ksloc.org 2006-08-041-0/+426
ss='nohover-highlight'> 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.