| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2013-02-17 | Style inquisition. | 1 | -22/+34 | ||
| 2013-02-16 | Add a toggle command for the stylefile. | 3 | -8/+40 | ||
| The patch adds some better formatting for the manpage too. Thanks to Nick <suckless-dev@njw.me.uk> for the toggle patch! | |||||
| 2013-02-15 | The Item struct is not used. | 1 | -6/+0 | ||
| 2013-02-15 | Fixed a bug in pagestat | 1 | -3/+6 | ||
| Forgot to add a null character at the end. Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||||
| 2013-02-13 | fix DOWNLOAD macro to use cookiefile variable | 1 | -3/+2 | ||
| Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||||
| 2013-02-12 | Changed character for non-encrypted page | 1 | -1/+7 | ||
| -/T/U: No SSL, Trusted SSL, Untrusted SSL Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||||
| 2013-02-12 | Removed progress indicator | 2 | -72/+13 | ||
| 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-11 | Remove the redundant ctrl-l and ctrl-h description from the man page. | 1 | -6/+0 | ||
| Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||||
| 2013-02-10 | Making dist work again. | 1 | -0/+1 | ||
| 2013-02-10 | Bumping up to 0.6. | 1 | -1/+1 | ||
| 2013-02-09 | The javascriptcore is now in webkit. | 1 | -2/+1 | ||
| 2013-02-02 | Fixing cookie handling for https/http by using curl. | 1 | -4/+5 | ||
| 2013-02-02 | Removing the deprecated g_thread_init call. | 1 | -2/+0 | ||
| 2013-01-26 | Fixing the style and making the inspector work again. | 1 | -13/+37 | ||
| 2013-01-26 | Making more than one Modkey to work in keys. | 2 | -1/+6 | ||
| 2013-01-26 | Adding web inspector support to surf. | 3 | -25/+101 | ||
| Thanks Gregor Best <gbe@ring0.de>! | |||||
| 2012-12-06 | Style inquisition plus blocking of the */favicon.ico request. Thanks Peter A. | 1 | -97/+173 | ||
| Shevtsov! | |||||
| 2012-12-04 | Changing the default DOWNLOAD to use st. | 1 | -1/+1 | ||
| 2012-12-04 | Add a nice todo item for videos. Thanks morphles. | 1 | -0/+4 | ||
| 2012-12-04 | Adding a man section about how to handle plugins. | 1 | -2/+13 | ||
| 2012-12-03 | Adding the fullscreen mode to the manpage. | 1 | -0/+3 | ||
| 2012-12-03 | Implementing fullscreen mode. Thanks Krol, Willem van de! | 3 | -2/+13 | ||
| 2012-12-03 | Adding me to the LICENSE file. | 1 | -0/+2 | ||
| 2012-12-02 | Resolving some conflicts in the shortcuts. | 2 | -2/+9 | ||
| 2012-12-02 | Making zoom available when used in tabbed. | 3 | -5/+10 | ||
| 2012-11-25 | Surf now can handle absolute file paths. This allows better local HTML | 2 | -4/+14 | ||
| reading. | |||||
| 2012-11-20 | The control of the toggles is now Ctrl-Shift-$character. That's easier for new | 1 | -5/+5 | ||
| users. | |||||
| 2012-11-20 | Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify the | 3 | -31/+51 | ||
| variable naming a bit. | |||||
| 2012-11-20 | Add a referer argument to the DOWNLOAD macro. Some sites need this. Thanks | 2 | -4/+10 | ||
| Hiltjo Posthuma! | |||||
| 2012-11-16 | Useragent strings do not count anymore. This is adding some text so every | 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-16 | Adding a surf-open.sh script for easier tabbed(1) integration. | 3 | -2/+49 | ||
| 2012-11-16 | Moving some preprocessor config options to the standard suckless style. | 2 | -5/+4 | ||
| 2012-11-16 | Adding back the Escape to stop loading the current page. Thanks Daniel Bainton | 4 | -2/+6 | ||
| for the notice! | |||||
| 2012-11-16 | Some minor style updates. | 2 | -3/+5 | ||
| 2012-11-16 | Removing the insert mode. It will only confuse users. The stop() function is | 3 | -48/+5 | ||
| kept like the eval() function because it could be used in config.h | |||||
| 2012-11-15 | Enable the insert mode. Thanks to stanio@cs.tu-berlin.de! | 3 | -10/+106 | ||
| 2012-11-15 | Applying the surf style to the last patch. | 1 | -8/+8 | ||
| 2012-11-15 | Importing the generic toggle patch of stanio@cs.tu-berlin.de. Thanks! | 2 | -0/+19 | ||
| 2012-11-08 | Fixing the bug of surf loading undefined data in arg. | 1 | -4/+6 | ||
| 2012-10-31 | Fixing the manpage about the useragent option. | 1 | -1/+1 | ||
| 2012-10-31 | Adding a useragent parameter to surf. | 2 | -1/+8 | ||
| 2012-10-31 | Changing the config.def.h to fit the new buildpath() behaviour. | 1 | -3/+3 | ||
| 2012-10-31 | Add options for scriptfile, cookiefile and stylefile. And changing the default | 3 | -42/+109 | ||
| behaviour of buildpath to be more like in open(). | |||||
| 2012-10-31 | Add different progress colors when using proxy. | 2 | -6/+21 | ||
| 2012-10-28 | Hiding the loading indicator when it is not used. Based on a patch from | 2 | -4/+6 | ||
| http://xteddy.org/surf.html#toc5. Thanks! | |||||
| 2012-10-28 | Applying the patch to show the indicator only on loading. Based on a patch | 1 | -4/+7 | ||
| from http://xteddy.org/surf.html#toc5. | |||||
| 2012-10-28 | Mod + '/' for search. | 1 | -0/+1 | ||
| 2012-10-16 | Applying the cookie patch of Carlos Pita. Thank you! | 1 | -59/+63 | ||
| 2012-10-16 | Removing the double initialisation to webkit_get_default_session(). Thanks | 1 | -1/+0 | ||
| taruti! | |||||
| 2012-10-14 | Reverting the cleanmask change. | 1 | -2/+1 | ||
