aboutsummaryrefslogtreecommitdiff
path: root/src/api/system.c
AgeCommit message (Expand)Author
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