Commit graph

  • 887b9631c5 9c, 9l: updates for macOS arm64. Anthony Sorace 2020-09-26 16:18:00 -0700
  • 0223fb7474 detailed documentation in x11-selection-mod.h Ingo Krabbe 2020-09-14 22:36:18 +0200
  • 5cacec27d7 aligned snarfer.c to devdraw and Ingo Krabbe 2020-09-14 18:08:58 +0200
  • 4a4a20db55
    swap the order of X11 and clipboard locks therealfun 2020-09-09 11:13:09 +0300
  • f782251d8d
    Merge pull request #1 from 9fans/master therealfun 2020-09-09 10:55:29 +0300
  • 1f098efb73 all: a few more #define tricks for AIX Russ Cox 2020-08-15 20:46:23 -0400
  • d32deab17b tmac: rename IM (italic manual) to MR (manual reference) Russ Cox 2020-08-15 20:07:38 -0400
  • 6feeeda62c
    reorder qlock(),xlock() from _xselect() therealfun 2020-08-15 18:44:05 +0300
  • 9843fc0d82 fontsrv: fix handling of colored glyphs (emoji) Russ Cox 2020-08-15 09:10:54 -0400
  • 977b25a76a tmac: introduce real manual reference macro instead of overloading IR Russ Cox 2020-08-13 23:41:59 -0400
  • a6b0d7e5a9 lib9: create() should use O_TRUNC only on O_RDWR or O_WRONLY Gleydson Soares 2020-08-09 15:35:00 -0300
  • a1c4307800 touch: fix for OpenBSD. James Cook 2020-08-08 01:54:00 +0000
  • 907e8db542 touch: fix for OpenBSD. James Cook 2020-08-08 01:54:00 +0000
  • 12eca6e831
    Add info about momentum scrolling branch Igor Böhm 2020-08-03 23:51:39 +0200
  • acbabd8af9 deroff: fix out-of-bounds access if runes above 0X80 are inside EQ clauses mmnmnnmnmm 2020-07-28 20:09:53 +0100
  • 292e9a1e88 fontsrv: always compute new height and ascent for the font file Xiao-Yong Jin 2020-07-16 11:50:26 -0500
  • e2a3660555
    Link to branches Igor Böhm 2020-07-25 23:53:39 +0200
  • 0f5eded523 Bail out if convW2M(...) indicates failure. Igor Böhm 2020-07-25 21:54:02 +0200
  • 5013db80f9 libdraw: fix out-of-bounds access to local buffer in event.c:startrpc() Igor Böhm 2020-07-25 02:17:21 +0200
  • be26e6a5c2
    Center does not work like that Igor Böhm 2020-07-23 07:33:59 +0200
  • 7a910c83fb Center Glanda Lab. Igor Böhm 2020-07-23 07:31:16 +0200
  • dd7c4e5104 fontsrv(4): update man page for size of fontsrv subfonts Russ Cox 2020-07-22 20:03:29 -0400
  • 89c43ad56e Need to learn to spell... Igor Böhm 2020-07-23 01:18:00 +0200
  • c729da0874 Update Glenda Plan9Lab image URL. Igor Böhm 2020-07-23 01:15:04 +0200
  • 78ab7e795b Customise README.md for Plan9Labs. Igor Böhm 2020-07-23 01:11:06 +0200
  • abadad5ec4 Merge branch 'master' into devel Igor Böhm 2020-07-23 00:33:26 +0200
  • afa34a73a9
    devdraw, libdraw: fix memory leaks by freeing getns() malloced string (#431) Igor Böhm 2020-07-22 20:59:58 +0200
  • d5a06c4f14 Merge branch 'branches/coverity' into devel Igor Böhm 2020-07-22 05:18:52 +0200
  • 574fa97f04 Fix indendation ~doh~ Igor Böhm 2020-07-22 05:17:59 +0200
  • e8be1fe736 Fix indentation. Igor Böhm 2020-07-22 04:54:03 +0200
  • d299919372 devdraw, libdraw: fix memory leaks by freeing getns() malloced string Igor Böhm 2020-07-22 04:47:02 +0200
  • d2cf5a6442
    Merge pull request #4 from 1g0rb0hm/branches/coverity Igor Böhm 2020-07-22 04:30:27 +0200
  • c125231b4d devdraw, libdraw: fix memory leaks by freeing getns() malloced string Igor Böhm 2020-07-22 04:19:35 +0200
  • 1383367329 Merge branch 'master' into devel Igor Böhm 2020-07-22 03:26:57 +0200
  • d240bee9d8
    Merge pull request #3 from 1g0rb0hm/feature/acme-soft-tabs Igor Böhm 2020-07-21 03:02:07 +0200
  • 13dedfe2ab OMG: 'Soft Tabs' support for Acme... Igor Böhm 2020-07-21 02:24:30 +0200
  • 91dca82e34
    Merge pull request #2 from 1g0rb0hm/feature/acme-mac-keyboard Igor Böhm 2020-07-20 11:39:53 +0200
  • ecf6d844cb acme: add 'cmd+s' short-cut for put. Igor Böhm 2020-07-20 11:31:56 +0200
  • f3ec605bce
    Merge pull request #1 from 1g0rb0hm/feature/rc-load-profile Igor Böhm 2020-07-20 11:23:47 +0200
  • 8c15dde8e8 Load $HOME/lib/profile if it exists. Igor Böhm 2020-07-20 11:17:16 +0200
  • 057d8a76a9 acme: add font control message Russ Cox 2020-07-18 19:52:58 -0400
  • 951446a774 draw: use int for Cacheinfo x field Russ Cox 2020-07-18 19:51:24 -0400
  • c12a32a90f handle status value of Xutf8LookupString Cjacker 2020-07-07 00:41:38 +0800
  • 5d538926e8 Make it robust when xim/xic destroy. Cjacker 2020-07-06 19:29:54 +0800
  • 4f4c7362c2 Include libfontconfig1-dev as required package for Debian Rodolfo García Peñas (kix) 2020-06-30 12:48:20 +0200
  • 2102f23ad6 Fix tab/space indentation issue Cjacker 2020-06-30 15:21:09 +0800
  • 3a80a711cb Add X Input Method support to devdraw Cjacker 2020-06-30 15:16:40 +0800
  • c039444f94 adjust font height/ascent to get better rendering result. Cjacker 2020-06-30 14:41:51 +0800
  • db667bd7be fix segfault when using subpixel and no mode specified Cjacker 2020-06-30 14:41:02 +0800
  • dc083079b9 fix usage output alignment and make shell happy Cjacker 2020-06-30 14:40:13 +0800
  • 38729b28ff make it build with plan9port Cjacker 2020-06-30 14:37:04 +0800
  • fcee241404 initial import from freetype-plan9 (http://mirtchovski.com/p9/freetype) Cjacker 2020-06-30 14:34:25 +0800
  • d1c373a278 Merge branch 'master' into aix Ben Huntsman 2020-06-28 10:11:48 -0700
  • 95ab1308b4 src/cmd: rm dformat Russ Cox 2020-06-22 11:20:42 -0400
  • 329831171d
    libthread: use libc functions in ucontext for macOS (#417) Xiao-Yong 2020-06-15 22:18:03 -0500
  • 72b72c277a Merge branch 'master' of https://github.com/9fans/plan9port sean 2020-06-05 17:43:57 +0100
  • c3d31baca0
    fontsrv: fix compilation on X11 (#420) Gregor Best 2020-06-04 19:55:26 +0200
  • 1204e7b152 fontsrv: fix compilation on X11 Gregor Best 2020-06-04 17:54:33 +0200
  • eaa1fd0be1 use nelem rei-sen 2020-06-04 17:12:53 +0200
  • 9a84ee75d1 buffer overflows rei-sen 2020-06-02 23:24:00 +0200
  • 2af45d980a libthread: use libc functions in ucontext for macOS Xiao-Yong Jin 2020-06-01 22:38:39 -0500
  • 26f500357a devdraw x11: Make sure bouncemouse sends a button release event to the client. Peter Mikkelsen 2020-06-01 17:46:38 +0200
  • b699235616 devdraw: send a button release event to the client in rpc_bouncemouse Peter Mikkelsen 2020-06-01 14:59:58 +0200
  • 2884c77d38 rio: fix the include directories to include the freetype2 folder Peter Mikkelsen 2020-06-01 14:14:27 +0200
  • 86a855e6d7 Add xft support to rio. Peter Mikkelsen 2020-06-01 00:17:01 +0200
  • 7601ecd397
    Update x11.c bilegeek 2020-05-30 18:40:52 -0500
  • 3b7a291756 Merge branch 'master' into aix Ben Huntsman 2020-05-30 09:36:18 -0700
  • 799f330f6d osxvers: use swvers -productVersion to skip one awk call Russ Cox 2020-05-30 06:35:27 -0400
  • bcce1e2ea2 fontsrv: fix undeclared index variable in function x11.c:load(). sean 2020-05-30 08:12:19 +0100
  • 01b5056135 ed(1): fix documentation for list mode Russ Cox 2020-05-29 21:42:54 -0400
  • 95220bf887 ed: handle Unicode beyond the BMP correctly in list mode. sean 2020-05-21 16:10:30 +0100
  • 3850e6e177 devdraw: accept 5- and 6-byte Unicode hex values Russ Cox 2020-05-29 21:19:32 -0400
  • 2c70acc3ab
    fontsrv: scale f->originy to match f->height on x11 dzklaim 2020-05-30 01:02:10 +0000
  • 5f0fa185d0 fontsrv: handle non-BMP runes on X11 Russ Cox 2020-05-26 11:36:59 -0400
  • a6ad39aaaa libdraw: handle larger number of subfonts Russ Cox 2020-05-26 11:24:18 -0400
  • 5f3b2f9a71 ed: handle Unicode beyond the BMP correctly in list mode. sean 2020-05-21 16:10:30 +0100
  • 8039ec65f6 fontsrv: support up to Runemax Xiao-Yong Jin 2020-05-21 00:30:50 -0500
  • 32a6082106 libdraw: support larger number of subfonts Xiao-Yong Jin 2020-05-21 00:20:45 -0500
  • c387ff7dad sam: Redefine class to avoid conflicts on AIX. Ben Huntsman 2020-05-18 21:24:35 -0700
  • 781671d3e9 libdiskfs: Add undefines to support compiling on AIX. Ben Huntsman 2020-05-18 21:23:58 -0700
  • bfe4377e40 man: update man pages to say $HOME when accurate Russ Cox 2020-05-18 23:51:35 -0400
  • d25d0ca1a3 devdraw, libdraw: handle keyboard runes > U+FFFF Russ Cox 2020-05-18 23:45:03 -0400
  • 87fccab2eb Merge branch 'master' into aix-uh Sort out merge conflict in mkmk.sh. Ben Huntsman 2020-05-18 20:17:59 -0700
  • b4cc38f943 build: drop _XOPEN_SOURCE in u.h on AIX Russ Cox 2020-05-18 22:58:09 -0400
  • 6c1235d234 build: use installbsd instead of install on AIX Russ Cox 2020-05-18 22:46:16 -0400
  • fa157263c8 9c: fix tab Russ Cox 2020-05-18 22:38:54 -0400
  • 53bf1f1ccf 9l: xlc_r automatically adds -lpthread. Ben Huntsman 2020-05-18 12:20:48 -0700
  • 7a371bf936 lib9: use __builtin_return_address on IBM XL/C Ben Huntsman 2020-05-13 22:39:53 -0700
  • 20c841bac1 rc: avoid problematic internal names "var", "thread" Russ Cox 2020-05-18 22:32:59 -0400
  • dea4dbdba6 acme: avoid global named "class" Russ Cox 2020-05-18 22:31:22 -0400
  • 079f5e9445 libdiskfs: avoid problematic internal constant names Russ Cox 2020-05-18 22:29:00 -0400
  • d4a4b66a40 diff: rename class to fix AIX Russ Cox 2020-05-18 19:55:01 -0400
  • 9020b98df8 mkmk.sh: Need to use installbsd on AIX instead of install. Ben Huntsman 2020-05-18 14:27:45 -0700
  • 0b8fb1146d Merge branch 'master' into aix-uh Ben Huntsman 2020-05-18 14:17:22 -0700
  • a6051197bc Merge branch 'master' into aix-uh Sort out merge conflict over 9c Ben Huntsman 2020-05-18 14:16:07 -0700
  • 84167be4ad devdraw: use indirect impl interface in x11 Gabriel Diaz 2020-05-18 17:38:16 +0200
  • c53ad837a7 lib9: avoid unportable use of d_namlen in dirread Russ Cox 2020-05-18 17:03:42 -0400
  • 50124bf5e5 9l: xlc_r automatically adds -lpthread. Ben Huntsman 2020-05-18 12:20:48 -0700
  • f8f61870d3 lib9: fix open.c using _D_EXACT_NAMLEN instead of d_namlen in linux Gabriel Diaz 2020-05-18 17:41:44 +0200
  • ebefcf42f2 devdraw: use indirect impl interface in x11 Gabriel Diaz 2020-05-18 17:38:16 +0200