Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make surf set the URI atom right on manual URI entering. | Christoph Lohmann | 2014-01-13 |
| | |||
* | Add zoom level support. | Christoph Lohmann | 2013-10-19 |
| | |||
* | c->uri is unused | David Dufberg | 2013-10-10 |
| | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||
* | Make it possible to open a link in a new window with holding the mod key. | Christoph Lohmann | 2013-09-07 |
| | | | | Thanks David Dufberg Tøttrup <david@dufberg.se>! | ||
* | Add a flag to disable fullscreen. | Christoph Lohmann | 2013-08-31 |
| | | | | | | This also updates the usage of surf to represent the current status. Thanks Alexander Sedov for the suggestion, but you forgot the manpage entry so I did this patch. | ||
* | Add fullscreen mode as flag and config option. | Christoph Lohmann | 2013-08-25 |
| | |||
* | Just some comment correction. | Christoph Lohmann | 2013-08-09 |
| | |||
* | applied Nick's 96dpi patch, thanks | Anselm R Garbe | 2013-07-20 |
| | |||
* | Setting the cookie file on new instances. | Christoph Lohmann | 2013-07-12 |
| | |||
* | Updating the TODO file. | Christoph Lohmann | 2013-06-21 |
| | |||
* | Adding a common way to enable and disable features. | Christoph Lohmann | 2013-05-21 |
| | |||
* | There's only one escape. | Christoph Lohmann | 2013-05-14 |
| | |||
* | Correcting the backslash in the surf manpage. | Christoph Lohmann | 2013-05-11 |
| | |||
* | Allowing geo location policy decisions. | Christoph Lohmann | 2013-04-28 |
| | |||
* | Disabling WebKit deletion interface feature by default. | Alexander Sedov | 2013-04-17 |
| | | | | | | | | | 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. | Christoph Lohmann | 2013-04-14 |
| | |||
* | Ensure curl follows redirects for downloads | Nick White | 2013-03-31 |
| | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||
* | A typo in SETPROP macro: should be ``printf %b'', not ``printf''. | Alexander Sedov | 2013-03-30 |
| | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||
* | Fixed SETPROP() macro behaviour in config.def.h to handle escapes correctly. | Alexander Sedov | 2013-03-21 |
| | | | | | | | | | | | 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. | Christoph Lohmann | 2013-03-15 |
| | | | | I fucking hate to have to correct all of this. People learn to read! | ||
* | Fixed keys handling for multilayout environments. | Alexander Sedov | 2013-03-15 |
| | | | | | | | | | | 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. | Christoph Lohmann | 2013-03-15 |
| | |||
* | Support relative paths for surf. | Christoph Lohmann | 2013-03-14 |
| | | | | Thanks Kurt Van Dijck <kurt.van.dijck@eia.be>! | ||
* | Adding a default font size option. | Christoph Lohmann | 2013-03-14 |
| | | | | Thanks Alexander Sedov <alex0player@gmail.com>! | ||
* | Fix output redirection in surf-open.sh | Alexander Sedov | 2013-03-14 |
| | | | | | | | | | 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. | Christoph Lohmann | 2013-03-11 |
| | |||
* | Adding kiosk mode. | Christoph Lohmann | 2013-03-11 |
| | | | | Thanks to Christian Hesse <mail@eworm.de>! | ||
* | disable/toggle scrollbars | Carlos J. Torres | 2013-02-25 |
| | | | | | | | | | | | | | * 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. | Christoph Lohmann | 2013-02-17 |
| | |||
* | Add a toggle command for the stylefile. | Christoph Lohmann | 2013-02-16 |
| | | | | | | 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. | Christoph Lohmann | 2013-02-15 |
| | |||
* | Fixed a bug in pagestat | Jens Nyberg | 2013-02-15 |
| | | | | | | 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 | Carlos J. Torres | 2013-02-13 |
| | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||
* | Changed character for non-encrypted page | Jens Nyberg | 2013-02-12 |
| | | | | | | -/T/U: No SSL, Trusted SSL, Untrusted SSL Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||
* | Removed progress indicator | Jens Nyberg | 2013-02-12 |
| | | | | | | | | | | 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. | Shayan Pooya | 2013-02-11 |
| | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||
* | Making dist work again.0.6 | Christoph Lohmann | 2013-02-10 |
| | |||
* | Bumping up to 0.6. | Christoph Lohmann | 2013-02-10 |
| | |||
* | The javascriptcore is now in webkit. | Christoph Lohmann | 2013-02-09 |
| | |||
* | Fixing cookie handling for https/http by using curl. | Christoph Lohmann | 2013-02-02 |
| | |||
* | Removing the deprecated g_thread_init call. | Christoph Lohmann | 2013-02-02 |
| | |||
* | 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 | 2013-01-26 |
| | | | | Thanks Gregor Best <gbe@ring0.de>! | ||
* | Style inquisition plus blocking of the */favicon.ico request. Thanks Peter A. | Christoph Lohmann | 2012-12-06 |
| | | | | Shevtsov! | ||
* | Changing the default DOWNLOAD to use st. | Christoph Lohmann | 2012-12-04 |
| | |||
* | Add a nice todo item for videos. Thanks morphles. | Christoph Lohmann | 2012-12-04 |
| | |||
* | Adding a man section about how to handle plugins. | Christoph Lohmann | 2012-12-04 |
| | |||
* | Adding the fullscreen mode to the manpage. | Christoph Lohmann | 2012-12-03 |
| | |||
* | Implementing fullscreen mode. Thanks Krol, Willem van de! | Christoph Lohmann | 2012-12-03 |
| |