Commit Graph

  • e7b025203b add generic read function takase1121 2021-06-23 18:23:19 +0800
  • 8bbb26a469 refactor process.c takase1121 2021-06-23 18:21:36 +0800
  • c41747c8fb add .ccls-cache to .gitignore takase1121 2021-06-23 18:18:13 +0800
  • f4f33bd36b remove deprecated code takase1121 2021-06-22 16:09:36 +0800
  • 6e460a20ac Added Editorconfig for the project (#228) redtide 2021-05-27 21:07:40 +0200
  • 265501bb9e Fix problem with previous commit Francesco Abbate 2021-05-10 17:01:14 +0200
  • e1530c0951 Remove duplicate normalize_path function Francesco Abbate 2021-05-10 13:08:39 +0200
  • 0426fc26c2
    Merge pull request #333 from adamharrison/namespace-config Adam 2021-07-15 17:58:51 -0400
  • 423cd33810 Typo. Adam Harrison 2021-07-13 10:16:17 -0400
  • e539310e6d Namespace plugin-specific configuration settings. Adam Harrison 2021-07-13 10:14:00 -0400
  • 8e7d3c0f66 Fix several problem with directory update Francesco Abbate 2021-07-15 18:49:18 +0200
  • d3c7a43a60 Fix bug with expanding directory when file limited Francesco Abbate 2021-07-15 12:17:18 +0200
  • 3994c3ac42 Treat watch dir errors and fix various things Francesco Abbate 2021-07-15 09:56:49 +0200
  • 3e6b9fedfe Remove the treeview check for modified files Francesco Abbate 2021-07-14 23:15:05 +0200
  • fb1f4af7d5 Remove the project scan thread Francesco Abbate 2021-07-14 22:57:37 +0200
  • 3101cfff7b Update dmon from septag/dmon with fix for linux Francesco Abbate 2021-07-14 12:36:17 +0200
  • d7bdca3f48 Add missing files from previous commits Francesco Abbate 2021-07-14 10:11:46 +0200
  • d10865bcc4
    Merge pull request #303 from jgmdev/treeview-contextmenu Adam 2021-07-13 22:59:24 -0400
  • 0ed707c68f InnoSetup build scripts redtide 2021-06-23 16:43:58 +0200
  • 2bc068d0b7 WIP: implement adding of files in project's tree Francesco Abbate 2021-07-13 23:08:12 +0200
  • 79b65014a5 WIP: add correct binary search for removed file Francesco Abbate 2021-07-13 22:23:52 +0200
  • b2affddf32 WIP: advance implementation bot not yet complete Francesco Abbate 2021-07-13 17:40:26 +0200
  • 31199ecbfc WIP: integrating dmon for directory monitoring Francesco Abbate 2021-07-12 18:21:27 +0200
  • afa0c175e8 Added delete confirmation using NagView. jgmdev 2021-07-12 11:33:14 -0400
  • a4d5622eda Make use of core.reschedule_project_scan() jgmdev 2021-07-11 23:03:33 -0400
  • ad0530dafa Remove unused script run-plugin Francesco Abbate 2021-07-11 18:38:01 +0200
  • b3b99b9dcd Fix run-local script to use new executable name Francesco Abbate 2021-07-11 18:36:49 +0200
  • 900e9d1422 Namespaced aliases, virtual classes and added missing returns. jgmdev 2021-06-30 03:02:01 -0400
  • d5d81d750f InnoSetup build scripts redtide 2021-06-23 16:43:58 +0200
  • 49d9328570 Merge branch 'master' into dev jgmdev 2021-07-09 17:19:30 -0400
  • e1ae94a01b
    Merge pull request #318 from lite-xl/MacOSClose Adam 2021-07-09 14:30:48 -0400
  • 1e4f59c557
    Merge pull request #304 from lite-xl/process-refactor Adam 2021-07-09 14:25:48 -0400
  • 31a86d9452 Merge branch 'dev' of github.com:lite-xl/lite-xl into process-refactor takase1121 2021-07-09 11:58:09 +0800
  • 77d24daa63 Revert "fix number of parameters passed to self:move_towards" takase1121 2021-07-09 11:57:16 +0800
  • 3c15d99cec add default value for process:read* functions takase1121 2021-07-09 08:37:56 +0800
  • 8ebb40798b fix lua stack corruption takase1121 2021-07-08 17:47:18 +0800
  • d20a9c3faf use luaL_checkudata() instead of lua_touserdata takase1121 2021-07-08 17:43:44 +0800
  • d4673f065a remove default read buffer size takase1121 2021-07-08 15:23:41 +0800
  • 8995a2614f remove unecessary assertion takase1121 2021-07-08 15:05:12 +0800
  • 60d3f2cac1 add __tostring metamethod takase1121 2021-07-08 14:55:43 +0800
  • 4815cff503 kill process if EPIPE is encountered takase1121 2021-07-08 14:43:05 +0800
  • e0099485ab kill process when pipe is closed takase1121 2021-07-08 11:22:56 +0800
  • 81157b5d4f fix memory leak when reproc_start() fails takase1121 2021-07-08 11:22:33 +0800
  • 453df84c82 fix bugs with args and env array takase1121 2021-07-08 11:21:11 +0800
  • b38add8de5 move arg checking code to the top takase1121 2021-07-08 11:20:08 +0800
  • 9e5b6c72a7 replace Process() constructor with process.start() takase1121 2021-07-08 11:15:02 +0800
  • b07d37b89a Merge branch 'dev' of github.com:lite-xl/lite-xl into process-refactor takase1121 2021-07-07 14:46:49 +0800
  • 420bc2d88a Merge branch 'master' of github.com:lite-xl/lite-xl into dev takase1121 2021-07-07 14:46:22 +0800
  • b8b41b7fa8 Merge branch 'dev' of github.com:lite-xl/lite-xl into process-refactor takase1121 2021-07-07 14:44:51 +0800
  • 0059b4a1cc remove duplicated constants takase1121 2021-07-07 12:37:07 +0800
  • 8e9034b965 Merge branch 'process-refactor' of github.com:lite-xl/lite-xl into process-refactor takase1121 2021-07-07 01:18:52 +0800
  • 116109f069 move constants to the process table takase1121 2021-07-07 01:17:11 +0800
  • 050f131261 fix number of parameters passed to self:move_towards takase1121 2021-07-06 17:28:38 +0800
  • 1b0a2bc1aa add compile_commands.json to gitignore takase1121 2021-07-06 17:22:55 +0800
  • 57fca752a2
    Merge branch 'dev' into process-refactor Takase 2021-07-06 17:16:07 +0800
  • ccbf676f50 major refactor to the process API takase1121 2021-07-06 17:00:41 +0800
  • 1a87d0e4fd
    Merge pull request #323 from lite-xl/liquidev-multicursor-reset-blink Adam 2021-07-04 19:31:40 -0400
  • e5b2a7cbe8 reset blink timer when a new cursor is created lqdev 2021-07-01 14:50:28 +0200
  • f29b6d1cc8
    Merge pull request #309 from redtide/git-line-endings Adam 2021-06-30 11:13:42 -0400
  • 9126b5e64d
    Merge pull request #313 from jgmdev/add-system-rmdir Adam 2021-06-29 17:44:58 -0400
  • 68459a9199 Added context menu to treeview. jgmdev 2021-06-24 14:07:50 -0400
  • 4188269cef Added system.rmdir(path) jgmdev 2021-06-24 13:54:22 -0400
  • c2c59e9c99 Fixed XDG issue. Adam Harrison 2021-06-28 10:44:40 -0400
  • 13b3943455 Made sure ARGS worked backwards-compatibly. simplifying-main Adam Harrison 2021-06-27 18:11:16 -0400
  • 4d4c49e36e
    Merge pull request #312 from redtide/application-name Adam 2021-06-27 17:12:23 -0400
  • 1e1afb206b Added in command line parsing in lua. Adam Harrison 2021-06-27 17:02:15 -0400
  • f899848631 Added in checks so that the entire thing isn't consumed. Adam Harrison 2021-06-27 13:27:20 -0400
  • fd3f25608f Created an extra command, to implement appropriat cmd+w behaviour on mac. Adam Harrison 2021-06-27 13:18:54 -0400
  • 79581b551b change double quotes to single quotes to reduce escaping takase1121 2021-06-27 23:14:48 +0800
  • df63775dca Use lite-xl as project and exacutable names redtide 2021-06-24 14:49:18 +0200
  • 7d0de3a4b9 WIP: try to introduce project workspace save project-based-4-wip-changes Francesco Abbate 2021-06-25 15:37:04 +0200
  • 1b39a4cb37 WIP: introducing the RenCache as a Lua parameter rencache-texture Francesco Abbate 2021-06-25 15:33:12 +0200
  • 5200f3d94b WIP: adding 'voronianski color schemes voronianski-color-schemes Francesco Abbate 2021-06-25 09:13:58 +0200
  • 18eee34aa9 Added README to docs directory. jgmdev 2021-06-25 03:01:48 -0400
  • bd50401687 Documented with EmmyLua the C API using .lua interface files. jgmdev 2021-06-25 02:25:05 -0400
  • cc568e65fc Changed over ctrl+w keybinding over to cmd+w, as per #311. Adam Harrison 2021-06-24 18:00:50 -0400
  • 36ff3b1c76 Renamed dev-utils directory to scripts redtide 2021-06-23 15:29:25 +0200
  • 3f58e554ba Reorganization of data resources redtide 2021-06-20 17:37:08 +0200
  • 83a604dfb7
    Merge pull request #296 from lite-xl/font-copy-api Adam 2021-06-24 12:47:16 -0400
  • 8c71b35888 Set default documents line endings behavior redtide 2021-06-24 14:00:04 +0200
  • 022f92bcd4 do not terminate process when read fails takase1121 2021-06-24 16:01:45 +0800
  • c8dc77de54 Renamed dev-utils directory to scripts redtide 2021-06-23 15:29:25 +0200
  • cec12b9ae7 Reorganization of data resources redtide 2021-06-20 17:37:08 +0200
  • 9fa43dbdcb Merge branch 'master' of github.com:lite-xl/lite-xl into dev takase1121 2021-06-23 18:37:15 +0800
  • 257cb47cd1 fix wrongly spaced variable name takase1121 2021-06-23 18:29:38 +0800
  • ab0bdd5017 add generic read function takase1121 2021-06-23 18:23:19 +0800
  • b5e9e2a7bc refactor process.c takase1121 2021-06-23 18:21:36 +0800
  • bbfb6167f1 add .ccls-cache to .gitignore takase1121 2021-06-23 18:18:13 +0800
  • 88704c6ecb [api/process] added missing fields and minor fix to pid() jgmdev 2021-06-22 15:01:30 -0400
  • daa0720c6d remove deprecated code takase1121 2021-06-22 16:09:36 +0800
  • dad6d3d218 fix undefined variable takase1121 2021-06-22 09:18:40 +0800
  • d03082bd75 Added style.fontpath for easy builtin fonts path access in plugins. jgmdev 2021-06-21 20:15:06 -0400
  • 69cea72f90 Merge branch 'master' into dev jgmdev 2021-06-21 19:47:50 -0400
  • 98663461bb Merge branch 'master-fix' Francesco Abbate 2021-06-21 23:41:53 +0200
  • a2cf0019ff update application icon files Ulhar 2021-06-20 16:04:23 -0400
  • f9edca712d Added in lineguide to core. Adam Harrison 2021-06-20 16:40:25 -0400
  • 1cf0f2009c Add a C API copy method for font_desc objects Francesco Abbate 2021-06-21 11:18:52 +0200
  • 8b2fb67b9b Fixed regex replace. Adam Harrison 2021-06-20 22:24:20 -0400
  • 46e939a3e6 Fixed a minor bug. Adam Harrison 2021-06-20 21:34:42 -0400
  • 305921299f Added in tooltips, the ability to swap between different find modes with a keybind. Adam Harrison 2021-06-20 21:22:37 -0400