Commit Graph

  • 0e60e50565 Rename "Document Picker" to "Go to File" (#456) Leonard Hecker 2025-06-10 19:49:32 +02:00
  • c5d91f301e Large clipboard handling overhaul (#405) Leonard Hecker 2025-06-10 19:49:27 +02:00
  • a36fbe322d Fix another ICU Find & Replace hang (#459) Leonard Hecker 2025-06-10 19:43:45 +02:00
  • 90bf080e06 Add filename autocompletion to Open/Save dialog (#185) 0x4C33 2025-06-11 01:35:11 +08:00
  • 287d17af57 Make sure margin gets updated (#436) Jared Irwin 2025-06-10 13:34:28 -04:00
  • c36be6f879 Fix UB in scratch_arena (#455) Leonard Hecker 2025-06-10 19:34:14 +02:00
  • b93609ccfb Fix state management of the file picker list (#454) Leonard Hecker 2025-06-10 19:34:05 +02:00
  • e693aa527d Fix Find & Replace with empty replacements (#457) Leonard Hecker 2025-06-10 19:33:45 +02:00
  • ea05dee087 Add support for Alt+Up in the File Picker (#458) Leonard Hecker 2025-06-10 19:33:30 +02:00
  • 36e9e44669 Fix modals not clearing attributes (#460) Leonard Hecker 2025-06-10 19:31:23 +02:00
  • 2e56fa6ef1 Do not render View menu when no documents are active (#447) Mark Oborne 2025-06-11 02:17:10 +09:00
  • 4b2fe697e8 Jump to the next search result with F3 (#453) Keiran 2025-06-10 18:16:31 +01:00
  • f0cb63b089 Add a CodeLLDB launch option for VSCode (#444) Nikita Samusev 2025-06-10 14:51:24 +03:00
  • 8970ac986e Fix Vec<T> formatting in docs (#435) sakuram-dev 2025-06-10 20:50:15 +09:00
  • 72fb5f1336 Fix mismatched-lifetime-syntaxes clippy warnings (#451) Leonard Hecker 2025-06-10 00:47:45 +02:00
  • 5c5471e944 Add filtering & Use MIME aliases for the encoding picker (#255) Maciej 2025-06-05 23:02:47 +02:00
  • 2ea4c32dea Use long blocking reads for setup_terminal (#424) Leonard Hecker 2025-06-05 22:34:21 +02:00
  • 931016874b Codify an official recommendation for package names (#423) Leonard Hecker 2025-06-05 22:23:43 +02:00
  • 065fa748cf Add specialized SIMD line seeking routines (#408) Leonard Hecker 2025-06-05 19:34:07 +02:00
  • 6a7ff206a2 Close documents after saving them (#429) Leonard Hecker 2025-06-05 19:31:53 +02:00
  • f8bea2be19 Implement support for Ambiguous = Wide (#406) Leonard Hecker 2025-06-04 23:39:56 +02:00
  • db1e813603 Add readme/categories to Cargo.toml (#415) Shun Sakai 2025-06-05 06:01:12 +09:00
  • 795f576f6a Remove redundant heap allocation in DisplayablePathBuf::from_string (#336) Linda_pp 2025-06-05 05:55:03 +09:00
  • bc420d517c Remove dependency on os_string_truncate (#421) Leonard Hecker 2025-06-04 22:51:00 +02:00
  • e87e66e9d4 Add a rudimentary .desktop file (#420) Leonard Hecker 2025-06-04 22:45:36 +02:00
  • 239cde5f72 Add LineCache to optimize newlines lookup (#352) L1quidH2O 2025-06-04 23:38:42 +03:00
  • 57e921822e Use colon : Instead of forward slash / for clarity (#354) Shersheial 🕍 2025-06-04 13:32:49 -07:00
  • 4f3d855afa buffer: show control char visualizers in yellow (#378) Dustin L. Howett 2025-06-04 15:32:30 -05:00
  • 22e06eb56c Fix the fallback theme colors (#417) Leonard Hecker 2025-06-04 18:00:42 +02:00
  • 03a4e399f2 Experiment with a 100ms timeout on ESC (#416) Leonard Hecker 2025-06-04 18:00:31 +02:00
  • 1969391b52 Merge remote-tracking branch 'ms/main' into uefi users/duhowett/uefi Dustin L. Howett 2025-06-03 20:12:13 -05:00
  • 7e28e7291a Don't reset Xterm's meta-sends-escape on exit (#413) Leonard Hecker 2025-06-04 01:47:41 +02:00
  • b2897cf48c Fix cursor_move_to_visual not moving backward (#412) Leonard Hecker 2025-06-04 01:34:36 +02:00
  • a3d9aac8f0 Add buffer benchmarks (#403) Leonard Hecker 2025-06-03 18:05:16 +02:00
  • f07d3c3eb4 Fix a virtual memory leak on Windows (#404) Leonard Hecker 2025-06-03 17:47:35 +02:00
  • 52286fcf02 Replace winres with winresource (#407) Leonard Hecker 2025-06-03 17:47:26 +02:00
  • 130356eb77 wip dev/lhecker/generational Leonard Hecker 2025-06-03 14:55:46 +02:00
  • ffa98fefb5 Improved grammar for German LargeClipboardWarning (#384) Keks137 2025-06-02 14:27:09 +02:00
  • 6fc049713b Fix inconsistent ellipses in localization (#282) Kiril Ivanov 2025-05-31 16:03:47 +03:00
  • 65c3f042c3 menu: hide "Close Editor" if there is no open editor (#376) Dustin L. Howett 2025-05-30 15:24:49 -05:00
  • d898b704e3 ci: rename and add [push] to triggers (#365) Dustin L. Howett 2025-05-30 06:47:23 -05:00
  • e3f7d3e271 Merge remote-tracking branch 'ms/main' into users/duhowett/hax/stdout users/duhowett/hax/stdout Dustin L. Howett 2025-05-29 19:30:27 -05:00
  • 6c1d1848b2 Add a CI check for PRs (#360) Leonard Hecker 2025-05-30 01:22:08 +02:00
  • fdc8fa1544 WIP: split stdout/tty/err Dustin L. Howett 2025-05-28 23:51:49 -05:00
  • a82483d9ef Add CI action for publishing package to WinGet (#189) v1.1.0 Muhammad Danish 2025-05-28 20:26:00 +05:00
  • 0b86e94c67 Bump version to v1.1.0 (#331) Leonard Hecker 2025-05-28 01:11:58 +02:00
  • b8459f9fd3 Allow Alt-based navigation on macOS (#207) diablo.project 2025-05-28 02:10:20 +03:00
  • e5fcb0b6a7 Avoid changing file picker selection when typing (#330) Leonard Hecker 2025-05-28 00:58:55 +02:00
  • 1381d9b79b Fix another stale cache bug with the ICU search (#327) Leonard Hecker 2025-05-27 23:12:08 +02:00
  • 45f597a3bb Don't exit on Ctrl+W (#326) Leonard Hecker 2025-05-27 23:12:04 +02:00
  • 2cb9523d26 build: make the build pipeline produce the ZIP (#328) Dustin L. Howett 2025-05-27 16:11:48 -05:00
  • c9136dcc0b feat: use ballot checkbox for checked checkboxes (#321) aspizu 2025-05-28 00:16:01 +05:30
  • 15d9953c9f [dev][feat]: add tests for move_selected_lines command Julio Ramirez 2025-05-22 15:12:12 -07:00
  • 30d93d7b3e [feat]: move cursor or selection lines with alt+up/down Julio Ramirez 2025-05-21 15:41:40 -07:00
  • f10762558c Fix scrollbar int overflow in drag handling (#315) L1quidH2O 2025-05-27 20:52:31 +03:00
  • a9b744f52b Fix a search deadlock if there's no needle (#274) Leonard Hecker 2025-05-27 17:54:15 +02:00
  • 1181c6b1d0 Handle ESC/SS3 followed by Unicode characters (#244) Leonard Hecker 2025-05-27 17:50:34 +02:00
  • 41eb396ef7 Don't insert a final newline in editlines (#320) Leonard Hecker 2025-05-27 17:08:51 +02:00
  • 0a36f82bb4 Avoid CoordType overflow by making it isize (#319) Leonard Hecker 2025-05-27 17:05:33 +02:00
  • 0a5a9c19d5 Replace any active untitled untouched document on Open (#257) Dustin L. Howett 2025-05-27 07:02:36 -05:00
  • 95c237ad0a sys/unix: netbsd: fix up our mmap flags for future mprotect (#304) Dustin L. Howett 2025-05-27 07:02:04 -05:00
  • 7eb2800942 chore: fix typos in comment-out (#313) Noritaka Kobayashi 2025-05-27 21:01:03 +09:00
  • 46f7aeef03 Fix building doc test for tui module (#310) Linda_pp 2025-05-27 20:59:27 +09:00
  • 97f8316292 feat: add Edit -> Select All action (#212) ANKDDEV 2025-05-27 14:56:00 +03:00
  • 1b77df656f Fix consume_shortcut calls not checking for focus (#298) Leonard Hecker 2025-05-27 03:22:27 +02:00
  • 09af110856 Insert a final newline if needed (#300) Leonard Hecker 2025-05-27 03:21:49 +02:00
  • 3841d049ee Fix compilation after an incorrect merge (#303) Leonard Hecker 2025-05-27 03:16:14 +02:00
  • dd28e1c2f5 Windows: Add a drive selector to the file picker (#290) Leonard Hecker 2025-05-27 03:10:53 +02:00
  • d9e4b4a425 Unify button label drawing in a shared routine button_label (#276) Benjamin Fox 2025-05-27 13:09:06 +12:00
  • 54fadc8f75 Fix a panic when tabbing in the menubar (#291) Leonard Hecker 2025-05-27 03:07:34 +02:00
  • b656b303fa Update the preferred column when writing (#292) Leonard Hecker 2025-05-27 03:06:29 +02:00
  • 7a002cf254 Fix file picker entries not being sorted (#299) Leonard Hecker 2025-05-27 02:56:17 +02:00
  • 28bca00e61 Improve japanese localization. (#232) Seiichi Horie 2025-05-27 05:59:20 +09:00
  • f940d525ff Add man page to assets (#263) rhubarb-geek-nz 2025-05-26 18:52:14 +01:00
  • 701b3a3eaa Fix file picker overwriting other files without warning (#277) Astro Pig 2025-05-27 00:00:01 +08:00
  • b5ecade182 Fix and improve tab/arrow key handling (#272) Leonard Hecker 2025-05-25 20:29:45 +02:00
  • acebe24826 Fix minor issues around Go to Line/Column (#267) Leonard Hecker 2025-05-25 19:14:52 +02:00
  • 2b65e00952 Fix Go to Line not scrolling (#265) Astro Pig 2025-05-25 21:07:48 +08:00
  • 54c4721095 Fix Search & Replace deadlock (#258) Leonard Hecker 2025-05-25 12:08:02 +02:00
  • 136f90b801 Fix lang matcher not picking the most specific hit (#256) Leonard Hecker 2025-05-24 20:11:42 +02:00
  • 13dc9b991b Add the Document Picker entry to View menu (#224) Maciej 2025-05-24 19:05:21 +02:00
  • 529a542ab1 Allow bulk opening multiple files (#143) Koi to Coco 2025-05-24 23:49:46 +08:00
  • b284b794e7 Add a "Go to Line/Column" dialog (#133) diablo.project 2025-05-24 18:48:04 +03:00
  • c5f26b9705 Review changes + comments for #133 users/lhecker/133-review Leonard Hecker 2025-05-24 01:04:37 +02:00
  • ca319d6390 Merge remote-tracking branch 'origin/main' into diabloproject/main Leonard Hecker 2025-05-24 00:14:23 +02:00
  • 1cbb4cb1ad Improve Japanese localization (#100) mznms 2025-05-23 22:42:35 +09:00
  • b6b0a827bb Optimize std for size (#241) Yui 2025-05-23 16:39:52 +03:00
  • bf5178b44c Add the UTF-8 BOM entry to the encoding picker (#225) Maciej 2025-05-22 22:26:58 +02:00
  • 02d0a5af9e Fix various spelling errors (#206) Josh Soref 2025-05-22 15:59:10 -04:00
  • 3fcb275ef5 Use the Self type wherever possible (#208) adamnemecek 2025-05-22 10:16:58 -07:00
  • b49c34f493 Improves some French translations (#213) Aloïs MASSON--CLAUDEZ 2025-05-22 17:51:53 +02:00
  • 4cf157ca96 Remove unsafe lifetime transmute in vt::Stream (#178) Adrian Keet 2025-05-22 08:48:17 -07:00
  • e590a3245b Bump our uefi-rs dependencies Dustin L. Howett 2025-05-21 23:32:42 -05:00
  • bc95010294 Restore render_dop prototype Dustin L. Howett 2025-05-21 23:27:28 -05:00
  • 45d47811a6 make the colors less blendy on uefi Dustin L. Howett 2025-05-21 23:26:07 -05:00
  • c2cca18cee Sorry, no simd memset on uefi Dustin L. Howett 2025-05-21 23:25:57 -05:00
  • 99184101ef still no time on this platform Dustin L. Howett 2025-05-21 23:18:57 -05:00
  • af40d20a13 Merge remote-tracking branch 'ms/main' into uefi Dustin L. Howett 2025-05-21 23:15:04 -05:00
  • c031f224ed Fix page size for aarch64-apple-darwin in test (#167) Jeong, YunWon 2025-05-22 09:45:42 +09:00
  • 95f9affb9f Restore the ability to edit a new nonexistent file (#204) Dustin L. Howett 2025-05-21 16:45:06 -07:00