akiyosi.goneovim/editor
akiyosi aa3699d97d
Some checks failed
CI / test-and-build-linux (1.21.x, ubuntu-22.04, 5.15.16) (push) Has been cancelled
CI / test-and-build-macos-x86_64 (1.21.x, macos-13) (push) Has been cancelled
CI / test-and-build-macos-arm64 (1.21.x, macos-14, 5.15.16) (push) Has been cancelled
CI / test-windows-mingw (1.21.0, windows-latest) (push) Has been cancelled
CI / build-windows-mingw (1.21.0, windows-latest) (push) Has been cancelled
fix: simplify word separation and scroll offset computation
2025-07-19 11:53:03 +09:00
..
cmdline.go Fix a problem with the cursor position on the external cmdline 2022-10-22 01:50:05 +09:00
config.go Add 'ShowDiffDialogOnDrop' option to control diff dialog display on file drop 2024-07-25 23:48:01 +09:00
cursor.go refactor: introduce HlKey for highlight-based screen caching in drawText 2025-06-23 20:56:39 +09:00
editor.go Improve CWD initialization by replacing ppid check with TERM-based detection 2025-07-09 00:53:21 +09:00
editor_darwin.go Fix an issue where initialization may not have been performed 2024-09-08 02:39:40 +09:00
editor_test.go update for akiyosi/qt 2023-07-19 08:38:12 +09:00
editor_unix.go Add ability to open files from Finder in macOS 2024-06-09 23:00:32 +09:00
editor_windows.go Add ability to open files from Finder in macOS 2024-06-09 23:00:32 +09:00
export_test.go go fmt 2020-09-26 12:04:36 +09:00
font.go Fix an issue where drawn text would flicker slightly when moving the cursor. 2024-01-26 20:50:35 +09:00
handleime.cpp Improve input method 2022-11-03 12:15:44 +09:00
handleime.go update for akiyosi/qt 2023-07-19 08:38:12 +09:00
handleime.h Improve input method 2022-11-03 12:15:44 +09:00
imetooltip.go fix: Prevent IME tooltips from being deleted by parent window cleanup 2025-05-26 22:13:33 +09:00
input.go Add Hyper_L/R to the list of non-input keys 2025-06-16 10:51:13 +02:00
input_linux_test.go improve key input handling 2024-01-30 00:05:47 +09:00
input_mac_test.go improve key input handling 2024-01-30 00:05:47 +09:00
input_win_test.go improve key input handling 2024-01-30 00:05:47 +09:00
message.go Add support manual font fallback 2023-12-24 01:06:54 +09:00
minimap.go Add support manual font fallback 2023-12-24 01:06:54 +09:00
notification.go Fix placement process for notification messages 2025-03-10 12:03:56 +09:00
nvim.go Minor fixes for init process. (related to #562) 2025-01-12 06:23:00 +09:00
palette.go fix: segmentation violation using GonvimWorkspaceNew command (#515) 2024-01-12 13:29:26 +09:00
popupmenu.go Add support manual font fallback 2023-12-24 01:06:54 +09:00
rgba.go update for akiyosi/qt 2023-07-19 08:38:12 +09:00
screen.go Improved background color rendering process 2025-06-23 20:48:08 +09:00
screen_darwin.go fixup 2020-07-15 01:36:58 +09:00
screen_test.go Add test case about grid_line event 2023-09-10 23:48:21 +09:00
screen_unix.go Add ci for freebsd 2023-09-13 17:22:58 +09:00
screen_windows.go update for akiyosi/qt 2023-07-19 08:38:12 +09:00
scrollbar.go Fixed a problem in which specifying columns would result in one column less than the specified size. 2023-11-20 00:35:02 +09:00
svg.go fix: segmentation violation using GonvimWorkspaceNew command (#515) 2024-01-12 13:29:26 +09:00
tabline.go Add support manual font fallback 2023-12-24 01:06:54 +09:00
tooltip.go Fix an issue where it crashes when converting with IME. (#526) 2024-03-07 22:59:31 +09:00
version.go update for akiyosi/qt 2023-07-19 08:38:12 +09:00
window.go fix: simplify word separation and scroll offset computation 2025-07-19 11:53:03 +09:00
workspace.go Avoid crash because of GonvimResize arguments 2025-06-23 09:02:13 +02:00