Floyd Wang
|
58dbf88af7
|
Add Radio (#24)
|
2024-07-12 16:37:31 +08:00 |
|
Jason Lee
|
2401d5d5a4
|
Add ResizablePanel (#22)
https://github.com/user-attachments/assets/b4067c1d-0ef0-4de4-bd7a-55f446d35ff0
|
2024-07-12 15:24:54 +08:00 |
|
Jason Lee
|
9e935bed56
|
Change switch use mouse_down to handle event fix Windows switch theme support.
|
2024-07-11 21:52:07 +08:00 |
|
Floyd Wang
|
e1aed0a03d
|
Add Progress (#21)
|
2024-07-11 19:10:46 +08:00 |
|
Jason Lee
|
eb43c78cea
|
Add to support open Popover as a child window. (#18)
## Goal
Change to let Popup elements open into a window, to make sure the Popup
windows, panels, menus render top than the WebView.
Then we can embed wry or other webview into GPUI.
https://github.com/huacnlee/gpui-component/assets/5518/ce005456-088f-4298-bf5d-2642cf96faff
----
This is also like other software, they are also used in child window to
render the menus, popups.
- https://github.com/huacnlee/gpui-component/pull/2
- https://github.com/zed-industries/zed/pull/13730
## Todos
- [x] Multiple display window position.
- [x] Windows transparent background. (No transparent, just render a
correct window border)
- [x] Disable window resize on Windows.
- [ ] Handle Menu action.
- [x] Provided `popover` or `window` two mode to uses.
|
2024-07-11 16:20:26 +08:00 |
|
Jason Lee
|
310e5e3cde
|
Avoid PickerStory clone vec.
|
2024-07-08 23:22:08 +08:00 |
|
Jason Lee
|
9b51a5b998
|
Remove picker, add list instead. (#17)
|
2024-07-07 02:07:17 +08:00 |
|
Jason Lee
|
ac789b2379
|
Add Table (#16)
https://github.com/huacnlee/gpui-component/assets/5518/8603cbcc-c416-4d10-84a0-8cfe2e021e1a
|
2024-07-06 21:01:16 +08:00 |
|
Jason Lee
|
c925a6aa61
|
Add ButtonStyle::Outline, ButtonStyle::Glost
|
2024-07-05 00:18:36 +08:00 |
|
Jason Lee
|
acbc029eed
|
Add PopupMenu (#15)

|
2024-07-05 00:04:34 +08:00 |
|
Jason Lee
|
3ccadf6cc3
|
Improve focus (#14)
- Add `FocusableCycle` trait to help impl cycle focus.
- Add `outline` style to StyledExt.
|
2024-07-04 14:05:14 +08:00 |
|
Jason Lee
|
f78d50b5e9
|
Update dock layout
|
2024-07-04 01:05:32 +08:00 |
|
Jason Lee
|
19930e46db
|
Add SvgImg to render svg, and with a Chart example (#13)
https://github.com/huacnlee/gpui-component/assets/5518/576da9f9-4bff-4faf-a17e-19860cf6f948
|
2024-07-03 19:09:59 +08:00 |
|
Floyd Wang
|
b8ffa12a90
|
Fix typo
|
2024-07-03 16:56:41 +08:00 |
|
Jason Lee
|
88dcca590d
|
Simple Tooltip usage.
|
2024-07-02 00:13:07 +08:00 |
|
Jason Lee
|
f2703122b8
|
Move title_bar, util into workspace.
|
2024-07-01 23:51:47 +08:00 |
|