shithub: libacme

RSS feed

2e2bacc3 – james palmer <foura@biobuf.link> authored on 2021/06/09 16:51
fix getrune, getdata, getc so aeventnext works

9065ae4e – james palmer <foura@biobuf.link> authored on 2021/06/09 15:18
forgot aeventsend

7609bab0 – james palmer <foura@biobuf.link> authored on 2021/06/09 05:56
oops, the file is event not events

78e5064f – james palmer <foura@biobuf.link> authored on 2021/06/09 05:30
clean up. remove print fns, use fprint instead

52167069 – james palmer <foura@biobuf.link> authored on 2021/06/08 12:50
expose aeventnext, it's useful to be able to write a custom aeventlisten

885b4675 – james palmer <foura@biobuf.link> authored on 2021/06/08 09:19
fix double-free in aeventproc

e7c9090e – james palmer <foura@biobuf.link> authored on 2021/06/08 08:43
make print fns and ctl fn return what the vfprint call returns

d649586e – james palmer <foura@biobuf.link> authored on 2021/06/07 16:04
fix awinclose

e29aea83 – james palmer <foura@biobuf.link> authored on 2021/06/07 15:16
don't hold some fds open. add function for opening file with bio

27e08900 – james palmer <foura@biobuf.link> authored on 2021/06/07 12:53
awincat: take an fd not a path

0f90115f – james palmer <foura@biobuf.link> authored on 2021/06/07 12:14
aeventproc: malloc the Biobuf, it was overflowing the stack

f5626781 – james palmer <foura@biobuf.link> authored on 2021/06/07 11:14
awincat: fix sucide. we want an 8k buffer not a int sized buffer

ce79e1fe – james palmer <foura@biobuf.link> authored on 2021/06/07 10:52
manpage has been written

1c268755 – james palmer <foura@biobuf.link> authored on 2021/06/07 10:50
add a quickly written manpage. this could be improved.

f899e08a – james palmer <foura@biobuf.link> authored on 2021/06/07 09:31
add awincat to read a file into the window body

1bced94e – james palmer <foura@biobuf.link> authored on 2021/06/07 09:18
add mit license

b168e70e – james palmer <foura@biobuf.link> authored on 2021/06/07 07:33
clean things up, use libthread to make some things easier

adf4a1f0 – james palmer <foura@biobuf.link> authored on 2021/06/06 19:56
awinopen -> awinfsopen. was confusing: open what?

990163b7 – james palmer <foura@biobuf.link> authored on 2021/06/06 19:25
reorganize acme.h, add some more comments

b517e0be – james palmer <foura@biobuf.link> authored on 2021/06/06 18:47
git is harder. missed event.c

34b70a9d – james palmer <foura@biobuf.link> authored on 2021/06/06 18:41
names are hard

dfe87a24 – james palmer <foura@biobuf.link> authored on 2021/06/06 16:58
add aux pointer for extra data

bbe48a47 – james palmer <foura@biobuf.link> authored on 2021/06/02 13:59
functions for tags

9a4458e2 – james palmer <foura@biobuf.link> authored on 2021/06/02 13:52
snarf + paste is not the answer.

4831c35a – james palmer <foura@biobuf.link> authored on 2021/06/02 13:40
more oops.

9893a823 – james palmer <foura@biobuf.link> authored on 2021/06/02 13:35
oops.

15b9d1f9 – james palmer <foura@biobuf.link> authored on 2021/06/02 13:30
add utility functions for writing to the body and errors

0f9a8ea6 – james palmer <foura@biobuf.link> authored on 2021/06/02 13:19
add event handling

47cadfe7 – james palmer <foura@biobuf.link> authored on 2021/06/02 12:51
"fix

caa12419 – james palmer <foura@biobuf.link> authored on 2021/06/02 12:27
"add

44f4cda9 – james palmer <foura@biobuf.link> authored on 2021/06/02 12:17
implement window functions

2f6fbc8f – james palmer <foura@biobuf.link> authored on 2021/06/02 11:55
init: prototyped the api in acme.h