| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-25 | Add simple private modeHEADmain | twells46 | |
| 2025-04-19 | Fix (2) some typo for kiosk mode in the man-page | Quentin Rameau | |
| 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! | |||
| 2025-01-05 | Fix some typo for kiosk mode in the man-page | Quentin Rameau | |
| Thanks to Tim Dickson <dickson.tim@googlemail.com> for spotting it! | |||
| 2024-03-17 | Remove frame flattening toggle | Quentin Rameau | |
| This has been deprecated since 2.38. | |||
| 2022-05-04 | Do not reload page when toggling dark mode | Quentin Rameau | |
| This change had actually been applied in previous commit d3ee652 by mistake. | |||
| 2022-04-10 | Add dark mode toggle | Quentin Rameau | |
| This sets dark gtk theme variant, which should make webkit2gtk use dark css variant from websites that provide it. | |||
| 2021-04-30 | Remove external plugin handling | Quentin Rameau | |
| This has been deprecated since release 2.32. | |||
| 2018-02-23 | Document SIGHUP in manpage | Jochen Sprickerhof | |
| 2017-05-02 | Use Ctrl-t for showcert instead of Ctrl-x | Ivan Tham | |
| 2017-05-01 | Cleanup and fix formatage issues in surf.1 | Quentin Rameau | |
| 2017-05-01 | Fix forgotten options in surf.1 | Quentin Rameau | |
| 2017-04-30 | surf.1: remove trailing spaces | Hiltjo Posthuma | |
| 2017-04-29 | Add forgotten tT indicator description in surf.1 | Quentin Rameau | |
| 2017-04-29 | Add forgotten fF indicator description in surf.1 | Quentin Rameau | |
| 2017-04-29 | Add a flag for custom certificates | Quentin Rameau | |
| 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. | |||
| 2017-04-29 | Move xid printing option from -x to -w | Quentin Rameau | |
| 2017-04-29 | Add a keybinding to show current TLS certificate | Quentin Rameau | |
| 2017-04-20 | Add a flag and toggle keybinding for strict TLS | Quentin Rameau | |
| 2017-04-20 | Move -t stylefile flag to -C stylefile | Quentin Rameau | |
| 2017-04-19 | Rename SSL instances to TLS | Quentin Rameau | |
| 2017-03-22 | Fix spelling of otherwise in surf.1 | Michael Stevens | |
| Add more spelling to surf. Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
| 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 | |