summaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2010-07-31updated manpage, added paste, cleaned up, new libdrawGravatar Connor Lane Smith 4-319/+271
2010-07-30merged dmenu & dinput (clunky interface)Gravatar Connor Lane Smith 5-440/+215
2010-07-30underline matchGravatar Connor Lane Smith 1-0/+5
2010-07-30new libdrawGravatar Connor Lane Smith 2-3/+6
2010-07-30fixed vlist selectGravatar Connor Lane Smith 1-5/+9
2010-07-27updated to libdraw tipGravatar Connor Lane Smith 2-3/+6
2010-07-02added dmenu.h, common.cGravatar Connor Lane Smith 6-314/+204
2010-07-02updated to new libdrawGravatar Connor Lane Smith 2-32/+20
2010-07-02atexit cleanupGravatar Connor Lane Smith 2-46/+36
2010-06-30removed -e flag (too buggy), cleaned upGravatar Connor Lane Smith 2-38/+20
2010-06-30fixed no-input invisible text bugGravatar Connor Lane Smith 1-2/+2
2010-06-30libdraw now has own repoGravatar Connor Lane Smith 16-242/+8
2010-06-30resizing vlist, new dinput bindingGravatar Connor Lane Smith 1-18/+16
2010-06-30cleaned upGravatar Connor Lane Smith 1-5/+6
2010-06-29decosmeticsGravatar Connor Lane Smith 1-2/+2
2010-06-29dinput with dmenu flags, fixed usage & -v, cosmeticsGravatar Connor Lane Smith 2-14/+32
2010-06-28extended libdrawGravatar Connor Lane Smith 6-20/+40
2010-06-25cleaned upGravatar Connor Lane Smith 2-9/+10
2010-06-24moved draw.c to libdraw.aGravatar Connor Lane Smith 14-148/+191
2010-06-24removed colors from dcGravatar Connor Lane Smith 3-22/+24
2010-06-24decoupled draw.c from dmenu & dinputGravatar Connor Lane Smith 4-117/+111
2010-06-24fixed offsets, updated eprint, cleaned upGravatar Connor Lane Smith 4-33/+42
2010-06-24fixed static symbols in config.def.hGravatar Connor Lane Smith 1-6/+6
84c48c395293d4e5d2eb0af0?s=13&d=retro' width='13' height='13' alt='Gravatar' /> Christoph Lohmann 3-11/+84 In config.h there is now some styles array to apply site-specific styles. This can be toggled using the -mM flags. If a stylefile is manually specified, then this will overwrite everything. 2015-01-02Fix a typo in surf manual.Gravatar Jakukyo Friel 1-1/+1 `Ctrl-/` displays incorrectly in `man surf` on my machine. A patch is attached. (You also access it here: https://github.com/weakish/surf/commit/07e97eccedd96eabf14b2fbf77de75ec1b594d97) ---- surf.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Signed-off-by: Christoph Lohmann <20h@r-36.net> 2014-09-28Minor style change.Gravatar Christoph Lohmann 1-1/+1 2014-09-28Make »Copy image address« work.Gravatar Christoph Lohmann 1-3/+10 Thanks yui@blekksprut.net for the patch! 2014-08-07Mention xdotool in SEE ALSO too.Gravatar Christoph Lohmann 1-1/+2 2014-08-07Fix the manpage about xid.Gravatar Christoph Lohmann 1-1/+3 Something was missing from this one sentence. Now it is complete.