Commit Graph

41 Commits

Author SHA1 Message Date
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
Bob Shelline
4972e03405 Render a triangle underneath the text 2020-10-30 18:48:10 -06:00
Bob Shelline
eed7406a41 Update wgpu_glyph to 0.10 2020-10-30 17:54:56 -06:00
Richard Feldman
bf7f1d49e2 Add bucket.rs 2020-10-21 21:48:01 -04:00
Richard Feldman
b0ad4ec43a Use ArrayString for small string optimization in editor AST 2020-10-20 20:06:14 -04:00
Richard Feldman
b50483eedf Use rtfeldman/inkwell release2 tag 2020-09-19 22:48:29 -04:00
Richard Feldman
99dcda8603 Use inlinable_string 0.1 2020-05-31 20:14:19 -04:00
Richard Feldman
3323cfdd04 Drop some obsolete dependencies 2020-05-30 09:43:11 -04:00
Richard Feldman
f10e817226 Switch to wgpu for rendering 2020-05-30 01:13:05 -04:00
Richard Feldman
66fd716a8c Revert "wip try merging in glyph stuff"
This reverts commit d66e16ce7a9b35ff5881b10d5012057a3b2d4708.
2020-05-30 01:13:05 -04:00
Richard Feldman
79469b2d23 wip try merging in glyph stuff 2020-05-30 01:13:05 -04:00
Richard Feldman
b93f129319 Revert "Add text shaders (segfaults)"
This reverts commit 360bb8ec2b580a2b0061854cbd9eb5f1fe2db6e6.
2020-05-30 01:12:49 -04:00
Richard Feldman
a87667c74f Add text shaders (segfaults) 2020-05-30 01:12:49 -04:00
Richard Feldman
0c9b895912 Render a triangle
Largely following https://github.com/mistodon/gfx-hal-tutorials - code
is CC0 licensed. Lovely tutorials!
2020-05-05 22:07:23 -04:00
Richard Feldman
05e13e9842 Precursor to triangle in editor 2020-05-05 21:40:14 -04:00
Richard Feldman
f0b65a25e2 Launch a blank window for the editor 2020-05-04 21:41:45 -04:00
Richard Feldman
50357acd55 Add editor/ crate 2020-05-03 21:38:36 -04:00