Commit Graph

  • 1b2fda2825 Changed block movement to mimic word movement rxi 2020-05-28 13:08:18 +0100
  • 9c652086e8 Improved behaviour of and renamed `translate.next|previous_word_boundary` rxi 2020-05-28 11:50:03 +0100
  • 23a080ca45 WIP: compiles but completely broken Francesco Abbate 2020-05-28 12:15:24 +0200
  • 74755f5b4a Simplified implementation of `core.temp_filename()` rxi 2020-05-27 11:38:42 +0100
  • e7cf551e22 Changed EmptyView text from `empty` to `lite` rxi 2020-05-26 10:33:07 +0100
  • 064b6d0b95 Fixed changing of cwd and loading of commandline files rxi 2020-05-26 10:17:36 +0100
  • 79487074c0 Add missing gui_app flag in meson build Francesco Abbate 2020-05-25 16:18:06 +0200
  • 7b9def299d Add dl library because it may be needed by SDL2 Francesco Abbate 2020-05-25 12:23:46 +0200
  • 618078829c Add meson build configuration Francesco Abbate 2020-05-25 12:21:43 +0200
  • 257b9ab753 Added `core.temp_filename()` rxi 2020-05-24 17:34:23 +0100
  • 61a2a2c4e5 Version 1.05 v1.05 rxi 2020-05-24 13:52:10 +0100
  • c2d27ab3f7 Removed `core.project_dir` rxi 2020-05-24 13:50:32 +0100
  • 82e33dd2de Moved event-waiting when not focused to after run_threads() rxi 2020-05-24 13:31:49 +0100
  • 946c125fd4 Changed `core.redraw` to be set to `true` by default rxi 2020-05-24 08:04:47 +0100
  • 61092fbb99 Changed fuzzy matching to favour matching case rxi 2020-05-23 14:30:24 +0100
  • 28b1844a8b Added support for dropping a folder onto the window rxi 2020-05-23 11:31:08 +0100
  • e45b3e2bc0 Minor renaming in rootview rxi 2020-05-23 09:40:42 +0100
  • e6a2770e2e Merge branch 'master' of https://github.com/rxi/lite rxi 2020-05-22 18:59:59 +0100
  • 71fb50ece0
    Merge pull request #111 from waywardmonkeys/fix-tmpnam-warning rxi 2020-05-22 18:59:42 +0100
  • e7320c2291 Made RootView:open_doc() try to use previous node if current node is locked rxi 2020-05-22 15:43:47 +0100
  • 35b642d434 Added rencache invalidation on window-exposed event rxi 2020-05-22 09:00:48 +0100
  • 35ce3d32a9 Fixed string quoting on windows in `system.exec()` rxi 2020-05-22 08:11:05 +0100
  • c9f798a07b Enable LUA_USE_POSIX, fix tmpnam warning on macOS. Bruce Mitchener 2020-05-21 21:57:05 +0700
  • 6b39fb6dfb Changed autoreload to strip carriage-returns on reload rxi 2020-05-21 09:57:26 +0100
  • 7aabfebfa0 Fixed mouse-position resolution when dropping a file rxi 2020-05-20 10:33:08 +0100
  • 08ce7e2563 Fixed stuck mouse-drag-selection on dropped-file rxi 2020-05-20 09:24:06 +0100
  • bc4bf3d384 Added core.set_active_view(); removed `focusable` boolean from View rxi 2020-05-19 12:58:41 +0100
  • 8ec717f240 Added temporary backwards compatibility for `core.project_dir` rxi 2020-05-18 10:25:44 +0100
  • 4ae0d477c0 Made lite set project dir to CWD; removed core.project_dir rxi 2020-05-17 16:59:19 +0100
  • c1f731e5a1 Fixed EXEDIR having trailing slash rxi 2020-05-17 16:58:32 +0100
  • adad2a65be Version 1.04 v1.04 rxi 2020-05-17 14:58:44 +0100
  • adecaba292 Removed unused varibale in ./data/plugins/treeview.lua rxi 2020-05-17 14:02:49 +0100
  • 4644154e5b Added `config.ignore_files` rxi 2020-05-17 13:31:04 +0100
  • 1abb979490 Added null-checks for all push_command() calls in rencache.c rxi 2020-05-17 13:17:38 +0100
  • 82fdc63c6a Added global EXEFILE rxi 2020-05-17 09:36:46 +0100
  • 7e7602c53c Removed `exec` plugin -- moved to `lite-plugins` repo rxi 2020-05-16 10:06:35 +0100
  • 59f5692f2e Merge branch 'master' of https://github.com/rxi/lite rxi 2020-05-16 10:00:13 +0100
  • 0dd4811465
    Merge pull request #101 from demotulatingswan/master rxi 2020-05-16 09:59:58 +0100
  • bc3147e1d0 Changed config.mouse_wheel_scroll default to multiply by SCALE rxi 2020-05-16 09:46:31 +0100
  • 15129b49a6 Moved `config.treeview_size` from `config.lua` to `treeview.lua` rxi 2020-05-16 09:44:31 +0100
  • 92b3b5ba86 Fixed various issues in exec:replace demotulatingswan 2020-05-15 20:18:07 +0200
  • 5102088aca Deferred showing window until after the first frame has rendered rxi 2020-05-14 22:28:22 +0100
  • b8d2805502 Exposed doc's internal insert/remove: Doc:raw_insert|remove rxi 2020-05-14 16:10:48 +0100
  • ef53453246 Fixed x-offset of text in `DocView:draw_line_gutter` rxi 2020-05-14 13:26:21 +0100
  • 6525269386 Made tokenizer skip parsing process on plain-text files rxi 2020-05-14 10:08:12 +0100
  • bcd1b3a081 Fixed gutter text jittering when horizontal scrolling on docview rxi 2020-05-14 09:52:10 +0100
  • 9bf0ed2419 Made rencache warn on exhausting command buffer instead of panicing rxi 2020-05-14 08:52:07 +0100
  • 4c2c03ed4d Made draw_text/draw_rect not push command if result is not on-screen rxi 2020-05-14 08:43:27 +0100
  • 2b32edf7f0 Added system.exec() to system api rxi 2020-05-13 20:32:53 +0100
  • e4ae088bb5 Added support for shift+click selecting rxi 2020-05-13 16:12:20 +0100
  • 1f55fec94b Fixed triple-clicking on last line not selecting the line rxi 2020-05-13 09:28:56 +0100
  • ed86f7d04e Fixed find-replace:select-next erroring on multiline selection rxi 2020-05-12 20:04:50 +0100
  • 7f6a2710ef Made clicking the message on the StatusView open a LogView rxi 2020-05-12 14:44:29 +0100
  • 23cf193026 Fixed lua's multi-line comment syntax pattern rxi 2020-05-12 10:12:49 +0100
  • ff2c7bf5e5 Added double-backtick support to language_md plugin rxi 2020-05-11 20:31:35 +0100
  • af36658e68 Added custom suggestions support to autocomplete rxi 2020-05-11 19:37:50 +0100
  • 2f659d5180
    Merge pull request #81 from extrowerk/patch-1 rxi 2020-05-11 13:31:33 +0100
  • a6013ff181
    Build fix extrowerk 2020-05-11 13:49:18 +0200
  • c215eff6d8 Improved idle CPU utilisation when not-focused, added system.wait_event() rxi 2020-05-10 21:00:40 +0100
  • b67b680975 Changed get_scale() to always default to 1.0 on macOS rxi 2020-05-10 19:31:09 +0100
  • f7b54db1b4 Added `icon.inl linguist-vendored` to .gitattributes rxi 2020-05-10 15:54:09 +0100
  • 3067443432
    Merge pull request #70 from cptx032/master rxi 2020-05-10 15:41:13 +0100
  • a17fe46c05 Fixing trimwhitespace plugin bug Willie Lawrence 2020-05-10 11:26:44 -0300
  • c4be26ccaa Added .gitattributes rxi 2020-05-10 14:07:16 +0100
  • 22f563e712 Merge branch 'master' of https://github.com/rxi/lite rxi 2020-05-10 13:56:31 +0100
  • ae20c40554
    Merge pull request #61 from inad9300/patch-1 rxi 2020-05-10 13:54:45 +0100
  • 2ed29cae11
    Put back get and set Daniel M 2020-05-10 10:56:28 +0200
  • 3974971ff9
    Update language_js.lua Daniel M 2020-05-10 10:51:45 +0200
  • 543234c42e Removed redundant line from syntax highlighter rxi 2020-05-10 09:19:25 +0100
  • 8671b02bdc Whitespace rxi 2020-05-10 09:14:12 +0100
  • 143f8867a1 Version 1.03 v1.03 rxi 2020-05-09 16:29:34 +0100
  • 3d49b6d200 Fixed highlighter resetting of syntax on doc filename change rxi 2020-05-09 16:23:07 +0100
  • 70f62f3c8a Added `doc:rename` command; changed command_view:set_text to take `select` argument rxi 2020-05-09 16:09:07 +0100
  • 7479c1380d Added commands `root:shrink` and `root:grow` rxi 2020-05-09 14:40:26 +0100
  • b08f870f47 Added stripping of carriage-returns when pasting rxi 2020-05-09 14:22:13 +0100
  • 78e729f580 Updated README screenshot rxi 2020-05-09 11:45:50 +0100
  • ee19d4644d Updated icon rxi 2020-05-09 11:33:16 +0100
  • ffdaec47e8 Default color theme adjustments rxi 2020-05-09 11:10:19 +0100
  • dfcbc48aad Replaced `build.py/build.config.py` with `build.sh` rxi 2020-05-09 11:01:28 +0100
  • 18b7d70a91 Fixed rare case where core.doc.highlighter would iterate out of line bounds rxi 2020-05-09 08:56:30 +0100
  • a651d48e84 Wrapped `core.on_event` calls in `core.try` rxi 2020-05-09 08:38:51 +0100
  • 22171fa802 Simplified core.step() rxi 2020-05-08 20:44:53 +0100
  • 31820b36ef Moved `syntax` from `doc.highlighter` to `doc` rxi 2020-05-08 20:29:22 +0100
  • a754c60127 README improvements rxi 2020-05-08 20:07:15 +0100
  • 2642f7443f Added default text to find-replace's "new text" input rxi 2020-05-08 13:55:23 +0100
  • b2756d8a49 Removed xalloc.c/h rxi 2020-05-08 13:41:39 +0100
  • 1d2a0aada5 Made `doc:toggle-line-comments` command skip empty lines rxi 2020-05-08 09:07:13 +0100
  • bf8565d2a1 Fixed `doc:toggle-line-comments` for syntax highlighter relocation rxi 2020-05-07 23:10:27 +0100
  • 95bdb07d49 Removed unused variables rxi 2020-05-07 22:40:34 +0100
  • de94c8a13c Removed unused variables in core.init rxi 2020-05-07 22:25:52 +0100
  • 774d95d800 Comment improvement in rencache.c rxi 2020-05-07 22:24:12 +0100
  • 762c1e2b69 Fixed RootView's EmptyView keymap text rxi 2020-05-07 21:46:21 +0100
  • f5025efbb8 Moved highlighter code from `DocView` to `Doc` rxi 2020-05-07 21:14:46 +0100
  • ae42176953 Renamed `common.matches_pattern` => `common.match_pattern` rxi 2020-05-07 14:18:46 +0100
  • 7cdf7dc44f Changed TreeView to first initialize its size in :update() rxi 2020-05-07 14:03:37 +0100
  • 5acc391288 Added logging when project module is loaded rxi 2020-05-07 13:41:39 +0100
  • 596b40c741 Made `find-replace:find-symbol` use first symbol in sel as default rxi 2020-05-07 10:55:11 +0100
  • 3057786ce2 Moved `matches_pattern` from `syntax` to `common` rxi 2020-05-07 10:27:37 +0100
  • e551052e91 Added icon to non-windows build rxi 2020-05-06 19:49:34 +0100
  • 201c8ffe9f Added stdout flushing to build.py rxi 2020-05-06 19:34:18 +0100