summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Style inquisition plus blocking of the */favicon.ico request. Thanks Peter A.Gravatar Christoph Lohmann 2012-12-061-97/+173
* 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
* The control of the toggles is now Ctrl-Shift-$character. That's easier for newGravatar Christoph Lohmann 2012-11-201-5/+5
* Fix some styling in the config.def.h, fix the DOWNLOAD macro and unify theGravatar Christoph Lohmann 2012-11-203-31/+51
* Add a referer argument to the DOWNLOAD macro. Some sites need this. ThanksGravatar Christoph Lohmann 2012-11-202-4/+10
* Useragent strings do not count anymore. This is adding some text so everyGravatar Christoph Lohmann 2012-11-161-1/+3
* 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
* 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
* 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
* Adding a useragent parameter to surf.Gravatar Christoph Lohmann 2012-10-312-1/+8
* Changing the config.def.h to fit the new buildpath() behaviour.Gravatar Christoph Lohmann 2012-10-311-3/+3
* Add options for scriptfile, cookiefile and stylefile. And changing the defaultGravatar Christoph Lohmann 2012-10-313-42/+109
* Add different progress colors when using proxy.Gravatar Christoph Lohmann 2012-10-312-6/+21
* Hiding the loading indicator when it is not used. Based on a patch fromGravatar Christoph Lohmann 2012-10-282-4/+6
* Applying the patch to show the indicator only on loading. Based on a patchGravatar Christoph Lohmann 2012-10-281-4/+7
* Mod + '/' for search.Gravatar Christoph Lohmann 2012-10-281-0/+1
* Applying the cookie patch of Carlos Pita. Thank you!Gravatar Christoph Lohmann 2012-10-161-59/+63
* Removing the double initialisation to webkit_get_default_session(). ThanksGravatar Christoph Lohmann 2012-10-161-1/+0
* Reverting the cleanmask change.Gravatar Christoph Lohmann 2012-10-141-2/+1
* Changing the key masks to the values of GDK.Gravatar Christoph Lohmann 2012-10-131-1/+1
* The right click menu to copy the link URI will now work. Thanks to CarlosGravatar Christoph Lohmann 2012-10-131-0/+42
* Adding middle-click behaviour to open a tab when embedded or a window whenGravatar Christoph Lohmann 2012-10-131-5/+24
* Fixing the shift key mask and cleaning up the scrolling code.Gravatar Christoph Lohmann 2012-10-121-18/+26
* Surf now parses hex window ids properly from tabbed.Gravatar Christoph Lohmann 2012-07-161-1/+1
* Added tag 0.5 for changeset f0cea0f2bfc6Gravatar Troels Henriksen 2012-07-121-0/+1
* Change horizontal scrolling to ^u and ^i, remove ^g scrolling.Gravatar Troels Henriksen 2012-06-111-4/+2
* apply nick's patch removing unused variable and parametersGravatar pancake 2012-06-111-8/+6
* apply nick's patch removing the autoresize functionalityGravatar pancake 2012-06-111-15/+0
* Keybindings for scrolling left and right; code by stanio.Gravatar Troels Henriksen 2012-05-312-12/+36
* Manpage patch from Evan Gates.Gravatar Troels Henriksen 2012-03-261-0/+7
* Close standard output after printing XID, patch due Abby Cedar.Gravatar Troels Henriksen 2012-02-211-0/+3
lass='deletions'>-1/+1 2015-07-19stest: get rid of getopt, use suckless arg.hGravatar Hiltjo Posthuma 3-53/+141 ... also some style improvements. 2015-07-19config.mk: add FREETYPELIBS and FREETYPEINCGravatar Hiltjo Posthuma 1-3/+9 These variables make it simpler to change the paths to this for ports. `pkg-config` is avoided because it sucks, in particular for cross-compilation. A commented path for *BSD is added, the Xft includes are located at: /usr/X11R6/include there. Also already bump the version number to 4.6, a release will come approximately in August. 2015-07-19fix prompt color style how it used to beGravatar Hiltjo Posthuma 1-1/+1 This is the style how it was before the big Xft change. The colors were inverted, this was not the case before the change. Reported by "zvz" on #suckless IRC, thanks! 2015-06-27Use libdraw: add Xft and fallback-fonts support to graphics libGravatar Hiltjo Posthuma 11-316/+684 - libdraw, util: add drw.{c,h}, util.{c,h} and update code. - libdraw: fix drw_rect(): use w and h parameter. - libdraw: print errstr if last character in string was ":" (sbase). - libdraw: drw_clr_free() allow valid free(NULL). - config.def.h: set default font to monospace. - cleanup() on exit. - LICENSE: update license string for dmenu -v to 2015. - LICENSE: add myself to LICENSE 2014-09-17applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-mGravatar Anselm R Garbe 2-2/+5 2014-07-30fix crash with ctrl-enter as inputGravatar Hiltjo Posthuma 1-1/+2 reproduce: ./dmenu; send EOF; press ctrl+enter. 2014-05-29updated copyright notices in LICENSE and dmenu.c fileGravatar Anselm R Garbe 2-2/+2 2013-08-13applied Martin Kühl's inverse matching flag to stestGravatar Anselm R Garbe 2-4/+7 2013-08-02applied Martti Kühne's dmenu monitor patchGravatar Anselm R Garbe 3-4/+14 https://gist.github.com/mar77i/3349298/raw/f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream now 2013-06-28accepted vi'is exit approach ^[ (suggested by Arkaduisz)Gravatar Anselm R Garbe 1-0/+2