summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* devdraw: fix x11 inputRuss Cox2013-06-211-1/+1
* rc: avoid undefined CXi Wang2013-03-191-4/+4
* libsec: avoid undefined CXi Wang2013-03-191-2/+1
* xd: accept -S for 8-byte swapRuss Cox2013-03-111-0/+36
* devdraw: control+click = button 2, alt/shift+click = button 3Russ Cox2013-03-073-26/+111
* devdraw: silence unused variable warningsRuss Cox2013-02-081-2/+6
* devdraw: disable XCopyArea optimizationRuss Cox2013-02-081-2/+5
* fontsrv: fix on X11 when X11H is not definedAlessandro Arzilli2013-01-301-1/+1
* libmach: fix crash in dwarfpc (misuse of realloc)Xi Wang2013-01-301-0/+1
* jpegdump: fix build and warningsDavid du Colombier2013-01-191-7/+8
* freq: fix crash with utf > 0xffff (thanks Andrey Mirtchovski)David du Colombier2013-01-041-2/+2
* venti/wrarena: fix arenapart breakageDavid du Colombier2013-01-031-3/+4
* fontsrv: only build when the pieces are thereRuss Cox2012-12-181-2/+2
* fontsrv: fix build on OpenBSD 5.2Christian Kellermann2012-12-113-2/+8
* auth/factotum: fix password prompt hang with secstoreDavid du Colombier2012-12-091-3/+3
* fontsrv: make single quotes look like quotesRuss Cox2012-12-031-3/+15
* fontsrv: scaled pjwRuss Cox2012-12-015-11/+369
* acme: retina scaling for scroll bars, buttonRuss Cox2012-11-262-26/+34
* samterm: retina scaling for scroll bars, bordersRuss Cox2012-11-263-14/+24
* 9term: adjust to dpi changesRuss Cox2012-11-261-15/+23
* devdraw: fake dpi calculation on MacRuss Cox2012-11-251-0/+8
* libframe: auto scale tick for retinaRuss Cox2012-11-252-8/+22
* devdraw: use %R not Fn-F3 for retina toggleRuss Cox2012-11-251-1/+1
* devdraw: add forcedpi toggled by Fn+F3 on MacRuss Cox2012-11-254-3/+20
* acme: set $samfile (same as $%) during executionMarius Eriksen2012-11-251-0/+1
* fontsrv: work around a few crashesRuss Cox2012-11-251-2/+6
* devdraw: fix retina modeRuss Cox2012-11-251-1/+1
* libdraw: add scalesizeRuss Cox2012-11-251-0/+7
* devdraw, libdraw: add display->dpiRuss Cox2012-11-253-2/+37
* devdraw: restore compilation on OS X 10.6Shenghou Ma2012-11-251-0/+2
* acme: use threadspawnd to avoid changing "." of current processRuss Cox2012-10-221-29/+8
* libthread: add threadspawndRuss Cox2012-10-222-6/+16
* acme: add $acmeshell to control execution shellMarius Eriksen2012-10-213-2/+12
* fontsrv: x11 supportYuval Pavel Zholkover2012-10-214-3/+274
* plumb.app: accept plumb:foo as alias for fooRob Kroeger2012-10-211-1/+16
* devdraw: map X11 dead_diaresis to double quoteCaio Oliveira2012-10-211-39/+42
* libmemdraw: fix int size bugErik Quanstrom2012-10-211-1/+2
* silence more warningsRuss Cox2012-10-2115-299/+307
* fix clang warnings reported by Tuncer AyazRuss Cox2012-10-2123-620/+617
* lib9: fix Mac warningRuss Cox2012-10-201-1/+8
* fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox2012-10-2014-40/+9
* libframe: use correct text color when paintingRob Kroeger2012-10-161-6/+12
* devdraw: MacBook retina supportRob Kroeger2012-10-161-8/+121
* devdraw: prefer 24-bit over 15-bit or 16-bit.Russ Cox2012-10-071-6/+6
* acme: correct writes of runes on auspicious byte boundariesErik Quanstrom2012-10-051-23/+34
* src/cmd: Add a repurposed import(4), called `9import', to the ports.Akshat Kumar2012-09-241-0/+239
* acme: mouse movement for DelRuss Cox2012-09-235-8/+62
* snarfer: disable during buildRuss Cox2012-09-181-1/+1
* sam: add $% as an alias for $samfileRuss Cox2012-09-171-0/+1
* libdraw: add visibleclicks modeRuss Cox2012-09-173-2/+54