Commit Graph

  • db5ba1e04c input: Fix horizontal scroll to match the longest line width. (#1238) Jason Lee 2025-09-10 18:17:15 +08:00
  • 5beaed2a9e input: Pause blink and keep show cursor on moving or editing. (#1236) Jason Lee 2025-09-10 14:49:14 +08:00
  • 43c848893c input: Refactor start_of_line, end_of_line by use Rope. (#1232) Jason Lee 2025-09-10 14:43:11 +08:00
  • 844574befc input: Fix track scroll to selected end on drag move. (#1231) Jason Lee 2025-09-10 13:59:02 +08:00
  • 7998d64501 highlighter: Improve Syntax Highlighter performance. (#1230) Jason Lee 2025-09-10 00:11:53 +08:00
  • ab98e53a5a plot(tooltip): Fix the dots not centered (#1229) Floyd Wang 2025-09-09 18:01:01 +08:00
  • e1dede93b4 docs: Add profile guide. (#1227) Jason Lee 2025-09-09 14:56:42 +08:00
  • 51caf932db plot(tooltip): Add support for custom appearance (#1226) Floyd Wang 2025-09-09 14:47:07 +08:00
  • 03c2327cdb input: Improve Input performance by only shape visible lines. (#1222) Jason Lee 2025-09-09 14:41:52 +08:00
  • 84b2d2a6f5 plot(scale): Add least index support for linear (#1225) Floyd Wang 2025-09-09 11:40:09 +08:00
  • d71a32d0e4 input: Fix move to to skip \r on Windows. (#1223) Jason Lee 2025-09-09 09:40:07 +08:00
  • 413eac3385 docs: Update HTML Rendering support in README (#1221) Jason Lee 2025-09-08 17:42:42 +08:00
  • a9953a9349 input: Use zed's Rope (#1214) Jason Lee 2025-09-08 16:44:52 +08:00
  • a9e6b49a15 highlighter: Fix #1204 changes cause to incorrect highlight result. (#1218) Jason Lee 2025-09-08 16:14:07 +08:00
  • 78dccd4d79 plot: Apply linear scale based on the direction of given range (#1219) Floyd Wang 2025-09-08 15:56:58 +08:00
  • 5e302866ce inspector: Improve UI details (#1217) Floyd Wang 2025-09-08 13:29:54 +08:00
  • 00dd457441 drawer: Ensure the drawer’s height matches the application (#1216) Floyd Wang 2025-09-08 10:36:13 +08:00
  • 62122d5f41 docs: Update contributing for UI guides. (#1215) Jason Lee 2025-09-08 10:16:11 +08:00
  • f35398d797 input: Fix some Rope method call will crash. (#1213) Jason Lee 2025-09-05 19:09:46 +08:00
  • 39f83c442f . fix-move-pos Jason Lee 2025-09-05 19:04:57 +08:00
  • ab69d1956c . Jason Lee 2025-09-05 18:54:55 +08:00
  • 3a0bf2f6f2 input: Fix move_vertical will out of bounds crash. Jason Lee 2025-09-05 18:54:08 +08:00
  • cfc2449820 input: Fix column position update when text added, to support move vertical keep column. (#1211) Jason Lee 2025-09-05 18:47:24 +08:00
  • b092d7990c clippy Jason Lee 2025-09-05 18:40:51 +08:00
  • 4587aec1be input: Fix input move vertical to keep perferred column when text changed. Jason Lee 2025-09-05 18:35:33 +08:00
  • 344e4407ff input: Use Rope for InputState. (#1208) Jason Lee 2025-09-05 18:20:47 +08:00
  • 19be9b8d96 inspector: Trim the diagnostic error at the end (#1210) Floyd Wang 2025-09-05 15:21:25 +08:00
  • c6f6a9bb09 inspector: Fix Rust parser of inspector. (#1209) Chuqiao Feng 2025-09-05 15:08:05 +08:00
  • 8992852165 inspector: Add live editor to inspector (#1205) Chuqiao Feng 2025-09-05 11:58:36 +08:00
  • 16f9380a63 highlighter: Fix some tokens were highlighted incorrectly (#1204) Jason Lee 2025-09-05 11:21:06 +08:00
  • f3ffdb46f5 docs: Rename DEVELOPMENT.md to CONTRIBUTING.md. (#1203) Jason Lee 2025-09-04 11:12:18 +08:00
  • ee40f65fb5 markdown: Add to support LinkReference and Footnote. (#1201) Jason Lee 2025-09-03 16:39:17 +08:00
  • f4a292d975 docs: Fix compare table. Jason Lee 2025-09-03 15:03:16 +08:00
  • 6cfdf8b629 docs: Add compare to others libraries. (#1199) Jason Lee 2025-09-03 14:59:30 +08:00
  • 2cfb5d24a9 highlighter: Use sum_tree to store the highlight cache. (#1198) Jason Lee 2025-09-03 14:09:46 +08:00
  • 189bd6e9a3 highlighter: Fix some editing operatons might result incorrect hightlight. (#1197) Jason Lee 2025-09-02 18:52:02 +08:00
  • 34ec2564f8 theme: Fix default dark code editor background color. Jason Lee 2025-09-02 17:28:19 +08:00
  • 02b432ed17 scrollbar: Fix scrollbar width on always show mode. (#1196) Jason Lee 2025-09-02 15:48:06 +08:00
  • 30d9f57e8e Add cache for shape_text. add-cache-to-input-prepaint Jason Lee 2025-09-01 17:08:26 +08:00
  • 6569bead8b input: Fix horizontal scrolling offset. (#1191) Jason Lee 2025-09-02 14:46:28 +08:00
  • ca548bd856 input: Add to support horizontal scrolling to multi-line text. (#1131) iincity 2025-09-01 12:33:21 +08:00
  • 34d2a75894 theme: Add theme_name to get current active theme name. (#1190) Jason Lee 2025-09-01 11:39:01 +08:00
  • e4a367f157 chore: Update GPUI to solve SVG rendering size. (#1189) Jason Lee 2025-09-01 10:48:49 +08:00
  • 785df6a5ff chore: Remove SvgImg element. (#1187) Jason Lee 2025-08-29 17:37:11 +08:00
  • 7fb6000189 plot(scale): Correct the least index (#1186) Floyd Wang 2025-08-29 16:42:59 +08:00
  • 1267857a8c plot(scale): Point scale support single point (#1185) Floyd Wang 2025-08-29 15:05:51 +08:00
  • 709a888e15 accordion: Fix Accordion hover background. (#1184) Jason Lee 2025-08-29 11:51:32 +08:00
  • f98ad5232b table: Fix ESC event not propagating to modal with selection (#1183) Floyd Wang 2025-08-29 10:52:30 +08:00
  • e53bd40c81 root: Update Linux window radius to use theme.radius_lg. fix1 Jason Lee 2025-08-29 10:07:13 +08:00
  • 74b3aa7e67 text_view: Add to support selection. (#1169) Jason Lee 2025-08-28 18:09:30 +08:00
  • 4715a5a2dc table: Fix the border render issue on stripe table (#1179) Floyd Wang 2025-08-28 17:16:35 +08:00
  • bafc9fed12 table: Refine the row style (#1178) Floyd Wang 2025-08-28 11:11:36 +08:00
  • f72e858d3a table: Render custom row background first on striped table (#1177) Floyd Wang 2025-08-28 10:44:10 +08:00
  • 2a652dcc01 chore: Bump gpui & wireup Keystroke changes (#1176) Floyd Wang 2025-08-27 17:44:10 +08:00
  • 5b6f2dc26e alert: Fix the icon position and let all size use same text size. (#1175) Jason Lee 2025-08-27 11:06:31 +08:00
  • 9c615e5413 theme: Get the correct overlay color (#1174) Floyd Wang 2025-08-26 14:31:14 +08:00
  • e1c354916a markdown: Fix that style attribute values are extracted correctly from img element (#1171) Remco Smits 2025-08-25 03:28:26 +02:00
  • 09ab49b2d3 tab: Fix segmented and underline tab style details. (#1168) Jason Lee 2025-08-21 20:04:50 +08:00
  • 4e5aca3842 group_box: Update GroupBox style. (#1167) Jason Lee 2025-08-21 18:17:58 +08:00
  • 554082b969 text_view: Fix inline image render. (#1166) Jason Lee 2025-08-21 16:30:58 +08:00
  • 8ed135d41a Revert "modal: Avoid background color with alpha." (#1165) Jason Lee 2025-08-21 10:53:04 +08:00
  • c4c948b177 theme: Fix reload theme to keep last selected. (#1164) Jason Lee 2025-08-20 17:33:12 +08:00
  • eb5fa06809 theme: Use more lighter group_box fallback color. (#1163) Jason Lee 2025-08-20 17:19:10 +08:00
  • 396c8dbe63 theme: Improve theme color fallback to use blend to avoid alpha. (#1162) Jason Lee 2025-08-20 16:37:46 +08:00
  • 9b3900b6cf plot: Fix the full circle cannot be drawn (#1161) Floyd Wang 2025-08-20 16:01:15 +08:00
  • 1bbc4b9f23 list: Fix List scroll to item by use deferred. (#1160) Jason Lee 2025-08-20 13:42:25 +08:00
  • 8ae4ffbb0c dropdown: Fix dropdown menu width align to input width. (#1159) Jason Lee 2025-08-20 11:36:42 +08:00
  • e29418e9e4 list: Fix List scroll_to_item position. (#1158) Jason Lee 2025-08-20 11:30:14 +08:00
  • 35ba09a561 theme: Add Flexoki theme. (#1157) Jason Lee 2025-08-20 10:44:10 +08:00
  • fb41e63ea8 input: Fix visible range when multi-line text have soft wrap. (#1155) Jason Lee 2025-08-19 19:21:12 +08:00
  • 7fc1544a10 virtual_list: Do not trigger scrolling if content is smaller than container (#1156) Floyd Wang 2025-08-19 19:18:38 +08:00
  • 290882ab70 . markdown-virtual-list Jason Lee 2025-08-19 16:55:34 +08:00
  • f5294601bd . Jason Lee 2025-08-19 16:09:58 +08:00
  • 0fa7914f38 Fix paragraphs gap Jason Lee 2025-08-19 16:05:01 +08:00
  • 4b8aec3332 Impl virtual list render for text_view element. Jason Lee 2025-08-19 15:48:57 +08:00
  • fc764d8e96 modal: Avoid background color with alpha. (#1154) Jason Lee 2025-08-19 14:10:32 +08:00
  • 8e525c6c99 modal: Improve paddings and gap in Modal. (#1153) Jason Lee 2025-08-19 11:41:12 +08:00
  • 6ae7558c44 theme: Add ThemeRegistry to load and watch themes dir. (#1148) Jason Lee 2025-08-18 19:29:27 +08:00
  • dcca730d65 group_box: Add GroupBox element. (#1146) Jason Lee 2025-08-18 11:36:07 +08:00
  • 566f5b0d4d fixup! plot: Fix the point scale cannot selecting the last point (#1143) Floyd Wang 2025-08-15 17:23:42 +08:00
  • 4c545165eb plot: Fix the point scale cannot selecting the last point (#1143) Floyd Wang 2025-08-15 17:09:41 +08:00
  • d559b56fb0 plot: Improve the band scale least_index (#1141) Floyd Wang 2025-08-15 11:23:11 +08:00
  • 406bf8d929 chore: Fork html5minify for HTML render. (#1140) Jason Lee 2025-08-15 11:10:23 +08:00
  • 31fbec5393 story: Fix list group color in story. (#1139) Jason Lee 2025-08-15 10:28:00 +08:00
  • eaeabdb0ef scrollbar: Remove max_fps method. (#1138) Jason Lee 2025-08-15 10:17:07 +08:00
  • 899fbd693a chore: Use html5minify instead of minify-html. (#1137) Jason Lee 2025-08-15 09:52:38 +08:00
  • 9a389224f3 chore: Update GPUI and other crates. (#1136) Jason Lee 2025-08-14 19:57:53 +08:00
  • 63f61dca04 chore: Avoid built-in tree-sitter languages in default. (#1135) Jason Lee 2025-08-14 18:02:27 +08:00
  • a73273a0f1 text_view: Use simple-minify-html instead of minify-html. (#1134) Jason Lee 2025-08-14 13:54:00 +08:00
  • c86b0222ce example: Add a HelloWorld example. (#1133) Jason Lee 2025-08-14 11:15:55 +08:00
  • 37de698a61 list: Fix the scroll_to_item not working (#1129) Floyd Wang 2025-08-13 15:12:54 +08:00
  • e37369ea16 plot: Support multiple directions for the tooltip cross line (#1128) Floyd Wang 2025-08-12 14:16:31 +08:00
  • 7f64f8798e virtual_list: Avoid scroll when list contents not overflow. (#1125) Jason Lee 2025-08-08 19:13:18 +08:00
  • b1f4a4f642 tabs: Remove underline variant TabBar paddings. (#1126) Jason Lee 2025-08-08 19:06:26 +08:00
  • 85e2a72d03 slider: Add to support range to Slider. (#1121) Jason Lee 2025-08-08 16:59:23 +08:00
  • 900a4aa652 modal: Fix escape to dismiss Modal when list have selected item. (#1124) Jason Lee 2025-08-08 12:36:27 +08:00
  • 880d023834 virtual_list: Fix scroll to item not align to paddings. (#1122) Jason Lee 2025-08-08 11:56:18 +08:00
  • 123a4a9fcd chore: Update GPUI to fix click_count API changes. (#1123) Jason Lee 2025-08-08 11:53:45 +08:00
  • 0ab497ea1d radio: Render the label based on its own size (#1114) Floyd Wang 2025-08-06 15:29:07 +08:00
  • 9a040eaaac list: Refactor List, Dropdown delegate API to support section. (#1107) Jason Lee 2025-08-05 19:23:32 +08:00