aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-19Fix macOS build issue with recent commitFrancesco Abbate
2021-08-19Conditionally disable macos bundle functionFrancesco Abbate
2021-08-19Merge remote-tracking branch 'harens/macos-bundle'Francesco Abbate
2021-08-19Update main.cNikolai Sinyov
2021-08-18Add unix-like behaviour on macOSharens
2021-08-17remove extraneous DPI codetakase1121
2021-08-09Updated Meson configurationredtide
2021-07-20Merged dev to master.Adam Harrison
2021-07-15remove duplicated constantstakase1121
2021-07-15change double quotes to single quotes to reduce escapingtakase1121
2021-07-15do not terminate process when read failstakase1121
2021-07-15fix wrongly spaced variable nametakase1121
2021-07-15add generic read functiontakase1121
2021-07-15refactor process.ctakase1121
2021-06-29Merge pull request #313 from jgmdev/add-system-rmdirAdam
2021-06-28Added system.rmdir(path)jgmdev
2021-06-25Use lite-xl as project and exacutable namesredtide
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-21Add a C API copy method for font_desc objectsFrancesco Abbate
2021-06-18Merge reproc changes from dev.jgmdev
2021-06-18ignore SIGPIPE from subprocesses spawned with reproclqdev
2021-06-12Merge pull request #266 from adamharrison/QuickOptimizationAdam
2021-06-11Fix whitespace errorsFrancesco Abbate
2021-06-11Group mouse move events from C API functionFrancesco Abbate
2021-06-09Reverted if guard.Adam Harrison
2021-06-09Added in #if guard for ARM achitectures.Adam Harrison
2021-06-08Replaced fill loop with SDL_FillRect.Adam Harrison
2021-06-04Changed regex error handling, so that errors can be handled gracefully in lua...Adam Harrison
2021-06-03Scale fonts context menu (#246)Francesco
2021-06-03Flush the SDL_QUIT event when Cmd+W is detected in SDL_KEYDOWN as well (#248)Ferdinand Prantl
2021-06-03Enable lite-xl to be started from a symlink to the deployed binary (#249)Ferdinand Prantl
2021-06-02Add PCRE to support regular expressionsAdam
2021-05-21Fix crash problem with rencache and font accessFrancesco Abbate
2021-05-16Allowed for optional boolean to better match filenames. (#180)Adam
2021-05-06More accurate update rects / show window / present sequencev1.16.8Francesco Abbate
2021-05-05Ensure the rencache commands buffer is cleared on restartFrancesco Abbate
2021-04-29Make usage of SDL renderer optionalFrancesco Abbate
2021-04-27Fix missing scaling for update rects in rendererv1.16.6-sdl-renderer-2Francesco Abbate
2021-04-27Update the whole texture with RenderCopyFrancesco Abbate
2021-04-27Alternative texture update schemeFrancesco Abbate
2021-04-27Add assert if font loading fails during renderingFrancesco Abbate
2021-04-27Ensure we update only modified rectsFrancesco Abbate
2021-04-26Cleanup FontDesc struct and implementationFrancesco Abbate
2021-04-26First implementation of scaling for retina displayFrancesco Abbate
2021-04-23Fix error with missing ren_resize callv1.16.6-sdl-renderer-1Francesco Abbate
2021-04-23First working implementionFrancesco Abbate
2021-04-23WIP: testing usage of SDL rendererFrancesco Abbate
2021-04-21Add momentum scroll for macosFrancesco Abbate