aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-24Added in quick way to just grab and install orphan plugins.Adam Harrison
2023-07-10Fixed typo.Adam Harrison
2023-07-09Made -g flag signal whether or not we move to debug builds for cmake.Adam Harrison
2023-07-09Made sure size comparaisons only occur with files.Adam Harrison
2023-07-09Moved USERDIR creation down a bit.Adam Harrison
2023-07-09Added in executable path to test command.Adam Harrison
2023-07-09Updated LPM_DEFAULT_REPOSITORY to be a define, as well as fixed issue with ↵Adam Harrison
downloading from domains without paths.
2023-07-06Added in section about getting the GUI.Adam Harrison
2023-07-06Updated CHANGELOG.md.v1.0.7Adam Harrison
2023-07-06Updated modules.Adam Harrison
2023-07-06Removed old mbedtls, replacing with submodule.Adam Harrison
2023-07-05Added in better traceability.Adam Harrison
2023-07-05Added in early exits for failing to build underlying libraries.Adam Harrison
2023-07-04Whoops.Adam Harrison
2023-07-04Added in ability to pull remotes while running.Adam Harrison
2023-07-03Fixed issue with non-existent symbolic links not getting removed, and also ↵Adam Harrison
realpath returning the absolute path of a link target, rather than a link. Also, ensured that the lxl datadir is properly detected.
2023-07-03Fixed issue with loading screen and refreshing.Adam Harrison
2023-07-02Removed unused code.Adam Harrison
2023-07-01Added appropriate mkdirp to fix an issue with custom inits.Adam Harrison
2023-06-27Improved generation of manifests to not exclude -.Adam Harrison
2023-06-27Fixed warning and error.v1.0.6Adam Harrison
2023-06-27Updated CHANGELOG.md.Adam Harrison
2023-06-27Fixed windows compile due to new libgit2 version.Adam Harrison
2023-06-27Added in shallow cloning.Adam Harrison
2023-06-27Fixed testing library paths.Adam Harrison
2023-06-27Fixed a bug on windows.Adam Harrison
2023-06-27Fixed some minor bugs, moved json to a library, updated manifest to reflect ↵Adam Harrison
this.
2023-06-20Updated changelog.Adam Harrison
2023-06-20Updated lpm on plugin manager as optional, as we will use the system lpm if ↵v1.0.5Adam Harrison
available.
2023-06-20Merge branch 'master' of github.com:adamharrison/lite-xl-plugin-managerAdam Harrison
2023-06-20Moved help output to stdout, to be consistent with other unix tools.Adam Harrison
2023-06-20Merge pull request #29 from lite-xl/PR/remove-sysconfigAdam
Removed system configuration search paths.
2023-06-20Removed system configuration search paths.Adam Harrison
2023-06-20Merge branch 'master' of github.com:adamharrison/lite-xl-plugin-managerAdam Harrison
2023-06-20Removed xxd as a dependnecy.Adam Harrison
2023-06-20Merge pull request #27 from lite-xl/revert-25-PR/xxd_set_nameAdam
Revert "Set variable name with xxd instead of relying on path"
2023-06-20Revert "Set variable name with xxd instead of relying on path"revert-25-PR/xxd_set_nameAdam
2023-06-20Merge pull request #25 from Jan200101/PR/xxd_set_nameAdam
Set variable name with xxd instead of relying on path
2023-06-20Set variable name with xxd instead of relying on pathJan200101
2023-06-19Colorized some more messages. Added in a tmp file for repository fetching, ↵Adam Harrison
so that we do not have an inconsistent state after an error.
2023-06-19Removed debug statemet.Adam Harrison
2023-06-19Removed debug statement.Adam Harrison
2023-06-19Merge branch 'master' of github.com:adamharrison/lite-xl-plugin-managerAdam Harrison
2023-06-19Clarified that `common.path` should only look for executbale files that are ↵Adam Harrison
not folders.
2023-06-19Merge pull request #24 from Jan200101/PR/mesonAdam
Add meson build system
2023-06-19Add meson build systemJan200101
2023-06-18Updated CHANGELOG, and fixed one last test.v1.0.4Adam Harrison
2023-06-18* Added in metapackage support into manifest.Adam Harrison
* Fixed issue with system lite-xls not being detected correctly.
2023-06-18Update SPEC.mdAdam
2023-06-17Update SPEC.mdAdam