Commit Graph

7437 Commits

Author SHA1 Message Date
Anton-4
23d2b2d407 type tooltip rendering 2021-04-19 15:55:32 +02:00
Anton-4
633e10f9e9 tooltip on expression selection progress 2021-04-17 19:46:28 +02:00
Anton-4
216cd9f773 type 2021-04-17 16:18:46 +02:00
Anton-4
a0295381f7 changed PresentMode from Immediate to Mailbox, Immediate causes crash on close if something has been selected 2021-04-17 15:58:20 +02:00
Anton-4
63723805e8 simplification 2021-04-17 15:31:32 +02:00
Anton-4
f3a8b792ed
Merge branch 'trunk' into selection 2021-04-17 12:48:56 +02:00
Anton-4
8f6afab13e fmt, cleanup, improved comments 2021-04-17 12:46:51 +02:00
Anton-4
97c67de37b cleanup 2021-04-16 19:28:52 +02:00
Anton-4
aa73df1b63 lowered selection rectangle opacity 2021-04-16 18:14:05 +02:00
Anton-4
6eb1d28502 ctrl+shift+up to select surrounding expression, backspace to replace selected expression with blank 2021-04-16 17:25:30 +02:00
Richard Feldman
e168fb201d
Merge pull request #1203 from rtfeldman/authors
Add AUTHORS file
2021-04-16 08:21:37 -04:00
Richard Feldman
03049ca497 Add AUTHORS file 2021-04-15 19:06:00 -04:00
Richard Feldman
962de95492
Merge pull request #1200 from rtfeldman/remove-handlebars-templating
Remove handlebars templating from docs
2021-04-15 18:32:44 -04:00
Richard Feldman
a12d60c025
Merge branch 'trunk' into remove-handlebars-templating 2021-04-15 18:19:58 -04:00
Richard Feldman
6e60738f75
Merge pull request #1198 from bcardiff/fix/nix-zig-url
The download location for zig changed
2021-04-15 18:19:39 -04:00
Chadtech
2d215418f7 Template index.html file 2021-04-15 02:36:06 -04:00
Chadtech
239c203c4f Resolve conflicts 2021-04-15 02:22:12 -04:00
Chadtech
8036220b19 Remove handlebars templating and instead use new html_node() function some string replacement 2021-04-15 02:19:20 -04:00
Richard Feldman
c187ca2127
Merge branch 'trunk' into fix/nix-zig-url 2021-04-15 00:22:09 -04:00
Richard Feldman
79b5af951b
Merge pull request #1197 from rtfeldman/parse-platform-rigids
Parse platform rigids
2021-04-14 22:12:58 -04:00
Richard Feldman
a8d208887e
Merge pull request #1196 from rtfeldman/const-strings
Const strings
2021-04-14 22:02:43 -04:00
Folkert de Vries
3b23cda370
Merge branch 'trunk' into parse-platform-rigids 2021-04-14 22:04:18 +02:00
Folkert
c68cd2fb2d fix and test 2021-04-14 22:03:03 +02:00
Folkert
fb5e5ddb2b fix alignment? 2021-04-14 20:17:24 +02:00
Anton-4
721037bc14 ast_node based selection, node backspace in progress 2021-04-14 19:57:53 +02:00
Folkert
5942f64b3c fix memory issue in the repl 2021-04-14 17:42:08 +02:00
Folkert
870adb20a8 use decref to deallocate RocStr in zig code 2021-04-14 16:53:36 +02:00
Folkert
6d941e242e check for staticness when incrementing 2021-04-14 16:36:34 +02:00
Brian J. Cardiff
e47e48012d The download location for zig changed
NOTE: the sha256 used is the darwin one.
2021-04-14 11:20:39 -03:00
Folkert
5690794dc9 fix cast problem 2021-04-14 15:16:57 +02:00
Folkert
ca1bb20389 store string literals without allocation 2021-04-14 15:13:25 +02:00
Folkert
64bc92c746 basic parsing 2021-04-14 13:03:31 +02:00
Richard Feldman
ed90fcb00c
Merge pull request #1194 from rtfeldman/use-immediate-mode
Use immediate mode again
2021-04-13 21:11:28 -04:00
Richard Feldman
bb3af63f69
Merge pull request #1189 from rtfeldman/task_write_file
examples implement writeUtf8
2021-04-13 21:11:20 -04:00
Folkert
063c039003 report parse errors in the plaform module 2021-04-13 23:11:02 +02:00
Richard Feldman
23b29496ce Use PresentMode::Immediate again
Fixes #1058

It seems this was already working prior to the wgpu-rs 0.7.1 upgrade,
possibly by changing the shaders to wgsl:
https://github.com/rtfeldman/roc/issues/1058#issuecomment-818720570
2021-04-13 09:07:52 -04:00
Richard Feldman
f62b8f5539 cargo update 2021-04-13 08:45:50 -04:00
Richard Feldman
4310bc2962
Merge branch 'trunk' into task_write_file 2021-04-13 08:37:34 -04:00
Richard Feldman
99eba28968
Merge pull request #1193 from rtfeldman/edit_big_string
Reenable creating big strings
2021-04-13 08:37:25 -04:00
Richard Feldman
a1a08fbb8a
Merge branch 'trunk' into edit_big_string 2021-04-13 08:36:56 -04:00
Richard Feldman
b5e8c4a087
Merge pull request #1190 from rtfeldman/editing_tests
`ed_update::handle_new_char` tests, `RecordField` enum
2021-04-13 08:36:46 -04:00
Anton-4
9ac80c740f can now create long strings in the editor 2021-04-13 13:03:33 +02:00
Anton-4
b1f226e876
Merge branch 'trunk' into editing_tests 2021-04-13 10:00:17 +02:00
Richard Feldman
27c663709f
Merge pull request #1192 from rtfeldman/type2-to-var
Type2 to var
2021-04-12 22:32:10 -04:00
Richard Feldman
964522c9bb
Merge pull request #1191 from rtfeldman/parse-expr-underscore
Parse expr underscore
2021-04-12 22:31:32 -04:00
Folkert
c55c35e164 extend solve 2021-04-12 23:29:07 +02:00
Folkert
bffb9ab6fe initial solver for the editor's type constraints 2021-04-12 21:26:20 +02:00
Folkert de Vries
2115994f4b
Merge branch 'trunk' into parse-expr-underscore 2021-04-12 20:52:01 +02:00
Folkert
791fda0270 update cli example 2021-04-12 20:49:48 +02:00
Folkert
2bb1f2cca7 improve error reporting for underscore expr 2021-04-12 20:48:58 +02:00