aboutsummaryrefslogtreecommitdiff
path: root/src/api
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-10Fix dirty pixels problem on window's right sideFrancesco Abbate
2021-10-08Report dmon modify eventsFrancesco Abbate
2021-10-08Implement directory monitoring using septag/dmonFrancesco Abbate
2021-10-02Avoid unnecessary call to SDL_GetModStateFrancesco Abbate
2021-10-02Fix numpad fn keys (#532)Francesco
2021-07-20Merged dev to master.Adam Harrison
2021-07-15remove duplicated constantstakase1121
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-28Added system.rmdir(path)jgmdev
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-11Fix whitespace errorsFrancesco Abbate
2021-06-11Group mouse move events from C API functionFrancesco Abbate
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-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-04-29Make usage of SDL renderer optionalFrancesco 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-21Add macos flush specific fixFrancesco Abbate
2021-04-12Remove trailing debug messageFrancesco Abbate
2021-04-12Make non-borderless mode workFrancesco Abbate
2021-04-12Avoid always calling system.get_window_modeFrancesco Abbate
2021-04-12Implement maximize/restore controlsFrancesco Abbate
2021-04-11Make windows control buttons activeFrancesco Abbate
2021-04-11Add correct hit-test information and menu iconFrancesco Abbate
2021-04-10Preliminary implementation of border-less modeFrancesco Abbate
2021-04-06Remove no longer used system.show_confirm_dialogFrancesco Abbate
2021-04-01Implement unicode character replacementsFrancesco Abbate
2021-03-23Merge remote-tracking branch 'basinbaby/set-window-opacity'Francesco Abbate
2021-03-18Fix problem with tab size and subpixel positioningFrancesco Abbate
2021-03-06Introduce subpixel text positioning within rencacheFrancesco Abbate
2021-03-06Mostly fix problem of offset with cursor positioning when using mouseFrancesco Abbate
2021-03-05Implement fatal error message boxFrancesco Abbate
2020-12-31Keep memory of window's size and position and restore them on startFrancesco Abbate
2020-12-04Implement optional font rendering optionsFrancesco Abbate