summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* typofix.Gravatar Enno Boland (tox) 2010-03-262-5/+5
* reimplementing cookies. Now we need some file locking.Gravatar Enno Boland (tox) 2010-03-251-2/+14
* updating manpage, reformating help output.Gravatar Enno Boland (tox) 2010-03-252-9/+19
* fixing argument parsing.Gravatar Enno Boland (tox) 2010-03-241-0/+2
* fixing downloadsGravatar Enno Boland (tox) 2010-03-241-8/+6
* gotheaders will now be called correctly.Gravatar Enno Boland (tox) 2010-03-241-1/+6
* adding surf-logo.Gravatar Enno Boland (tox) 2010-03-241-0/+0
* working on cookiesGravatar Enno Boland (tox) 2010-03-241-2/+37
* reformatingGravatar Enno Boland (tox) 2010-03-241-8/+4
* adding cmd-switches for turning of images/plugins/scriptsGravatar Enno Boland (tox) 2010-03-241-12/+36
* now we've got access to cookies before they're sended. Let's start building a...Gravatar Enno Boland (tox) 2010-03-241-15/+9
* session gets set properly in setup()Gravatar Enno Boland (tox) 2010-03-101-4/+12
* fixing progress, beginning new cookie implementationGravatar Enno Boland (tox) 2010-03-082-2/+13
* small typo.Gravatar Enno Boland (tox) 2010-03-081-1/+1
* removed persistent cookies, replaced deprecated eventlistenersGravatar Enno Boland (tox) 2010-03-081-66/+21
* _SURF_URI gets initialised as soon as the window opens.Gravatar Enno Boland (tox) 2010-01-291-5/+15
* fixing manpageGravatar Enno Boland (tox) 2010-01-201-4/+4
* dl has to be a directory, not a file.Gravatar Enno Boland (tox) 2010-01-041-1/+1
* adding fixes from thomas_adam. Thanks :)Gravatar Enno Boland (tox) 2009-12-152-1/+26
* Backed out changeset 260fda70689fGravatar Enno Boland (tox) 2009-11-091-6/+6
* changing locking algorythm for setprop.Gravatar Enno Boland (tox) 2009-11-081-6/+6
* SETPROP() macro shows now the current value in dwm.Gravatar Enno Boland (tox) 2009-11-081-2/+2
* next version will be 0.4Gravatar Enno Boland (tox) 2009-11-021-1/+1
* adding environment variables for proxy and useragentGravatar Enno Boland (tox) 2009-11-021-2/+11
* Added tag 0.3 for changeset 46d516fd2167Gravatar Enno Boland (tox) 2009-10-301-0/+1
* changing SETPROP()-macroGravatar Enno Boland (tox) 2009-10-301-1/+2
* quoting fix reported by Evan Gates.Gravatar Enno Boland (tox) 2009-10-281-1/+1
* sorting functions alphabetical.Gravatar Enno Boland (tox) 2009-10-281-103/+103
* some polishing.Gravatar Enno Boland (tox) 2009-10-281-5/+4
* removed warning when closing a surf-window.Gravatar Enno Boland (tox) 2009-10-281-1/+1
* displaying progress before pagetitle.Gravatar Enno Boland (tox) 2009-10-281-1/+1
* adding automatic download for not supported files.Gravatar Enno Boland (tox) 2009-10-271-6/+8
* fixing downloads based on Evan Gates' patch.Gravatar Enno Boland (tox) 2009-10-272-10/+37
* Adding Evan Gates' patch.Gravatar Enno Boland (tox) 2009-10-261-1/+1
* moving reloadcookie() callGravatar Enno Boland (tox) 2009-10-261-1/+1
* cleaning up config.mkGravatar Enno Boland (tox) 2009-10-261-4/+2
* Adding Lorenzo Bollas hints patch.Gravatar Enno Boland (tox) 2009-10-211-0/+2
* using geturi() where possible.Gravatar Enno Boland (tox) 2009-10-211-2/+3
* next version is 0.3Gravatar Enno Boland (tox) 2009-10-211-1/+1
* fixing config.def.hGravatar Enno Boland (tox) 2009-10-211-1/+0
* replacing ignore_once with ignorexpropGravatar Enno Boland (tox) 2009-10-211-4/+5
* removing comments.Gravatar Enno Boland (tox) 2009-10-201-3/+0
* forgot to add config.def.hGravatar Enno Boland (tox) 2009-10-201-26/+27
* replacing gtk-textentrys with dmenuGravatar Enno Boland (tox) 2009-10-201-126/+58
* small fixGravatar Enno Boland (tox) 2009-10-201-0/+1
* small cleanupsGravatar Enno Boland (tox) 2009-10-201-3/+1
* adding autozoom lock when site is already zoomed.Gravatar Enno Boland (tox) 2009-10-201-2/+8
* adding autozoom for small windowsGravatar Enno Boland (tox) 2009-10-201-0/+15
* using another way to handle cookies.Gravatar Enno Boland (tox) 2009-10-201-46/+53
|\
| * Backed out changeset 7a57a0a8dbc6Gravatar Enno Boland (tox) 2009-10-201-46/+41
d> 2015-01-19Remove the debugging from the testing.Gravatar Christoph Lohmann 1-1/+0 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.