aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-06refactor: rename halloween cats to -spookySefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-06fix: allow -ween variants for all catsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-06Merge pull request #383 from leo78913/toolbar-lockSefa Eyeoglu
2022-11-05add: Spooky RoryAdrien
Signed-off-by: Adrien <66513643+AshtakaOOf@users.noreply.github.com>
2022-11-05Update launcher/ui/MainWindow.cppleo78913
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: leo78913 <leo3758@riseup.net>
2022-11-05fix: update tomlplusplus submoduleflow
This fixes an issue with Windows TOML file parsing with non-latin characters. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-05add -I import flag & don't clobber .zip assocRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2022-11-05windows file association is *hard*Rachel Powers
new macros! Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2022-11-05fix: @timoreo22Ryan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-05fix: remove dumb `FS::symlink` functionRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-05fix: use `osascript` to get admin privilegesRyan Cao
inspired from VSCode's approach Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-05initial support for add to PATH actionRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-05Merge pull request #400 from DioEgizio/bump-6.0DioEgizio
2022-11-05chore: bump to 6.0DioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-05Merge pull request #399 from ryanccn/readme-adaptive-logo-fixSefa Eyeoglu
2022-11-05fix: width="50%"Ryan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-05fix(docs): use new format for adaptive images in READMERyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-05Merge pull request #229 from ryanccn/macos-drag-n-dropSefa Eyeoglu
2022-11-05Merge pull request #396 from leozamboni/developSefa Eyeoglu
2022-11-05Merge pull request #149 from TayouVR/better-custom-themesSefa Eyeoglu
2022-11-05Merge pull request #294 from piperswe/add-snapcraft-ymlSefa Eyeoglu
2022-11-05fix: add missing newlineSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-05fix: fix icon install pathSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-04Merge pull request #366 from TheLastRar/MSVC-BuildSefa Eyeoglu
2022-11-04fix: use KDEInstallDirs for manpageSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-04fix: separate types of std::string in Packwizflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04feat: add more separation between types of std::string in StringUtilsflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04refactor: move FS's toStdString to StringUtilsflow
This is so that anyone can use it :) Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04refactor: move MMCStrings -> StringUtilsflow
General utilities can go in here >:) Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04fix: use unicode variant for marking '.index' hiddenflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04Workflow: Add MSVC Builds to release workflowTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04Fix: Resolve ambiguous overload errorsTheLastRar
Clang-cl fails to select the correct function and instead errors Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04Fix: Conflicting types for hoedown functionsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Add VC variables before packaging on WindowsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Build MSVC Legacy as 32bitTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Link to release libraries even in debugTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Use msbuild generator for msvc buildsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CMake: Support multi-configuration generatorsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Add MSVC BuildsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CMake: Build flags for MSVCTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CMake: Add fallback to bundled ECMTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04Libraries: Add ECMTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Exclude zlib testsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CMake: Force bundled zlib to take our IPO settingsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CMake: Add zlibTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04feat: spooky cat for halloweenleozamboni
Signed-off-by: leozamboni <leonardonunes169@gmail.com>
2022-11-04Merge branch 'develop' into macos-drag-n-dropSefa Eyeoglu
2022-11-04refactor(cmake): use KDEInstallDirs for Linux install pathsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-04Merge pull request #374 from flowln/fix_ltotxtsd
2022-11-03Libraries: Add zlibTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>