Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-11 | Adding kiosk mode. | Christoph Lohmann | |
Thanks to Christian Hesse <mail@eworm.de>! | |||
2013-02-25 | disable/toggle scrollbars | Carlos 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-17 | Style inquisition. | Christoph Lohmann | |
2013-02-16 | Add 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-15 | The Item struct is not used. | Christoph Lohmann | |
2013-02-15 | Fixed a bug in pagestat | Jens Nyberg | |
Forgot to add a null character at the end. Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2013-02-12 | Changed character for non-encrypted page | Jens Nyberg | |
-/T/U: No SSL, Trusted SSL, Untrusted SSL Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2013-02-12 | Removed progress indicator | Jens 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-02 | Removing the deprecated g_thread_init call. | Christoph Lohmann | |
2013-01-26 | Fixing the style and making the inspector work again. | Christoph Lohmann | |
2013-01-26 | Making more than one Modkey to work in keys. | Christoph Lohmann | |
2013-01-26 | Adding web inspector support to surf. | Christoph Lohmann | |
Thanks Gregor Best <gbe@ring0.de>! | |||
2012-12-06 | Style inquisition plus blocking of the */favicon.ico request. Thanks Peter A. | Christoph Lohmann | |
Shevtsov! | |||
2012-12-03 | Implementing fullscreen mode. Thanks Krol, Willem van de! | Christoph Lohmann | |
2012-12-02 | Making zoom available when used in tabbed. | Christoph Lohmann | |
2012-11-25 | Surf now can handle absolute file paths. This allows better local HTML | Christoph Lohmann | |
reading. | |||
2012-11-20 | Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify the | Christoph Lohmann | |
variable naming a bit. | |||
2012-11-20 | Add a referer argument to the DOWNLOAD macro. Some sites need this. Thanks | Christoph Lohmann | |
Hiltjo Posthuma! | |||
2012-11-16 | Moving some preprocessor config options to the standard suckless style. | Christoph Lohmann | |
2012-11-16 | Some minor style updates. | Christoph Lohmann | |
2012-11-16 | Removing the insert mode. It will only confuse users. The stop() function is | Christoph Lohmann | |
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! | Christoph Lohmann | |
2012-11-15 | Applying the surf style to the last patch. | Christoph Lohmann | |
2012-11-15 | Importing the generic toggle patch of stanio@cs.tu-berlin.de. Thanks! | Christoph Lohmann | |
2012-11-08 | Fixing the bug of surf loading undefined data in arg. | Christoph Lohmann | |
2012-10-31 | Adding a useragent parameter to surf. | Christoph Lohmann | |
2012-10-31 | Add options for scriptfile, cookiefile and stylefile. And changing the default | Christoph Lohmann | |
behaviour of buildpath to be more like in open(). | |||
2012-10-31 | Add different progress colors when using proxy. | Christoph Lohmann | |
2012-10-28 | Hiding the loading indicator when it is not used. Based on a patch from | Christoph Lohmann | |
http://xteddy.org/surf.html#toc5. Thanks! | |||
2012-10-28 | Applying the patch to show the indicator only on loading. Based on a patch | Christoph Lohmann | |
from http://xteddy.org/surf.html#toc5. | |||
2012-10-16 | Applying the cookie patch of Carlos Pita. Thank you! | Christoph Lohmann | |
2012-10-16 | Removing the double initialisation to webkit_get_default_session(). Thanks | Christoph Lohmann | |
taruti! | |||
2012-10-14 | Reverting the cleanmask change. | Christoph Lohmann | |
2012-10-13 | Changing the key masks to the values of GDK. | Christoph Lohmann | |
2012-10-13 | The right click menu to copy the link URI will now work. Thanks to Carlos | Christoph Lohmann | |
Pita! | |||
2012-10-13 | Adding middle-click behaviour to open a tab when embedded or a window when | Christoph Lohmann | |
not. Thanks to Carlos Pita <carlosjosepita@gmail.com>! | |||
2012-10-12 | Fixing the shift key mask and cleaning up the scrolling code. | Christoph Lohmann | |
2012-07-16 | Surf now parses hex window ids properly from tabbed. | Christoph Lohmann | |
2012-06-11 | apply nick's patch removing unused variable and parameters | pancake | |
2012-06-11 | apply nick's patch removing the autoresize functionality | pancake | |
2012-05-31 | Keybindings for scrolling left and right; code by stanio. | Troels Henriksen | |
2012-02-21 | Close standard output after printing XID, patch due Abby Cedar. | Troels Henriksen | |
2012-02-11 | making cookie file creation a bit more pedantic | anselm@garbe.us | |
2012-02-11 | applied fix from dev list and debian reviewers | anselm@garbe.us | |
2012-01-17 | Add a variable in config.def.h for configuring spatial browsing. | Troels Henriksen | |
2012-01-17 | Status message patch from Jeremy Jackins and skls. | Troels Henriksen | |
2011-11-05 | Cleanup previous patch. | Troels Henriksen | |
2011-11-05 | Use the surf user agent when downloading with wget. | Troels Henriksen | |
2011-11-04 | The ICCCM states that window classes should be capitalised. | Troels Henriksen | |
2011-11-04 | Add SSL verification patch by Nick White. | Troels Henriksen | |