Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-03 | Be more specific about what enablestyles parameter does. | Quentin Rameau | |
The enablestyles configuration variable and parameter flag manages the global application of styles, not just the site-specific styles. Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2015-11-03 | Fix fullscreen handling | Quentin Rameau | |
Handle the fullscreen in a more consistent way with other options: -f disables fullscreen while -F enables fullscreen. Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
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-17 | Add the manpage changes for the disk cache support. | 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-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-05-17 | Add information about the dmenu requirement. | Christoph Lohmann | |
Thanks <surfsup@inbox.lv>! | |||
2014-01-30 | Change the accept no third party in the doc to the right meaning. | 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! | |||
2013-10-19 | Add zoom level support. | Christoph Lohmann | |
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-05-21 | Adding a common way to enable and disable features. | Christoph Lohmann | |
2013-05-14 | There's only one escape. | Christoph Lohmann | |
2013-05-11 | Correcting the backslash in the surf manpage. | Christoph Lohmann | |
2013-04-28 | Allowing geo location policy decisions. | Christoph Lohmann | |
2013-03-11 | Adding kiosk mode. | Christoph Lohmann | |
Thanks to Christian Hesse <mail@eworm.de>! | |||
2013-02-25 | disable/toggle scrollbars | Carlos J. Torres | |
* add flag to main * add flag to manual * add signal handler to block default scrollbar policy * add toggle of scrollbars (hacky - but no reload) with a twitch * add key map to manual * add commandline flag to children surfers * update TODO * sort stuff alphabetically for the style inquisition Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2013-02-16 | Add a toggle command for the stylefile. | Christoph Lohmann | |
The patch adds some better formatting for the manpage too. Thanks to Nick <suckless-dev@njw.me.uk> for the toggle patch! | |||
2013-02-11 | Remove the redundant ctrl-l and ctrl-h description from the man page. | Shayan Pooya | |
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2013-01-26 | Adding web inspector support to surf. | Christoph Lohmann | |
Thanks Gregor Best <gbe@ring0.de>! | |||
2012-12-04 | Adding a man section about how to handle plugins. | Christoph Lohmann | |
2012-12-03 | Adding the fullscreen mode to the manpage. | Christoph Lohmann | |
2012-12-02 | Resolving some conflicts in the shortcuts. | Christoph Lohmann | |
2012-12-02 | Making zoom available when used in tabbed. | Christoph Lohmann | |
2012-11-20 | The control of the toggles is now Ctrl-Shift-$character. That's easier for new | Christoph Lohmann | |
users. | |||
2012-11-16 | Adding back the Escape to stop loading the current page. Thanks Daniel Bainton | Christoph Lohmann | |
for the notice! | |||
2012-11-16 | Removing the insert mode. It will only confuse users. The stop() function is | Christoph Lohmann | |
kept like the eval() function because it could be used in config.h | |||
2012-11-15 | Enable the insert mode. Thanks to stanio@cs.tu-berlin.de! | Christoph Lohmann | |
2012-10-31 | Fixing the manpage about the useragent option. | Christoph Lohmann | |
2012-10-31 | Adding a useragent parameter to surf. | Christoph Lohmann | |
2012-10-31 | Add options for scriptfile, cookiefile and stylefile. And changing the default | Christoph Lohmann | |
behaviour of buildpath to be more like in open(). | |||
2012-03-26 | Manpage patch from Evan Gates. | Troels Henriksen | |
2011-11-09 | Manual fixes from Nick White. | Troels Henriksen | |
2010-03-25 | updating manpage, reformating help output. | Enno Boland (tox) | |
2010-01-20 | fixing manpage | Enno Boland (tox) | |
2009-12-15 | adding fixes from thomas_adam. Thanks :) | Enno Boland (tox) | |
2009-10-17 | updating manpage. | Enno Boland (tox) | |
2009-09-06 | Dropping -f/-u arguments as suggested by Kai Hendry | Enno Boland (tox) | |
2009-09-06 | changing back/forward buttons | Enno Boland (tox) | |
2009-09-04 | applied Andrews patches. | Enno Boland (tox) | |
2009-08-27 | Minor changes to surf.1 | Andrew Antle | |
2009-06-10 | updating manpage | Enno Boland (Gottox) | |
2009-06-08 | adding manpage | Enno Boland (Gottox) | |