aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-18bugfix4.3.1Connor Lane Smith1-1/+1
2011-05-18no -m, cleanup4.3Connor Lane Smith1-17/+18
2011-05-16fix possible overflowConnor Lane Smith1-4/+4
2011-05-16fixed extra warningsConnor Lane Smith1-6/+6
2011-05-15portabilityConnor Lane Smith1-9/+12
2011-05-15efficient incremental searchConnor Lane Smith1-18/+19
2011-05-15match firstConnor Lane Smith1-4/+5
2011-05-15faster grabConnor Lane Smith1-11/+12
2011-05-15cleanupConnor Lane Smith1-6/+5
2011-05-15fast but inexactConnor Lane Smith1-4/+7
2011-05-14cleanupConnor Lane Smith1-5/+2
2011-05-14instant ^EConnor Lane Smith1-16/+20
2011-05-14fix typoConnor Lane Smith1-1/+1
2011-05-14use array for itemsConnor Lane Smith1-10/+10
2011-05-12fixed xinerama corner caseConnor Lane Smith1-7/+7
2011-05-11fixed -m bug (thanks Rob)Connor Lane Smith1-9/+9
2011-05-08fast grab patch (thanks Rob)Connor Lane Smith1-4/+14
2011-05-06helpful errorsConnor Lane Smith1-2/+2
2011-05-05paringConnor Lane Smith1-19/+11
2011-01-07update licenseConnor Lane Smith1-1/+1
2010-11-17moved main, updated argsConnor Lane Smith1-48/+48
2010-11-12rebound paste to ^YConnor Lane Smith1-4/+3
2010-11-11removed libdc dependenceConnor Lane Smith1-26/+26
2010-11-02-m flag to fix dwm selmon bugConnor Lane Smith1-1/+5
2010-09-13fixed linking bug (thanks Jacob Nixdorf) & iscntrl corner caseConnor Lane Smith1-1/+1
2010-09-11simplificationConnor Lane Smith1-1/+1
2010-09-11update to libdc, fixed utf8 bugConnor Lane Smith1-2/+2
2010-08-20arrow offsetConnor Lane Smith1-1/+1
2010-08-20fixed width bugConnor Lane Smith1-3/+3
2010-08-20rebound paste, removed useless max widthsConnor Lane Smith1-7/+8
2010-08-19new libdrawConnor Lane Smith1-25/+25
2010-08-19new libdrawConnor Lane Smith1-2/+2
2010-08-18resorted globalsConnor Lane Smith1-1/+1
2010-08-18signed ints, ignore negative -l valueConnor Lane Smith1-4/+5
2010-08-12fixed insert segfault, added nextruneConnor Lane Smith1-37/+35
2010-08-11fixed pasteConnor Lane Smith1-7/+8
2010-08-11new libdraw, replaced cistrstr with fstrstr, simpler readstdinConnor Lane Smith1-40/+34
2010-08-10more efficient initfontConnor Lane Smith1-3/+4
2010-08-10reverted calcoffsetsConnor Lane Smith1-5/+6
2010-08-10simplificationsConnor Lane Smith1-18/+14
2010-08-09cursor fix + styleConnor Lane Smith1-25/+19
2010-08-06added ^D, removed ^MConnor Lane Smith1-1/+3
2010-08-05new libdraw, typo fixesConnor Lane Smith1-5/+5
2010-08-03another typo fix (thanks, Gene Auyeung)Connor Lane Smith1-1/+1
2010-08-03typo fixConnor Lane Smith1-1/+1
2010-08-03cleaned upConnor Lane Smith1-2/+2
2010-08-03merged *{h,v} functionsConnor Lane Smith1-59/+40
2010-08-02retyped promptwConnor Lane Smith1-1/+1
2010-08-02replaced promptwConnor Lane Smith1-2/+5
2010-08-02fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith1-128/+94