summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify theGravatar Christoph Lohmann 2012-11-203-31/+51
| | | variable naming a bit.
* Add a referer argument to the DOWNLOAD macro. Some sites need this. ThanksGravatar Christoph Lohmann 2012-11-202-4/+10
| | | Hiltjo Posthuma!
* Useragent strings do not count anymore. This is adding some text so everyGravatar Christoph Lohmann 2012-11-161-1/+3
| | | | | 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.Gravatar Christoph Lohmann 2012-11-163-2/+49
|
* Moving some preprocessor config options to the standard suckless style.Gravatar Christoph Lohmann 2012-11-162-5/+4
|
* Adding back the Escape to stop loading the current page. Thanks Daniel BaintonGravatar Christoph Lohmann 2012-11-164-2/+6
| | | for the notice!
* Some minor style updates.Gravatar Christoph Lohmann 2012-11-162-3/+5
|
* Removing the insert mode. It will only confuse users. The stop() function isGravatar Christoph Lohmann 2012-11-163-48/+5
| | | kept like the eval() function because it could be used in config.h
* Enable the insert mode. Thanks to stanio@cs.tu-berlin.de!Gravatar Christoph Lohmann 2012-11-153-10/+106
|
* Applying the surf style to the last patch.Gravatar Christoph Lohmann 2012-11-151-8/+8
|
* Importing the generic toggle patch of stanio@cs.tu-berlin.de. Thanks!Gravatar Christoph Lohmann 2012-11-152-0/+19
|
* Fixing the bug of surf loading undefined data in arg.Gravatar Christoph Lohmann 2012-11-081-4/+6
|
* Fixing the manpage about the useragent option.Gravatar Christoph Lohmann 2012-10-311-1/+1
|
* Adding a useragent parameter to surf.Gravatar Christoph Lohmann 2012-10-312-1/+8
|
* Changing the config.def.h to fit the new buildpath() behaviour.Gravatar Christoph Lohmann 2012-10-311-3/+3
|
* Add options for scriptfile, cookiefile and stylefile. And changing the defaultGravatar Christoph Lohmann 2012-10-313-42/+109
| | | behaviour of buildpath to be more like in open().
* Add different progress colors when using proxy.Gravatar Christoph Lohmann 2012-10-312-6/+21
|
* Hiding the loading indicator when it is not used. Based on a patch fromGravatar Christoph Lohmann 2012-10-282-4/+6
| | | http://xteddy.org/surf.html#toc5. Thanks!
* Applying the patch to show the indicator only on loading. Based on a patchGravatar Christoph Lohmann 2012-10-281-4/+7
| | | from http://xteddy.org/surf.html#toc5.
* Mod + '/' for search.Gravatar Christoph Lohmann 2012-10-281-0/+1
|
* Applying the cookie patch of Carlos Pita. Thank you!Gravatar Christoph Lohmann 2012-10-161-59/+63
|
* Removing the double initialisation to webkit_get_default_session(). ThanksGravatar Christoph Lohmann 2012-10-161-1/+0
| | | taruti!
* Reverting the cleanmask change.Gravatar Christoph Lohmann 2012-10-141-2/+1
|
* Changing the key masks to the values of GDK.Gravatar Christoph Lohmann 2012-10-131-1/+1
|
* The right click menu to copy the link URI will now work. Thanks to CarlosGravatar Christoph Lohmann 2012-10-131-0/+42
| | | Pita!
* Adding middle-click behaviour to open a tab when embedded or a window whenGravatar Christoph Lohmann 2012-10-131-5/+24
| | | not. Thanks to Carlos Pita <carlosjosepita@gmail.com>!
* Fixing the shift key mask and cleaning up the scrolling code.Gravatar Christoph Lohmann 2012-10-121-18/+26
|
* Surf now parses hex window ids properly from tabbed.Gravatar Christoph Lohmann 2012-07-161-1/+1
|
* Added tag 0.5 for changeset f0cea0f2bfc6Gravatar Troels Henriksen 2012-07-121-0/+1
|
* Change horizontal scrolling to ^u and ^i, remove ^g scrolling.Gravatar Troels Henriksen 2012-06-111-4/+2
|
* apply nick's patch removing unused variable and parametersGravatar pancake 2012-06-111-8/+6
|
* apply nick's patch removing the autoresize functionalityGravatar pancake 2012-06-111-15/+0
|
* Keybindings for scrolling left and right; code by stanio.Gravatar Troels Henriksen 2012-05-312-12/+36
|
* Manpage patch from Evan Gates.Gravatar Troels Henriksen 2012-03-261-0/+7
|
* Close standard output after printing XID, patch due Abby Cedar.Gravatar Troels Henriksen 2012-02-211-0/+3
|
* making cookie file creation a bit more pedanticGravatar anselm@garbe.us 2012-02-111-1/+4
|
* applied fix from dev list and debian reviewersGravatar anselm@garbe.us 2012-02-113-4/+5
|
* Fixing the javascriptcoregtk-1.0 dependency.Gravatar Christoph Lohmann 2012-02-011-1/+2
|
* Add a variable in config.def.h for configuring spatial browsing.Gravatar Troels Henriksen 2012-01-172-1/+2
|
* Status message patch from Jeremy Jackins and skls.Gravatar Troels Henriksen 2012-01-171-3/+3
|
* link Xlib in config.mkGravatar Connor Lane Smith 2011-11-201-4/+6
|
* Manual fixes from Nick White.Gravatar Troels Henriksen 2011-11-091-3/+4
|
* Cleanup previous patch.Gravatar Troels Henriksen 2011-11-052-3/+3
|
* Use the surf user agent when downloading with wget.Gravatar Troels Henriksen 2011-11-052-4/+5
|
* The ICCCM states that window classes should be capitalised.Gravatar Troels Henriksen 2011-11-041-1/+1
|
* Add SSL verification patch by Nick White.Gravatar Troels Henriksen 2011-11-042-4/+30
|
* Add eval() function for executing Javascript. Handy for keybindings.Gravatar Troels Henriksen 2011-11-031-5/+21
|
* added 20h's patch of 8 Sep 2011 to surf, thanksGravatar garbeam@gmail.com 2011-10-291-2/+1
|
* rename NOBACKGROUND to HIDE_BACKGROUND and use TRUE/FALSE instead of 0/1Gravatar pancake 2011-03-312-2/+2
|
* Adding nibbles patchGravatar Enno Boland (tox) 2010-09-091-16/+14
|