aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/plugins
AgeCommit message (Expand)Author
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
2023-10-06pluginapi: remove starting newline in demangled func name (#3502)ItsDrike
2023-09-06internal: Remove all `.c_str()` calls when using `std::vformat` (#3198)Philip Damianik
2023-09-06internal: Formatter rework (#3186)Vaxry
2023-07-10plugins: fix config value usage in initvaxerski
2023-06-16format: fix hooksystemvaxerski
2023-05-23decos: recalc on addvaxerski
2023-05-16Fix not finding function symbols for hooking (#2292)outfoxxed
2023-05-01Declarative plugin management (#2180)outfoxxed
2023-04-17pluginAPI: add note about API expansionvaxerski
2023-04-17pluginAPI: make symbols staticvaxerski
2023-03-31Misc FreeBSD fixes (#1926)Jan Beich
2023-03-31plugins: mark getFunctionAddressFromSignature deprecatedvaxerski
2023-03-31plugins: Add an API entry for finding functions by namevaxerski
2023-03-20notifs: use empty color for autovaxerski
2023-03-20plugin api: add addNotificationV2vaxerski
2023-03-07Fix plugin argument-less hyprctl calls (#1723)Stanisław Zagórowski
2023-03-04Fix clang compilation (#1697)scorpion-26
2023-02-28Unload plugins on compositor cleanup (#1662)Stanisław Zagórowski