Commit graph

861 commits

Author SHA1 Message Date
Folkert
5632e3159d remove im dependency where not needed 2021-11-10 16:00:22 +01:00
Anton-4
20ead3655f
add winit update suggestion 2021-11-08 12:13:18 +01:00
Brendan Hansknecht
73e2cbcb1e Make versions numbers consistent and matching the lock files 2021-11-06 13:24:45 -07:00
Brendan Hansknecht
4a4a07441e Merge remote-tracking branch 'origin' into deps 2021-11-06 13:10:33 -07:00
Richard Feldman
0eab20dbde
Merge pull request #1892 from rtfeldman/nix_M1_fix_v2
WIP Fix nix on Mac M1
2021-11-06 13:59:10 -04:00
Anton-4
69f6ffadab
Merge branch 'trunk' into deps 2021-11-06 18:07:34 +01:00
Kevin Sjöberg
f6d055dc62 Correct minor spelling mistakes 2021-11-06 15:29:08 +01:00
Anton-4
dff4ade794 fmt 2021-11-06 14:14:00 +01:00
Anton-4
cbd4de2799 update palette, wgpu11 fixes 2021-11-06 14:10:02 +01:00
Brendan Hansknecht
d49ac68bcc Update dep with major version changes 2021-11-05 19:19:37 -07:00
Brendan Hansknecht
bddc08c977 Remove unused dependencies 2021-11-05 16:58:11 -07:00
Anton-4
8729ed449f fmt+clippy 2021-11-05 13:21:09 +01:00
Anton-4
8580fb41a1 put editor sound behind feature 2021-11-05 12:27:17 +01:00
Anton-4
a3fc724df3 removed unused maplit 2021-11-03 10:50:25 +01:00
Richard Feldman
f5d16356e2 Mark it as okay that confy is unused 2021-11-02 19:37:05 -04:00
Richard Feldman
abe0da2eb0 Drop some unused deps 2021-11-02 19:37:05 -04:00
Richard Feldman
3f310df4b5 Drop unused roc_fmt dep 2021-11-02 19:37:05 -04:00
Richard Feldman
ffbf2b4276 Move some things to dev deps 2021-11-02 19:37:05 -04:00
Anton-4
674de9457b better nix editor instructions 2021-11-01 10:26:11 +01:00
Anton-4
9650736f49 can read escaped newlines correctly inside a string 2021-10-26 18:01:32 +02:00
Anton-4
39974ea039 Merge branch 'trunk' of github.com:rtfeldman/roc into function_closure_to_mark_node 2021-10-25 14:34:58 +02:00
Anton-4
5fa58c37e4 do on first, sorted errors by alphabet 2021-10-20 13:57:59 +02:00
Anton-4
c7c421b2f5 fixed scope lookup bug 2021-10-19 16:45:28 +02:00
Anton-4
0a77b3f334 debugging wrong id in docs test 2021-10-18 19:58:03 +02:00
Anton-4
a272765fc7 started using scope properly, improved error backtrace conversion 2021-10-16 19:37:20 +02:00
Anton-4
e003725f21 cleanup unwrap 2021-10-15 19:01:41 +02:00
Anton-4
d3f2b95f7a addes test to docs for function 2021-10-15 15:02:37 +02:00
Anton-4
428b4574ae Merge branch 'trunk' of github.com:rtfeldman/roc into function_closure_to_mark_node 2021-10-15 12:04:51 +02:00
Anton-4
0058037ed2 bugfixes 2021-10-13 17:41:26 +02:00
Anton-4
4828c9ba62 fmt 2021-10-13 12:37:30 +02:00
Anton-4
810c7dce80 bug fixes 2021-10-12 20:16:03 +02:00
Anton-4
37ba50e746 bug fixes involving IdentId 2021-10-11 20:16:22 +02:00
Anton-4
664ef04e5b
Merge branch 'trunk' into 1281-scale-nicely-when-code_font_size-changes 2021-10-08 12:35:49 +02:00
Anton-4
0889bac220 fixed caret width, calculate code_txt_xy y based on START_TIP 2021-10-08 12:33:56 +02:00
Richard Feldman
c07838e87c
Merge pull request #1749 from rtfeldman/editor_sound
play sound on F12
2021-10-07 22:36:31 -04:00
Richard Feldman
ced76a6a31
Merge pull request #1759 from rtfeldman/docs_markup
re-use editor markup for docs
2021-10-07 22:31:46 -04:00
Luiz de Oliveira
c18f4b2cc0 1281 use config code font size to draw tooltip 2021-10-07 21:56:59 -03:00
Zeljko Nesic
1e6ec6a464 Nice window title 2021-10-06 23:32:00 +01:00
Luiz de Oliveira
3b85070e2b 1281 font size scaling with Config::conde_font_siz 2021-10-06 17:57:33 -03:00
Anton-4
11417c0624 refactoring, started on converting function closure to MarkNode 2021-10-06 20:27:42 +02:00
Anton-4
68512d5712 removed old comment 2021-10-06 16:52:08 +02:00
Anton-4
063e12c46d
Fix typo 2021-10-05 19:47:26 +02:00
Anton-4
d949ca5a4b
Added many editor ideas/inspiration 2021-10-05 19:38:19 +02:00
Anton-4
a9e472df96 Merge branch 'trunk' of github.com:rtfeldman/roc into editor_sound 2021-10-05 16:53:18 +02:00
Anton-4
ab665b7380 Merge branch 'trunk' of github.com:rtfeldman/roc into docs_markup 2021-10-05 11:58:45 +02:00
Anton-4
548d806a88 def->MarkupNode working 2021-10-04 19:26:31 +02:00
Anton-4
9a88ba72d7 fmt 2021-10-04 09:56:35 +02:00
Anton-4
3ff134e1ce removed erroneous imports 2021-10-04 09:42:02 +02:00
Anton-4
fd8167113f
Merge branch 'trunk' into crate-expr2-markupnode 2021-10-04 09:25:59 +02:00
Richard Feldman
9da561bb3c
Merge pull request #1725 from rtfeldman/wgpu-10
Upgrade editor to wgpu 10
2021-10-03 15:47:56 -05:00