Age | Commit message (Expand) | Author | Files | Lines |
2010-08-19 | new libdraw | Connor Lane Smith | 1 | -2/+2 |
2010-08-18 | resorted globals | Connor Lane Smith | 1 | -1/+1 |
2010-08-18 | signed ints, ignore negative -l value | Connor Lane Smith | 1 | -4/+5 |
2010-08-12 | fixed insert segfault, added nextrune | Connor Lane Smith | 1 | -37/+35 |
2010-08-11 | fixed paste | Connor Lane Smith | 1 | -7/+8 |
2010-08-11 | new libdraw, replaced cistrstr with fstrstr, simpler readstdin | Connor Lane Smith | 1 | -40/+34 |
2010-08-10 | more efficient initfont | Connor Lane Smith | 1 | -3/+4 |
2010-08-10 | reverted calcoffsets | Connor Lane Smith | 1 | -5/+6 |
2010-08-10 | simplifications | Connor Lane Smith | 2 | -19/+14 |
2010-08-09 | cursor fix + style | Connor Lane Smith | 1 | -25/+19 |
2010-08-06 | added ^D, removed ^M | Connor Lane Smith | 1 | -1/+3 |
2010-08-05 | new libdraw, typo fixes | Connor Lane Smith | 2 | -6/+6 |
2010-08-03 | another typo fix (thanks, Gene Auyeung) | Connor Lane Smith | 1 | -1/+1 |
2010-08-03 | typo fix | Connor Lane Smith | 1 | -1/+1 |
2010-08-03 | cleaned up | Connor Lane Smith | 1 | -2/+2 |
2010-08-03 | merged *{h,v} functions | Connor Lane Smith | 1 | -59/+40 |
2010-08-02 | retyped promptw | Connor Lane Smith | 1 | -1/+1 |
2010-08-02 | replaced promptw | Connor Lane Smith | 2 | -3/+6 |
2010-08-02 | fixed bugs, no more config.h, updated manpage, new libdraw | Connor Lane Smith | 7 | -220/+162 |
2010-07-31 | updated manpage, added paste, cleaned up, new libdraw | Connor Lane Smith | 4 | -319/+271 |
2010-07-30 | merged dmenu & dinput (clunky interface) | Connor Lane Smith | 5 | -440/+215 |
2010-07-30 | underline match | Connor Lane Smith | 1 | -0/+5 |
2010-07-30 | new libdraw | Connor Lane Smith | 2 | -3/+6 |
2010-07-30 | fixed vlist select | Connor Lane Smith | 1 | -5/+9 |
2010-07-27 | updated to libdraw tip | Connor Lane Smith | 2 | -3/+6 |
2010-07-02 | added dmenu.h, common.c | Connor Lane Smith | 6 | -314/+204 |
2010-07-02 | updated to new libdraw | Connor Lane Smith | 2 | -32/+20 |
2010-07-02 | atexit cleanup | Connor Lane Smith | 2 | -46/+36 |
2010-06-30 | removed -e flag (too buggy), cleaned up | Connor Lane Smith | 2 | -38/+20 |
2010-06-30 | fixed no-input invisible text bug | Connor Lane Smith | 1 | -2/+2 |
2010-06-30 | libdraw now has own repo | Connor Lane Smith | 16 | -242/+8 |
2010-06-30 | resizing vlist, new dinput binding | Connor Lane Smith | 1 | -18/+16 |
2010-06-30 | cleaned up | Connor Lane Smith | 1 | -5/+6 |
2010-06-29 | decosmetics | Connor Lane Smith | 1 | -2/+2 |
2010-06-29 | dinput with dmenu flags, fixed usage & -v, cosmetics | Connor Lane Smith | 2 | -14/+32 |
2010-06-28 | extended libdraw | Connor Lane Smith | 6 | -20/+40 |
2010-06-25 | cleaned up | Connor Lane Smith | 2 | -9/+10 |
2010-06-24 | moved draw.c to libdraw.a | Connor Lane Smith | 14 | -148/+191 |
2010-06-24 | removed colors from dc | Connor Lane Smith | 3 | -22/+24 |
2010-06-24 | decoupled draw.c from dmenu & dinput | Connor Lane Smith | 4 | -117/+111 |
2010-06-24 | fixed offsets, updated eprint, cleaned up | Connor Lane Smith | 4 | -33/+42 |
2010-06-24 | fixed static symbols in config.def.h | Connor Lane Smith | 1 | -6/+6 |
2010-06-23 | fixed makefile | Connor Lane Smith | 1 | -3/+7 |
2010-06-23 | cleaned up | Connor Lane Smith | 3 | -12/+31 |
2010-06-23 | cleaned up | Connor Lane Smith | 1 | -1/+0 |
2010-06-23 | added draw.h | Connor Lane Smith | 5 | -72/+81 |
2010-06-23 | overlapping code | Connor Lane Smith | 3 | -13/+0 |
2010-06-23 | typo fixes | Connor Lane Smith | 2 | -2/+2 |
2010-06-23 | initial dmenu / dinput separation | Connor Lane Smith | 4 | -205/+561 |
2010-06-22 | fixed vlist cursor | Connor Lane Smith | 1 | -1/+1 |