aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-27Made sure ARGS worked backwards-compatibly.simplifying-mainAdam Harrison
2021-06-27Added in command line parsing in lua.Adam Harrison
2021-06-24Changed over ctrl+w keybinding over to cmd+w, as per #311.Adam Harrison
2021-06-24Renamed dev-utils directory to scriptsredtide
2021-06-24Reorganization of data resourcesredtide
2021-06-24Merge pull request #296 from lite-xl/font-copy-apiAdam
2021-06-22[api/process] added missing fields and minor fix to pid()jgmdev
2021-06-21Merge branch 'master-fix'Francesco Abbate
2021-06-21update application icon filesUlhar
2021-06-21Added in lineguide to core.Adam Harrison
2021-06-21Add a C API copy method for font_desc objectsFrancesco Abbate
2021-06-20Fixed regex replace.Adam Harrison
2021-06-20Fixed a minor bug.Adam Harrison
2021-06-20Added in tooltips, the ability to swap between different find modes with a ke...Adam Harrison
2021-06-20Integrate language_cpp plugins from lite-puginsv1.16.12Francesco Abbate
2021-06-20Bump version 1.16.2 and update changelogFrancesco Abbate
2021-06-20Abstracted out draw caret, so that the line guide can draw under it. (#287)Adam
2021-06-20Merge pull request #289 from jgmdev/close-hookJefferson González
2021-06-20Added Doc:on_close() for pluginsjgmdev
2021-06-18Fixed minor bugs; swap no longer returns from get.Adam Harrison
2021-06-18Merge pull request #255 from adamharrison/MulticursorAdam
2021-06-18Rebased, and added the ability for ctrl to just create new cursors.Adam Harrison
2021-06-18Fixed recursion error.Adam Harrison
2021-06-18Removed unecessary check.Adam Harrison
2021-06-18Made get_selections a bit more flexible.Adam Harrison
2021-06-18Added in the ability to iterate through cursors backwards.Adam Harrison
2021-06-18Used routine to add cursors in order correctly.Adam Harrison
2021-06-18Introduced the constraint that all cursors must be in order.Adam Harrison
2021-06-18Ensured that textual inputs sort cursors so that we don't get *real* weird be...Adam Harrison
2021-06-18Fixed merging. Fixed selection undo stack.Adam Harrison
2021-06-18Used an inappropriate function in a selection loop.Adam Harrison
2021-06-18Added in cursor merging behaviour.Adam Harrison
2021-06-18That's what I get for not testing after a 'simple' refactor.Adam Harrison
2021-06-18Added in missing boolean.Adam Harrison
2021-06-18Removed unecessary elses.Adam Harrison
2021-06-18Fixed error.Adam Harrison
2021-06-18Cleaned up functions.Adam Harrison
2021-06-18Fixed tabbing spaces.Adam Harrison
2021-06-18Allows for rectangular selections with ctrl; also fixed tabbing.Adam Harrison
2021-06-18Added in multiple clipboard line buffers.Adam Harrison
2021-06-18Fixed undo stack.Adam Harrison
2021-06-18Changed iterator behaviour to avoid allocating a closure each time.Adam Harrison
2021-06-18Initial commit of multicursor. Next step is to investigate how multicursor wo...Adam Harrison
2021-06-18Merge pull request #286 from jgmdev/reproc-mergeJefferson González
2021-06-18Merge reproc changes from dev.jgmdev
2021-06-18ignore SIGPIPE from subprocesses spawned with reproclqdev
2021-06-18Merge pull request #283 from vincens2005/masterAdam
2021-06-18Provide specific syntax plugin for C++Francesco Abbate
2021-06-17clicking the empty space where the x was no longer closes the tabcukmekerb
2021-06-17added config.tab_close_button option to hide X on tabscukmekerb