summaryrefslogtreecommitdiffstats
path: root/surf.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix (2) some typo for kiosk mode in the man-pageGravatar Quentin Rameau 2025-04-191-2/+2
| | | | | | | Looks like I didn't pay enough attention the first time, that's what you get for pushing without review! Thanks to Hiltjo for spotting this!
* Fix some typo for kiosk mode in the man-pageGravatar Quentin Rameau 2025-01-051-1/+1
| | | | Thanks to Tim Dickson <dickson.tim@googlemail.com> for spotting it!
* Remove frame flattening toggleGravatar Quentin Rameau 2024-03-171-3/+0
| | | | This has been deprecated since 2.38.
* Do not reload page when toggling dark modeGravatar Quentin Rameau 2022-05-041-1/+1
| | | | | This change had actually been applied in previous commit d3ee652 by mistake.
* Add dark mode toggleGravatar Quentin Rameau 2022-04-101-0/+3
| | | | | | This sets dark gtk theme variant, which should make webkit2gtk use dark css variant from websites that provide it.
* Remove external plugin handlingGravatar Quentin Rameau 2021-04-301-25/+0
| | | | This has been deprecated since release 2.32.
* Document SIGHUP in manpageGravatar Jochen Sprickerhof 2018-02-231-0/+3
|
* Use Ctrl-t for showcert instead of Ctrl-xGravatar Ivan Tham 2017-05-021-1/+1
|
* Cleanup and fix formatage issues in surf.1Gravatar Quentin Rameau 2017-05-011-23/+23
|
* Fix forgotten options in surf.1Gravatar Quentin Rameau 2017-05-011-8/+4
|
* surf.1: remove trailing spacesGravatar Hiltjo Posthuma 2017-04-301-5/+5
|
* Add forgotten tT indicator description in surf.1Gravatar Quentin Rameau 2017-04-291-0/+3
|
* Add forgotten fF indicator description in surf.1Gravatar Quentin Rameau 2017-04-291-0/+3
|
* Add a flag for custom certificatesGravatar Quentin Rameau 2017-04-291-0/+9
| | | | | | I don't think a keybinding would be useful here because we can't remove a custom certificate which is alread set anyway. I'll add it if somebody convince me of it's usefulness.
* Move xid printing option from -x to -wGravatar Quentin Rameau 2017-04-291-1/+1
|
* Add a keybinding to show current TLS certificateGravatar Quentin Rameau 2017-04-291-0/+3
|
* Add a flag and toggle keybinding for strict TLSGravatar Quentin Rameau 2017-04-201-1/+10
|
* Move -t stylefile flag to -C stylefileGravatar Quentin Rameau 2017-04-201-6/+6
|
* Rename SSL instances to TLSGravatar Quentin Rameau 2017-04-191-1/+1
|
* Fix spelling of otherwise in surf.1Gravatar Michael Stevens 2017-03-221-1/+1
| | | | | | Add more spelling to surf. Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Be more specific about what enablestyles parameter does.Gravatar Quentin Rameau 2015-11-031-2/+2
| | | | | | | 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>
* Fix fullscreen handlingGravatar Quentin Rameau 2015-11-031-2/+2
| | | | | | | 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>
* Describe the web page indicators too.Gravatar Christoph Lohmann 2015-01-261-0/+1
|
* It wasn't really clear what was meant with site indicators in the manpage.Gravatar Christoph Lohmann 2015-01-261-0/+1
|
* surf: documented indicators in man pageGravatar Greg Reagle 2015-01-261-0/+50
| | | | | | | | | | | | | | 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>
* Add the manpage changes for the disk cache support.Gravatar Christoph Lohmann 2015-01-171-1/+7
|
* Major styles update.Gravatar Christoph Lohmann 2015-01-171-1/+8
| | | | | | 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.
* Fix a typo in surf manual.Gravatar Jakukyo Friel 2015-01-021-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>
* Mention xdotool in SEE ALSO too.Gravatar Christoph Lohmann 2014-08-071-1/+2
|
* Fix the manpage about xid.Gravatar Christoph Lohmann 2014-08-071-1/+3
| | | | Something was missing from this one sentence. Now it is complete.
* Add information about the dmenu requirement.Gravatar Christoph Lohmann 2014-05-171-1/+1
| | | | Thanks <surfsup@inbox.lv>!
* Change the accept no third party in the doc to the right meaning.Gravatar Christoph Lohmann 2014-01-301-1/+1
|
* Add a way to define the cookie policy.Gravatar Christoph Lohmann 2014-01-301-7/+24
| | | | | | | | | 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!
* Add zoom level support.Gravatar Christoph Lohmann 2013-10-191-0/+6
|
* Add a flag to disable fullscreen.Gravatar Christoph Lohmann 2013-08-311-1/+4
| | | | | | 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.
* Add fullscreen mode as flag and config option.Gravatar Christoph Lohmann 2013-08-251-1/+4
|
* Adding a common way to enable and disable features.Gravatar Christoph Lohmann 2013-05-211-1/+22
|
* There's only one escape.Gravatar Christoph Lohmann 2013-05-141-3/+0
|
* Correcting the backslash in the surf manpage.Gravatar Christoph Lohmann 2013-05-111-1/+1
|
* Allowing geo location policy decisions.Gravatar Christoph Lohmann 2013-04-281-1/+4
|
* Adding kiosk mode.Gravatar Christoph Lohmann 2013-03-111-1/+4
| | | | Thanks to Christian Hesse <mail@eworm.de>!
* disable/toggle scrollbarsGravatar Carlos J. Torres 2013-02-251-3/+9
| | | | | | | | | | | | | * 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>
* Add a toggle command for the stylefile.Gravatar Christoph Lohmann 2013-02-161-6/+20
| | | | | | The patch adds some better formatting for the manpage too. Thanks to Nick <suckless-dev@njw.me.uk> for the toggle patch!
* Remove the redundant ctrl-l and ctrl-h description from the man page.Gravatar Shayan Pooya 2013-02-111-6/+0
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Adding web inspector support to surf.Gravatar Christoph Lohmann 2013-01-261-5/+7
| | | | Thanks Gregor Best <gbe@ring0.de>!
* Adding a man section about how to handle plugins.Gravatar Christoph Lohmann 2012-12-041-2/+13
|
* Adding the fullscreen mode to the manpage.Gravatar Christoph Lohmann 2012-12-031-0/+3
|
* Resolving some conflicts in the shortcuts.Gravatar Christoph Lohmann 2012-12-021-1/+1
|
* Making zoom available when used in tabbed.Gravatar Christoph Lohmann 2012-12-021-2/+2
|
* The control of the toggles is now Ctrl-Shift-$character. That's easier for newGravatar Christoph Lohmann 2012-11-201-5/+5
| | | users.