summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove Java support toggleGravatar Quentin Rameau 2024-03-172-7/+0
* Remove frame flattening toggleGravatar Quentin Rameau 2024-03-173-12/+0
* Add webkit URI schemeGravatar Quentin Rameau 2024-03-171-0/+2
* Fix usage message: -Pp don't exist anymoreGravatar Quentin Rameau 2023-11-181-1/+1
* webext: add missing gio/gunixfdlist.h includesGravatar Petr Vaněk 2022-10-222-0/+2
* webext: Exchange fd over webkit messagesGravatar Quentin Rameau 2022-10-162-13/+65
* Do not reload page when toggling dark modeGravatar Quentin Rameau 2022-05-042-2/+1
* Fix dark mode parameter applicationGravatar Quentin Rameau 2022-04-101-1/+3
* Only get webkit context and settings onceGravatar Quentin Rameau 2022-04-101-25/+33
* Add dark mode toggleGravatar Quentin Rameau 2022-04-103-0/+11
* Improve non-ASCII character search handlingGravatar Quentin Rameau 2021-07-192-5/+7
* Improve SETPROP xprop parsingGravatar Quentin Rameau 2021-07-191-4/+6
* Fix togglestats arrayGravatar Quentin Rameau 2021-05-211-6/+5
* Update LICENSE fileGravatar Quentin Rameau 2021-05-101-2/+11
* Fix distfile generationGravatar Quentin Rameau 2021-05-101-1/+1
* Bump version to 2.1Gravatar Quentin Rameau 2021-05-081-1/+1
* Remove accelerated canvas parameterGravatar Quentin Rameau 2021-04-302-7/+0
* Remove external plugin handlingGravatar Quentin Rameau 2021-04-303-53/+0
* Makefile: use explicit targetsGravatar Quentin Rameau 2020-11-071-10/+9
* webext: Fix missing flags for gioGravatar Quentin Rameau 2020-11-071-2/+2
* Simplify communication with webextGravatar Quentin Rameau 2020-11-012-58/+30
* Set title on committed loadGravatar Quentin Rameau 2020-11-011-0/+2
* Communicate through a Unix socket instead of a pipe pairGravatar Quentin Rameau 2020-11-012-57/+65
* Add support for ephemeral (zero disk access)Gravatar Quentin Rameau 2020-11-012-8/+19
* Add support for configuring plugins directoriesGravatar Quentin Rameau 2020-11-013-2/+12
* Remove commonGravatar Quentin Rameau 2020-11-015-28/+21
* Makefile: rework how webextensions are handledGravatar Quentin Rameau 2019-02-103-20/+24
* Fix vertical scroll directions in the config fileGravatar efe 2019-02-091-2/+2
* Makefile: fix a typo in clean: targetGravatar Leonardo Taccari 2019-02-071-1/+1
* Makefile: include common to webextGravatar Quentin Rameau 2019-02-062-9/+14
* Makefile: fix a typo for the webext CFLAGSGravatar Quentin Rameau 2019-02-061-1/+1
* Send message size inside messages through pipesGravatar Quentin Rameau 2018-10-153-26/+39
* Use pkg-config for X11{INC,LIB}Gravatar Leonardo Taccari 2018-10-091-4/+4
* Makefile: fix dependenciesGravatar Quentin Rameau 2018-10-091-2/+2
* Fix, again, webext directory in MakefileGravatar Quentin Rameau 2018-10-081-1/+1
* Fix webext directory in MakefileGravatar Quentin Rameau 2018-10-081-5/+5
* Remove libtool depencency, reorganise MakefileGravatar Quentin Rameau 2018-10-082-52/+34
* Unobfuscate MakefileGravatar Quentin Rameau 2018-10-081-40/+25
* ext: get the right DOM on msgGravatar Quentin Rameau 2018-10-081-15/+7
* Add a file for shared functionsGravatar Quentin Rameau 2018-10-085-18/+24
* Communicate with webextension via a pipeGravatar Quentin Rameau 2018-10-084-47/+213
* ext: first commit for surf libGravatar Quentin Rameau 2018-10-083-14/+59
* Request cookiemanager only once at creationGravatar Quentin Rameau 2018-10-081-5/+6
* Exit more gracefully on web process crash.Gravatar Quentin Rameau 2018-10-081-0/+14
* Allow tilde expansion in loaduriGravatar nzl 2018-10-081-23/+40
* Fixed wording in FAQ.mdGravatar Eddie Thieda 2018-06-181-5/+5
* Force printing the winid when requestedGravatar Quentin Rameau 2018-06-091-0/+1
* Document SIGHUP in manpageGravatar Jochen Sprickerhof 2018-02-231-0/+3
* Script text shouldn't go through formatted conversionGravatar nzl 2018-02-231-1/+1
* Add support for WebGLGravatar Eon S. Jeon 2018-02-232-0/+6
ohover-highlight'> 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