aboutsummaryrefslogtreecommitdiff
path: root/src/api
AgeCommit message (Expand)Author
2022-09-22api: expose api_load_libs to native plugins (#1125)Jefferson González
2022-09-02Changed setpgrp to a more portable form.Adam
2022-08-20Added a smoothing and strikethrough option to font loading. (#1087)Aqil Contractor
2022-07-11Start dirmonitor check thread only after a watch is added (#1072)Guldoman
2022-06-23renderer fonts: additions and improvementsjgmdev
2022-06-23Fixed minor issue on windows.Adam
2022-06-17make system.* functions support UTF8 filenames (#1042)Takase
2022-06-15Merge pull request #1037 from takase1121/PR/dlopen-omit-filenameJefferson González
2022-06-15fix memory leak and wrong check in font_retrievetakase1121
2022-06-15omit filename from error messagetakase1121
2022-05-28Make regex API return integersGuldoman
2022-05-22Merge branch 'master' into master-2.1master-2.1jgmdev
2022-05-15Made sure we redrew things, added in a contingency in 'save' for times when w...Adam Harrison
2022-05-15Autoreload Nagview (#942)Adam
2022-05-11c core: fix extra utf8 build conflict on windowsjgmdev
2022-05-09Removed undefined behaviour by using `poll` over `select`.Adam Harrison
2022-05-09Merge branch 'master' into master-2.1Adam
2022-05-09Fixed dirwatch dummy, and scanning.Adam Harrison
2022-05-02Fixed minor race condition.Adam Harrison
2022-05-02Fixed minor race condition.Adam Harrison
2022-04-28Send `mouseleft` event when the mouse leaves the window (#928)Guldoman
2022-04-26Make sure pipes are closed on exec.Adam Harrison
2022-04-26Asynchronous Reads for Dirmonitor (#930)Adam
2022-04-26Fixed windows dirmonitor issues.Adam Harrison
2022-04-26Add utf8 support to tokenizer (#945)Jefferson González
2022-04-24Make sure pipes are closed on exec.Adam Harrison
2022-04-24Merge branch 'master' into master-2.1Adam
2022-04-24Asynchronous Reads for Dirmonitor (#930)Adam
2022-04-15Cleanup (#826)Jan
2022-04-03Fixed windows dirmonitor issues.Adam Harrison
2022-03-17seperate dirmonitor logic, add build time detection of features (#866)Jan
2022-03-08Fixed some issues with inotify and multiple events at the same time. (#872)Adam
2022-03-06Fix Project Scanning (#746)Adam
2022-03-03Fix `^` regex matching when using an offsetGuldoman
2022-02-11Merge pull request #828 from adamharrison/signal-processesAdam
2022-02-08Update process status when calling `process:running`Guldoman
2022-02-03Implemented system.get_process_id()jgmdev
2022-01-30Changed signalling so it'll target the whole process group.Adam Harrison
2022-01-28Merge pull request #816 from adamharrison/fix-process-apiAdam
2022-01-28Merge branch 'fix-process-api' of github.com:adamharrison/lite-xl into fix-pr...Adam Harrison
2022-01-28Incorporate realtakase's suggestions.Adam Harrison
2022-01-28Merge pull request #809 from lite-xl/merge-master-2.0Adam
2022-01-22Fixed windows not converting utf8 environment block to utf16.Adam Harrison
2022-01-22Added in support for env on linux.Adam Harrison
2022-01-22Implemented @guldoman's suggestion for how to close file handles.Adam Harrison
2022-01-22fix invalid memory accesstakase1121
2022-01-19Merge branch 'master-2.0'Francesco Abbate
2022-01-15Add fallbacks to all common dependenciesJan200101
2022-01-12Fix project files reading with symlinkfix-dir-monitor-symlinksFrancesco Abbate
2022-01-09Fix some errors with previous commitsFrancesco Abbate