aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-04Added in variable to check detached state on cleanup, so we don't send TERM.fix-pgid-on-deatchAdam
2022-10-04Added in conditional, as detaching will fail with "Operation not permitted" o...Adam
2022-10-04Fixing minor bug relating to TreeView's cache. (#1136)Adam
2022-10-04Add i386 architecture detection, add FreeBSD to platform detection (#1135)Jan
2022-10-03meson: fallback onto the C compiler when Lua could not be found (#1134)Jan
2022-10-03meson: updated lua wrap to v5.4.4 (#1133)Jefferson González
2022-10-02plugins language_md: fixed some regressions, added caddyfile supportjgmdev
2022-09-29system: added raise_window() (#1131)Jefferson González
2022-09-28language_md: don't require space at end on '_', '__', '___' (#1129)Jefferson González
2022-09-25gh workflow: don't make release on tag pushes to prevent double release when ...jgmdev
2022-09-25updated changelogjgmdev
2022-09-25core start: added missing ';' to package.cpathjgmdev
2022-09-25Added in ability to have `init.so` as a require for cpath. (#1126)Adam
2022-09-25Added Release Workflow and Fixed some build script issues (#1013)Jefferson González
2022-09-22api: expose api_load_libs to native plugins (#1125)Jefferson González
2022-09-22docs: documented ARCH global.jgmdev
2022-09-19Update unidata to version 15.0 (#1122)Dmitry Atamanov
2022-09-18Added in native modules suffixes. (#1111)Adam
2022-09-16core: remapped core:restart to `ctrl+alt+r`jgmdev
2022-09-15contextmenu: resize on scale changes (#1117)Jefferson González
2022-09-15plugin scale: added option to set default scale (#1115)Jefferson González
2022-09-14Added in simple directory search to treeview. (#1110)Adam
2022-09-13Strictly limit find/replace commands to `core.docview` (#1108)Guldoman
2022-09-12autocomplete: properly replace current partial symboljgmdev
2022-09-07Merge pull request #1105 from jgmdev/PR/sdl-updateJefferson González
2022-09-02Changed setpgrp to a more portable form.Adam
2022-08-24updated sdl2 wrap to 2.24jgmdev
2022-08-21Make predicate for some `TreeView` commands stricterGuldoman
2022-08-21Reduce double click radiusGuldoman
2022-08-20Added a smoothing and strikethrough option to font loading. (#1087)Aqil Contractor
2022-08-17Merge pull request #1100 from Guldoman/PR_fix_path_suggestJefferson González
2022-08-16Merge pull request #1098 from Guldoman/PR_command_predicate_paramsJefferson González
2022-08-17Be more lenient with appending `PATHSEP` in `common.path_suggest` in WindowsGuldoman
2022-08-16Remove final `PATHSEP` in `common.normalize_volume`Guldoman
2022-08-16Add `PATHSEP` before listing the directory in `common.path_suggest`Guldoman
2022-08-16Merge pull request #1101 from benwalksaway/python_async_awaitJefferson González
2022-08-16Replace `assert` with `core.log_quiet` on command replaceGuldoman
2022-08-16Add predicate memoization to `command.get_all_valid`Guldoman
2022-08-16Use `Object:is` instead of direct metatable comparison in `autocomplete`Guldoman
2022-08-16Allow command predicates to manage parameters passed to the commandsGuldoman
2022-08-16language_python: add syntax support for async/awaitBen Larisch
2022-08-16Remove dot slash from suggested paths in `common.path_suggest`Guldoman
2022-08-09Steps to generalize toolbar and treeview. (#1088)Adam
2022-08-07Fix [build] link and add [lite] link on Overview (#1096)Wahyu Wiyoko
2022-08-03Enable SDL timersGuldoman
2022-08-03Clear default Lua require path (#1085)Guldoman
2022-07-22Fix "hard" indent column info on status view. (#1078)ian`
2022-07-17Merge pull request #1080 from jgmdev/PR/fix-commandview-caretJefferson González
2022-07-16Merge pull request #1079 from cisoun/masterGuldoman
2022-07-15CommandView: do not change caret size with config.line_heightjgmdev