summaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Collapse)Author
2013-03-31Ensure curl follows redirects for downloadsNick White
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2013-03-30A typo in SETPROP macro: should be ``printf %b'', not ``printf''.Alexander Sedov
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2013-03-21Fixed SETPROP() macro behaviour in config.def.h to handle escapes correctly.Alexander Sedov
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>
2013-03-14Adding a default font size option.Christoph Lohmann
Thanks Alexander Sedov <alex0player@gmail.com>!
2013-03-11Adding kiosk mode.Christoph Lohmann
Thanks to Christian Hesse <mail@eworm.de>!
2013-02-25disable/toggle scrollbarsCarlos 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-16Add 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-13fix DOWNLOAD macro to use cookiefile variableCarlos J. Torres
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2013-02-12Removed progress indicatorJens Nyberg
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>
2013-02-02Fixing cookie handling for https/http by using curl.Christoph Lohmann
2013-01-26Making more than one Modkey to work in keys.Christoph Lohmann
2013-01-26Adding web inspector support to surf.Christoph Lohmann
Thanks Gregor Best <gbe@ring0.de>!
2012-12-04Changing the default DOWNLOAD to use st.Christoph Lohmann
2012-12-03Implementing fullscreen mode. Thanks Krol, Willem van de!Christoph Lohmann
2012-12-02Resolving some conflicts in the shortcuts.Christoph Lohmann
2012-12-02Making zoom available when used in tabbed.Christoph Lohmann
2012-11-20Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify theChristoph Lohmann
variable naming a bit.
2012-11-20Add a referer argument to the DOWNLOAD macro. Some sites need this. ThanksChristoph Lohmann
Hiltjo Posthuma!
2012-11-16Useragent strings do not count anymore. This is adding some text so everyChristoph Lohmann
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.
2012-11-16Adding a surf-open.sh script for easier tabbed(1) integration.Christoph Lohmann
2012-11-16Moving some preprocessor config options to the standard suckless style.Christoph Lohmann
2012-11-16Adding back the Escape to stop loading the current page. Thanks Daniel BaintonChristoph Lohmann
for the notice!
2012-11-16Removing the insert mode. It will only confuse users. The stop() function isChristoph Lohmann
kept like the eval() function because it could be used in config.h
2012-11-15Enable the insert mode. Thanks to stanio@cs.tu-berlin.de!Christoph Lohmann
2012-11-15Importing the generic toggle patch of stanio@cs.tu-berlin.de. Thanks!Christoph Lohmann
2012-10-31Changing the config.def.h to fit the new buildpath() behaviour.Christoph Lohmann
2012-10-31Add different progress colors when using proxy.Christoph Lohmann
2012-10-28Hiding the loading indicator when it is not used. Based on a patch fromChristoph Lohmann
http://xteddy.org/surf.html#toc5. Thanks!
2012-10-28Mod + '/' for search.Christoph Lohmann
2012-06-11Change horizontal scrolling to ^u and ^i, remove ^g scrolling.Troels Henriksen
2012-05-31Keybindings for scrolling left and right; code by stanio.Troels Henriksen
2012-01-17Add a variable in config.def.h for configuring spatial browsing.Troels Henriksen
2011-11-05Cleanup previous patch.Troels Henriksen
2011-11-05Use the surf user agent when downloading with wget.Troels Henriksen
2011-11-04Add SSL verification patch by Nick White.Troels Henriksen
2011-03-31rename NOBACKGROUND to HIDE_BACKGROUND and use TRUE/FALSE instead of 0/1pancake
2010-06-25using ctrl-f to find.Enno Boland (tox)
2010-06-03reverting sessiontimeEnno Boland (tox)
2010-05-28Adding Nibbles patchEnno Boland (tox)
2010-05-26Applying Nibbles download patch. Thanks!Enno Boland (tox)
2010-05-25changing user agent string as suggested by Marvin VekEnno Boland (tox)
2010-05-17changing xpropsEnno Boland (tox)
2010-05-17dl is not needed anymoreEnno Boland (tox)
2010-05-17removing context-menu, downloading.Enno Boland (tox)
2010-05-09Fix NOBACKGROUND meaningpancake
2010-05-09changing default value of NOBACKGROUNDEnno Boland (tox)
2010-05-08Do not set cookie session time if set to 0pancake
Add NOBACKGROUND config.def.h option - requires body {background-color} in style.css - fixes white background when loading pages
2010-01-04dl has to be a directory, not a file.Enno Boland (tox)
2009-11-08SETPROP() macro shows now the current value in dwm.Enno Boland (tox)
2009-10-30changing SETPROP()-macroEnno Boland (tox)