summaryrefslogtreecommitdiffstats
path: root/surf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make surf set the URI atom right on manual URI entering.Gravatar Christoph Lohmann 2014-01-131-0/+2
* Add zoom level support.Gravatar Christoph Lohmann 2013-10-191-1/+8
* c->uri is unusedGravatar David Dufberg 2013-10-101-2/+2
* Make it possible to open a link in a new window with holding the mod key.Gravatar Christoph Lohmann 2013-09-071-1/+2
* Add a flag to disable fullscreen.Gravatar Christoph Lohmann 2013-08-311-1/+5
* Add fullscreen mode as flag and config option.Gravatar Christoph Lohmann 2013-08-251-0/+8
* Just some comment correction.Gravatar Christoph Lohmann 2013-08-091-2/+4
* applied Nick's 96dpi patch, thanksGravatar Anselm R Garbe 2013-07-201-0/+15
* Setting the cookie file on new instances.Gravatar Christoph Lohmann 2013-07-121-1/+3
* Adding a common way to enable and disable features.Gravatar Christoph Lohmann 2013-05-211-0/+22
* Allowing geo location policy decisions.Gravatar Christoph Lohmann 2013-04-281-7/+37
* Disabling WebKit deletion interface feature by default.Gravatar Alexander Sedov 2013-04-171-0/+11
* Add an option to disable the indicators.Gravatar Christoph Lohmann 2013-04-141-19/+25
* There are people not reading the existing code.Gravatar Christoph Lohmann 2013-03-151-6/+8
* Fixed keys handling for multilayout environments.Gravatar Alexander Sedov 2013-03-151-7/+23
* Support relative paths for surf.Gravatar Christoph Lohmann 2013-03-141-3/+5
* Adding a default font size option.Gravatar Christoph Lohmann 2013-03-141-0/+2
* Fixing kiosk mode when a new surf instance is run.Gravatar Christoph Lohmann 2013-03-111-1/+1
* Adding kiosk mode.Gravatar Christoph Lohmann 2013-03-111-5/+14
* disable/toggle scrollbarsGravatar Carlos J. Torres 2013-02-251-12/+67
* 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 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
* Changed character for non-encrypted pageGravatar Jens Nyberg 2013-02-121-1/+7
* Removed progress indicatorGravatar Jens Nyberg 2013-02-121-65/+13
* 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
* Style inquisition plus blocking of the */favicon.ico request. Thanks Peter A.Gravatar Christoph Lohmann 2012-12-061-97/+173
* 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
* Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify theGravatar Christoph Lohmann 2012-11-201-21/+27
* Add a referer argument to the DOWNLOAD macro. Some sites need this. ThanksGravatar Christoph Lohmann 2012-11-201-1/+1
* 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
* 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
* 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
* Applying the patch to show the indicator only on loading. Based on a patchGravatar Christoph Lohmann 2012-10-281-4/+7
* 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