aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2023-05-23Merged lite-xl/lite-xl#1479jgmdev
2023-05-23ipc plugin: force draw on core.tab_drag_receivedjgmdev
2023-05-23Better coroutine handing on no focusjgmdev
2023-05-22Updated MOD_VERSION_MINORjgmdev
2023-05-22Updated titleview iconjgmdev
2023-05-22Merge lite-xl/lite-xl#1019jgmdev
2023-05-22Merge lite-xl/lite-xl#1322jgmdev
2023-05-22Updated editor references on settings pluginjgmdev
2023-05-21Scale the entire UI by default on scale pluginjgmdev
2023-05-21Added settings pluginjgmdev
2023-05-21Added widgets as a git submodulejgmdev
2023-05-21Project rebrandingjgmdev
2023-05-20Merge branch 'PR/more-syntax-symbols'jgmdev
2023-05-20Merge branch 'PR/autocomplete-symbol-icons'jgmdev
2023-05-20Merge branch 'PR/fix-node-sizing'jgmdev
2023-05-20Merge branch 'PR/autocomplete-icons'jgmdev
2023-05-20Merge branch 'PR/command-view-mouse'jgmdev
2023-05-20Reduce default coroutine timeout from lite-xl/lite-xl#1468jgmdev
2023-05-20Added IPC plugin with shmem supportjgmdev
2023-05-20Added threaded pluginsjgmdev
2023-05-20Merged improved scaling support from lite-xl/lite-xl#1347jgmdev
2023-05-20Merged encoding support from lite-xl/lite-xl#1161jgmdev
2023-05-20Merged LuaJIT support from lite-xl/lite-xl#880jgmdev
2023-05-20Do not remove custom colors added by plugins.jgmdev
2023-05-20Add mouse grab (#1501)Guldoman
2023-05-18C blend_pixel() made its way into the Lua sidejgmdev
2023-05-18Remove metatable before re-mapping new schemejgmdev
2023-05-18Support custom language plugin fieldsjgmdev
2023-05-18Map missing on default color schemejgmdev
2023-05-18Improved lighten amd darken color functionsjgmdev
2023-05-18Add more syntax symbolsjgmdev
2023-05-17Move lineguide below blinking cursor, fixes #1488 (#1511)Jefferson González
2023-05-14Autocomplete plugin improvementsjgmdev
2023-05-14Assert if color name not in style.syntaxjgmdev
2023-05-14Added support for non syntax colorsjgmdev
2023-05-11Fix node resizing on mouse dragjgmdev
2023-05-10Removed redundant flag checkjgmdev
2023-05-10Add icons support to autocomplete pluginjgmdev
2023-05-09detectindent: fix wrong detection reported by Adam (#1500)Jefferson González
2023-05-08Selection on mouse move and 1 click to submitjgmdev
2023-05-08Add mouse support to CommandView suggestions boxjgmdev
2023-05-06Allowed for overrides of toolbar items, so plugins can add things if they wan...Adam
2023-04-29Restore horizontal scroll position after scale change (#494)Guldoman
2023-04-26feat(bootstrap): return error string from C searchertakase1121
2023-04-22Fixing linewrapping bug to do with wordwrapping.Adam Harrison
2023-04-22Added in double-clicking on emptyview and tab bar. (#1478)Adam
2023-04-17StatusView compat fix with older Lua runtimesjgmdev
2023-04-14Merge carets after `doc:move-to-{previous,next}-char` (#1462)Guldoman
2023-04-10feat: add statusview item to show selections (#1445)sammyette
2023-04-10#1393 followup (#1463)vqn