aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2020-06-16Merge remote-tracking branch 'rxi/master' into agg-font-rendererFrancesco Abbate
2020-06-16Avoid running when there are no events and threads do not need to runFrancesco Abbate
2020-06-13Changed EXEDIR to be used as default project dirrxi
2020-06-08Added file-header pattern support to `syntax`rxi
2020-06-05language_js improvementsrxi
2020-06-04Added resetting of selection on intermediate find-text failurerxi
2020-06-04Merge pull request #133 from 6r1d/masterrxi
2020-06-03Made tab's text left-aligned if wider than the tabrxi
2020-06-02Fixed bug in Highlighter.invalidate() when setting first_invalid_linerxi
2020-06-02Fixes keypad enter issue (#131)Victor Gridnevsky
2020-05-30Improved RootView's EmptyViewrxi
2020-05-30Renamed core:command/file-finder => core:find-command/filerxi
2020-05-30Made `system.set_window_title` only be called on title changerxi
2020-05-29Changed summer color theme's caret colorrxi
2020-05-28Changed block movement to mimic word movementrxi
2020-05-28Improved behaviour of and renamed `translate.next|previous_word_boundary`rxi
2020-05-27Simplified implementation of `core.temp_filename()`rxi
2020-05-26Changed EmptyView text from `empty` to `lite`rxi
2020-05-26Fixed changing of cwd and loading of commandline filesrxi
2020-05-25Added `core.temp_filename()`rxi
2020-05-24Removed `core.project_dir`rxi
2020-05-24Moved event-waiting when not focused to after run_threads()rxi
2020-05-24Changed `core.redraw` to be set to `true` by defaultrxi
2020-05-23Added support for dropping a folder onto the windowrxi
2020-05-23Minor renaming in rootviewrxi
2020-05-22Made RootView:open_doc() try to use previous node if current node is lockedrxi
2020-05-21Changed autoreload to strip carriage-returns on reloadrxi
2020-05-20Fixed mouse-position resolution when dropping a filerxi
2020-05-20Fixed stuck mouse-drag-selection on dropped-filerxi
2020-05-19Added core.set_active_view(); removed `focusable` boolean from Viewrxi
2020-05-18Added temporary backwards compatibility for `core.project_dir`rxi
2020-05-17Made lite set project dir to CWD; removed core.project_dirrxi
2020-05-17Removed unused varibale in ./data/plugins/treeview.luarxi
2020-05-17Added `config.ignore_files`rxi
2020-05-16Removed `exec` plugin -- moved to `lite-plugins` reporxi
2020-05-16Merge branch 'master' of https://github.com/rxi/literxi
2020-05-16Changed config.mouse_wheel_scroll default to multiply by SCALErxi
2020-05-16Moved `config.treeview_size` from `config.lua` to `treeview.lua`rxi
2020-05-15Fixed various issues in exec:replacedemotulatingswan
2020-05-14Exposed doc's internal insert/remove: Doc:raw_insert|removerxi
2020-05-14Fixed x-offset of text in `DocView:draw_line_gutter`rxi
2020-05-14Made tokenizer skip parsing process on plain-text filesrxi
2020-05-14Fixed gutter text jittering when horizontal scrolling on docviewrxi
2020-05-13Added support for shift+click selectingrxi
2020-05-13Fixed triple-clicking on last line not selecting the linerxi
2020-05-12Fixed find-replace:select-next erroring on multiline selectionrxi
2020-05-12Made clicking the message on the StatusView open a LogViewrxi
2020-05-12Fixed lua's multi-line comment syntax patternrxi
2020-05-11Added double-backtick support to language_md pluginrxi
2020-05-11Added custom suggestions support to autocompleterxi