Adam D. Ruppe
e5a2de115f
mac
2019-07-08 11:13:36 -04:00
Adam D. Ruppe
acb833d724
lots of compatibility
2019-07-08 11:03:26 -04:00
Adam D. Ruppe
03315adfa6
so much amazing stuff
2019-07-07 22:44:11 -04:00
Adam D. Ruppe
4953cba8fa
offer static linking option
2019-07-06 22:51:14 -04:00
Adam D. Ruppe
97bb641aa1
more cool stuff
2019-07-06 22:49:45 -04:00
Adam D. Ruppe
2ff7b77ac1
finally right greyscale lol
2019-07-06 15:00:22 -04:00
Adam D. Ruppe
b7ad04afd9
im the worst at greys
2019-07-06 13:22:25 -04:00
Adam D. Ruppe
ba0ea0c717
greyscale fill all bytes
2019-07-06 12:43:48 -04:00
Adam D. Ruppe
0bbee857c0
support other bit depths of greyscale (hopefully)
2019-07-06 12:31:17 -04:00
Adam D. Ruppe
814875e411
Merge branch 'master' of github.com:adamdruppe/arsd
2019-07-03 00:09:40 -04:00
Adam D. Ruppe
c11b2c9338
new cool stuff
2019-07-03 00:09:36 -04:00
Adam D. Ruppe
d6410e4426
cool new stuff
2019-07-03 00:09:25 -04:00
Adam D. Ruppe
cc08b6f01e
use newer openssl now
2019-07-03 00:09:07 -04:00
Adam D. Ruppe
787da8cd01
this seems to work better
2019-07-02 23:51:31 -04:00
Murilo Miranda
fd7d32c57c
Give ScreenPainter another function
...
I am making a program that draws circles and I noticed there were no functions for that but I could make it happen by using drawArc() the right way so I figured it would be a good idea to add a drawCircle() function. This new function was crafted using the preexisting drawArc() function. I have tested it and it is much more practical than using drawArc() when working with pure circles.
2019-07-02 01:16:38 -03:00
Adam D. Ruppe
730a5af7e6
Merge pull request #198 from andre2007/sql
...
dub.json changes for database modules
2019-06-28 08:53:46 -04:00
Andre Pany
1d8b8f2a10
dub.json changes for database modules
2019-06-28 14:19:52 +02:00
Adam D. Ruppe
4748b8009a
spurious deprecations
2019-06-23 16:49:50 -04:00
Adam D. Ruppe
2344fbb1d0
oops
2019-06-18 22:15:36 -04:00
Adam D. Ruppe
4b9eb734d3
newer openssl api versioned
2019-06-18 22:14:54 -04:00
Adam D. Ruppe
ea545eabe2
Merge branch 'master' of github.com:adamdruppe/arsd
2019-06-18 22:12:39 -04:00
Adam D. Ruppe
9263a88bf7
newer openssl api internally
2019-06-18 22:12:29 -04:00
Adam D. Ruppe
57c995f4bf
new stuff im working on
2019-06-15 18:50:32 -04:00
Adam D. Ruppe
3fa87f08c4
add some configurations for cgi, make embedded_httpd first and thus default
2019-06-14 10:34:43 -04:00
Adam D. Ruppe
8a608eae3b
keep my version
2019-06-14 10:11:45 -04:00
Adam D. Ruppe
7629782830
dox
2019-06-14 10:10:58 -04:00
Adam D. Ruppe
2fb6f806be
Merge pull request #197 from andre2007/master
...
Dub.json update for terminal, cgi, http2
2019-06-14 10:07:12 -04:00
Andre Pany
856da3de53
Dub.json update for terminal, cgi, http2
2019-06-14 13:36:01 +02:00
Adam D. Ruppe
9dd03c3158
change style to mine again
2019-06-03 08:39:56 -04:00
Adam D. Ruppe
7613028eeb
Merge pull request #192 from MuriloMir/patch-2
...
Adding 2 more properties
2019-06-03 08:35:26 -04:00
Adam D. Ruppe
6ab8c638a1
thanks to MuriloMir for finding bug
2019-06-03 08:33:47 -04:00
Murilo Miranda
67d1e86115
Adding 2 more properties
...
I have added properties for the other 2 vertexes of the Rectangle, the upperRight and the lowerLeft vertexes.
2019-06-03 03:51:48 -03:00
Adam D. Ruppe
5967b959b4
remove spurious dependency
2019-05-19 14:45:58 -04:00
Adam D. Ruppe
50a752df70
more recent updates
2019-05-11 10:30:16 -04:00
Adam D. Ruppe
427b325296
Merge branch 'master' of github.com:adamdruppe/arsd
2019-05-11 10:28:38 -04:00
Adam D. Ruppe
ac4078b845
experimenting with windows scroll stuff. still broken tho
2019-05-11 10:28:32 -04:00
Adam D. Ruppe
bfc8afad87
Merge branch 'master' of github.com:adamdruppe/arsd
2019-05-11 09:43:00 -04:00
Adam D. Ruppe
6357257cb8
make the convenience method more legit convenient
2019-05-11 09:42:54 -04:00
Adam D. Ruppe
6f908d3e68
lol phobos sux
2019-05-06 22:08:09 -04:00
Adam D. Ruppe
4ff15ebe65
oops forgot version
2019-04-21 08:59:07 -04:00
Adam D. Ruppe
921ff7d046
signal fd check before other input, hopefully will ctrl+c responsively even when otherwise congested
2019-04-20 12:24:31 -04:00
Adam D. Ruppe
101c81cd7c
ctrl+c on Linux now triggers a clean exit via event loop - major change
2019-04-20 12:21:57 -04:00
Adam D. Ruppe
83db97a467
block signals in the pcm thread
2019-04-20 12:16:15 -04:00
Adam D. Ruppe
10d65d0367
idk
2019-04-03 10:01:45 -04:00
Adam D. Ruppe
f9442ead2a
remove GC from potentially per-frame call
2019-04-03 09:56:43 -04:00
Adam D. Ruppe
e9a140928b
minimal interface to argon2 password hashing C library
2019-03-29 20:34:50 -04:00
Adam D. Ruppe
66a86be0b7
apng loading works
2019-03-26 22:49:50 -04:00
Adam D. Ruppe
85b6a93e47
apng starting code
2019-03-26 22:11:08 -04:00
Adam D. Ruppe
03885f286c
Merge branch 'master' of git://192.168.1.10/home/me/arsd
2019-03-26 22:10:11 -04:00
Adam D. Ruppe
414762f19b
Merge branch 'master' of git://192.168.1.10/home/me/arsd
2019-03-26 22:01:24 -04:00