code: drawterm

RSS feed

18dbc24c – Sigrid authored - 2020/06/19 10:19
merge

b44945b7 – Sigrid authored - 2020/06/19 10:18
Make.unix: -lm (for frexp)

e1964307 – cinap_lenrek authored - 2020/05/26 18:21
devfs-posix: apply u9fs truncate support (thanks Fazlul Shahriar)

d4043e96 – Ori authored - 2020/04/27 17:19
fix drawterm compiles using gcc 10

bf3a3cdf – joe authored - 2020/04/23 15:52
get the WM_NAME and WM_CLASS from the environment

07155bd7 – cinap_lenrek authored - 2020/04/23 13:49
remove unused macro from chan.c (from 9front)

c4faf3aa – joe authored - 2020/04/23 09:14
x11 set wm properties needs a display flush to work

e40ce258 – cinap_lenrek authored - 2020/04/21 13:45
remove cpu specific _sha1block() and _md5block() functions

7aab5c79 – cinap_lenrek authored - 2020/04/21 13:16
add arm64 support (thanks mpmkp2020 from alpinelinux)

f4cc7901 – Alex authored - 2020/04/19 02:34
devip: replace "net" with "tcp" in dial strings regardless of host part

05702a29 – cinap_lenrek authored - 2020/04/17 22:26
x11: add -g geometry arg to set window position and size (thanks joe9)

3a300145 – cinap_lenrek authored - 2020/04/17 22:23
x11: add _NET_WM_PID property to main window (thanks joe9)

836f7f45 – cinap_lenrek authored - 2020/03/01 11:35
libsec: remove unused code not relevant to drawterm

9863ee8b – cinap_lenrek authored - 2020/03/01 09:14
libsec: remove hash pickle functions

e56902a6 – cinap_lenrek authored - 2020/01/11 18:16
devdraw: fix topnwindows() panic when images are not windows (thanks aiju)

3c6be475 – Sigrid authored - 2019/12/04 08:01
sndio: a better fix - just call error()

5876605b – Sigrid authored - 2019/12/03 16:11
sndio: audiodevclose: don't crash if failed to init before

11fecde6 – cinap_lenrek authored - 2019/12/02 19:12
devcmd: on posix, use execvp() and handle chdir(), format better status line

f502310b – cinap_lenrek authored - 2019/11/30 13:57
devcmd: format a 5-field status line in oscmdwait() as described by cmd(3)

f2f53748 – cinap_lenrek authored - 2019/11/25 17:38
cmd(3): encode empty argument as "" for win32

788f6549 – cinap_lenrek authored - 2019/11/25 17:23
cmd(3): fix command argument quoting for win32

580a5149 – cinap_lenrek authored - 2019/11/23 20:08
cmd(3): implement command execution for posix

9c784144 – cinap_lenrek authored - 2019/11/23 19:04
devlfd-posix: bring back lfdfd() for posix-factotum.c

7c69c6d7 – cinap_lenrek authored - 2019/11/23 18:21
cmd(3): port the os command execution device from inferno (win32 only so far)

748142a9 – 23hiro authored - 2019/09/24 16:53
win32: audio scale fix (thanks Jacob Moody)

bcbb3563 – cinap_lenrek authored - 2019/06/19 11:34
devaudio: implement volume setting for win32 (thanks jsmoody)

5f074880 – cinap_lenrek authored - 2019/03/09 14:51
libmemdraw: update memarc() and memellipse() from 9front

176099bb – cinap_lenrek authored - 2019/02/12 22:05
libip: don't reject ipmask in v6 form for v4 address

46311023 – cinap_lenrek authored - 2019/02/12 16:00
libip: sync with 9front

f12ca802 – cinap_lenrek authored - 2019/02/01 11:38
gui-x11: free the right GC in xallocmemimage() error case

5689c790 – cinap_lenrek authored - 2019/02/01 11:33
gui-x11: implement screensize()

d68a6212 – cinap_lenrek authored - 2019/01/30 12:52
merge

f5639c63 – cinap_lenrek authored - 2019/01/30 12:52
devdraw: get rid of softscreen==0xa110c hack and make attachscreen() return Memdata* (from 9front)

