aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2023-04-07Add View dragging (#1402)Jan
2023-04-07Added in support for foreground and background events. (#1395)Adam
2023-04-07add autocompletion to multicursor (#1394)vqn
2023-04-07fix cursors positions when deleting multiple selections (#1393)vqn
2023-04-07Added in explicit touchscreen keyboard support. (#1389)Adam
2023-04-01Allow `tokenizer` to pause and resume in the middle of a line (#1444)Guldoman
2023-03-29Disable `trimwhitespace` and `drawwhitespace` via their configs (#1446)Adam
2023-03-29Limit `core.threads` without a timeout to run 30 times per secondGuldoman
2023-03-28Made things clearer, as per jgm's suggestion.Adam Harrison
2023-03-28Made coroutines make more sense, and fixed a bug. (#1381)Adam
2023-03-28Don't calculate widths per-uft8-char when not needed (#1409)Guldoman
2023-03-16Make `TreeView` follow the current tab (#1411)Guldoman
2023-03-03Use correct view for scrolling to `find-replace:repeat-find` results (#1400)Guldoman
2023-02-15Added in ability to specify prefix via env variable. (#1388)Adam
2023-02-09fix incorrect x_offset if opened docs have different tab sizes (#1383)vqn
2023-02-09Make tab scrolling more flexible (#1384)Guldoman
2023-02-06Correct the inverted tabs scrollingjgmdev
2023-02-06Make mouse scrollwheel hovering tabs scroll the tab bar (#1314)Eric Gaudet
2023-02-06Allow groups to be used in end delimiter patterns in tokenizer (#1317)Guldoman
2023-02-06Improve `DocView:get_visible_line_range` precision (#1382)Guldoman
2023-02-06plugins scale: also rescale style.expanded_scrollbar_size (#1380)Jefferson González
2023-02-06NagView: properly rescale on scale change (#1379)Jefferson González
2023-02-06Restore in-selection replace as discussed in #1331 (#1368)Jefferson González
2023-02-06Improved plugins config table handling (#1356)Jefferson González
2023-02-01Make mod-version follow semver (#1036)Guldoman
2023-01-30Context menu fixes and keyboard navigation (#1338)vqn
2023-01-30Replace globally when replacing from selection (#1331)Himura Kazuto
2023-01-30feat: add option to only draw whitespace if it is within selection (#1312)sammyette
2023-01-30Abstracted open_doc out to allow for more easy overriding. (#1344)Adam
2023-01-30Getting rid of annoying forward slash on windows. (#1345)Adam
2023-01-19Added in Config Postload (#1336)Adam
2023-01-18Avoid drawing hidden text in `DocView:draw_line_text` (#1298)Guldoman
2023-01-13Use `table.move` to implement `common.splice` (#1324)xwii
2023-01-12language_md: add nix code block highlighting (#1323)Merlin Volkmer
2023-01-06fix: center title and version in emptyview (#1311)sammyette
2023-01-05`linewrapping`: Disable horizontal scrolling when enabled (#1309)Guldoman
2023-01-05Make `dirwatch` sorting compatible with what `file_bisect` expects (#1300)Guldoman
2022-12-30Minor typos in init textDave
2022-12-28Fix horizontal scroll with touchpad on MacOSGuldoman
2022-12-28contextmenu: adjust y positioning if less than zero (#1268)Jefferson González
2022-12-27Fix popping subsyntaxes that end consecutively (#1246)xwii
2022-12-27Fix two typos in data/init.lua (#1272)Simon Krauter
2022-12-27Add example settings to _overwrite_ an existing key binding (#1270)Martin Ashby
2022-12-26Allow `TreeView` file operation commands when focused (#1256)Guldoman
2022-12-20`detectindent`: Limit subsyntax depth (#1253)Guldoman
2022-12-20fix: move tab scroll buttons to remove spacing before 1st tab (#1231)sammyette
2022-12-20Improve IME location updates (#1170)Guldoman
2022-12-20trimwhitespace: expose functionality and extra features (#1238)Jefferson González
2022-12-20`toolbarview`: Remove tooltip when hidden (#1251)Guldoman
2022-12-20core: ported regex.gsub to faster native version (#1233)Jefferson González