| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add some description for the plumb feature. | 2015-01-19 | 1 | -0/+3 | |
| | | |||||
| * | Add plumbing functionality. | 2015-01-19 | 2 | -2/+28 | |
| | | |||||
| * | Add a comment about how the styles are iterated. | 2015-01-18 | 1 | -0/+4 | |
| | | | | | Thanks quing for noticing. | ||||
| * | My CMD was too short. :O | 2015-01-18 | 1 | -1/+1 | |
| | | | | | Thanks Carlos Torres for mentioning this. | ||||
| * | Add the manpage changes for the disk cache support. | 2015-01-17 | 1 | -1/+7 | |
| | | |||||
| * | Adding disk cache support for soup. | 2015-01-17 | 2 | -9/+40 | |
| | | | | | This is a merge of the patch of Ben Woolley <tautolog@gmail.com> | ||||
| * | Fix extra newline, and add -g where other switches are forwarded. | 2015-01-17 | 1 | -1/+3 | |
| | | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | Newer libc want _DEFAULT_SOURCE. | 2015-01-17 | 1 | -1/+1 | |
| | | |||||
| * | Major styles update. | 2015-01-17 | 3 | -11/+84 | |
| | | | | | | | In config.h there is now some styles array to apply site-specific styles. This can be toggled using the -mM flags. If a stylefile is manually specified, then this will overwrite everything. | ||||
| * | Fix a typo in surf manual. | 2015-01-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | `Ctrl-/` displays incorrectly in `man surf` on my machine. A patch is attached. (You also access it here: https://github.com/weakish/surf/commit/07e97eccedd96eabf14b2fbf77de75ec1b594d97) ---- surf.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | Minor style change. | 2014-09-28 | 1 | -1/+1 | |
| | | |||||
| * | Make »Copy image address« work. | 2014-09-28 | 1 | -3/+10 | |
| | | | | | Thanks yui@blekksprut.net for the patch! | ||||
| * | Mention xdotool in SEE ALSO too. | 2014-08-07 | 1 | -1/+2 | |
| | | |||||
| * | Fix the manpage about xid. | 2014-08-07 | 1 | -1/+3 | |
| | | | | | Something was missing from this one sentence. Now it is complete. | ||||
| * | Add a FAQ to surf. | 2014-08-04 | 1 | -0/+10 | |
| | | |||||
| * | Add information about the dmenu requirement. | 2014-05-17 | 2 | -3/+5 | |
| | | | | | Thanks <surfsup@inbox.lv>! | ||||
| * | fix some indentation in config.def.h | 2014-02-28 | 1 | -8/+8 | |
| | | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | Enable resizable text areas. | 2014-02-16 | 1 | -0/+2 | |
| | | |||||
| * | deprecating signal “populate-popup” for “context-menu” | 2014-02-08 | 1 | -11/+14 | |
| | | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | Prevent title from being empty when following an anchor | 2014-02-08 | 1 | -2/+4 | |
| | | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | deprecating signal “title-changed” for “notify::title” | 2014-02-06 | 1 | -4/+4 | |
| | | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | The check for NULL is not necessary before free. | 2014-02-06 | 1 | -2/+1 | |
| | | |||||
| * | Removing a memory leak when u wasn't freed. | 2014-02-06 | 1 | -2/+3 | |
| | | |||||
| * | Making the empty title possible. | 2014-02-05 | 1 | -9/+15 | |
| | | |||||
| * | Draw flags on window creation | 2014-02-05 | 1 | -1/+3 | |
| | | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | Keep cookie policies for new windows | 2014-02-05 | 1 | -1/+3 | |
| | | | | | Signed-off-by: Christoph Lohmann <20h@r-36.net> | ||||
| * | Change the accept no third party in the doc to the right meaning. | 2014-01-30 | 2 | -2/+2 | |
| | | |||||
| * | Add the commandline flag for the cookie policies too. | 2014-01-30 | 1 | -0/+3 | |
| | | |||||
| * | Add a way to define the cookie policy. | 2014-01-30 | 3 | -37/+124 | |
| | | | | | | | | | | This adds the -a flag to define a string of the toggle string for the cookie policy modes. There is now a new »cookiepolicies« string in config.h and the Mod+Shift+a now can toggle the policy but will not cause a reload, because this would only add a burden when toggling through accept and not accept. Thanks Quentin Rameau <quinq.ml@gmail.com> for the suggestions! | ||||
| * | Replacing the deprecated ssl-ca-file with tls-database. | 2014-01-30 | 1 | -1/+9 | |
| | | | | | Thanks Steve Dee <mrdomino@gmail.com>! | ||||
| * | Fix the ssl trusted check. | 2014-01-30 | 1 | -2/+2 | |
| | | | | | Thank you Steve Dee <mrdomino@gmail.com>! | ||||
| * | Make surf set the URI atom right on manual URI entering. | 2014-01-13 | 1 | -0/+2 | |
| | | |||||
| * | Add zoom level support. | 2013-10-19 | 3 | -2/+16 | |
| | | |||||
| * | c->uri is unused | 2013-10-10 | 1 | -2/+2 | |
| | | | | | 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. | 2013-09-07 | 1 | -1/+2 | |
| | | | | | Thanks David Dufberg Tøttrup <david@dufberg.se>! | ||||
| * | Add a flag to disable fullscreen. | 2013-08-31 | 2 | -2/+9 | |
| | | | | | | | 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. | 2013-08-25 | 3 | -1/+13 | |
| | | |||||
| * | 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> | ||||