c854b7aa – cinap_lenrek authored - 2019/01/30 10:09
gui-osx: fix bogus USED()

66c514de – cinap_lenrek authored - 2019/01/30 05:38
gui-x11: fix USED()...

395d4c92 – cinap_lenrek authored - 2019/01/29 18:41
screen: add screensize() function to reallocate the gscreen

1c709767 – cinap_lenrek authored - 2019/01/28 18:00
devdraw: simplify drawgen() (from 9front)

679555db – cinap_lenrek authored - 2019/01/22 16:50
devtls: remove static "already" flag in tlsinit(). this function is only run once. (from 9front)

83e42639 – cinap_lenrek authored - 2018/12/06 14:49
libmp: fix mptouv behaviour to match mptoui (sync with 9front)

f389dc63 – cinap_lenrek authored - 2018/12/05 09:56
libmp: mptov: make it actually work (sync with 9front)

aa06c6a0 – cinap_lenrek authored - 2018/12/01 21:25
libsec: fix memory leak in pkcs1_decrypt() (from 9front)

fe1f7fac – cinap_lenrek authored - 2018/10/03 13:29
move setterm() to kern/posix.c and kern/win32.c (thanks j-xy)

d06ed886 – mischief authored - 2018/09/12 03:29
kern: fix *another* longjmp bug

7e48e47a – mischief authored - 2018/09/11 22:34
kern: fix another longjmp bug

550a8ec5 – cinap_lenrek authored - 2018/09/05 04:56
devfs-posix: error on rename when newpath already exists

fd5ced87 – cinap_lenrek authored - 2018/09/01 12:47
fswstat: can't modify automatic variables that get used in waseror() handler

aa140ab5 – cinap_lenrek authored - 2018/08/19 16:01
devdraw: zero initialize DImage.dscreen pointer (vnc, drawterm)

f3fbc0b2 – cinap_lenrek authored - 2018/07/23 13:31
merge

3e20c041 – cinap_lenrek authored - 2018/07/23 13:30
devmouse: produce signed msec timstamp in /dev/mouse

bb68e065 – aiju authored - 2018/07/10 11:07
update README for cocoa

f54a88de – aiju authored - 2018/07/10 10:36
drawterm x11: MIME types need case sensitivity training (thanks echoline)

ebb16275 – aiju authored - 2018/07/10 10:18
drawterm.app rule breaks osx build; delete it

a38e9e1d – cinap_lenrek authored - 2018/07/09 04:55
secstore: increase line buffer size to 8k to avoid warning on big keys (rsa)

774d1d23 – cinap_lenrek authored - 2018/07/07 15:03
gui-win32: remove shift mouse button swap code

911a007c – aiju authored - 2018/07/07 05:09
add mousewheel to cocoa drawterm (thanks Steven McDonald)

047ad2e0 – aiju authored - 2018/07/03 17:28
add .hgignore

41144a24 – aiju authored - 2018/07/03 17:28
add osx tuttle glenda and add makefile target to copy binary into .app

d951a96b – aiju authored - 2018/07/03 17:05
add osx cocoa port

0748e023 – aiju authored - 2018/07/03 17:04
add guimain() and cpubody() indirection to allow for osx cocoa port

9383debb – cinap_lenrek authored - 2018/06/19 15:42
devip: allow * hostname for listen

ec3e4f9b – cinap_lenrek authored - 2018/06/06 16:50
win32: fix windows7 graphics glitches when in fullscreen

175d88f6 – aiju authored - 2018/05/14 10:57
merge

658bdec9 – aiju authored - 2018/05/14 10:57
win32: convert clipboard to and from CR+LF

943e142d – cinap_lenrek authored - 2018/05/11 09:37
libmp: apply fixes for mplogic, mpdiv and mpmagadd from 9front (thanks aiju)

ee260887 – aiju authored - 2018/04/17 05:45
windows: RtlGenRandom cannot always be statically linked

19fc2213 – aiju authored - 2018/04/17 05:45
windows: PADDRINFOA is not always available

83150518 – aiju authored - 2018/04/17 05:45
windows: fix creating directories under volume root

