aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/plugins
AgeCommit message (Expand)Author
2024-12-07core: Add clang-tidy (#8664)Vaxry
2024-12-03core: move colorspace handling to oklab (#8635)Vaxry
2024-11-18miscfunctions: move configStringToInt to std::expectedVaxry
2024-08-26misc: constify the remaining for loops (#7534)Tom Englund
2024-08-26core: make most for loops use const references (#7527)Tom Englund
2024-08-24keybinds: refactor dispatchers to be better (#7331)Ikalco
2024-07-29pluginapi: Add force reload of config at the end of plugin initialization (#7...atikiNBTW
2024-07-21Core: Move to aquamarine (#6608)Vaxry
2024-06-19core: fix no-pch buildVaxry
2024-06-11core: move to hyprutils for utils (#6385)Vaxry
2024-05-05internal: new shared_ptr and weak_ptr implementation (#5883)Vaxry
2024-04-30pluginAPI/hooks: Remove dependency on cc from the hooksystem (#5801)Vaxry
2024-04-28core: Move /tmp/hypr to $XDG_RUNTIME_DIR/hypr (#5788)Vaxry
2024-04-28hooksystem: check for existing random outdirVaxry
2024-04-28core: prefer mkdir over create_directory and permissionsVaxry
2024-04-28hooksystem: use a random 700 directory for assemblerVaxry
2024-04-27CrashReporter: fix deadlocks by making it mostly async-signal-safe (#5771)virchau13
2024-04-27internal: Window storage rework - part 1 (#5762)Vaxry
2024-04-22pluginsystem: fix unhooking on exitVaxry
2024-04-22pluginapi: unregister callbacks on lost ptrsVaxry
2024-04-22pluginsystem: unload entire plugin before calling dlclose()Vaxry
2024-04-20HookSystem: improve callback safetyVaxry
2024-04-05core: fix compile without pchVaxry
2024-04-05hooksystem: attempt allocating pages in linear orderVaxry
2024-04-05hooksystem: Fix miscalculation in comment (#5442)Martin Sundhaug
2024-04-05hyprpm: add support for minimum versionsVaxry
2024-04-04hooksystem: manually map trampoline addressesVaxry
2024-03-08format: make ci happyVaxry
2024-02-18Migrate the config to hyprlang (#4656)Vaxry
2024-02-05pluginapi: allow registering hyprctl commandsVaxry
2024-02-05hyprctl: move to a class and unify commandsVaxry
2024-01-24pluginapi: fix hooks with negative rip offsetsVaxry
2024-01-01HookSystem: rename PAGESIZE_VAR from PAGESIZE to avoid conflict (#4321)Zach DeCook
2023-12-28pluginapi: manually detect endbr64 opcodes in function hooksvaxerski
2023-12-27pluginapi: better wording for plugin function hook errorsvaxerski
2023-12-27pluginapi: log assembler returnvaxerski
2023-12-27pluginapi: Trampoline hooks %rip patching improvements (#4256)Vaxry
2023-12-09functionHooks: fix incorrect protlen calcsVaxry
2023-12-06style/ci: apply clang-format and verify it in ci (#4039)François Conzelmann
2023-11-26hooksystem: fix missed log includeVaxry
2023-11-26functionhooks: throw an exception on unsupported %rip usageVaxry
2023-11-17pluginmgr: fix double use of dlerror()Vaxry
2023-11-17plugins: make logging on error more verboseVaxry
2023-11-11decorations: Decoration Positioner (#3800)Vaxry
2023-10-29pluginapi: fixup get_hash functionsVaxry
2023-10-29pluginapi: add a config keyword adding methodVaxry
2023-10-21hooksystem: add callbackinfo struct and cancellable eventsVaxry
2023-10-15cleanup: Replace find() with C++20 starts_with(), ends_with() and contains() ...Philip Damianik
2023-10-15build: include version.h in PluginAPI.hpp (#3571)memchr
2023-10-14Plugin API: Add version query (#3545)Vaxry