index
:
lite-xl
2.1-prep
Merged
PR/adjust-renwindow-docs
PR/clarify-stack-traces-for-require
PR/update-windows-server-image
PR/window-allocation
additional-userdir-envvar
animations-adjust
build/sdl3-force-falllback
console-based-lite-project
core/sdl-callback
cpath-changes
debug-font-rendering-clean
dependabot/github_actions/github-actions-c35c0c8c33
dmon-1
dmon-2.0.3
dmon-atomic-load-store
dmon-debug
dmon-integration
dmon-luajit-2.0.3
dmon-no-timeout-select
files-commands
fira-font
fix-2.0.1
fix-autoreload-large-files
fix-bug-removed-project
fix-configs-set-to-true
fix-dir-monitor-symlinks
fix-dmon-add-dir-asserts
fix-inotify-asserts
fix-inotify-problem
fix-invisible-node-click-intercept
fix-javascript-regexp-syntax
fix-network-volumes
fix-pgid-on-deatch
fix-remove-view-context
fix-treeview-dircache
fix-win32-process-arguments
font-jetbrainsmono
ime-text-editing
improve-lcd-weights
incremental-folder-scan
link-remove-unused-function
master
master-2.0
master-2.0.4
master-2.1
master-luajit-2.0
master-luajit21-2.0
mem-leak-debug
merge-master-2.0
notebook-view
path-ignore-files
platform-requires
popen-light
port-build-lhelper-2
project-based-2
project-based-3
project-based-4
project-based-4-wip-changes
release/v2.1.x
rencache-texture
repl
revert-853-process-api
scroll_size_update_once_2
simplifying-main
soft-line-wrap-2.0
start-file-in-place
testing-detect-indent-changes
treeview-fix
use-tabs-margin
use-tabs-margin-2.0
use-tabs-margin-luajit-2.0
using-luajit
using-luajit-2
using-luajit-2.0.3
using-luajit-3
vim-mode
voronianski-color-schemes
workspace-fixes
zlog-dmon-logging
A lightweight text editor written in Lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
api
/
system.c
Age
Commit message (
Expand
)
Author
2022-01-12
Fix project files reading with symlink
fix-dir-monitor-symlinks
Francesco Abbate
2022-01-09
Fix some errors with previous commits
Francesco Abbate
2022-01-09
Report error codes from dmon_watch_add
Francesco Abbate
2022-01-09
Remove DMON_LOG_ERROR to return an error code
Francesco Abbate
2021-12-30
Always watch/unwatch subdirectories on all systems
Francesco Abbate
2021-12-20
Call dmon_unwatch when changing project
Francesco Abbate
2021-10-21
Force project rescan on network filesystems
Francesco Abbate
2021-10-21
Add a function to detect filesystem type on linux
Francesco Abbate
2021-10-08
Report dmon modify events
Francesco Abbate
2021-10-08
Implement directory monitoring using septag/dmon
Francesco Abbate
2021-10-02
Avoid unnecessary call to SDL_GetModState
Francesco Abbate
2021-10-02
Fix numpad fn keys (#532)
Francesco
2021-06-28
Added system.rmdir(path)
jgmdev
2021-06-11
Fix whitespace errors
Francesco Abbate
2021-06-11
Group mouse move events from C API function
Francesco Abbate
2021-06-03
Flush the SDL_QUIT event when Cmd+W is detected in SDL_KEYDOWN as well (#248)
Ferdinand Prantl
2021-05-16
Allowed for optional boolean to better match filenames. (#180)
Adam
2021-04-29
Make usage of SDL renderer optional
Francesco Abbate
2021-04-26
First implementation of scaling for retina display
Francesco Abbate
2021-04-23
Fix error with missing ren_resize call
v1.16.6-sdl-renderer-1
Francesco Abbate
2021-04-23
First working implemention
Francesco Abbate
2021-04-21
Add macos flush specific fix
Francesco Abbate
2021-04-12
Remove trailing debug message
Francesco Abbate
2021-04-12
Make non-borderless mode work
Francesco Abbate
2021-04-12
Avoid always calling system.get_window_mode
Francesco Abbate
2021-04-12
Implement maximize/restore controls
Francesco Abbate
2021-04-11
Make windows control buttons active
Francesco Abbate
2021-04-11
Add correct hit-test information and menu icon
Francesco Abbate
2021-04-10
Preliminary implementation of border-less mode
Francesco Abbate
2021-04-06
Remove no longer used system.show_confirm_dialog
Francesco Abbate
2021-03-23
Merge remote-tracking branch 'basinbaby/set-window-opacity'
Francesco Abbate
2021-03-05
Implement fatal error message box
Francesco Abbate
2020-12-31
Keep memory of window's size and position and restore them on start
Francesco Abbate
2020-12-02
Implement user's config as init file and add directory into package.path
Francesco Abbate
2020-11-21
Fix cursor blinking problem
Francesco Abbate
2020-06-29
Fix SDL2 include directives
Francesco Abbate
2020-06-16
Modify system.wait_event to wait indefinitely if no timeout is given
Francesco Abbate
2020-05-23
Changed fuzzy matching to favour matching case
rxi
2020-05-22
Added rencache invalidation on window-exposed event
rxi
2020-05-22
Fixed string quoting on windows in `system.exec()`
rxi
2020-05-20
Fixed mouse-position resolution when dropping a file
rxi
2020-05-17
Made lite set project dir to CWD; removed core.project_dir
rxi
2020-05-13
Added system.exec() to system api
rxi
2020-05-11
Improved idle CPU utilisation when not-focused, added system.wait_event()
rxi
2020-04-21
Made system.get_file_info() and list_dir() return (nil,msg) on error
rxi
2020-04-07
Replaced system.set_fullscreen with system.set_window_mode
rxi
2020-03-25
Added system.set_fullscreen() and core:toggle-fullscreen command
rxi
2020-02-07
Added set_window_opacity function
basinbaby
2019-12-28
Initial commit
rxi