| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Just some comment correction. | 2013-08-09 | 1 | -2/+4 | |
| | | |||||
| * | applied Nick's 96dpi patch, thanks | 2013-07-20 | 2 | -0/+16 | |
| | | |||||
| * | Setting the cookie file on new instances. | 2013-07-12 | 1 | -1/+3 | |
| | | |||||
| * | Updating the TODO file. | 2013-06-21 | 1 | -1/+0 | |
| | | |||||
| * | Adding a common way to enable and disable features. | 2013-05-21 | 2 | -1/+44 | |
| | | |||||
| * | There's only one escape. | 2013-05-14 | 1 | -3/+0 | |
| | | |||||
| * | Correcting the backslash in the surf manpage. | 2013-05-11 | 1 | -1/+1 | |
| | | |||||
| * | Allowing geo location policy decisions. | 2013-04-28 | 3 | -8/+43 | |
| | | |||||
| * | Disabling WebKit deletion interface feature by default. | 2013-04-17 | 1 | -0/+11 | |
| | | | | | | | | | | 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> | ||||
| * | Add an option to disable the indicators. | 2013-04-14 | 2 | -19/+26 | |
| | | |||||
| * | Ensure curl follows redirects for downloads | 2013-03-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | A typo in SETPROP macro: should be ``printf %b'', not ``printf''. | 2013-03-30 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | Fixed SETPROP() macro behaviour in config.def.h to handle escapes correctly. | 2013-03-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | xprop prints information in format PROPERTY(STRING) = "escaped string", which causes problem with repeated Ctrl-F: any non-ascii turns into \ooo\ooo, this later turns into \\ooo\\ooo, and so on. To de-escape string, printf(1) is used, getting information from xargs -0; without -0 xargs will try to handle escapes by itself and also do shenanigans with quotes, which is totally undesired. Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | There are people not reading the existing code. | 2013-03-15 | 1 | -6/+8 | |
| | | | | | I fucking hate to have to correct all of this. People learn to read! | ||||
| * | Fixed keys handling for multilayout environments. | 2013-03-15 | 1 | -7/+23 | |
| | | | | | | | | | | | 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> | ||||
| * | Removing the .hgtags file. | 2013-03-15 | 1 | -10/+0 | |
| | | |||||
| * | Support relative paths for surf. | 2013-03-14 | 1 | -3/+5 | |
| | | | | | Thanks Kurt Van Dijck <kurt.van.dijck@eia.be>! | ||||
| * | Adding a default font size option. | 2013-03-14 | 2 | -0/+4 | |
| | | | | | Thanks Alexander Sedov <alex0player@gmail.com>! | ||||
| * | Fix output redirection in surf-open.sh | 2013-03-14 | 1 | -2/+2 | |
| | | | | | | | | | | Incorrect order of output rediection specifiers was causing useless text appearing in terminal when starting surf-open (for example, BadWindow error from xprop when tabbed window is already closed). It isn't now. Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | Fixing kiosk mode when a new surf instance is run. | 2013-03-11 | 1 | -1/+1 | |
| | | |||||
| * | Adding kiosk mode. | 2013-03-11 | 3 | -6/+19 | |
| | | | | | Thanks to Christian Hesse <mail@eworm.de>! | ||||
| * | disable/toggle scrollbars | 2013-02-25 | 4 | -16/+79 | |
| | | | | | | | | | | | | | | * 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. | 2013-02-17 | 1 | -22/+34 | |
| | | |||||
| * | Add a toggle command for the stylefile. | 2013-02-16 | 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! | ||||
| * | The Item struct is not used. | 2013-02-15 | 1 | -6/+0 | |
| | | |||||
| * | Fixed a bug in pagestat | 2013-02-15 | 1 | -3/+6 | |
| | | | | | | | Forgot to add a null character at the end. Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | fix DOWNLOAD macro to use cookiefile variable | 2013-02-13 | 1 | -3/+2 | |
| | | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | Changed character for non-encrypted page | 2013-02-12 | 1 | -1/+7 | |
| | | | | | | | -/T/U: No SSL, Trusted SSL, Untrusted SSL Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | Removed progress indicator | 2013-02-12 | 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> | ||||
| * | Remove the redundant ctrl-l and ctrl-h description from the man page. | 2013-02-11 | 1 | -6/+0 | |
| | | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | Making dist work again. | 2013-02-10 | 1 | -0/+1 | |
| | | |||||
| * | Bumping up to 0.6. | 2013-02-10 | 1 | -1/+1 | |
| | | |||||
| * | The javascriptcore is now in webkit. | 2013-02-09 | 1 | -2/+1 | |
| | | |||||
| * | Fixing cookie handling for https/http by using curl. | 2013-02-02 | 1 | -4/+5 | |
| | | |||||
| * | Removing the deprecated g_thread_init call. | 2013-02-02 | 1 | -2/+0 | |
| | | |||||
| * | Fixing the style and making the inspector work again. | 2013-01-26 | 1 | -13/+37 | |
| | | |||||
| * | Making more than one Modkey to work in keys. | 2013-01-26 | 2 | -1/+6 | |
| | | |||||
| * | Adding web inspector support to surf. | 2013-01-26 | 3 | -25/+101 | |
| | | | | | Thanks Gregor Best <gbe@ring0.de>! | ||||
| * | Style inquisition plus blocking of the */favicon.ico request. Thanks Peter A. | 2012-12-06 | 1 | -97/+173 | |
| | | | | | Shevtsov! | ||||
| * | Changing the default DOWNLOAD to use st. | 2012-12-04 | 1 | -1/+1 | |
| | | |||||
| * | Add a nice todo item for videos. Thanks morphles. | 2012-12-04 | 1 | -0/+4 | |
| | | |||||
| * | Adding a man section about how to handle plugins. | 2012-12-04 | 1 | -2/+13 | |
| | | |||||
| * | Adding the fullscreen mode to the manpage. | 2012-12-03 | 1 | -0/+3 | |
| | | |||||
| * | Implementing fullscreen mode. Thanks Krol, Willem van de! | 2012-12-03 | 3 | -2/+13 | |
| | | |||||
| * | Adding me to the LICENSE file. | 2012-12-03 | 1 | -0/+2 | |
| | | |||||
| * | Resolving some conflicts in the shortcuts. | 2012-12-02 | 2 | -2/+9 | |
| | | |||||
| * | Making zoom available when used in tabbed. | 2012-12-02 | 3 | -5/+10 | |
| | | |||||
| * | Surf now can handle absolute file paths. This allows better local HTML | 2012-11-25 | 2 | -4/+14 | |
| | | | | reading. | ||||
| * | The control of the toggles is now Ctrl-Shift-$character. That's easier for new | 2012-11-20 | 1 | -5/+5 | |
| | | | | users. | ||||
| * | Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify the | 2012-11-20 | 3 | -31/+51 | |
| | | | | variable naming a bit. | ||||
