Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | 2014-01-30 |
| | | | | | | | | | 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. | Christoph Lohmann | 2013-10-19 |
| | |||
* | Add fullscreen mode as flag and config option. | Christoph Lohmann | 2013-08-25 |
| | |||
* | applied Nick's 96dpi patch, thanks | Anselm R Garbe | 2013-07-20 |
| | |||
* | Allowing geo location policy decisions. | Christoph Lohmann | 2013-04-28 |
| | |||
* | Add an option to disable the indicators. | Christoph Lohmann | 2013-04-14 |
| | |||
* | Ensure curl follows redirects for downloads | Nick White | 2013-03-31 |
| | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||
* | A typo in SETPROP macro: should be ``printf %b'', not ``printf''. | Alexander Sedov | 2013-03-30 |
| | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||
* | Fixed SETPROP() macro behaviour in config.def.h to handle escapes correctly. | Alexander Sedov | 2013-03-21 |
| | | | | | | | | | | | xprop prints information in format PROPERTY(STRING) = "escaped string", which causes problem with repeated Ctrl-F: any non-ascii turns into \ooo\ooo, this later turns into \\ooo\\ooo, and so on. To de-escape string, printf(1) is used, getting information from xargs -0; without -0 xargs will try to handle escapes by itself and also do shenanigans with quotes, which is totally undesired. Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||
* | Adding a default font size option. | Christoph Lohmann | 2013-03-14 |
| | | | | Thanks Alexander Sedov <alex0player@gmail.com>! | ||
* | Adding kiosk mode. | Christoph Lohmann | 2013-03-11 |
| | | | | Thanks to Christian Hesse <mail@eworm.de>! | ||
* | disable/toggle scrollbars | Carlos J. Torres | 2013-02-25 |
| | | | | | | | | | | | | | * 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. | Christoph Lohmann | 2013-02-16 |
| | | | | | | The patch adds some better formatting for the manpage too. Thanks to Nick <suckless-dev@njw.me.uk> for the toggle patch! | ||
* | fix DOWNLOAD macro to use cookiefile variable | Carlos J. Torres | 2013-02-13 |
| | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||
* | Removed progress indicator | Jens Nyberg | 2013-02-12 |
| | | | | | | | | | | This removes the progress indicator and replaces it with letters in the window title. T/U: Trusted, Untrusted P/-: Proxy, No proxy Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||
* | Fixing cookie handling for https/http by using curl. | Christoph Lohmann | 2013-02-02 |
| | |||
* | Making more than one Modkey to work in keys. | Christoph Lohmann | 2013-01-26 |
| | |||
* | Adding web inspector support to surf. | Christoph Lohmann | 2013-01-26 |
| | | | | Thanks Gregor Best <gbe@ring0.de>! | ||
* | Changing the default DOWNLOAD to use st. | Christoph Lohmann | 2012-12-04 |
| | |||
* | Implementing fullscreen mode. Thanks Krol, Willem van de! | Christoph Lohmann | 2012-12-03 |
| | |||
* | Resolving some conflicts in the shortcuts. | Christoph Lohmann | 2012-12-02 |
| | |||
* | Making zoom available when used in tabbed. | Christoph Lohmann | 2012-12-02 |
| | |||
* | Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify the | Christoph Lohmann | 2012-11-20 |
| | | | variable naming a bit. | ||
* | Add a referer argument to the DOWNLOAD macro. Some sites need this. Thanks | Christoph Lohmann | 2012-11-20 |
| | | | Hiltjo Posthuma! | ||
* | Useragent strings do not count anymore. This is adding some text so every | Christoph Lohmann | 2012-11-16 |
| | | | | | website (especially Google) is fooled to believe us to be compatible. The right way seems to be to add Surf at the end and let the big guys handle their useragent header war. | ||
* | Adding a surf-open.sh script for easier tabbed(1) integration. | Christoph Lohmann | 2012-11-16 |
| | |||
* | Moving some preprocessor config options to the standard suckless style. | Christoph Lohmann | 2012-11-16 |
| | |||
* | Adding back the Escape to stop loading the current page. Thanks Daniel Bainton | Christoph Lohmann | 2012-11-16 |
| | | | for the notice! | ||
* | Removing the insert mode. It will only confuse users. The stop() function is | Christoph Lohmann | 2012-11-16 |
| | | | kept like the eval() function because it could be used in config.h | ||
* | Enable the insert mode. Thanks to stanio@cs.tu-berlin.de! | Christoph Lohmann | 2012-11-15 |
| | |||
* | Importing the generic toggle patch of stanio@cs.tu-berlin.de. Thanks! | Christoph Lohmann | 2012-11-15 |
| | |||
* | Changing the config.def.h to fit the new buildpath() behaviour. | Christoph Lohmann | 2012-10-31 |
| | |||
* | Add different progress colors when using proxy. | Christoph Lohmann | 2012-10-31 |
| | |||
* | Hiding the loading indicator when it is not used. Based on a patch from | Christoph Lohmann | 2012-10-28 |
| | | | http://xteddy.org/surf.html#toc5. Thanks! | ||
* | Mod + '/' for search. | Christoph Lohmann | 2012-10-28 |
| | |||
* | Change horizontal scrolling to ^u and ^i, remove ^g scrolling.0.5 | Troels Henriksen | 2012-06-11 |
| | |||
* | Keybindings for scrolling left and right; code by stanio. | Troels Henriksen | 2012-05-31 |
| | |||
* | Add a variable in config.def.h for configuring spatial browsing. | Troels Henriksen | 2012-01-17 |
| | |||
* | Cleanup previous patch. | Troels Henriksen | 2011-11-05 |
| | |||
* | Use the surf user agent when downloading with wget. | Troels Henriksen | 2011-11-05 |
| | |||
* | Add SSL verification patch by Nick White. | Troels Henriksen | 2011-11-04 |
| | |||
* | rename NOBACKGROUND to HIDE_BACKGROUND and use TRUE/FALSE instead of 0/1 | pancake | 2011-03-31 |
| | |||
* | using ctrl-f to find. | Enno Boland (tox) | 2010-06-25 |
| | |||
* | reverting sessiontime | Enno Boland (tox) | 2010-06-03 |
| | |||
* | Adding Nibbles patch0.4 | Enno Boland (tox) | 2010-05-28 |
| | |||
* | Applying Nibbles download patch. Thanks! | Enno Boland (tox) | 2010-05-26 |
| | |||
* | changing user agent string as suggested by Marvin Vek | Enno Boland (tox) | 2010-05-25 |
| | |||
* | changing xprops | Enno Boland (tox) | 2010-05-17 |
| | |||
* | dl is not needed anymore | Enno Boland (tox) | 2010-05-17 |
| |