Commit Graph

321 Commits

Author SHA1 Message Date
Adam D. Ruppe cf179cdd34 fix cross thread bug related to terminald 2020-11-12 15:44:31 -05:00
Adam D. Ruppe acabbf1c4a sundry bugfixes 2020-11-08 09:34:12 -05:00
Adam D. Ruppe bd3c7ecf35 try for #266 2020-10-30 18:38:48 -04:00
Adam D. Ruppe ae9ed38187 terminal stdout 2020-10-03 19:38:42 -04:00
Adam D. Ruppe f32b147e19 oops broke win64 2020-09-30 22:46:11 -04:00
Adam D. Ruppe aa7c8f2839 notes 2020-09-28 11:08:04 -04:00
Adam D. Ruppe ea88731d58 jawesome 2020-09-07 22:32:53 -04:00
Adam D. Ruppe 94c7618e80 basic matrix begin 2020-08-29 19:54:15 -04:00
Adam D. Ruppe 82728ad3f4 gdc9 support 2020-08-29 19:54:01 -04:00
Adam D. Ruppe de576e37e1 impove uncaught exception printing on windows 2020-08-26 19:21:23 -04:00
Adam D. Ruppe dbc2da8ec1 decompose a little so advanced users can still pick and choose what they want if they want 2020-08-25 22:57:26 -04:00
Adam D. Ruppe d4f8ed6f18 add opengl 3+ helpers 2020-08-25 22:24:25 -04:00
Adam D. Ruppe bb774b90a3 image copy paste 2020-08-05 18:37:34 -04:00
Adam D. Ruppe 84bca96eee fix bug abotu drawing in tab widgets on minigu 2020-07-20 15:44:45 -04:00
Adam D. Ruppe c8189e1027 make more useful on remote x 2020-07-01 23:38:38 -04:00
Adam D. Ruppe 9a2f0bcfe6 ogl osx 2020-06-30 18:31:16 -04:00
Adam D. Ruppe 307785edbb osx fixes for dynamic load 2020-06-30 18:25:50 -04:00
Adam D. Ruppe 0755efc96d dynamic load of xlib 2020-06-30 18:02:03 -04:00
Adam D. Ruppe ae17d5a497 lots of stuff 2020-06-15 10:46:51 -04:00
Adam D. Ruppe 136b4d0ad5 new synthetic input on linux 2020-05-17 10:20:36 -04:00
Adam D. Ruppe 2a7a85e351
Merge pull request #252 from MuriloMir/patch-2
Moving those 2 functions here
2020-05-17 09:24:34 -04:00
Adam D. Ruppe c0244be169 oops 2020-05-14 09:35:16 -04:00
Adam D. Ruppe ef22dbafe9 demos version for tests 2020-05-11 22:23:03 -04:00
Murilo Miranda a43dad25de
Moving those 2 functions here
I've just moved those 2 functions to simpledisplay.
2020-05-11 22:37:09 -03:00
Adam D. Ruppe d0aec8e606 this is becoming not half bad 2020-04-28 22:53:25 -04:00
Adam D. Ruppe 05e496430a moar fixes 2020-04-26 22:35:18 -04:00
Adam D. Ruppe 5419cfed70 catchup 2020-04-24 09:54:48 -04:00
Adam D. Ruppe bd84b9fe27 Merge branch 'master' of github.com:adamdruppe/arsd 2020-04-18 21:33:43 -04:00
Adam D. Ruppe dafa15243d fixes 2020-04-18 21:33:41 -04:00
Adam D. Ruppe cf30ebee21 osx 2020-04-18 21:02:25 -04:00
Adam D. Ruppe 92832fcdef for mac os 2020-04-18 21:02:01 -04:00
Adam D. Ruppe 1fc4f4263c stuff 2020-04-11 09:57:22 -04:00
Adam D. Ruppe 2fc0b49c07 merge in terminal emulator core as a lib 2020-03-26 21:06:00 -04:00
Adam D. Ruppe a698fe5673 fix mouse coord of mouse wheel on windows 2020-03-19 19:34:58 -04:00
Adam D. Ruppe 9184acb4f8 lol termcap 2020-02-21 20:06:07 -05:00
Adam D. Ruppe aac46a8a75 sdpy resize 2020-02-17 20:05:56 -05:00
Adam D. Ruppe ca3b8af557 secrets do not look 2020-02-01 21:22:54 -05:00
Adam D. Ruppe cfcffbfca9 handle closed hting better 2020-02-01 19:47:49 -05:00
Adam D. Ruppe c76d26f01f minimal update for osx xquartz 2020-02-01 19:05:14 -05:00
Adam D. Ruppe d3c545b0ce ok 2020-01-31 18:31:15 -05:00
Adam D. Ruppe 96990d94ff osx stuff 2020-01-31 18:30:57 -05:00
Adam D. Ruppe fcc8aed896 tested unix socket stuff, workaround phobos bug 2020-01-28 22:35:54 -05:00
Adam D. Ruppe 216b1bdcfb more 2020-01-25 22:41:30 -05:00
Murilo Miranda 7b94b5e7c2
Updating the drawCircle() function
I've updated the definition of the drawCircle() function because the previous definition was not working properly.
2020-01-24 06:27:07 -03:00
Adam D. Ruppe ca8aa18fd2 can cause bad number error without this fix 2020-01-20 12:00:20 -05:00
Adam D. Ruppe d3506d8b00 catchup 2020-01-03 10:04:58 -05:00
Adam D. Ruppe b51bc11c66 clear broke with the config thing oops 2019-10-19 08:03:59 -04:00
Murilo Miranda 478df4abf5
Setting up the .clear() method better
I've made the .clear() method more practical by giving the user the ability to decide which color the screen will be cleared with and setting the default as black since this is what you will probably be using.
2019-10-04 02:23:28 -03:00
Adam D. Ruppe 1268d3bf42 pr indent fixup 2019-07-09 08:50:22 -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