Age | Commit message (Collapse) | Author | |
---|---|---|---|
7 days | hyprpm: fix hyrpm sometimes returning 0 despite errors occuring (#8761) | Aaron Blasko | |
* hyprpm: fix hyrpm sometimes returning 0 despite errors occuring * there u go | |||
14 days | hyprpm: target installed instead of running version (#8634) | rooot | |
--------- Signed-off-by: rooot <[email protected]> | |||
2024-12-02 | version: add link versions for other utils (#8619) | Vaxry | |
--------- Co-authored-by: Mihai Fufezan <[email protected]> | |||
2024-11-28 | hyprpm: fix incomplete unmet dependencies message | Daringcuteseal | |
2024-11-23 | hyprpm: move temp files to XDG_RUNTIME_DIR | Vaxry | |
avoid /tmp, it's cringe | |||
2024-11-17 | hyprpm: fix format crash | Vaxry | |
ref #8487 | |||
2024-11-10 | core: fixup execAndGet | Vaxry | |
fixes #8410 | |||
2024-11-10 | hyprpm: fix format | Vaxry | |
2024-11-09 | core: move to os/Process from hyprutils | Vaxry | |
nix bump too | |||
2024-10-22 | hyprpm: Add option to notify on fail and keep original notify (#8167) | KAGEYAM4 | |
* Only generate notification on fail Hyprpm fail/pass notification are mutually exclusive. * Add option to notify on fail and keep original notify (#1) * Add option to notify on fail and keep original notify --------- Co-authored-by: KAGEYAM4 <[email protected]> --------- Co-authored-by: littleblack111 <[email protected]> | |||
2024-10-16 | hyprpm: Fix crashes due to misplaced fmt argument(s) (#8140) | zakk4223 | |
2024-10-13 | hyprpm: convert std::cout and std::cerr to std::println() | Toni500git | |
2024-10-11 | internal: improve version query and define HYPRLAND_VERSION (#8034) | Toni500github | |
2024-10-10 | hyprpm: disallow shallow on unknown branch | Vaxry | |
2024-09-11 | Meson: format | Mihai Fufezan | |
2024-08-26 | misc: constify the remaining for loops (#7534) | Tom Englund | |
now we roll loops at blazing constified speed. | |||
2024-08-25 | hyprpm: Fix checking dependencies (#7504) | Nelo-T. Wallus | |
* hyprpm: Fix checking dependencies * hyprpm: Check for dependency "pkg-config" --------- Co-authored-by: Nelo-T. Wallus <[email protected]> | |||
2024-08-19 | hyprpm, hyprctl: update shell completions | loseardes77 | |
2024-08-13 | hyprpm, hyprctl: remove Makefiles | Mihai Fufezan | |
2024-08-12 | flake.lock: update | Mihai Fufezan | |
2024-07-30 | hyprpm: execute all git commands regardless of fails | Vaxry | |
2024-07-30 | hyprpm: warn about uncheckoutable commits | Vaxry | |
2024-07-30 | hyprpm: add short error code explanations | Vaxry | |
2024-07-28 | hyprpm: checkout commit instead of branch | Mihai Fufezan | |
Fixes #6948 | |||
2024-07-21 | hyprpm: init submodules after resets | Vaxry | |
ref #6948 | |||
2024-07-21 | Core: Move to aquamarine (#6608) | Vaxry | |
Moves Hyprland from wlroots to aquamarine for the backend. --------- Signed-off-by: Vaxry <[email protected]> Co-authored-by: Mihai Fufezan <[email protected]> Co-authored-by: Jan Beich <[email protected]> Co-authored-by: vaxerski <[email protected]> Co-authored-by: UjinT34 <[email protected]> Co-authored-by: Tom Englund <[email protected]> Co-authored-by: Ikalco <[email protected]> Co-authored-by: diniamo <[email protected]> | |||
2024-07-04 | Completions: use only awk (#6763) | Lincoln Yuji de Oliveira | |
2024-06-15 | hyprpm: add --no-shallow | Vaxry | |
2024-06-13 | misc: Fix build warnings (#6486) | phonetic112 | |
2024-06-13 | hyprpm: print all types of cmake errors during configure | Vaxry | |
2024-06-11 | core: move to hyprutils for utils (#6385) | Vaxry | |
* core: move to hyprutils for utils Nix: add hyprutils dep * Meson: add hyprutils dep * flake.lock: update --------- Co-authored-by: Mihai Fufezan <[email protected]> | |||
2024-06-09 | hyprpm: print and fail on missing packages during configure | Vaxry | |
instead of failing later with something like exit code 2, print out what's missing | |||
2024-05-12 | hyprpm: don't shallow clone on non-main branches | Mihai Fufezan | |
2024-05-10 | hyprpm: fix style | Vaxry | |
2024-05-10 | hyprpm: force en_US locale for date calcs | Vaxry | |
ref #5994 | |||
2024-05-05 | CMake: install files (instead of Makefile) | Mihai Fufezan | |
2024-04-30 | CrashReporter: unbreak build on FreeBSD (#5786) | Jan Beich | |
* CrashReporter: skip Linux field on BSDs after 90a53aed59be In file included from src/debug/CrashReporter.cpp:10: src/debug/signal-safe.hpp:113:17: error: no member named 'sa_restorer' in 'sigaction' act.sa_restorer = NULL; ~~~ ^ * CrashReporter: ensure *argv[] is NULL-terminated after 90a53aed59be execv() may fail with EFAULT otherwise. * hyprpm: add missing header after 335015fe2def hyprpm/src/core/PluginManager.cpp:165:43: error: use of undeclared identifier 'getuid' 165 | const std::string USERNAME = getpwuid(getuid())->pw_name; | ^ hyprpm/src/core/PluginManager.cpp:431:45: error: use of undeclared identifier 'getuid' 431 | const std::string USERNAME = getpwuid(getuid())->pw_name; | ^ hyprpm/src/core/PluginManager.cpp:558:43: error: use of undeclared identifier 'getuid' 558 | const std::string USERNAME = getpwuid(getuid())->pw_name; | ^ | |||
2024-04-28 | hyprpm: fix updating headers | Vaxry | |
oopsie daisy | |||
2024-04-28 | hyprpm: fix for multi-user + improve directory structure | Vaxry | |
2024-04-19 | misc: fix autocompletions for meson (hyprctl/hyprpm) | Yixun Lan | |
Signed-off-by: Julien Roy <[email protected]> | |||
2024-04-16 | hyprpm: err out on missing runtime deps | Vaxry | |
2024-04-16 | hyprpm: shallow since a week before commit date | vaxerski | |
timezones, etc. ref #5612 | |||
2024-04-15 | hyprpm: checkout branch and rev separately | Vaxry | |
sometimes the branch is garbled by incorrect packaging | |||
2024-04-15 | misc: fix autocompletions for meson (hyprctl/hyprpm) | Vaxry | |
Signed-off-by: Florian sp1rit <[email protected]> | |||
2024-04-15 | hyprpm: minor fixes to hyprpm for shallow and versioned clones | Vaxry | |
2024-04-12 | hyprpm: fix wlroots path (#5567) | bvr-yr | |
2024-04-10 | hyprpm: Improve Hyprpm Update Performance (#5530) | Ben Landon | |
* hyprpm: only clone the required history * hyprpm: don't include tracy when building headers in release mode * chore: remove old, commented-out code See https://github.com/hyprwm/Hyprland/pull/4585#discussion_r1474780294 * chore: format code properly | |||
2024-04-09 | hyprpm: install shell completions | ErrorNoInternet | |
2024-04-08 | pkg-config -> pkgconf for hyprpm and cmake | Vaxry | |
2024-04-07 | hyprpm: add shell completions (#5423) | LOSEARDES77 | |
* hyprpm: add completions * hyprctl: correct spell mistakes * Apply fixes * makefile: correct shell completion paths * makefile: remove complletions on uninstalling |