Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-26 | Describe the web page indicators too. | Christoph Lohmann | |
2015-01-26 | It wasn't really clear what was meant with site indicators in the manpage. | Christoph Lohmann | |
2015-01-26 | surf: documented indicators in man page | Greg Reagle | |
Patch attached. -- http://www.fastmail.com - The professional email service From 4a64624fee94c16c093d2b192389bad9bd6675d8 Mon Sep 17 00:00:00 2001 From: Greg Reagle <greg.reagle@umbc.edu> Date: Mon, 26 Jan 2015 14:29:05 -0500 Subject: [PATCH] Documented indicators Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2015-01-20 | fix stylesheet interna. | Markus Teich | |
* no more segfault when running `surf -m` * allow to enable custom styles after `surf -m` with mod+shift+m * use enablestyles instead of the webkit-setting, which clears things up a bit Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2015-01-20 | Only plumb some URI, when it's ASCII. | Christoph Lohmann | |
2015-01-20 | Oh my blob! | Christoph Lohmann | |
Adding blob: to the URIS handled by the browser. | |||
2015-01-19 | Data: is part of the browser too. | Christoph Lohmann | |
2015-01-19 | file:// should be handled in surf too. | Christoph Lohmann | |
2015-01-19 | Remove the debugging from the testing. | Christoph Lohmann | |
2015-01-19 | Add some description for the plumb feature. | Christoph Lohmann | |
2015-01-19 | Add plumbing functionality. | Christoph Lohmann | |
2015-01-18 | Add a comment about how the styles are iterated. | Christoph Lohmann | |
Thanks quing for noticing. | |||
2015-01-18 | My CMD was too short. :O | Christoph Lohmann | |
Thanks Carlos Torres for mentioning this. | |||
2015-01-17 | Add the manpage changes for the disk cache support. | Christoph Lohmann | |
2015-01-17 | Adding disk cache support for soup. | Christoph Lohmann | |
This is a merge of the patch of Ben Woolley <tautolog@gmail.com> | |||
2015-01-17 | Fix extra newline, and add -g where other switches are forwarded. | Ben Woolley | |
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2015-01-17 | Newer libc want _DEFAULT_SOURCE. | Christoph Lohmann | |
2015-01-17 | Major styles update. | Christoph Lohmann | |
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-02 | Fix a typo in surf manual. | Jakukyo Friel | |
`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-28 | Minor style change. | Christoph Lohmann | |
2014-09-28 | Make »Copy image address« work. | Christoph Lohmann | |
Thanks yui@blekksprut.net for the patch! | |||
2014-08-07 | Mention xdotool in SEE ALSO too. | Christoph Lohmann | |
2014-08-07 | Fix the manpage about xid. | Christoph Lohmann | |
Something was missing from this one sentence. Now it is complete. | |||
2014-08-04 | Add a FAQ to surf. | Christoph Lohmann | |
2014-05-17 | Add information about the dmenu requirement. | Christoph Lohmann | |
Thanks <surfsup@inbox.lv>! | |||
2014-02-28 | fix some indentation in config.def.h | Markus Teich | |
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2014-02-16 | Enable resizable text areas. | Christoph Lohmann | |
2014-02-08 | deprecating signal “populate-popup” for “context-menu” | Quentin Rameau | |
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2014-02-08 | Prevent title from being empty when following an anchor | Quentin Rameau | |
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2014-02-06 | deprecating signal “title-changed” for “notify::title” | Quentin Rameau | |
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2014-02-06 | The check for NULL is not necessary before free. | Christoph Lohmann | |
2014-02-06 | Removing a memory leak when u wasn't freed. | Christoph Lohmann | |
2014-02-05 | Making the empty title possible. | Christoph Lohmann | |
2014-02-05 | Draw flags on window creation | Quentin Rameau | |
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2014-02-05 | Keep cookie policies for new windows | Quentin Rameau | |
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2014-01-30 | Change the accept no third party in the doc to the right meaning. | Christoph Lohmann | |
2014-01-30 | Add the commandline flag for the cookie policies too. | Christoph Lohmann | |
2014-01-30 | Add a way to define the cookie policy. | Christoph Lohmann | |
This adds the -a flag to define a string of the toggle string for the cookie policy modes. There is now a new »cookiepolicies« string in config.h and the Mod+Shift+a now can toggle the policy but will not cause a reload, because this would only add a burden when toggling through accept and not accept. Thanks Quentin Rameau <quinq.ml@gmail.com> for the suggestions! | |||
2014-01-30 | Replacing the deprecated ssl-ca-file with tls-database. | Christoph Lohmann | |
Thanks Steve Dee <mrdomino@gmail.com>! | |||
2014-01-30 | Fix the ssl trusted check. | Christoph Lohmann | |
Thank you Steve Dee <mrdomino@gmail.com>! | |||
2014-01-13 | Make surf set the URI atom right on manual URI entering. | Christoph Lohmann | |
2013-10-19 | Add zoom level support. | Christoph Lohmann | |
2013-10-10 | c->uri is unused | David Dufberg | |
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2013-09-07 | Make it possible to open a link in a new window with holding the mod key. | Christoph Lohmann | |
Thanks David Dufberg Tøttrup <david@dufberg.se>! | |||
2013-08-31 | Add a flag to disable fullscreen. | Christoph Lohmann | |
This also updates the usage of surf to represent the current status. Thanks Alexander Sedov for the suggestion, but you forgot the manpage entry so I did this patch. | |||
2013-08-25 | Add fullscreen mode as flag and config option. | Christoph Lohmann | |
2013-08-09 | Just some comment correction. | Christoph Lohmann | |
2013-07-20 | applied Nick's 96dpi patch, thanks | Anselm R Garbe | |
2013-07-12 | Setting the cookie file on new instances. | Christoph Lohmann | |
2013-06-21 | Updating the TODO file. | Christoph Lohmann | |