lite-xl/data/core
Guldoman 57dffbaf2a
Remove DPI detection for default `SCALE`
This often leads to `SCALE` values that are way off, and makes Lite XL 
unusable, so we now just default it to 1.
2023-09-30 16:48:38 +02:00
..
commands Show cursor at the start of the next line when selecting full lines (#761) 2023-06-09 09:37:08 -04:00
doc Use proper timeouts for coroutines that don't need to wait (#1467) 2023-08-04 09:40:02 -04:00
bit.lua Assert for negative `field` in bit32 polyfill 2022-01-12 19:56:09 +01:00
command.lua Documentation for core.command (#1564) 2023-07-27 13:04:44 +02:00
commandview.lua Added in explicit touchscreen keyboard support. (#1389) 2023-04-07 12:42:46 -04:00
common.lua Documentation for core.common (#1510) 2023-07-22 21:39:32 +02:00
config.lua docs(core.config): add documentation for config options (#1512) 2023-08-26 11:32:39 -04:00
contextmenu.lua docs(core.contextmenu): add documentation for contextmenu (#1567) 2023-08-24 22:32:07 -04:00
dirwatch.lua Make `dirwatch` sorting compatible with what `file_bisect` expects (#1300) 2023-01-05 15:59:15 -05:00
docview.lua Make `DocView` aware of scrollbars sizes (#1177) 2023-08-04 10:56:49 -04:00
emptyview.lua fix: center title and version in emptyview (#1311) 2023-01-06 15:27:05 -04:00
ime.lua Improve IME location updates (#1170) 2022-12-20 20:11:13 -04:00
init.lua fix(core): defer core:open-log until everything is loaded (#1585) 2023-08-18 09:25:10 -04:00
keymap-macos.lua Make tab scrolling more flexible (#1384) 2023-02-09 12:51:41 -04:00
keymap.lua Normalize strokes in fixed order (#1572) 2023-08-25 14:03:23 -04:00
logview.lua Fix #1538 log scrolls automatically (the real PR) (#1546) 2023-06-28 03:05:03 +02:00
modkeys-generic.lua Adds super as a modkey. (#1590) 2023-08-25 14:34:51 -04:00
modkeys-macos.lua Normalize strokes in fixed order (#1572) 2023-08-25 14:03:23 -04:00
nagview.lua NagView: properly rescale on scale change (#1379) 2023-02-06 13:38:00 -04:00
node.lua Add top tab margins (#1479) 2023-06-09 09:44:20 -04:00
object.lua comment typo in object.lua (#1541) 2023-06-25 04:09:27 +02:00
regex.lua core: ported regex.gsub to faster native version (#1233) 2022-12-20 17:46:37 -04:00
rootview.lua Add mouse grab (#1501) 2023-05-20 13:54:58 -04:00
scrollbar.lua Fix `Scrollbar.{expanded,contracted}_size` documentation 2023-09-07 04:07:52 +02:00
start.lua Remove DPI detection for default `SCALE` 2023-09-30 16:48:38 +02:00
statusview.lua feat(statusview): make a separate item for doc position percent (#1579) 2023-08-26 11:19:12 -04:00
strict.lua Initial commit 2019-12-28 11:17:56 +00:00
style.lua Add top tab margins (#1479) 2023-06-09 09:44:20 -04:00
syntax.lua Skip checking `files` if no filename was provided to `syntax.get` 2023-07-03 22:39:54 +02:00
titleview.lua Add mouse grab (#1501) 2023-05-20 13:54:58 -04:00
tokenizer.lua Return state when tokenizing plaintext syntaxes 2023-07-09 18:59:25 +02:00
utf8string.lua c core: fix extra utf8 build conflict on windows 2022-05-11 00:22:01 -04:00
view.lua Add `NaN` guard to `View:update_scrollbar` 2023-08-26 05:11:33 +02:00