summaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-04Adding a man section about how to handle plugins.Gravatar Christoph Lohmann 1-2/+13
2012-12-03Adding the fullscreen mode to the manpage.Gravatar Christoph Lohmann 1-0/+3
2012-12-03Implementing fullscreen mode. Thanks Krol, Willem van de!Gravatar Christoph Lohmann 3-2/+13
2012-12-03Adding me to the LICENSE file.Gravatar Christoph Lohmann 1-0/+2
2012-12-02Resolving some conflicts in the shortcuts.Gravatar Christoph Lohmann 2-2/+9
2012-12-02Making zoom available when used in tabbed.Gravatar Christoph Lohmann 3-5/+10
2012-11-25Surf now can handle absolute file paths. This allows better local HTMLGravatar Christoph Lohmann 2-4/+14
reading.
2012-11-20The control of the toggles is now Ctrl-Shift-$character. That's easier for newGravatar Christoph Lohmann 1-5/+5
users.
2012-11-20Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify theGravatar Christoph Lohmann 3-31/+51
variable naming a bit.
2012-11-20Add a referer argument to the DOWNLOAD macro. Some sites need this. ThanksGravatar Christoph Lohmann 2-4/+10
Hiltjo Posthuma!
2012-11-16Useragent strings do not count anymore. This is adding some text so everyGravatar Christoph Lohmann 1-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.
2012-11-16Adding a surf-open.sh script for easier tabbed(1) integration.Gravatar Christoph Lohmann 3-2/+49
2012-11-16Moving some preprocessor config options to the standard suckless style.Gravatar Christoph Lohmann 2-5/+4
2012-11-16Adding back the Escape to stop loading the current page. Thanks Daniel BaintonGravatar Christoph Lohmann 4-2/+6
for the notice!
2012-11-16Some minor style updates.Gravatar Christoph Lohmann 2-3/+5
2012-11-16Removing the insert mode. It will only confuse users. The stop() function isGravatar Christoph Lohmann 3-48/+5
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!Gravatar Christoph Lohmann 3-10/+106
2012-11-15Applying the surf style to the last patch.Gravatar Christoph Lohmann 1-8/+8
2012-11-15Importing the generic toggle patch of stanio@cs.tu-berlin.de. Thanks!Gravatar Christoph Lohmann 2-0/+19
2012-11-08Fixing the bug of surf loading undefined data in arg.Gravatar Christoph Lohmann 1-4/+6
2012-10-31Fixing the manpage about the useragent option.Gravatar Christoph Lohmann 1-1/+1
2012-10-31Adding a useragent parameter to surf.Gravatar Christoph Lohmann 2-1/+8
2012-10-31Changing the config.def.h to fit the new buildpath() behaviour.Gravatar Christoph Lohmann 1-3/+3
2012-10-31Add options for scriptfile, cookiefile and stylefile. And changing the defaultGravatar Christoph Lohmann 3-42/+109
behaviour of buildpath to be more like in open().
2012-10-31Add different progress colors when using proxy.Gravatar Christoph Lohmann 2-6/+21
2012-10-28Hiding the loading indicator when it is not used. Based on a patch fromGravatar Christoph Lohmann 2-4/+6
http://xteddy.org/surf.html#toc5. Thanks!
2012-10-28Applying the patch to show the indicator only on loading. Based on a patchGravatar Christoph Lohmann 1-4/+7
from http://xteddy.org/surf.html#toc5.
2012-10-28Mod + '/' for search.Gravatar Christoph Lohmann 1-0/+1
2012-10-16Applying the cookie patch of Carlos Pita. Thank you!Gravatar Christoph Lohmann 1-59/+63
2012-10-16Removing the double initialisation to webkit_get_default_session(). ThanksGravatar Christoph Lohmann 1-1/+0
taruti!
2012-10-14Reverting the cleanmask change.Gravatar Christoph Lohmann 1-2/+1
2012-10-13Changing the key masks to the values of GDK.Gravatar Christoph Lohmann 1-1/+1
2012-10-13The right click menu to copy the link URI will now work. Thanks to CarlosGravatar Christoph Lohmann 1-0/+42
Pita!
2012-10-13Adding middle-click behaviour to open a tab when embedded or a window whenGravatar Christoph Lohmann 1-5/+24
not. Thanks to Carlos Pita <carlosjosepita@gmail.com>!
2012-10-12Fixing the shift key mask and cleaning up the scrolling code.Gravatar Christoph Lohmann 1-18/+26
2012-07-16Surf now parses hex window ids properly from tabbed.Gravatar Christoph Lohmann 1-1/+1
2012-07-12Added tag 0.5 for changeset f0cea0f2bfc6Gravatar Troels Henriksen 1-0/+1
2012-06-11Change horizontal scrolling to ^u and ^i, remove ^g scrolling.Gravatar Troels Henriksen 1-4/+2
2012-06-11apply nick's patch removing unused variable and parametersGravatar pancake 1-8/+6
2012-06-11apply nick's patch removing the autoresize functionalityGravatar pancake 1-15/+0
2012-05-31Keybindings for scrolling left and right; code by stanio.Gravatar Troels Henriksen 2-12/+36
2012-03-26Manpage patch from Evan Gates.Gravatar Troels Henriksen 1-0/+7
2012-02-21Close standard output after printing XID, patch due Abby Cedar.Gravatar Troels Henriksen 1-0/+3
2012-02-11making cookie file creation a bit more pedanticGravatar anselm@garbe.us 1-1/+4
2012-02-11applied fix from dev list and debian reviewersGravatar anselm@garbe.us 3-4/+5
2012-02-01Fixing the javascriptcoregtk-1.0 dependency.Gravatar Christoph Lohmann 1-1/+2
2012-01-17Add a variable in config.def.h for configuring spatial browsing.Gravatar Troels Henriksen 2-1/+2
2012-01-17Status message patch from Jeremy Jackins and skls.Gravatar Troels Henriksen 1-3/+3
2011-11-20link Xlib in config.mkGravatar Connor Lane Smith 1-4/+6
2011-11-09Manual fixes from Nick White.Gravatar Troels Henriksen 1-3/+4