shithub: lua9

RSS feed

95614013 – telephil9 <telephil9@gmail.com> authored on 2020/10/28 18:24
Added font size computation functions to draw module

3c77420b – telephil9 <telephil9@gmail.com> authored on 2020/10/28 02:17
Pass command line arguments through arg table

4d255d3f – telephil9 <telephil9@gmail.com> authored on 2020/10/28 01:29
Change fork() to accept multiple arguments

0ab5e19f – telephil9 <telephil9@gmail.com> authored on 2020/10/27 16:37
Add close function

a5c6a7b0 – telephil9 <telephil9@gmail.com> authored on 2020/10/27 16:36
Remove close function that does not belong to plumb module

a14f718f – telephil9 <telephil9@gmail.com> authored on 2020/10/27 16:28
plumbmon: sample program to demonstrate the use of the plumb module

58417631 – telephil9 <telephil9@gmail.com> authored on 2020/10/27 16:23
New plan9 module to export some libc functions/constants

553c8b38 – telephil9 <telephil9@gmail.com> authored on 2020/10/27 15:55
Initial plumb module implementation

6acb1876 – telephil9 <telephil9@gmail.com> authored on 2020/10/27 09:49
Added draw.openfont() and draw.buildfont()

7e690483 – telephil9 <telephil9@gmail.com> authored on 2020/10/27 09:48
Implement Font __gc metamethod

9b93e2f3 – telephil9 <telephil9@gmail.com> authored on 2020/10/27 09:46
Add event.moveto() function

bf655bb1 – telephil9 <telephil9@gmail.com> authored on 2020/10/27 05:25
Added most missing geometry functions

7e5fa392 – telephil9 <telephil9@gmail.com> authored on 2020/10/27 04:07
Updated documentation to point to the samples.

83e76c9c – telephil9 <telephil9@gmail.com> authored on 2020/10/27 03:57
New samples/ directory

0c8d266d – telephil9 <60197351+telephil9@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/10/27 03:33
Documentation rewrite

a83d17ef – telephil9 <telephil9@gmail.com> authored on 2020/10/27 01:12
Demo now covers all drawing primitives

5789877f – telephil9 <telephil9@gmail.com> authored on 2020/10/26 15:29
Add more demos again

1dac4632 – telephil9 <telephil9@gmail.com> authored on 2020/10/26 05:53
Add more demos

fd782c7b – telephil9 <telephil9@gmail.com> authored on 2020/10/26 05:53
Fix string function to allow optional points (nil instead of a point)

ad7eb267 – telephil9 <60197351+telephil9@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/10/26 05:36
Update README.md

46de8be0 – telephil9 <telephil9@gmail.com> authored on 2020/10/26 04:03
Added new demo script and removed previous one

554c1ebd – telephil9 <telephil9@gmail.com> authored on 2020/10/26 04:02
event.menuhit() return index start at 1

4b85198f – telephil9 <telephil9@gmail.com> authored on 2020/10/26 02:00
Added g module to export geometry functions

1dded09f – telephil9 <telephil9@gmail.com> authored on 2020/10/25 17:44
Added emenuhit()

4fc7db38 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 17:23
Added eenter()

504d5f53 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 16:45
Added new event functions

76a21e42 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 16:20
event() now properly returns mouse info

d3f0441e – telephil9 <telephil9@gmail.com> authored on 2020/10/25 16:06
Added some more draw functions

dec3b0a9 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 16:05
Add a function to retrieve a table of points from lua

98b14048 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 16:04
Fixed error reporting

e73ad64e – telephil9 <telephil9@gmail.com> authored on 2020/10/25 13:13
Added more draw primitives

b98409b6 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 06:37
First draft of API documentation

38691037 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:40
Move draw module implementation to a separate file

45b732d4 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:35
Add missing color.c and event.c files

a4661716 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:32
Rename draw.initdraw() to draw.init()

86ec26aa – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:31
Move all libdraw event related function to an event module

c9c18dc3 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:22
Fix casing of exported draw constants

8db3ff18 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:20
Added color module to export color constants to lua

e2ad29c5 – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:10
README: fix link to git9

e3a3564a – telephil9 <telephil9@gmail.com> authored on 2020/10/25 05:09
Major code refactoring

f00064c3 – telephil9 <telephil9@gmail.com> authored on 2020/10/22 00:36
Added allocimage() function

9cd8f1f0 – telephil9 <telephil9@gmail.com> authored on 2020/10/22 00:22
Expose missing Image attributes

8e5103be – telephil9 <telephil9@gmail.com> authored on 2020/10/21 17:26
Added ellipse() and fillellipse()

18b85275 – telephil9 <telephil9@gmail.com> authored on 2020/10/21 17:06
Added helper functions to simplify API implementation

47d9aa4b – telephil9 <telephil9@gmail.com> authored on 2020/10/21 16:01
Update README.md

a865847b – telephil9 <60197351+telephil9@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/10/21 17:50
Create LICENSE

109ad0e9 – telephil9 <60197351+telephil9@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/10/21 17:48
Update README.md

701a8f78 – telephil9 <telephil9@gmail.com> authored on 2020/10/21 15:45
Initial import