Commit Graph

  • bd43ed3e3f Added _PLATFORM global rxi 2020-04-23 20:03:14 +0100
  • 592c16f3e0 Fixed rounding of CommandView suggestion popup box rxi 2020-04-22 19:25:47 +0100
  • 03eee86ddb Made font.gc() do null-check in case font.load() failed rxi 2020-04-22 00:41:23 +0100
  • 9a32a00c73 Made core.log/error store call location instead of view rxi 2020-04-22 00:02:35 +0100
  • 59881f81a6 Fixed common.path_suggest() for system.list_dir() changes rxi 2020-04-21 23:45:34 +0100
  • 73e96c2641 Made project_scan_thread() ignore directories it can't open rxi 2020-04-21 23:41:44 +0100
  • a9b4bdf602 Made system.get_file_info() and list_dir() return (nil,msg) on error rxi 2020-04-21 23:33:04 +0100
  • 4191cf2c08 Added `core.try` wrapping of function passed to `core.add_thread` rxi 2020-04-21 23:23:08 +0100
  • b7ec7a6acf core.doc.translate comment fix rxi 2020-04-21 23:15:43 +0100
  • b0e82f297e Changed lua syntax to map label to function color rxi 2020-04-21 22:56:27 +0100
  • de9bdc43fb
    Merge pull request #34 from luveti/lua-goto rxi 2020-04-21 22:52:39 +0100
  • 6ca88473c0 Added goto to lua language plugin luveti 2020-04-21 15:36:58 -0400
  • c6095562f3 Added system.platform() luveti 2020-04-20 17:20:42 -0400
  • d4a0057b64 Added ability to draw whitespace luveti 2020-04-20 11:56:37 -0400
  • 55d7fa58d0 Removed fake mouse-moved event on scroll change rxi 2020-04-19 17:21:27 +0100
  • 503d5101b5 Reorganising of DocView's draw functions v1.01 rxi 2020-04-18 15:24:45 +0100
  • 7046bfca24 Made cut/copy no-op if there is no selection rxi 2020-04-12 11:22:06 +0100
  • 1be7a32c6b Fixed error on setting active view when closing certain splits in RootView rxi 2020-04-12 11:14:49 +0100
  • d4284edd5c Replaced system.set_fullscreen with system.set_window_mode rxi 2020-04-07 18:48:57 +0100
  • 2a5a36f64e Changed mapping of collapsed/expanded icons on icon font rxi 2020-03-25 23:36:56 +0000
  • efed38d59c Added system.set_fullscreen() and core:toggle-fullscreen command rxi 2020-03-25 22:44:59 +0000
  • 1e9c3bef1f Fixed autoreload plugin truncating last character of files with no newline at end rxi 2020-03-24 19:48:27 +0000
  • 764b43494e Moved .c, .lua and .md language syntaxes from core.syntax to plugins rxi 2020-03-07 15:53:54 +0000
  • 42f7f81188 Added `union`, `short` and `long` keywords to .c syntax rxi 2020-03-07 15:50:52 +0000
  • 2eab24032b Made up/down commands on projectsearch ResultView scroll view rxi 2020-02-22 13:36:08 +0000
  • f37f22fb5f Added set_window_opacity function basinbaby 2020-02-07 13:01:56 +0000
  • 613f9c2ba6 Changed renderer to make tab and newline glyphs invisible rxi 2020-02-05 20:16:09 +0000
  • 33ad329f24 Changed DocView not to strip trailing `\n` character on line's final token rxi 2020-02-05 20:09:58 +0000
  • 7a2e1b00fb Fixed broken text output after tokenization Sergei V. Rogachev 2020-02-05 00:15:10 +0300
  • 36b77171c4
    Merge pull request #15 from richiefreedom/fix-node-navigation rxi 2020-02-01 16:44:58 +0000
  • 7e868e14e6 Fixed root:switch-to-* command Sergei V. Rogachev 2020-02-01 17:40:38 +0300
  • 719262a416 Added missing `volatile` keyword to C syntax rxi 2020-01-25 13:54:42 +0000
  • e62ccd4052 Tell git to ignore buildcache and built binary ForLoveOfCats 2020-01-13 21:22:46 -0500
  • 1eb26fcf5e Add the two new classes to `summer` and `fall` themes ForLoveOfCats 2020-01-13 14:55:34 -0500
  • 514310caa2 Add new highlighting style classes & highlight brackets in default langs ForLoveOfCats 2020-01-13 11:06:22 -0500
  • 02bee8353f DocView scroll on mouse not readjust when last line is at screen top ForLoveOfCats 2020-01-10 19:38:12 -0500
  • 8718352d7e Fix scrolling in TreeView & add scrollbar to TreeView ForLoveOfCats 2020-01-10 09:45:40 -0500
  • d771faa0e9 Clamp scrolling to document bounds w/scroll past end ForLoveOfCats 2020-01-09 14:18:21 -0500
  • 13c2f55019 Updated copyright year; 2019 => 2020 rxi 2020-01-01 16:00:39 +0000
  • 86800281c9 Made get_exe_dir() static; removed accidental `const` rxi 2020-01-01 13:25:04 +0000
  • ba86b58b80 Added better resolution of exe directory; should fix #1 rxi 2019-12-31 10:49:07 +0000
  • 3c59abba0b Made keymap treat `right alt` as `altgr` modkey rxi 2019-12-29 16:32:04 +0000
  • 2c3e393a6f Changed keymap to only treat `left alt` as `alt` modkey rxi 2019-12-29 16:09:56 +0000
  • 924d9192f2 Merge branch 'master' of https://github.com/lemon-sherbet/lite lemon-sherbet 2019-12-29 12:39:39 +0100
  • 03cabea911 Fix right alt modifier (alt gr) switching tabs (?) lemon-sherbet 2019-12-29 12:12:14 +0100
  • 1a967a7bd5 Revert "Fix being able to scroll out of bounds infinitely" lemon-sherbet 2019-12-29 12:21:36 +0100
  • 4d44826895 Fix right alt modifier (alt gr) switching tabs (?) lemon-sherbet 2019-12-29 12:12:14 +0100
  • 194187288f Fix being able to scroll out of bounds infinitely lemon-sherbet 2019-12-29 11:37:48 +0100
  • 42d8d568a3
    Create darkwood.lua monolifed 2019-12-29 13:19:31 +0300
  • b798825e7c Updated `Get` section of README rxi 2019-12-28 14:01:54 +0000
  • f96b08dfc8 Fixed links in README.md v1.0 rxi 2019-12-28 11:21:45 +0000
  • d8c4bfa6ba Initial commit rxi 2019-12-28 11:16:32 +0000