summaryrefslogtreecommitdiff
path: root/surf.c
AgeCommit message (Collapse)Author
2013-05-21Adding a common way to enable and disable features.Christoph Lohmann
2013-04-28Allowing geo location policy decisions.Christoph Lohmann
2013-04-17Disabling WebKit deletion interface feature by default.Alexander Sedov
Webkit has an amazing "feature" that shows black outline with cross around some randomly chosen text fields. Its only fucntion is to clear field. It's ugly and gets in the way when trying to actually ready what you've written, so here's a patch to disable it. Signed-off-by: Christoph Lohmann <20h@r-36.net>
2013-04-14Add an option to disable the indicators.Christoph Lohmann
2013-03-15There are people not reading the existing code.Christoph Lohmann
I fucking hate to have to correct all of this. People learn to read!
2013-03-15Fixed keys handling for multilayout environments.Alexander Sedov
There is a bug in GTK+ that does not allow capturing shortcuts using letter keys on layouts other than "us". The bug is there for ages and there is probably no hope that it will get fixed. This patch switches shortcut handling method to GtkAccelGroup, which handles this case correctly. Enjoy! Signed-off-by: Christoph Lohmann <20h@r-36.net>
2013-03-14Support relative paths for surf.Christoph Lohmann
Thanks Kurt Van Dijck <kurt.van.dijck@eia.be>!
2013-03-14Adding a default font size option.Christoph Lohmann
Thanks Alexander Sedov <alex0player@gmail.com>!
2013-03-11Fixing kiosk mode when a new surf instance is run.Christoph Lohmann
2013-03-11Adding kiosk mode.Christoph Lohmann
Thanks to Christian Hesse <mail@eworm.de>!
2013-02-25disable/toggle scrollbarsCarlos 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-17Style inquisition.Christoph Lohmann
2013-02-16Add 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-15The Item struct is not used.Christoph Lohmann
2013-02-15Fixed a bug in pagestatJens Nyberg
Forgot to add a null character at the end. Signed-off-by: Christoph Lohmann <20h@r-36.net>
2013-02-12Changed character for non-encrypted pageJens Nyberg
-/T/U: No SSL, Trusted SSL, Untrusted SSL Signed-off-by: Christoph Lohmann <20h@r-36.net>
2013-02-12Removed progress indicatorJens 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-02Removing the deprecated g_thread_init call.Christoph Lohmann
2013-01-26Fixing the style and making the inspector work again.Christoph Lohmann
2013-01-26Making more than one Modkey to work in keys.Christoph Lohmann
2013-01-26Adding web inspector support to surf.Christoph Lohmann
Thanks Gregor Best <gbe@ring0.de>!
2012-12-06Style inquisition plus blocking of the */favicon.ico request. Thanks Peter A.Christoph Lohmann
Shevtsov!
2012-12-03Implementing fullscreen mode. Thanks Krol, Willem van de!Christoph Lohmann
2012-12-02Making zoom available when used in tabbed.Christoph Lohmann
2012-11-25Surf now can handle absolute file paths. This allows better local HTMLChristoph Lohmann
reading.
2012-11-20Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify theChristoph Lohmann
variable naming a bit.
2012-11-20Add a referer argument to the DOWNLOAD macro. Some sites need this. ThanksChristoph Lohmann
Hiltjo Posthuma!
2012-11-16Moving some preprocessor config options to the standard suckless style.Christoph Lohmann
2012-11-16Some minor style updates.Christoph Lohmann
2012-11-16Removing the insert mode. It will only confuse users. The stop() function isChristoph Lohmann
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!Christoph Lohmann
2012-11-15Applying the surf style to the last patch.Christoph Lohmann
2012-11-15Importing the generic toggle patch of stanio@cs.tu-berlin.de. Thanks!Christoph Lohmann
2012-11-08Fixing the bug of surf loading undefined data in arg.Christoph Lohmann
2012-10-31Adding a useragent parameter to surf.Christoph Lohmann
2012-10-31Add options for scriptfile, cookiefile and stylefile. And changing the defaultChristoph Lohmann
behaviour of buildpath to be more like in open().
2012-10-31Add different progress colors when using proxy.Christoph Lohmann
2012-10-28Hiding the loading indicator when it is not used. Based on a patch fromChristoph Lohmann
http://xteddy.org/surf.html#toc5. Thanks!
2012-10-28Applying the patch to show the indicator only on loading. Based on a patchChristoph Lohmann
from http://xteddy.org/surf.html#toc5.
2012-10-16Applying the cookie patch of Carlos Pita. Thank you!Christoph Lohmann
2012-10-16Removing the double initialisation to webkit_get_default_session(). ThanksChristoph Lohmann
taruti!
2012-10-14Reverting the cleanmask change.Christoph Lohmann
2012-10-13Changing the key masks to the values of GDK.Christoph Lohmann
2012-10-13The right click menu to copy the link URI will now work. Thanks to CarlosChristoph Lohmann
Pita!
2012-10-13Adding middle-click behaviour to open a tab when embedded or a window whenChristoph Lohmann
not. Thanks to Carlos Pita <carlosjosepita@gmail.com>!
2012-10-12Fixing the shift key mask and cleaning up the scrolling code.Christoph Lohmann
2012-07-16Surf now parses hex window ids properly from tabbed.Christoph Lohmann
2012-06-11apply nick's patch removing unused variable and parameterspancake
2012-06-11apply nick's patch removing the autoresize functionalitypancake
2012-05-31Keybindings for scrolling left and right; code by stanio.Troels Henriksen