Commit graph

239 commits

Author SHA1 Message Date
Exidex
b6c0b780db
Fix plugin runtime panic when using assetDataSync() 2025-05-04 10:52:59 +02:00
Exidex
f204969e63
Add support for svg images 2025-05-03 19:52:05 +02:00
Exidex
1a1c862973
More plugin examples 2025-04-24 21:13:43 +02:00
Exidex
b8f07d5028
Unify Vec<u8> usage to ArrayBuffer in js. Fixes icon in EntrypointGenerator requiring number[] 2025-04-20 16:15:43 +02:00
Exidex
fc4df0efa1
Rename out-screenshot to out_screenshot 2025-03-15 20:14:09 +01:00
Exidex
6ccd091c8f
Rename scenarios directory to example_plugins 2025-03-15 20:14:09 +01:00
Exidex
705b42821c
Actually fix the event loss, finally 2025-03-11 20:08:10 +01:00
Exidex
76609064df
Revert previous attempt to fix event loss 2025-03-11 20:06:43 +01:00
Exidex
b0f03daba7
Fix event loss due to race condition by allowing only one concurrent view event 2025-03-04 22:03:15 +01:00
Exidex
fe707d8419
Try to fix macos release x2 2025-02-22 19:35:07 +01:00
Exidex
b9f4d98408
Try to fix macos release 2025-02-22 18:58:13 +01:00
Exidex
435f836eb2
Add support for x86_64 on macOS 2025-02-16 12:33:01 +01:00
Benno
652af98544
Localized application names on macOS (#50)
Co-authored-by: Exidex <16986685+exidex@users.noreply.github.com>
2025-02-15 20:09:05 +01:00
Exidex
c0e68afc21
Fix build scripts when running locally 2025-01-19 18:46:33 +01:00
Exidex
c4e2b763c2
Fix broken build pipeline after previous commit 2025-01-19 13:29:13 +01:00
Exidex
2a7e21c470
Fix broken publish pipeline 2025-01-19 13:17:13 +01:00
Exidex
60a9dccb1d
Fix git pull in wrong place in publish pipeline 2025-01-19 12:36:57 +01:00
Exidex
6f7732ce38
Pass CommandContext object to commands which contains plugin and entrypoint preferences 2025-01-19 12:06:14 +01:00
Exidex
565519fa30
Add ability to control whether window is closed based on return value of action 2025-01-12 21:47:11 +01:00
Exidex
8ffe84c440
Use size optimized cargo profile only on releases, exclude nix as well 2025-01-12 20:38:41 +01:00
Exidex
4304d35d6a
Reload whole plugin when changing entrypoint state or preference value instead of just reloading search index 2025-01-11 23:23:08 +01:00
Exidex
d57d10d1a8
Remove preferences helper functions. Add preferences react hooks. Rename GeneratorProps to GeneratorContext. Add preferences to GeneratorContext 2025-01-11 22:50:54 +01:00
Exidex
4611d06a8b
Do not sign binaries in build workflow 2025-01-11 20:10:13 +01:00
Exidex
d3ac37996a
Do not call git pull in build workflow to fix build on pr branches 2025-01-11 19:48:58 +01:00
Exidex
72ba3f03cb
Move npm version bump to final state of publishing, so nix hash is not mismatched on release tag 2025-01-10 21:46:04 +01:00
Exidex
f9d6642900
Remove onClick events, instead primary action is called on click with id of clicked item. Add onItemFocusChange events 2025-01-10 21:26:54 +01:00
Exidex
b2094be545
Finish renaming Generated Command to Generated Entrypoint 2025-01-07 20:21:56 +01:00
Exidex
b406da1598
Implement applications plugin on windows 2025-01-01 11:52:41 +01:00
Exidex
a3532e9602
Implement window tracking and focusing for WMs that support wlr-foreign-toplevel-management-unstable-v1 protocol 2024-12-31 19:15:57 +01:00
Exidex
a84d3ee3da
Implement focusing for window tracking on x11 2024-12-29 21:45:33 +01:00
Exidex
9767290ecb
Match x11 window to app id also based on StartupWmClass and WM_CLASS 2024-12-29 17:36:32 +01:00
Exidex
d4548c0cda
Implement window tracking per application for x11 2024-12-29 13:22:52 +01:00
Exidex
873220ef89
Revert "Slightly throttle search index reload when calling add/remove in entrypoint generator"
This reverts commit f584f28a74.
2024-12-28 23:03:06 +01:00
Exidex
f584f28a74
Slightly throttle search index reload when calling add/remove in entrypoint generator 2024-12-28 21:00:20 +01:00
Exidex
1c1deca67e
Rename command-generator entrypoint type into entrypoint-generator 2024-12-25 23:59:45 +01:00
Exidex
9434c88f83
Add ability to open view with generated commands. Rename fn property into run, add view property 2024-12-25 23:45:11 +01:00
Exidex
0b48acdf77
Move command generator primary action into actions field which allows to specify custom default label 2024-12-25 13:37:46 +01:00
Exidex
ba4fd06f37
Merge updateAccessories into add, introduce get by id and getAll functions for command generator 2024-12-25 11:35:12 +01:00
Exidex
7fb6ca4074
Implement generated command accessories 2024-12-24 21:56:38 +01:00
Exidex
d01ab6bedc
Rename Image type to ImageLike to avoid conflict with Image component 2024-12-24 19:01:45 +01:00
Exidex
9604cb85f1
Improve rejected promise error log 2024-12-24 17:32:51 +01:00
Exidex
ff05d7c673 Prepare for v12 release 2024-12-22 13:51:26 +00:00
Exidex
00163031e0
Remove publishing of deprecated @project-gauntlet/deno 2024-12-22 14:36:45 +01:00
Exidex
42f3bb4d7d
Use ArrayBuffer in Clipboard Api instead of Blob 2024-12-20 21:18:16 +01:00
Exidex
6209ff6272
Update all js dependencies, react is still on v18 2024-12-20 18:33:23 +01:00
Exidex
bbfb17e4b1
Fix scenarios not working 2024-12-20 17:34:03 +01:00
Exidex
a54a760cd4
Update all rust dependencies 2024-12-20 15:36:54 +01:00
Exidex
e32a024f1a
Remove @project-gauntlet/deno, use @types/deno instead 2024-12-19 22:13:49 +01:00
Exidex
49b52488f0
Move ComponentModel to separate file 2024-12-18 22:08:13 +01:00
Exidex
5b769c8e7d
Deno update to 2.1.1 2024-12-18 22:08:12 +01:00