summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid using global name stylefile in setstyle()Gravatar Quentin Rameau 2017-04-271-4/+4
* Change site styles structure for a more generic oneGravatar Quentin Rameau 2017-04-272-6/+6
* Fix 27cec48 Add a flag/keybinding for strict TLSGravatar Quentin Rameau 2017-04-231-2/+9
* Fix a981959 Move -t stylefile flag to -C stylefileGravatar Quentin Rameau 2017-04-231-5/+5
* Fix possible oob access of cmd in newwindow()Gravatar Quentin Rameau 2017-04-231-1/+1
* Bump year in programGravatar Quentin Rameau 2017-04-201-1/+1
* Add a flag and toggle keybinding for strict TLSGravatar Quentin Rameau 2017-04-203-4/+15
* Move -t stylefile flag to -C stylefileGravatar Quentin Rameau 2017-04-202-9/+9
* Rename SSL instances to TLSGravatar Quentin Rameau 2017-04-193-6/+6
* Set strict ssl by default and handle insecure contentGravatar Quentin Rameau 2017-04-192-11/+20
* Add a configure option for default window sizeGravatar Quentin Rameau 2017-04-192-1/+4
* Bump version to 2.0Gravatar Quentin Rameau 2017-03-281-1/+1
* Add contributors to the LICENSEGravatar Quentin Rameau 2017-03-281-4/+27
* Install Atoms before initializing gtkGravatar Quentin Rameau 2017-03-221-6/+9
* Fix spelling of otherwise in surf.1Gravatar Michael Stevens 2017-03-221-1/+1
* Fix font-size setting parameter value type in newviewGravatar Quentin Rameau 2017-03-061-1/+1
* Add support for loading Webkit extensionsGravatar Quentin Rameau 2016-09-222-1/+11
* Reload on SIGHUPGravatar Charles Lehner 2016-07-081-0/+14
* Add a few configuration optionsGravatar Quentin Rameau 2016-07-052-0/+18
* Fix GdkDisplay assignment in setup()Gravatar Quentin Rameau 2016-07-051-1/+2
* Get rid of getkbdeviceGravatar Quentin Rameau 2016-07-051-19/+3
* Fixing the last patch to the surf style.Gravatar Christoph Lohmann 2016-07-051-15/+18
* Check $HOME and home dir of $USER before getpwuid()->pw_dirGravatar Dmitry Bogatov 2016-07-051-7/+36
* Fix url parsing in load()Gravatar Quentin Rameau 2016-07-051-1/+4
* Apply domain parameters each time url is changedGravatar Quentin Rameau 2016-07-051-5/+2
* Fix inspector togglingGravatar Quentin Rameau 2016-07-051-8/+5
* Rectify how parameters are handled in setparameter()Gravatar Quentin Rameau 2016-07-051-22/+23
* Fix parameter initialization and assignmentGravatar Quentin Rameau 2016-07-051-30/+34
* Adapting the whole surf structure to new settingsGravatar Quentin Rameau 2016-07-052-155/+233
* Adapt default parameters to new config styleGravatar Quentin Rameau 2016-07-051-29/+32
* Introduce new data structure for handling settingsGravatar Quentin Rameau 2016-07-051-2/+38
* Disable globbing in curl commandGravatar Dmitrij D. Czarkoff 2016-03-061-1/+1
* Get rid of JavaScript for scrolling in viewsGravatar Quentin Rameau 2016-03-022-18/+61
* Modify linking parameterGravatar Quentin Rameau 2016-03-021-1/+1
* Import the arg.h from st which fixed the oob bug.Gravatar Christoph Lohmann 2016-03-021-20/+27
* Fix title handlingGravatar Quentin Rameau 2015-12-011-4/+8
* Fix clickexternplayer(), no need to test the target againGravatar Quentin Rameau 2015-11-241-4/+2
* Fix user agent command-line parameterGravatar Quentin Rameau 2015-11-231-1/+1
* Add webkit language settingsGravatar Quentin Rameau 2015-11-222-0/+12
* Fix key handlingGravatar Quentin Rameau 2015-11-221-41/+17
* Fix target uri handling when leaving windowGravatar Quentin Rameau 2015-11-221-9/+16
* Adapt togglestyle()Gravatar Quentin Rameau 2015-11-221-1/+6
* Modify decideresource() and favicon handlingGravatar Quentin Rameau 2015-11-221-4/+5
* Style change in newview(), sort signals orderGravatar Quentin Rameau 2015-11-221-12/+12
* Fix error handling in spawn()Gravatar Quentin Rameau 2015-11-221-2/+2
* Modify default handling of cookiepolicy functionsGravatar Quentin Rameau 2015-11-221-6/+4
* Simplify handling of c->titleGravatar Quentin Rameau 2015-11-221-17/+13
* Fix pasteuri()Gravatar Quentin Rameau 2015-11-221-1/+1
* Style fix in sigchld()Gravatar Quentin Rameau 2015-11-221-1/+2
* Replace use of EXIT_* constants to 0 and 1Gravatar Quentin Rameau 2015-11-221-2/+2
er'>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