aboutsummaryrefslogtreecommitdiff
path: root/src/api
AgeCommit message (Expand)Author
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
2020-12-02Implement user's config as init file and add directory into package.pathFrancesco Abbate
2020-11-21Fix cursor blinking problemFrancesco Abbate
2020-06-29Fix SDL2 include directivesFrancesco Abbate
2020-06-16Modify system.wait_event to wait indefinitely if no timeout is givenFrancesco Abbate
2020-05-25Add meson build configurationFrancesco Abbate
2020-05-23Changed fuzzy matching to favour matching caserxi
2020-05-22Added rencache invalidation on window-exposed eventrxi
2020-05-22Fixed string quoting on windows in `system.exec()`rxi
2020-05-20Fixed mouse-position resolution when dropping a filerxi
2020-05-17Made lite set project dir to CWD; removed core.project_dirrxi
2020-05-13Added system.exec() to system apirxi
2020-05-11Improved idle CPU utilisation when not-focused, added system.wait_event()rxi
2020-05-08Removed xalloc.c/hrxi
2020-04-22Made font.gc() do null-check in case font.load() failedrxi
2020-04-21Made system.get_file_info() and list_dir() return (nil,msg) on errorrxi
2020-04-07Replaced system.set_fullscreen with system.set_window_moderxi