2459 Commits (master)
 

Author SHA1 Message Date
Francesco Abbate 618078829c Add meson build configuration 5 years ago
rxi 257b9ab753 Added `core.temp_filename()` 5 years ago
rxi 61a2a2c4e5 Version 1.05 5 years ago
rxi c2d27ab3f7 Removed `core.project_dir` 5 years ago
rxi 82e33dd2de Moved event-waiting when not focused to after run_threads() 5 years ago
rxi 946c125fd4 Changed `core.redraw` to be set to `true` by default 5 years ago
rxi 61092fbb99 Changed fuzzy matching to favour matching case 5 years ago
rxi 28b1844a8b Added support for dropping a folder onto the window 5 years ago
rxi e45b3e2bc0 Minor renaming in rootview 5 years ago
rxi e6a2770e2e Merge branch 'master' of https://github.com/rxi/lite 5 years ago
rxi 71fb50ece0
Merge pull request #111 from waywardmonkeys/fix-tmpnam-warning 5 years ago
rxi e7320c2291 Made RootView:open_doc() try to use previous node if current node is locked 5 years ago
rxi 35b642d434 Added rencache invalidation on window-exposed event 5 years ago
rxi 35ce3d32a9 Fixed string quoting on windows in `system.exec()` 5 years ago
Bruce Mitchener c9f798a07b Enable LUA_USE_POSIX, fix tmpnam warning on macOS. 5 years ago
rxi 6b39fb6dfb Changed autoreload to strip carriage-returns on reload 5 years ago
rxi 7aabfebfa0 Fixed mouse-position resolution when dropping a file 5 years ago
rxi 08ce7e2563 Fixed stuck mouse-drag-selection on dropped-file 5 years ago
rxi bc4bf3d384 Added core.set_active_view(); removed `focusable` boolean from View 5 years ago
rxi 8ec717f240 Added temporary backwards compatibility for `core.project_dir` 5 years ago
rxi 4ae0d477c0 Made lite set project dir to CWD; removed core.project_dir 5 years ago
rxi c1f731e5a1 Fixed EXEDIR having trailing slash 5 years ago
rxi adad2a65be Version 1.04 5 years ago
rxi adecaba292 Removed unused varibale in ./data/plugins/treeview.lua 5 years ago
rxi 4644154e5b Added `config.ignore_files` 5 years ago
rxi 1abb979490 Added null-checks for all push_command() calls in rencache.c 5 years ago
rxi 82fdc63c6a Added global EXEFILE 5 years ago
rxi 7e7602c53c Removed `exec` plugin -- moved to `lite-plugins` repo 5 years ago
rxi 59f5692f2e Merge branch 'master' of https://github.com/rxi/lite 5 years ago
rxi 0dd4811465
Merge pull request #101 from demotulatingswan/master 5 years ago
rxi bc3147e1d0 Changed config.mouse_wheel_scroll default to multiply by SCALE 5 years ago
rxi 15129b49a6 Moved `config.treeview_size` from `config.lua` to `treeview.lua` 5 years ago
demotulatingswan 92b3b5ba86 Fixed various issues in exec:replace 5 years ago
rxi 5102088aca Deferred showing window until after the first frame has rendered 5 years ago
rxi b8d2805502 Exposed doc's internal insert/remove: Doc:raw_insert|remove 5 years ago
rxi ef53453246 Fixed x-offset of text in `DocView:draw_line_gutter` 5 years ago
rxi 6525269386 Made tokenizer skip parsing process on plain-text files 5 years ago
rxi bcd1b3a081 Fixed gutter text jittering when horizontal scrolling on docview 5 years ago
rxi 9bf0ed2419 Made rencache warn on exhausting command buffer instead of panicing 5 years ago
rxi 4c2c03ed4d Made draw_text/draw_rect not push command if result is not on-screen 5 years ago
rxi 2b32edf7f0 Added system.exec() to system api 5 years ago
rxi e4ae088bb5 Added support for shift+click selecting 5 years ago
rxi 1f55fec94b Fixed triple-clicking on last line not selecting the line 5 years ago
rxi ed86f7d04e Fixed find-replace:select-next erroring on multiline selection 5 years ago
rxi 7f6a2710ef Made clicking the message on the StatusView open a LogView 5 years ago
rxi 23cf193026 Fixed lua's multi-line comment syntax pattern 5 years ago
rxi ff2c7bf5e5 Added double-backtick support to language_md plugin 5 years ago
rxi af36658e68 Added custom suggestions support to autocomplete 5 years ago
rxi 2f659d5180
Merge pull request #81 from extrowerk/patch-1 5 years ago
extrowerk a6013ff181
Build fix 5 years ago