Kay Simmons
|
75d3d46b1b
|
wip serialize editor
|
2022-12-03 16:06:01 -08:00 |
|
Kay Simmons
|
d20d21c6a2
|
Dock persistence working!
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2022-12-03 16:06:01 -08:00 |
|
Kay Simmons
|
c1f7902309
|
wip
|
2022-12-03 16:06:01 -08:00 |
|
Mikayla Maki
|
3451a3c7fe
|
Rebase - Got Zed compiling and fixed a build error due to conflicting dependencies that cargo didn't catch :(
Co-Authored-By: kay@zed.dev
|
2022-12-03 16:04:10 -08:00 |
|
Mikayla Maki
|
ce0dfde8ee
|
Check for wakeups correctly
|
2022-11-17 11:14:31 -08:00 |
|
Mikayla Maki
|
8e6c5dbc3b
|
Fix unscaled scrolling when using an imprecise mouse wheel
|
2022-11-16 10:44:13 -08:00 |
|
Mikayla Maki
|
01929037f1
|
fixed clear problem
|
2022-11-15 12:02:09 -08:00 |
|
Mikayla Maki
|
0dcdd6ea39
|
Merge pull request #1889 from zed-industries/terminal-bugs
Refactored rendering to squash all wakeups into 1
|
2022-11-14 10:29:00 -08:00 |
|
Mikayla Maki
|
a66aa9c09c
|
Refactored rendering to squash all wakeups into 1
|
2022-11-14 10:20:55 -08:00 |
|
Mikayla Maki
|
4c2f8406c7
|
Restored chat_panel, just in case
|
2022-10-19 11:42:29 -07:00 |
|
Nathan Sobo
|
f8e5a08324
|
Merge pull request #1764 from zed-industries/gpui-events
Eliminate dispatch_event on Element trait
|
2022-10-18 15:24:13 -06:00 |
|
K Simmons
|
b0ddbeb0ad
|
Merge branch 'main' into elevations
|
2022-10-18 12:47:15 -07:00 |
|
Mikayla Maki
|
895aeb033f
|
Merge branch 'main' into breadcrumbs
|
2022-10-17 16:51:38 -07:00 |
|
K Simmons
|
40c3e925ad
|
Add cursor blink setting and replicate cursor shape to remote collaborators
|
2022-10-17 16:20:47 -07:00 |
|
Mikayla Maki
|
5ef5147780
|
Merge branch 'main' into gpui-events
|
2022-10-17 15:43:41 -07:00 |
|
Mikayla Maki
|
1789dfb8b1
|
Fixed tests
|
2022-10-17 14:53:52 -07:00 |
|
Mikayla Maki
|
f1ff557a25
|
Rearranged mouse handling
|
2022-10-16 17:31:19 -07:00 |
|
Nathan Sobo
|
12eab6551f
|
Remove dispatch_event from Element trait
|
2022-10-16 13:08:25 -06:00 |
|
Nathan Sobo
|
d25c6b15a6
|
Move Terminal key down event handling from element to View::key_down method
|
2022-10-16 12:55:02 -06:00 |
|
Nathan Sobo
|
6e363e464c
|
Start on view-level dispatch approach for keyboard events
|
2022-10-16 11:46:31 -06:00 |
|
Nathan Sobo
|
6e53deb1b2
|
Refine mouse event naming
|
2022-10-16 11:18:58 -06:00 |
|
Mikayla Maki
|
d301a215f7
|
Finished implementing vscode, emacs, and mac style pageup/down. Added keybindings ctrl-v, alt-v for emacs up/down and shift-pageup, shift-pagedown for vscode style. Also improved incorporated pageup/down into context menus
|
2022-10-14 13:52:30 -07:00 |
|
Antonio Scandurra
|
a5a60eb854
|
Log view name alongside error in ChildView
|
2022-10-13 15:44:01 +02:00 |
|
Mikayla Maki
|
aac24938f5
|
Fix a bug in how I parse alacritty's styles
|
2022-10-12 09:34:17 -07:00 |
|
Antonio Scandurra
|
a656047c15
|
Merge pull request #1700 from zed-industries/room
Introduce call-based collaboration
|
2022-10-11 17:40:44 +01:00 |
|
Antonio Scandurra
|
45d118f96f
|
Decide whether to clip to visible bounds on a per-element basis
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-10-11 17:05:13 +02:00 |
|
Julia
|
7d6690335f
|
Merge pull request #1712 from zed-industries/dont-select-on-copy-by-default-terminal
Don't select on copy by default in the terminal
|
2022-10-10 14:15:20 -04:00 |
|
Julia
|
2f96a09c46
|
Don't select on copy by default in the terminal
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2022-10-10 13:48:56 -04:00 |
|
Mikayla Maki
|
15595a67fa
|
Added a horrible hacky way of doing cmd-k correctly.
|
2022-10-07 12:04:26 -07:00 |
|
Mikayla Maki
|
bf50a8ad8e
|
Implemented a simplistic version of correct cmd-k behavior
|
2022-10-07 11:37:39 -07:00 |
|
Mikayla Maki
|
188b775fa6
|
Fixed non-block terminal cursors being displayed incorrectly
|
2022-10-07 10:03:09 -07:00 |
|
Mikayla Maki
|
9b32678b05
|
Fixed terminal stealing focus
|
2022-09-27 16:43:32 -07:00 |
|
Mikayla Maki
|
9a59603065
|
Added a SendKeystroke action and rewrote terminal actions to remove duplication
|
2022-09-26 20:39:40 -07:00 |
|
Mikayla Maki
|
24cc9859c7
|
Added terminal::SendText command, for sending text to the terminal
|
2022-09-26 20:01:05 -07:00 |
|
Mikayla Maki
|
2ae3fbd6b2
|
Improved terminal selection ergonomics
|
2022-09-26 19:37:55 -07:00 |
|
Mikayla Maki
|
a8e05c946e
|
Fixed bug where hyperlinks would not be refreshed when the page scrolled
|
2022-09-26 17:46:19 -07:00 |
|
Mikayla Maki
|
550ae40ff5
|
Slightly improved left click handling
|
2022-09-26 16:36:08 -07:00 |
|
Mikayla Maki
|
4bc0afdafa
|
Finished terminal hyperlinks for now
|
2022-09-26 16:33:29 -07:00 |
|
Mikayla Maki
|
d2d49633f1
|
WIP, almost done with tooltips
|
2022-09-24 08:32:06 -07:00 |
|
Mikayla Maki
|
a686a9f1d2
|
Merge branch 'main' into terminal-hyperlinks
|
2022-09-22 23:06:07 -07:00 |
|
Mikayla Maki
|
0584b2f5f0
|
added the fields for drawing the hyperlinks
|
2022-09-22 23:04:49 -07:00 |
|
Mikayla Maki
|
5cd56584b4
|
Completed terminal hyperlink clicking functionality. Just need to display it now
|
2022-09-22 22:40:22 -07:00 |
|
K Simmons
|
db5c83eb36
|
add theme testbench command
|
2022-09-21 16:32:44 -07:00 |
|
K Simmons
|
56f9543a95
|
reworked style tree to use colorScheme instead of old theme. Very limited style for now
|
2022-09-21 16:32:42 -07:00 |
|
Mikayla Maki
|
f706cbe143
|
WIP hyperlink searching
|
2022-09-20 11:20:57 -07:00 |
|
Mikayla Maki
|
b3202c382d
|
WI{
|
2022-09-19 17:21:24 -07:00 |
|
Mikayla Maki
|
ba32dcbb88
|
Reworking hyperlink events
|
2022-09-19 17:19:03 -07:00 |
|
Mikayla Maki
|
b8f362fd84
|
WIP hyperlink detection
|
2022-09-19 13:41:35 -07:00 |
|
Mikayla Maki
|
9f81f39f51
|
WIP Hyperlinks
|
2022-09-19 09:07:41 -07:00 |
|
Mikayla Maki
|
1993a870e1
|
Hyperlink clicking is working
|
2022-09-18 23:33:06 -07:00 |
|