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
|
b542633cb6
|
On X11 listen on _NET_ACTIVE_WINDOW change instead of unfocus event for close-on-unfocus behaviour
|
2025-02-15 09:29:54 +01:00 |
|
Exidex
|
e36ff58a94
|
Fix errors now showing up in console when developing
|
2025-02-08 22:21:01 +01:00 |
|
Exidex
|
2d083074b1
|
Run cargo fmt. Add github workflow to validate
|
2025-02-02 17:10:54 +01:00 |
|
Exidex
|
5e42d0d6bc
|
Use null files as stderr/stdout/stdin instead of inheriting from parent. Fixes plugin runtime failing to start on windows when using subsystem windows
|
2025-02-01 14:55:48 +01:00 |
|
Exidex
|
4478f4a99e
|
Fix npm run dev failing because of missing log files when run for the first time
|
2025-01-19 11:53:26 +01:00 |
|
Exidex
|
085b5ce7e3
|
Revert "Fix npm run dev failing because of missing log files when run for the first time"
This reverts commit 8d66cac69f.
|
2025-01-19 11:45:15 +01:00 |
|
Exidex
|
8d66cac69f
|
Fix npm run dev failing because of missing log files when run for the first time
|
2025-01-19 11:21:15 +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
|
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
|
026bdf9b59
|
Wire up the Cosmic support for window tracking
|
2025-01-11 21:02:06 +01:00 |
|
Exidex
|
033f2c8d82
|
Fix build on windows
|
2025-01-10 22:02:24 +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
|
4d13725692
|
Make windows_app_from_path async
|
2025-01-10 21:32:14 +01:00 |
|
Exidex
|
95b0d0d326
|
Fix windows on x11 sometimes not matching real state, if plugin was launched when windows already existed
|
2025-01-08 20:23:44 +01:00 |
|
Exidex
|
b2094be545
|
Finish renaming Generated Command to Generated Entrypoint
|
2025-01-07 20:21:56 +01:00 |
|
Exidex
|
2e062705c7
|
Remove not used dependency
|
2025-01-01 12:05:20 +01:00 |
|
Exidex
|
b406da1598
|
Implement applications plugin on windows
|
2025-01-01 11:52:41 +01:00 |
|
Exidex
|
4f2add81cc
|
Add cosmic support for window tracking
|
2024-12-31 21:04:05 +01:00 |
|
Exidex
|
434dd7a252
|
Fix build on non-linux platforms
|
2024-12-31 19:29:04 +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
|
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
|
7fb6ca4074
|
Implement generated command accessories
|
2024-12-24 21:56:38 +01:00 |
|
Exidex
|
63a54d1d18
|
Fix build after renaming Image into ImageLike
|
2024-12-24 19:14:50 +01:00 |
|
Exidex
|
dd12028e15
|
Fix values in permissions.exec.command not being resolved properly
|
2024-12-24 14:49:15 +01:00 |
|
Exidex
|
c555579f2d
|
Fix zombie processes being left over after plugin runtime was stopped
|
2024-12-23 16:26:10 +01:00 |
|
Exidex
|
68be9a1a2f
|
Rework plugin shutdown to be more reliable
|
2024-12-21 20:57:15 +01:00 |
|
Exidex
|
42f3bb4d7d
|
Use ArrayBuffer in Clipboard Api instead of Blob
|
2024-12-20 21:18:16 +01:00 |
|
Exidex
|
a54a760cd4
|
Update all rust dependencies
|
2024-12-20 15:36:54 +01:00 |
|
Exidex
|
a4451acae4
|
Fix message loop in plugin runtime sometimes getting deadlocked
|
2024-12-19 16:03:22 +01:00 |
|
Exidex
|
0b67e67d0b
|
Each JS runtime is in separate process
|
2024-12-18 22:11:15 +01:00 |
|