aboutsummaryrefslogtreecommitdiff
path: root/data/core
AgeCommit message (Expand)Author
2024-06-23core/rootview: fix dnd multiple folders into dock (#1828)Takase
2024-06-22move window creation and management to Lua (#1751)Jan
2024-06-22Expand Process API (#1757)Adam
2024-06-22macos: support drag-and-drop and default file associations (#1822)Takase
2024-06-05fix: avoid iterating over a changing table in `run_threads` (#1794)Guldoman
2024-04-15Skip patterns matching nothing in `tokenizer` (#1743)Guldoman
2024-03-28Fixed some typos in core.init (#1755)PerilousBooklet
2024-03-05Improve `CommandView` and `autocomplete` scroll behavior (#1732)Guldoman
2024-01-21Fix comment typos in data/core/{init.lua,dirwatch.lua} (#1549)Luke aka SwissalpS
2024-01-20reorder nagview options on doc:save error to be more consistent with other na...vqn
2024-01-13Fix doc:create-cursor-previous/next-line with tabs (#1697)vqn
2023-12-03fix nagbar failed save message (#1678)ThaCuber
2023-11-30Expose plaintext syntax (#1652)Guldoman
2023-11-30Use `\r\n` for new files on Windows (#1596)Guldoman
2023-11-29Reverted cursor API to something more compatible with old API. (#1674)Adam
2023-11-29Text overwriting (#1495)ThaCuber
2023-11-29Fix patterns starting with `^` in `tokenizer` (#1645)Guldoman
2023-11-29Fix editing after undo not clearing the change id (#1574)Guldoman
2023-11-29Fix selecting newlines with `find-replace:select-add-{next,all}` (#1608)Guldoman
2023-11-29Fix `core.redraw` when window is not focused (#1601)Guldoman
2023-11-29Fix `dirmonitor` sorting issues (#1599)Guldoman
2023-11-29Fix running `core.step` when receiving an event while not waitingGuldoman
2023-11-29Fixed issue with set_target_size passing the wrong value to plugins (#1657)Daniel Margarido
2023-11-28Fix deleting indentation with multiple cursors (#1670)Guldoman
2023-10-31ease transparency of nagbar dim (#1658)ThaCuber
2023-10-23Sanitize tab index in `Node:add_view` (#1651)Guldoman
2023-10-21fix(dirmonitor): deadlock if error handler jumps somewhere else (#1647)Takase
2023-10-18Ignore keypresses during IME composition (#1573)Guldoman
2023-10-18Improve `common.serialize` (#1640)Guldoman
2023-10-18Mark unsaved named files as dirty (#1598)Guldoman
2023-09-30Remove DPI detection for default `SCALE`Guldoman
2023-09-07Fix `Scrollbar.{expanded,contracted}_size` documentationGuldoman
2023-08-26docs(core.config): add documentation for config options (#1512)Takase
2023-08-26feat(statusview): make a separate item for doc position percent (#1579)sammyette
2023-08-26Add `NaN` guard to `View:update_scrollbar`Guldoman
2023-08-25Adds super as a modkey. (#1590)Adam
2023-08-25Normalize strokes in fixed order (#1572)Guldoman
2023-08-24docs(core.contextmenu): add documentation for contextmenu (#1567)Takase
2023-08-23Fix returned `percent` when clicking the `Scrollbar` `track`Guldoman
2023-08-20Fix `scrollbar` misinterpreting `percent` (#1587)Guldoman
2023-08-18fix(core): defer core:open-log until everything is loaded (#1585)Takase
2023-08-04Make `DocView` aware of scrollbars sizes (#1177)Guldoman
2023-08-04Use proper timeouts for coroutines that don't need to wait (#1467)Guldoman
2023-08-04Normalize stroke before adding keybind (#1334)Delta-official
2023-08-01Fixed things for when a thread requests a redraw. (#1570)Adam
2023-07-27Documentation for core.command (#1564)Takase
2023-07-22Documentation for core.common (#1510)Takase
2023-07-20Updated extension for mac. (#1563)Adam
2023-07-09Return state when tokenizing plaintext syntaxesGuldoman
2023-07-03Skip checking `files` if no filename was provided to `syntax.get`Guldoman