summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* making all keys lowercase using shiftmask to determinate.Gravatar Enno Boland (tox) 2009-09-092-5/+6
* typoGravatar Enno Boland (tox) 2009-09-091-1/+1
* fixed scrollingGravatar Enno Boland (tox) 2009-09-091-4/+1
* added scrolling.Gravatar Enno Boland (tox) 2009-09-092-3/+22
* reordering functions.Gravatar Enno Boland (tox) 2009-09-091-2/+1
* reordering functions.Gravatar Enno Boland (tox) 2009-09-091-16/+16
* adding pancakes zoom fix.Gravatar Enno Boland (tox) 2009-09-091-2/+2
* preparing sourcecode feature coming with webkit-1.1.14.Gravatar Enno Boland (tox) 2009-09-092-0/+12
* applied patch from pancakeGravatar Enno Boland (tox) 2009-09-091-2/+0
* small fix to work more proberly with tabbed.Gravatar Enno Boland (tox) 2009-09-091-0/+1
* adding fflush()Gravatar Enno Boland (tox) 2009-09-081-1/+3
* rearranging config.def.hGravatar Enno Boland (tox) 2009-09-081-22/+22
* fixing numlock bug.Gravatar Enno Boland (tox) 2009-09-071-1/+3
* using gint instead of int (insane API, but ok.)Gravatar Enno Boland (tox) 2009-09-071-19/+12
* using simple strings for colors in config.hGravatar Enno Boland (tox) 2009-09-072-6/+6
* changing keybindingsGravatar Enno Boland (tox) 2009-09-071-16/+15
* changing minimal size.Gravatar Enno Boland (tox) 2009-09-071-1/+1
* next version is 0.1Gravatar Enno Boland (tox) 2009-09-071-1/+1
* moving config.h to config.def.h.Gravatar Enno Boland (tox) 2009-09-072-11/+15
* moving color definitions to config.hGravatar Enno Boland (tox) 2009-09-072-4/+5
* indicator is red when http and green when httpsGravatar Enno Boland (tox) 2009-09-071-1/+15
* making indicator smaller.Gravatar Enno Boland (tox) 2009-09-071-1/+1
* typoGravatar Enno Boland (tox) 2009-09-071-2/+2
* adding indicator bar.Gravatar Enno Boland (tox) 2009-09-071-11/+46
* s/zoompage/zoom/Gravatar Enno Boland (tox) 2009-09-072-5/+6
* typo fixGravatar Enno Boland (tox) 2009-09-071-1/+1
* changes to the event system, make config.h saner, working on cookiesGravatar Enno Boland (tox) 2009-09-072-96/+63
* typofixGravatar Enno Boland (tox) 2009-09-061-1/+1
* stupidy mergeGravatar Enno Boland (tox) 2009-09-060-0/+0
|\
| * reworked navigate.Gravatar Enno Boland (tox) 2009-09-062-7/+4
* | reworked navigate.Gravatar Enno Boland (tox) 2009-09-062-7/+4
|/
* reappling printing; changing some keys.Gravatar Enno Boland (tox) 2009-09-062-3/+10
* mergeGravatar Enno Boland (tox) 2009-09-062-107/+191
|\
| * adding config.hGravatar Enno Boland (tox) 2009-09-061-0/+46
| * adding config.h patch from quaker4lyf. Thanks :)Gravatar Enno Boland (tox) 2009-09-061-105/+145
* | Dropping -f/-u arguments as suggested by Kai HendryGravatar Enno Boland (tox) 2009-09-062-19/+11
* | minimal cookie implementation. still using also old one.Gravatar Enno Boland (tox) 2009-09-061-2/+45
* | changing back/forward buttonsGravatar Enno Boland (tox) 2009-09-062-4/+4
* | reorganized eventhandling.Gravatar Enno Boland (tox) 2009-09-061-10/+6
* | Applied print patch from pancakeGravatar Enno Boland (tox) 2009-09-061-1/+6
* | applied Andrews patches.Gravatar Enno Boland (tox) 2009-09-041-4/+4
* | Minor changes to surf.1Gravatar Andrew Antle 2009-08-271-12/+13
* | merge, download fixing.Gravatar Enno Boland (tox) 2009-09-041-8/+4
|\|
| * fix downloading, tidyupGravatar Thomas Menari 2009-06-121-7/+2
* | Applied Jacobs patch. Thanks!Gravatar Enno Boland (tox) 2009-07-131-1/+1
* | updating manpageGravatar Enno Boland (Gottox) 2009-06-101-0/+6
|/
* adding -Werror to config.mkGravatar Enno Boland (Gottox) 2009-06-091-1/+1
* added apos p/y-patch, thanks :)Gravatar Enno Boland (Gottox) 2009-06-091-0/+14
* getting rid or most gpointers, sorting functions alphabetical, using gchar * ...Gravatar Enno Boland (Gottox) 2009-06-091-65/+55
* small fix.Gravatar Enno Boland (Gottox) 2009-06-081-1/+1
4fe17b6e46f1ece?s=13&d=retro' width='13' height='13' alt='Gravatar' /> 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