summaryrefslogtreecommitdiff
path: root/surf.c
Commit message (Collapse)AuthorAge
* Enable resizable text areas.Christoph Lohmann2014-02-16
|
* deprecating signal “populate-popup” for “context-menu”Quentin Rameau2014-02-08
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Prevent title from being empty when following an anchorQuentin Rameau2014-02-08
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* deprecating signal “title-changed” for “notify::title”Quentin Rameau2014-02-06
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* The check for NULL is not necessary before free.Christoph Lohmann2014-02-06
|
* Removing a memory leak when u wasn't freed.Christoph Lohmann2014-02-06
|
* Making the empty title possible.Christoph Lohmann2014-02-05
|
* Draw flags on window creationQuentin Rameau2014-02-05
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Keep cookie policies for new windowsQuentin Rameau2014-02-05
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Add the commandline flag for the cookie policies too.Christoph Lohmann2014-01-30
|
* Add a way to define the cookie policy.Christoph Lohmann2014-01-30
| | | | | | | | | 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.Christoph Lohmann2014-01-30
| | | | Thanks Steve Dee <mrdomino@gmail.com>!
* Fix the ssl trusted check.Christoph Lohmann2014-01-30
| | | | Thank you Steve Dee <mrdomino@gmail.com>!
* Make surf set the URI atom right on manual URI entering.Christoph Lohmann2014-01-13
|
* Add zoom level support.Christoph Lohmann2013-10-19
|
* c->uri is unusedDavid Dufberg2013-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 Lohmann2013-09-07
| | | | Thanks David Dufberg Tøttrup <david@dufberg.se>!
* Add a flag to disable fullscreen.Christoph Lohmann2013-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 Lohmann2013-08-25
|
* Just some comment correction.Christoph Lohmann2013-08-09
|
* applied Nick's 96dpi patch, thanksAnselm R Garbe2013-07-20
|
* Setting the cookie file on new instances.Christoph Lohmann2013-07-12
|
* Adding a common way to enable and disable features.Christoph Lohmann2013-05-21
|
* Allowing geo location policy decisions.Christoph Lohmann2013-04-28
|
* Disabling WebKit deletion interface feature by default.Alexander Sedov2013-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 Lohmann2013-04-14
|
* There are people not reading the existing code.Christoph Lohmann2013-03-15
| | | | I fucking hate to have to correct all of this. People learn to read!
* Fixed keys handling for multilayout environments.Alexander Sedov2013-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>
* Support relative paths for surf.Christoph Lohmann2013-03-14
| | | | Thanks Kurt Van Dijck <kurt.van.dijck@eia.be>!
* Adding a default font size option.Christoph Lohmann2013-03-14
| | | | Thanks Alexander Sedov <alex0player@gmail.com>!
* Fixing kiosk mode when a new surf instance is run.Christoph Lohmann2013-03-11
|
* Adding kiosk mode.Christoph Lohmann2013-03-11
| | | | Thanks to Christian Hesse <mail@eworm.de>!
* disable/toggle scrollbarsCarlos J. Torres2013-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 Lohmann2013-02-17
|
* Add a toggle command for the stylefile.Christoph Lohmann2013-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 Lohmann2013-02-15
|
* Fixed a bug in pagestatJens Nyberg2013-02-15
| | | | | | Forgot to add a null character at the end. Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Changed character for non-encrypted pageJens Nyberg2013-02-12
| | | | | | -/T/U: No SSL, Trusted SSL, Untrusted SSL Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Removed progress indicatorJens Nyberg2013-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>
* Removing the deprecated g_thread_init call.Christoph Lohmann2013-02-02
|
* Fixing the style and making the inspector work again.Christoph Lohmann2013-01-26
|
* Making more than one Modkey to work in keys.Christoph Lohmann2013-01-26
|
* Adding web inspector support to surf.Christoph Lohmann2013-01-26
| | | | Thanks Gregor Best <gbe@ring0.de>!
* Style inquisition plus blocking of the */favicon.ico request. Thanks Peter A.Christoph Lohmann2012-12-06
| | | | Shevtsov!
* Implementing fullscreen mode. Thanks Krol, Willem van de!Christoph Lohmann2012-12-03
|
* Making zoom available when used in tabbed.Christoph Lohmann2012-12-02
|
* Surf now can handle absolute file paths. This allows better local HTMLChristoph Lohmann2012-11-25
| | | reading.
* Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify theChristoph Lohmann2012-11-20
| | | variable naming a bit.
* Add a referer argument to the DOWNLOAD macro. Some sites need this. ThanksChristoph Lohmann2012-11-20
| | | Hiltjo Posthuma!
* Moving some preprocessor config options to the standard suckless style.Christoph Lohmann2012-11-16
|