summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix WM_CLASS and WM_WINDOW_ROLE propertiesGravatar Quentin Rameau 2015-11-221-12/+8
* Remove window hints settingsGravatar Quentin Rameau 2015-11-221-3/+0
* Style indentation fixGravatar Quentin Rameau 2015-11-221-2/+2
* Continue making chars constGravatar Quentin Rameau 2015-11-221-2/+2
* Correct and simplify buttonreleased() gdk eventGravatar Quentin Rameau 2015-11-221-5/+4
* Un(g)boolify to separate GTK dependant code from the restGravatar Quentin Rameau 2015-11-222-29/+27
* Use char instead of gchar and make them const when possibleGravatar Quentin Rameau 2015-11-221-6/+6
* Style update for indentationGravatar Quentin Rameau 2015-11-222-181/+158
* Add mouse function to play medias in external playerGravatar Quentin Rameau 2015-11-212-0/+20
* Update creditsGravatar Quentin Rameau 2015-11-211-0/+1
* Style change in includes orderGravatar Quentin Rameau 2015-11-211-18/+18
* Style change in functions orderingGravatar Quentin Rameau 2015-11-212-802/+802
* Cleanup remaining unused variables and copystr()Gravatar Quentin Rameau 2015-11-201-18/+0
* Adapt newwindow()Gravatar Quentin Rameau 2015-11-201-25/+36
* Adapt user agent handlingGravatar Quentin Rameau 2015-11-202-7/+11
* Adapt updatetitle()Gravatar Quentin Rameau 2015-11-201-14/+12
* Adapt toggle statisticsGravatar Quentin Rameau 2015-11-201-33/+17
* Adapt page statisticsGravatar Quentin Rameau 2015-11-201-10/+8
ohover-highlight'> 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