aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-10-22Merge pull request #612 from Guldoman/fix_regexFrancesco
2021-10-21Force project rescan on network filesystemsFrancesco Abbate
2021-10-21Add a function to detect filesystem type on linuxFrancesco Abbate
2021-10-11Show error message when `pcre2_match` failsGuldoman
2021-10-10Do no add rencache a command for empty rectanglesFrancesco Abbate
2021-10-10Fix dirty pixels problem on window's right sideFrancesco Abbate
2021-10-08Report dmon modify eventsFrancesco Abbate
2021-10-08Move dmon files into lib/dmonFrancesco Abbate
2021-10-08Adopt new version of dmonFrancesco Abbate
2021-10-08Implement directory monitoring using septag/dmonFrancesco Abbate
2021-10-02Fix the size and blurriness of the icon on OSX (#553)Jean-André Santoni
2021-10-02Rearranged DPI calc so that on calc failure, returns 1. (#547)Adam
2021-10-02Potentially fixing issue with cache not invalidating on restart. (#548)Adam
2021-10-02Removed extra macros, used PLATFORM. Also removed MACOS, as it's redundant C ...Adam Harrison
2021-10-02Avoid unnecessary call to SDL_GetModStateFrancesco Abbate
2021-10-02Added in custom runtime environment variable for ease of testing. (#538)Adam
2021-10-02Fix numpad fn keys (#532)Francesco
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