lite-xl/data/core
Francesco Abbate 752ecd5ece Group mouse move events from C API function
Groups together consecutive mouse move events like done in core.step()
lua function but on the C side.

It does not introduce any meaningful speedup but it theory is more efficient and
simplifies the Lua code.

The simplification of the Lua code alone is enough to justify this change?
2021-06-11 15:00:18 +02:00
..
commands Commands refactor (#257) 2021-06-07 23:00:29 +02:00
doc Apologies for the subpar previous commit. This fixes the bugs in that one. 2021-06-05 00:50:25 -04:00
command.lua Implement unicode character replacements 2021-04-01 18:05:59 +02:00
commandview.lua Do not close command view on open-file is file is invalid or it is a directory 2021-05-05 08:04:51 +02:00
common.lua Fix problem with filenames missing normalization 2021-05-24 15:58:49 +02:00
config.lua Improve user feedback for big directories (#223) 2021-05-27 08:28:58 +02:00
docview.lua support for font changing in the syntax highlighter 2021-05-26 19:16:56 +02:00
init.lua Group mouse move events from C API function 2021-06-11 15:00:18 +02:00
keymap-macos.lua MacOS modifier key adjustment (replace `alt`) per #262 (#263) 2021-06-09 20:23:40 +02:00
keymap.lua Fix keymap binding on macos 2021-04-21 01:42:56 -07:00
logview.lua
modkeys-generic.lua Add macos keybindings 2021-04-21 09:48:30 +02:00
modkeys-macos.lua Add macos keybindings 2021-04-21 09:48:30 +02:00
nagview.lua Commands refactor (#257) 2021-06-07 23:00:29 +02:00
object.lua
regex.lua Changed regex error handling, so that errors can be handled gracefully in lua, and made it so gsub returns the exact matches and replacements. 2021-06-04 23:58:17 -04:00
rootview.lua Scale fonts context menu (#246) 2021-06-03 22:49:37 +02:00
start.lua Update changelog and release number 2021-05-27 13:46:51 +02:00
statusview.lua
strict.lua
style.lua Use FiraSans regular for UI 2021-05-27 13:49:33 +02:00
syntax.lua
titleview.lua Make non-borderless mode work 2021-04-12 19:05:30 +02:00
tokenizer.lua Add PCRE to support regular expressions 2021-06-02 21:27:00 +02:00
view.lua Minor simplification of animation rate adjustment 2021-03-20 17:00:43 +01:00