summaryrefslogtreecommitdiffstats
path: root/LICENSE (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-14fix typoGravatar Connor Lane Smith 1-1/+1
2011-05-14use array for itemsGravatar Connor Lane Smith 1-10/+10
2011-05-12fixed xinerama corner caseGravatar Connor Lane Smith 1-7/+7
2011-05-11fixed -m bug (thanks Rob)Gravatar Connor Lane Smith 2-12/+12
2011-05-08fast grab patch (thanks Rob)Gravatar Connor Lane Smith 2-13/+27
2011-05-06helpful errorsGravatar Connor Lane Smith 2-3/+8
2011-05-05paringGravatar Connor Lane Smith 2-24/+13
2011-01-07update licenseGravatar Connor Lane Smith 2-3/+3
2011-01-07cache option in config.mkGravatar Connor Lane Smith 2-5/+5
2010-12-01gmake spewsGravatar Connor Lane Smith 1-4/+4
2010-12-01posix makefileGravatar Connor Lane Smith 1-3/+4
2010-11-20Added tag 4.2.1 for changeset abb6579a324fGravatar Anselm R Garbe 1-0/+1
2010-11-20fixed dist target bugGravatar Anselm R Garbe 3-2/+3
2010-11-19Added tag 4.2 for changeset 379813a051f0Gravatar Anselm R Garbe 1-0/+1
2010-11-17removed unnecessary definesGravatar Connor Lane Smith 1-2/+0
2010-11-17moved main, updated argsGravatar Connor Lane Smith 2-48/+53
2010-11-12fixed config.mk depGravatar Connor Lane Smith 1-2/+2
2010-11-12updated manpageGravatar Connor Lane Smith 1-1/+1
2010-11-12rebound paste to ^YGravatar Connor Lane Smith 1-4/+3
2010-11-11removed libdc dependenceGravatar Connor Lane Smith 6-34/+269
2010-11-02-m flag to fix dwm selmon bugGravatar Connor Lane Smith 1-1/+5
2010-10-08updated manpageGravatar Connor Lane Smith 1-1/+1
2010-10-08cleaned upGravatar Connor Lane Smith 1-15/+15
2010-10-08dmenu_path.c (shell is a bottleneck)Gravatar Connor Lane Smith 3-34/+108
2010-09-13fixed linking bug (thanks Jacob Nixdorf) & iscntrl corner caseGravatar Connor Lane Smith 2-2/+2
2010-09-11simplificationGravatar Connor Lane Smith 1-1/+1
2010-09-11update to libdc, fixed utf8 bugGravatar Connor Lane Smith 2-3/+3
2010-08-20arrow offsetGravatar Connor Lane Smith 1-1/+1
2010-08-20fixed width bugGravatar Connor Lane Smith 1-3/+3
2010-08-20rebound paste, removed useless max widthsGravatar Connor Lane Smith 2-9/+10
2010-08-19new libdrawGravatar Connor Lane Smith 1-25/+25
2010-08-19new libdrawGravatar Connor Lane Smith 1-2/+2
2010-08-18resorted globalsGravatar Connor Lane Smith 1-1/+1
2010-08-18signed ints, ignore negative -l valueGravatar Connor Lane Smith 1-4/+5
2010-08-12fixed insert segfault, added nextruneGravatar Connor Lane Smith 1-37/+35
2010-08-11fixed pasteGravatar Connor Lane Smith 1-7/+8
2010-08-11new libdraw, replaced cistrstr with fstrstr, simpler readstdinGravatar Connor Lane Smith 1-40/+34
2010-08-10more efficient initfontGravatar Connor Lane Smith 1-3/+4
2010-08-10reverted calcoffsetsGravatar Connor Lane Smith 1-5/+6
2010-08-10simplificationsGravatar Connor Lane Smith 2-19/+14
2010-08-09cursor fix + styleGravatar Connor Lane Smith 1-25/+19
2010-08-06added ^D, removed ^MGravatar Connor Lane Smith 1-1/+3
2010-08-05new libdraw, typo fixesGravatar Connor Lane Smith 2-6/+6
2010-08-03another typo fix (thanks, Gene Auyeung)Gravatar Connor Lane Smith 1-1/+1
2010-08-03typo fixGravatar Connor Lane Smith 1-1/+1
2010-08-03cleaned upGravatar Connor Lane Smith 1-2/+2
2010-08-03merged *{h,v} functionsGravatar Connor Lane Smith 1-59/+40
2010-08-02retyped promptwGravatar Connor Lane Smith 1-1/+1
2010-08-02replaced promptwGravatar Connor Lane Smith 2-3/+6
2010-08-02fixed bugs, no more config.h, updated manpage, new libdrawGravatar Connor Lane Smith 7-220/+162
e841de&follow=1'>Use 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