Commit Graph

66 Commits

Author SHA1 Message Date
Folkert
d4896d3ed2 remove inlinable_string dependency 2021-08-03 21:24:19 +02:00
Anton-4
47fe878492 updated to wgpu 9.0, added editor inspiration 2021-06-25 19:07:14 +02:00
Anton-4
7e0575368c Use custom forks for criterion and cargo-criterion, still have web-sys conflict 2021-06-02 11:08:14 +02:00
Anton-4
e2bc9566ba upgrade to wgpu 8.1, removed old editor benchmarks 2021-05-19 17:32:07 +02:00
Richard Feldman
0a50b0b488 Change license to UPL-1.0
Closes https://github.com/rtfeldman/roc/issues/1199
2021-04-21 19:18:44 -04:00
Folkert de Vries
4a48f85108
Merge branch 'trunk' into bump-hashbrown 2021-04-18 15:38:35 +02:00
Folkert
383f35db5a bump bumpalo 2021-04-18 14:36:47 +02:00
Richard Feldman
e02da00e4f Drop obsolete comment 2021-04-15 18:32:57 -04:00
Folkert
bffb9ab6fe initial solver for the editor's type constraints 2021-04-12 21:26:20 +02:00
Richard Feldman
792a18816a Update authors in Cargo.toml 2021-04-11 08:11:52 -04:00
rvcas
36e6739212 feat(editor): depend on roc_solve 2021-04-10 12:58:02 -04:00
Anton-4
b0f3d5a7b1 improved ed_update flow, removed old shader stuff; now using wgsl instead 2021-04-07 13:21:04 +02:00
Anton-4
6ab71f9ab9 new caret structure progress, renamed BigSelectedText to BigTextArea 2021-03-22 20:13:49 +01:00
Anton-4
3911a887f9 fixed rectangle drawing, discovered pool memory consumption issue 2021-03-13 17:05:49 +01:00
Anton-4
72de6c3d9c Merge branch 'trunk' of github.com:rtfeldman/roc into update_deps 2021-03-08 13:09:07 +01:00
Anton-4
8aa0006e89 done updating editor dependencies to latest version 2021-03-08 12:25:55 +01:00
rvcas
fdbb32d88a Merge branch 'trunk' into config_persistance 2021-03-06 18:16:55 -05:00
Anton-4
480666e4e3 removed unused dependencies using cargo-udeps #1036 2021-03-06 12:07:09 +01:00
rvcas
dd52292e21 fix(editor): leave workspace Cargo.toml alone and move git ref to editor toml 2021-03-06 00:19:06 -05:00
rvcas
be81cc0371 feat(editor): use confy master branch until 0.5.0 is tagged and released 2021-03-06 00:13:46 -05:00
rvcas
386c72c93d feat(editor): add confy and serde to persistent and load config 2021-03-05 10:41:19 -05:00
Anton-4
f8944468a4 hsb colors, themes, settings 2021-02-23 19:43:50 +01:00
Anton-4
05692e2c31 more ui refactoring progress 2021-02-16 20:02:42 +01:00
Folkert
ca04411523 fix tests/more uniq removal 2021-02-07 22:50:33 +01:00
Anton-4
51bf8a42b5 trying fork of clipboard crate 2021-01-30 16:23:54 +01:00
Anton-4
3ed7aeec92 clipboard dependency fix 2021-01-30 15:06:29 +01:00
Anton-4
93e9353e5e Merge branch 'trunk' of /rtfeldman/roc into copy_paste 2021-01-27 11:01:43 +01:00
Anton-4
8c1e4b63e2 Progress on implementing copy and paste 2021-01-23 19:28:23 +01:00
Anton-4
8e94ae41fc added read file and text buffer benchmarks 2021-01-19 17:41:23 +01:00
Anton-4
55cd6a4976 added insert_char benchmark 2021-01-16 19:33:23 +01:00
Anton-4
29e9cf3a6f integrated text rope, added open file, refactoring 2021-01-12 20:10:20 +01:00
Anton-4
bdf48d478f progress integrating text rope 2021-01-11 19:46:15 +01:00
Anton-4
1acbe42962 implemented selection test DSL, added caret tests for move right 2021-01-02 19:33:26 +01:00
Anton-4
0a46c1d48f improvements based on PR feedback 2020-12-30 13:40:36 +01:00
Anton-4
862a85698c merge, fmt, clippy 2020-12-29 20:42:58 +01:00
Anton-4
8c55f4b172 use snafu for errors, pretty backtraces, added backtrace editor idea 2020-12-26 19:24:09 +01:00
Anton-4
7a70c95bb4 rewrite to support multi line selection(unfinished) 2020-12-25 19:46:31 +01:00
Folkert
f5337d5bbf add ven_graph to the editor 2020-12-21 13:55:40 +01:00
Anton-4
8bf426b6b9 don't recompile shaders unnecessarily 2020-12-15 15:00:24 +01:00
Folkert
1fe0f5d780 Merge remote-tracking branch 'origin/trunk' into editor-ir 2020-12-05 20:58:27 +01:00
Folkert
66748d3a50 Merge remote-tracking branch 'origin/trunk' into editor-ir 2020-12-04 20:45:30 +01:00
Anton-4
6af26c9f75 editor: draw multiple rectangles 2020-12-04 20:05:29 +01:00
Anton-4
c0fdc09ec7 Merge branch 'trunk' of rtfeldman/roc into editor_refactor 2020-12-04 11:28:30 +01:00
Chadtech
1326219415 File module with read, fmt, and write functionality for the editor 2020-12-04 00:14:32 -05:00
Anton-4
1738141111 editor refactoring 2020-12-02 16:43:54 +01:00
Richard Feldman
3803d70496
Merge branch 'trunk' into render-big-rectangle 2020-11-21 12:48:02 -05:00
Folkert
8528e5affb upgrade inkwell 2020-11-17 01:58:30 +01:00
Folkert
10255a90b1 don't rebuild the editor every time 2020-11-12 20:27:10 +01:00
Bob Shelline
dda634cf0a Use buffers for vertex data 2020-11-04 19:47:41 -07:00
Bob Shelline
1c73a0e795 Add newlines to end of shaders and Cargo.toml 2020-10-30 18:52:52 -06:00