aboutsummaryrefslogtreecommitdiff
path: root/src/api/system.c
AgeCommit message (Expand)Author
2022-01-12Fix project files reading with symlinkfix-dir-monitor-symlinksFrancesco Abbate
2022-01-09Fix some errors with previous commitsFrancesco Abbate
2022-01-09Report error codes from dmon_watch_addFrancesco Abbate
2022-01-09Remove DMON_LOG_ERROR to return an error codeFrancesco Abbate
2021-12-30Always watch/unwatch subdirectories on all systemsFrancesco Abbate
2021-12-20Call dmon_unwatch when changing projectFrancesco Abbate
2021-10-21Force project rescan on network filesystemsFrancesco Abbate
2021-10-21Add a function to detect filesystem type on linuxFrancesco 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-06-28Added system.rmdir(path)jgmdev
2021-06-11Fix whitespace errorsFrancesco Abbate
2021-06-11Group mouse move events from C API functionFrancesco Abbate
2021-06-03Flush the SDL_QUIT event when Cmd+W is detected in SDL_KEYDOWN as well (#248)Ferdinand Prantl
2021-05-16Allowed for optional boolean to better match filenames. (#180)Adam
2021-04-29Make usage of SDL renderer optionalFrancesco 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-03-23Merge remote-tracking branch 'basinbaby/set-window-opacity'Francesco 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-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-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-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
2020-03-25Added system.set_fullscreen() and core:toggle-fullscreen commandrxi
2020-02-07Added set_window_opacity functionbasinbaby
2019-12-28Initial commitrxi