summaryrefslogtreecommitdiffstats
path: root/surf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* disable/toggle scrollbarsGravatar Carlos J. Torres 2013-02-251-12/+67
| | | | | | | | | | | | | * 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>
* Style inquisition.Gravatar Christoph Lohmann 2013-02-171-22/+34
|
* Add a toggle command for the stylefile.Gravatar Christoph Lohmann 2013-02-161-2/+19
| | | | | | The patch adds some better formatting for the manpage too. Thanks to Nick <suckless-dev@njw.me.uk> for the toggle patch!
* The Item struct is not used.Gravatar Christoph Lohmann 2013-02-151-6/+0
|
* Fixed a bug in pagestatGravatar Jens Nyberg 2013-02-151-3/+6
| | | | | | Forgot to add a null character at the end. Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Changed character for non-encrypted pageGravatar Jens Nyberg 2013-02-121-1/+7
| | | | | | -/T/U: No SSL, Trusted SSL, Untrusted SSL Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Removed progress indicatorGravatar Jens Nyberg 2013-02-121-65/+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>
* Removing the deprecated g_thread_init call.Gravatar Christoph Lohmann 2013-02-021-2/+0
|
* Fixing the style and making the inspector work again.Gravatar Christoph Lohmann 2013-01-261-13/+37
|
* Making more than one Modkey to work in keys.Gravatar Christoph Lohmann 2013-01-261-1/+2
|
* Adding web inspector support to surf.Gravatar Christoph Lohmann 2013-01-261-18/+87
| | | | Thanks Gregor Best <gbe@ring0.de>!
* Style inquisition plus blocking of the */favicon.ico request. Thanks Peter A.Gravatar Christoph Lohmann 2012-12-061-97/+173
| | | | Shevtsov!
* Implementing fullscreen mode. Thanks Krol, Willem van de!Gravatar Christoph Lohmann 2012-12-031-1/+12
|
* Making zoom available when used in tabbed.Gravatar Christoph Lohmann 2012-12-021-3/+6
|
* Surf now can handle absolute file paths. This allows better local HTMLGravatar Christoph Lohmann 2012-11-251-3/+13
| | | reading.
* Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify theGravatar Christoph Lohmann 2012-11-201-21/+27
| | | variable naming a bit.
* Add a referer argument to the DOWNLOAD macro. Some sites need this. ThanksGravatar Christoph Lohmann 2012-11-201-1/+1
| | | Hiltjo Posthuma!
* Moving some preprocessor config options to the standard suckless style.Gravatar Christoph Lohmann 2012-11-161-2/+2
|
* Some minor style updates.Gravatar Christoph Lohmann 2012-11-161-2/+4
|
* Removing the insert mode. It will only confuse users. The stop() function isGravatar Christoph Lohmann 2012-11-161-39/+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-151-8/+66
|
* 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-151-0/+15
|
* Fixing the bug of surf loading undefined data in arg.Gravatar Christoph Lohmann 2012-11-081-4/+6
|
* Adding a useragent parameter to surf.Gravatar Christoph Lohmann 2012-10-311-1/+4
|
* Add options for scriptfile, cookiefile and stylefile. And changing the defaultGravatar Christoph Lohmann 2012-10-311-42/+56
| | | behaviour of buildpath to be more like in open().
* Add different progress colors when using proxy.Gravatar Christoph Lohmann 2012-10-311-4/+15
|
* Hiding the loading indicator when it is not used. Based on a patch fromGravatar Christoph Lohmann 2012-10-281-4/+4
| | | 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.
* 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
|
* 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-311-10/+28
|
* 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-111-2/+2
|
* Add a variable in config.def.h for configuring spatial browsing.Gravatar Troels Henriksen 2012-01-171-1/+1
|
* Status message patch from Jeremy Jackins and skls.Gravatar Troels Henriksen 2012-01-171-3/+3
|
* Cleanup previous patch.Gravatar Troels Henriksen 2011-11-051-1/+1
|
* Use the surf user agent when downloading with wget.Gravatar Troels Henriksen 2011-11-051-1/+1
|
* 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-041-3/+26
|
* Add eval() function for executing Javascript. Handy for keybindings.Gravatar Troels Henriksen 2011-11-031-5/+21
|