807168fe – aiju authored - 2018/04/17 05:44
windows: add fullscreen mode

7ba556c6 – henesy authored - 2018/03/20 04:45
Adding manual page drawterm.1

5fe2b255 – Dave authored - 2018/01/20 10:42
Add DragonFly support to drawterm

9110fed3 – cinap_lenrek authored - 2018/01/06 14:09
merge

a8472c1d – cinap_lenrek authored - 2018/01/06 14:07
aan: implement client timeout

6718e705 – 23hiro authored - 2018/01/06 13:33
remove aanto variable from env

fd1a984f – cinap_lenrek authored - 2018/01/06 03:18
libsec: remove asn1toDSApriv()

75e61c07 – 23hiro authored - 2018/01/02 09:44
cpu: add -t flag to overwrite default 1 day aan timeout.

5c9d398c – cinap_lenrek authored - 2018/01/01 23:26
libauth: don't compile unneeded (for drawterm) units, update _attrfmt() and auth.h header

f7b7d007 – cinap_lenrek authored - 2018/01/01 17:25
libauth: fix out of bounds memory access in _parseattr()

503427f3 – cinap_lenrek authored - 2018/01/01 15:19
cpu: replace custom hex parsing code with dec16() avoding timing side channels

91d5706e – cinap_lenrek authored - 2017/12/31 05:38
libc: update various libc functions (from 9front)

0fbac08c – cinap_lenrek authored - 2017/12/31 05:36
libc: update encodefmt support l flag on < (base32) (from 9front)

07eda1b8 – cinap_lenrek authored - 2017/12/31 05:17
libc, libmp: new constant time encode(2) routines (from 9front)

ce450582 – cinap_lenrek authored - 2017/12/29 21:28
libsec: keep in sync with 9front

7ac6345a – cinap_lenrek authored - 2017/12/29 14:05
libsec: get rid of dummy data[1] in Bytes and Ints types (thanks pr)

2edf6164 – cinap_lenrek authored - 2017/12/28 13:24
devfs-posix: add missing stat() call in fsattach to fill info for root fid

22aa6e04 – cinap_lenrek authored - 2017/12/28 13:09
devssl, devtls: fix ~0UL comparsion in wstat on amd64/gcc

15af8dd5 – cinap_lenrek authored - 2017/12/28 12:28
devmnt: use u32int for tagmask, simplify alloctag()

74af129a – cinap_lenrek authored - 2017/11/30 15:52
libsec: make includes consistent for sha2block*.c

b1b106c0 – cinap_lenrek authored - 2017/11/30 15:34
libsec: add sha1block (from 9front)

89649ad9 – cinap_lenrek authored - 2017/11/29 20:56
libsec: unroll sha1block functions (from 9front)

bc76055c – cinap_lenrek authored - 2017/11/25 22:46
devcons: add #c/kmesg, redraw kmesg buffer after resize

fee6fdde – cinap_lenrek authored - 2017/11/25 11:56
screen: do mouseresize() from devdraw instead of the resizeproc

bc5528aa – cinap_lenrek authored - 2017/11/25 11:55
gui-win32: call terminit() only after window size has been determined

74e47cde – cinap_lenrek authored - 2017/11/25 10:54
drawterm: debounce screen resize

b5df2820 – cinap_lenrek authored - 2017/11/23 17:16
gui-x11: reset screenputs before panicing with x i/o error

69161a85 – cinap_lenrek authored - 2017/11/23 13:13
drawterm: implement window resize for gui-x11 and gui-win32

966e3f1d – cinap_lenrek authored - 2017/11/21 14:55
devcons: remove /dev/swap

eb4ce56d – cinap_lenrek authored - 2017/11/21 14:54
libsec: sync with 9front

df8c7d8f – cinap_lenrek authored - 2017/11/21 14:53
use $PASS environment variable secstore/p9any password

2f3f38b8 – cinap_lenrek authored - 2017/07/20 15:03
fix bounds check in screenputc() (thanks mischief)

e10ae983 – cinap_lenrek authored - 2017/05/19 19:27
gui-win32: fix WM_SCROLLWHEEL mouse position

Next