summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed SETPROP() macro behaviour in config.def.h to handle escapes correctly.Gravatar Alexander Sedov 2013-03-211-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.Gravatar Christoph Lohmann 2013-03-151-6/+8
| | | | I fucking hate to have to correct all of this. People learn to read!
* Fixed keys handling for multilayout environments.Gravatar Alexander Sedov 2013-03-151-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.Gravatar Christoph Lohmann 2013-03-151-10/+0
|
* Support relative paths for surf.Gravatar Christoph Lohmann 2013-03-141-3/+5
| | | | Thanks Kurt Van Dijck <kurt.van.dijck@eia.be>!
* Adding a default font size option.Gravatar Christoph Lohmann 2013-03-142-0/+4
| | | | Thanks Alexander Sedov <alex0player@gmail.com>!
* Fix output redirection in surf-open.shGravatar Alexander Sedov 2013-03-141-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.Gravatar Christoph Lohmann 2013-03-111-1/+1
|
* Adding kiosk mode.Gravatar Christoph Lohmann 2013-03-113-6/+19
| | | | Thanks to Christian Hesse <mail@eworm.de>!
* disable/toggle scrollbarsGravatar Carlos J. Torres 2013-02-254-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.Gravatar Christoph Lohmann 2013-02-171-22/+34
|
* Add a toggle command for the stylefile.Gravatar Christoph Lohmann 2013-02-163-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.Gravatar Christoph Lohmann 2013-02-151-6/+0
|
* Fixed a bug in pagestatGravatar Jens Nyberg 2013-02-151-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 variableGravatar Carlos J. Torres 2013-02-131-3/+2
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Changed character for non-encrypted pageGravatar Jens Nyberg 2013-02-121-1/+7
| | | | | | -/T/U: No SSL, Trusted SSL, Untrusted SSL Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Removed progress indicatorGravatar Jens Nyberg 2013-02-122-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.Gravatar Shayan Pooya 2013-02-111-6/+0
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Making dist work again.Gravatar Christoph Lohmann 2013-02-101-0/+1
|
* Bumping up to 0.6.Gravatar Christoph Lohmann 2013-02-101-1/+1
|
* The javascriptcore is now in webkit.Gravatar Christoph Lohmann 2013-02-091-2/+1
|
* Fixing cookie handling for https/http by using curl.Gravatar Christoph Lohmann 2013-02-021-4/+5
|
* Removing the deprecated g_thread_init call.Gravatar Christoph Lohmann 2013-02-021-2/+0
|
* Fixing the style and making the inspector work again.Gravatar Christoph Lohmann 2013-01-261-13/+37
|
* Making more than one Modkey to work in keys.Gravatar Christoph Lohmann 2013-01-262-1/+6
|
* Adding web inspector support to surf.Gravatar Christoph Lohmann 2013-01-263-25/+101
| | | | Thanks Gregor Best <gbe@ring0.de>!
* Style inquisition plus blocking of the */favicon.ico request. Thanks Peter A.Gravatar Christoph Lohmann 2012-12-061-97/+173
| | | | Shevtsov!
* Changing the default DOWNLOAD to use st.Gravatar Christoph Lohmann 2012-12-041-1/+1
|
* Add a nice todo item for videos. Thanks morphles.Gravatar Christoph Lohmann 2012-12-041-0/+4
|
* Adding a man section about how to handle plugins.Gravatar Christoph Lohmann 2012-12-041-2/+13
|
* Adding the fullscreen mode to the manpage.Gravatar Christoph Lohmann 2012-12-031-0/+3
|
* Implementing fullscreen mode. Thanks Krol, Willem van de!Gravatar Christoph Lohmann 2012-12-033-2/+13
|
* Adding me to the LICENSE file.Gravatar Christoph Lohmann 2012-12-031-0/+2
|
* Resolving some conflicts in the shortcuts.Gravatar Christoph Lohmann 2012-12-022-2/+9
|
* Making zoom available when used in tabbed.Gravatar Christoph Lohmann 2012-12-023-5/+10
|
* Surf now can handle absolute file paths. This allows better local HTMLGravatar Christoph Lohmann 2012-11-252-4/+14
| | | reading.
* The control of the toggles is now Ctrl-Shift-$character. That's easier for newGravatar Christoph Lohmann 2012-11-201-5/+5
| | | users.
* Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify theGravatar Christoph Lohmann 2012-11-203-31/+51
| | | variable naming a bit.
* Add a referer argument to the DOWNLOAD macro. Some sites need this. ThanksGravatar Christoph Lohmann 2012-11-202-4/+10
| | | Hiltjo Posthuma!
* Useragent strings do not count anymore. This is adding some text so everyGravatar Christoph Lohmann 2012-11-161-1/+3
| | | | | website (especially Google) is fooled to believe us to be compatible. The right way seems to be to add Surf at the end and let the big guys handle their useragent header war.
* Adding a surf-open.sh script for easier tabbed(1) integration.Gravatar Christoph Lohmann 2012-11-163-2/+49
|
* Moving some preprocessor config options to the standard suckless style.Gravatar Christoph Lohmann 2012-11-162-5/+4
|
* Adding back the Escape to stop loading the current page. Thanks Daniel BaintonGravatar Christoph Lohmann 2012-11-164-2/+6
| | | for the notice!
* Some minor style updates.Gravatar Christoph Lohmann 2012-11-162-3/+5
|
* Removing the insert mode. It will only confuse users. The stop() function isGravatar Christoph Lohmann 2012-11-163-48/+5
| | | kept like the eval() function because it could be used in config.h
* Enable the insert mode. Thanks to stanio@cs.tu-berlin.de!Gravatar Christoph Lohmann 2012-11-153-10/+106
|
* Applying the surf style to the last patch.Gravatar Christoph Lohmann 2012-11-151-8/+8
|
* Importing the generic toggle patch of stanio@cs.tu-berlin.de. Thanks!Gravatar Christoph Lohmann 2012-11-152-0/+19
|
* Fixing the bug of surf loading undefined data in arg.Gravatar Christoph Lohmann 2012-11-081-4/+6
|
* Fixing the manpage about the useragent option.Gravatar Christoph Lohmann 2012-10-311-1/+1
|