-
878a51e5a9
example: Split single examples. (#574)
Jason Lee
2025-01-24 11:13:24 +0800
-
1dba2b6c70
input: Fix mouse click to position cursor to before of the char. (#572)
Jason Lee
2025-01-23 20:46:52 +0800
-
77badb5799
radio: Add RadioGroup. (#571)
Jason Lee
2025-01-23 20:13:01 +0800
-
1ff84a9943
popup_menu: Add
max_h to set the height of menu (#570)
Floyd Wang
2025-01-23 18:43:34 +0800
-
e03a0d4f4e
chore: Fix Switch, Radio, Checkbox to use inline layout. (#569)
Jason Lee
2025-01-23 18:05:32 +0800
-
07b12b726c
number_input: Do not trigger step event when the input is disabled (#568)
Floyd Wang
2025-01-23 16:31:33 +0800
-
a89e2430d3
form: Add Form and FormField. (#565)
Jason Lee
2025-01-23 16:09:50 +0800
-
4028f46cb9
date_picker: Avoid focus back to DatePicker, when dismiss picker by clicked on Input. (#567)
Jason Lee
2025-01-23 11:52:58 +0800
-
78ce573a52
list, table: Refactor to control
loading by use delegate. (#562)
Jason Lee
2025-01-21 20:33:37 +0800
-
9f2cd84b23
color: Add
mix method and merge ColorExt to Colorize. (#561)
Jason Lee
2025-01-21 18:31:01 +0800
-
73c92f3a6b
input: Fix crash cause by incorrect selected range. (#560)
Jason Lee
2025-01-21 11:49:36 +0800
-
493acdefab
story: Fix story and merge checkbox, radio to switch story.
Jason Lee
2025-01-21 10:43:10 +0800
-
20feab5f40
modal: Add
confirm Modal with default Ok, Cancel buttons. (#558)
Jason Lee
2025-01-20 17:42:05 +0800
-
ad04b699fc
clipboard: Add
value_fn to get copy value with callback to Clipboard. (#557)
Jason Lee
2025-01-20 15:54:27 +0800
-
355dfa5556
slider: Add vertical and reverse support to Slider. (#556)
Jason Lee
2025-01-20 15:22:28 +0800
-
06e9b1a25c
dropdown_button: Add
compact style (#555)
Floyd Wang
2025-01-20 13:49:42 +0800
-
bd3cdd7167
dropdown_button: Add more style preferences (#554)
Floyd Wang
2025-01-17 16:24:46 +0800
-
4fa8b9d65c
list: Fix #552 broken move down to select first item. (#553)
Jason Lee
2025-01-17 16:19:03 +0800
-
f41edfd318
list: Add
ListEvent to List. (#552)
Jason Lee
2025-01-17 16:00:28 +0800
-
569a4e7262
dropdown_button: Add new component (#551)
Floyd Wang
2025-01-17 14:16:24 +0800
-
04d720f3a7
chore: Improve Table, List load more threshold, and avoid duplicate request. (#550)
Jason Lee
2025-01-17 11:25:41 +0800
-
0312e47554
input: Move number input into input (#549)
Floyd Wang
2025-01-17 10:07:41 +0800
-
8dca96469e
chore: Update GPUI with MSAA and PathBuilder. (#548)
Jason Lee
2025-01-15 16:52:03 +0800
-
a0f6b48eff
chore: Update GPUI 2025/01/14 (#547)
Jason Lee
2025-01-14 19:21:04 +0800
-
7848311046
list, table: Add default loading animation to List and Table. (#546)
Jason Lee
2025-01-14 11:36:33 +0800
-
1d18edef12
list: Allow disabling List selection. (#545)
ihavecoke
2025-01-14 10:05:49 +0800
-
a9102ec793
Fix typo
Floyd Wang
2025-01-13 18:34:16 +0800
-
1218ceb7dc
table: Add
scrollbar_visible to Table for control the scrollbar visibility. (#544)
Jason Lee
2025-01-13 14:59:03 +0800
-
eb10186463
table: Add
visible_rows_changed, visible_cols_changed method to table delegate. (#543)
Ylin
2025-01-13 13:51:20 +0800
-
205a499bc9
table: Revert deferred render scrollbr for table. (#542)
Jason Lee
2025-01-12 22:32:43 +0800
-
464fceac96
theme: Rename
destructive to danger (#541)
Floyd Wang
2025-01-10 15:16:19 +0800
-
31736b0e21
badge: Add new component (#540)
Floyd Wang
2025-01-10 14:28:27 +0800
-
2aad7e412a
tag: Rename badge to tag (#539)
Floyd Wang
2025-01-10 10:28:47 +0800
-
ceba66c22d
dock: Add
PanelControl for pinning the toolbar button (#537)
Floyd Wang
2025-01-09 19:18:59 +0800
-
de42cc46a7
panel: Update Panel
toolbar_buttons method to use ViewContext<Self>. (#536)
Jason Lee
2025-01-09 16:49:35 +0800
-
bf82e3db13
list, table: Add
scroll_to_item to List, scroll_to_row to Table. (#535)
Jason Lee
2025-01-09 14:23:46 +0800
-
8aac2f75e4
popup_menu: More compact checked style (#534)
Floyd Wang
2025-01-08 18:37:14 +0800
-
bf8eb3f459
ci: Fix lint
Floyd Wang
2025-01-08 16:25:35 +0800
-
d48a6d4b43
table: Support clear selection (#533)
Floyd Wang
2025-01-08 16:18:49 +0800
-
804705a260
build(deps): bump wry from 0.47.2 to 0.48.0 (#530)
dependabot[bot]
2025-01-08 15:11:33 +0800
-
63a9e61fd1
Fix lint
Jason Lee
2025-01-08 15:08:41 +0800
-
3773337e04
list: Add
load_more. (#532)
Jason Lee
2025-01-08 15:05:40 +0800
-
e345bc9afb
Update README.
Jason Lee
2025-01-07 11:16:53 +0800
-
da4c188bc6
input: Support Cmd+Up, Cmd+Down, Cmd+Shift+Up, Cmd+Shift+Down (#531)
xda
2025-01-06 23:02:40 +0800
-
e012eb6d07
history: Add
unique mode to keep unique item in History. (#529)
Jason Lee
2025-01-06 19:19:36 +0800
-
99e51288e0
table: Binding popup menu on the table not on row for avoid render it on each rows. (#528)
Jason Lee
2025-01-03 18:10:07 +0800
-
5be03543dd
history: Export
undos, redos methods, and add clear method. (#527)
Jason Lee
2025-01-03 16:57:00 +0800
-
8b89b5ba7c
input: Fix TextInput cursor getting stuck on Down key press (#526)
xda
2025-01-03 14:46:51 +0800
-
0cc6b90cde
input: Handle moving above the first line (#525)
xda
2025-01-03 12:22:48 +0800
-
482a31fa19
input: Fix TextArea enter to newline not work and scroll to visible on move cursor. (#523)
Jason Lee
2024-12-31 19:19:14 +0800
-
a5427ae662
title_bar: Avoid zoom window on double clicked on title bar right area. (#522)
Jason Lee
2024-12-31 18:57:11 +0800
-
66d9a34844
tiles: Add History<I> to track changes with
undo, redo methods. (#510)
xda
2024-12-31 18:47:21 +0800
-
d265ba7667
chore: Update GPUI 2024/11/30
Jason Lee
2024-12-30 17:12:38 +0800
-
ecce9f2633
number_input: Fix Number Input border to use
cx.theme.input. (#521)
Jason Lee
2024-12-27 19:03:24 +0800
-
d7cd0e54c2
list: Fix selected and confirmed list item detail. (#520)
Jason Lee
2024-12-27 18:41:27 +0800
-
0327df323d
modal: Fix Model, Drawer overlay size on tiling mode. (#518)
Jason Lee
2024-12-27 17:22:02 +0800
-
6851e53183
dock: Fix to active prev tab, when current tab is invisible. (#517)
Jason Lee
2024-12-27 11:58:19 +0800
-
9eba97ddf6
modal: Fix modal, drawer overlay position on Linux. (#515)
Jason Lee
2024-12-24 14:43:37 +0800
-
6acbfb5298
root: Fix window border and add cx.theme().window_border
Jason Lee
2024-12-24 13:48:28 +0800
-
466c5e2005
root: Add window shadow to Root for support window border style on Linux. (#514)
Jason Lee
2024-12-24 13:33:06 +0800
-
3601cb399b
table: Use deferred to render scrollbar to avoid some element overflow it. (#513)
Jason Lee
2024-12-24 11:40:50 +0800
-
7d8166a05e
linux: Fix window border on Linux.
Jason Lee
2024-12-24 11:33:33 +0800
-
ea0954b425
drawer: Render notification at the side of drawer when drawer (top, right) it opened. (#512)
Jason Lee
2024-12-24 09:46:40 +0800
-
d051ac6a8c
table: Update last empty column to 20px width. (#511)
Jason Lee
2024-12-23 19:36:58 +0800
-
11dbdb125a
chore: Removed ScrollableAxis use Axis instead. (#509)
Jason Lee
2024-12-23 15:30:36 +0800
-
500aa2d7c5
table: Fix to only handle one way scrolling at same time. (#507)
Jason Lee
2024-12-20 22:07:01 +0800
-
28463d3a18
panel: Fix panel to unexpected size chagnes when moved some panel. (#506)
Jason Lee
2024-12-20 19:15:31 +0800
-
57c1da2441
panel: To keep panel size when it going to hidden. (#505)
Jason Lee
2024-12-20 19:02:55 +0800
-
c8fae22684
story: Fix image story image size.
Jason Lee
2024-12-20 18:29:11 +0800
-
6a310c618f
input: Up, Down to keep the same column if it possible (#500)
xda
2024-12-20 18:21:22 +0800
-
2f4b7a3eca
virtual_list: Try to use second item to measure. (#504)
Jason Lee
2024-12-20 18:15:33 +0800
-
1a4ee348f8
dock: Add
visible method to Panel trait to control panel visible. (#503)
Jason Lee
2024-12-20 10:21:21 +0800
-
4b211bfe21
panel: Add
set_active, set_zoomed method to Panel trait. (#501)
Jason Lee
2024-12-19 10:29:58 +0800
-
4e3b988e24
theme: Fix secondary active color in light mode. (#498)
Jason Lee
2024-12-18 18:13:46 +0800
-
d4819b34aa
chore: Update GPUI with AnchorCorner renamed to Corner. (#497)
Jason Lee
2024-12-18 18:02:47 +0800
-
24982fb78c
scrollbar: Improve thumb bounds for avoid trigger scrollbar. (#496)
Jason Lee
2024-12-18 17:21:57 +0800
-
4f7ca4bb9a
virtual_list: Add VirtualList (#495)
Jason Lee
2024-12-18 16:38:58 +0800
-
8260b5f6a0
fix: wrong size variant in sizable trait (#493)
reya
2024-12-17 08:22:48 +0700
-
5874c6974f
tiles: Add Tiles (#435)
xda
2024-12-16 20:33:14 +0800
-
5a1b61b0b5
chore: Update
LICENSE-APACHE file to add copyright info.
Jason Lee
2024-12-13 11:39:17 +0800
-
a5a72fcb5a
panel: Avoid render panel when TabPanel is collapsed. (#492)
Jason Lee
2024-12-13 11:23:00 +0800
-
5630154590
chore: Save
layout.json to target/layout.json.
Jason Lee
2024-12-13 10:20:30 +0800
-
d701baed28
dock: Do not active tab when drop to TabPanel right empty area. (#491)
Jason Lee
2024-12-12 19:18:42 +0800
-
28c072d9c6
table: Fix incorrect column offset when have fixed columns. (#490)
Jason Lee
2024-12-12 17:40:25 +0800
-
8558da4a7b
table: Improve Table to only render visible range columns for performance up to stable on 120 FPS (#489)
Jason Lee
2024-12-12 17:09:26 +0800
-
64a3b4399b
chore: Update GPUI with gradient support. (#487)
Jason Lee
2024-12-12 10:19:38 +0800
-
094611a2ae
input: Avoid handle
up, down in Input single line mode. (#485)
Jason Lee
2024-12-10 19:01:35 +0800
-
cf090923a7
theme: Fix
lighten, darken method. (#483)
Jason Lee
2024-12-10 17:35:44 +0800
-
9f0f05af2d
scrollbar: Adjust scrollbar style and add
scrollbar_thumb_hover to theme. (#482)
Jason Lee
2024-12-10 17:08:09 +0800
-
2836540260
scrollbar: Improve scrollbar behaviour. (#481)
Jason Lee
2024-12-10 16:18:38 +0800
-
26024ba2b5
scrollbar: Use default cursor style when hovered on scrollbar. (#480)
Jason Lee
2024-12-10 14:43:02 +0800
-
22f60c7299
story: Revert
scrollable for StoryContainer for fix size_full. (#479)
Jason Lee
2024-12-10 14:38:09 +0800
-
782cea35fc
chore: Rename
longbridgeapp to longbridge. (#477)
Jason Lee
2024-12-10 11:36:39 +0800
-
9288dc91c2
input: Add to support multi-line Input. (#463)
Jason Lee
2024-12-09 20:17:05 +0800
-
39ec84b989
table: Add a theme color to fixed the drag column in dark mode text style (#476)
ihavecoke
2024-12-09 20:00:48 +0800
-
62ce148c19
scrollbar: Fix position may out of container bounds when clicked scrollbar bg. (#475)
Jason Lee
2024-12-09 17:21:48 +0800
-
59d9341280
image_story: Fix the
pie_chart size
Floyd Wang
2024-12-09 16:00:19 +0800
-
bf0e3a22de
table: Emit
MoveCol when moved column. (#473)
ihavecoke
2024-12-09 15:21:37 +0800
-
d8636a31bd
chore: Fix clippy warnings. (#465)
Jason Lee
2024-12-05 12:03:29 +0800
-
07a8e70d1a
dock: Add DockItem::panel (#464)
reya
2024-12-05 10:12:08 +0700