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
7bf36f9d8d
Update README.md
2025-01-19 12:36:57 +01:00
Exidex
60a9dccb1d
Fix git pull in wrong place in publish pipeline
2025-01-19 12:36:57 +01:00
Exidex
b0d030dccf
Prepare for v13 release
2025-01-19 11:32:44 +00:00
Exidex
c64dfbfe65
Bump version in nix overlay
2025-01-19 12:10:16 +01:00
Exidex
d861b730ef
Update CHANGELOG.md, README.md and THEME.md
2025-01-19 12:09:58 +01:00
Exidex
6f7732ce38
Pass CommandContext object to commands which contains plugin and entrypoint preferences
2025-01-19 12:06:14 +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
66bf1c861c
Move image download example in dev_plugin to separate entrypoint to not slow down detail-view
2025-01-18 22:42:32 +01:00
Exidex
7c440c5dcd
Improve config and theme config parsing error logs
2025-01-18 22:34:38 +01:00
Exidex
bd268cbb01
Update CHANGELOG.md
2025-01-18 21:46:30 +01:00
Exidex
d237d2b38a
Enable experimental window tracking by default
2025-01-18 19:06:23 +01:00
Exidex
3201c721a5
Cleanup not needed usages of Arc<Mutex>>
2025-01-16 22:41:20 +01:00
Exidex
e4df96c890
Save position of the main window to be used after restart
2025-01-16 22:02:43 +01:00
Exidex
b4e255a92e
Fix window jumping to another screen if pressing global shortcut with window open when using active monitor position mode
2025-01-16 21:21:34 +01:00
Exidex
47bf9f28e0
Rename windowTracking preference id into experimentalWindowTracking
2025-01-16 21:00:24 +01:00
Exidex
c492d26711
Add config setting to chose on which monitor window appears: always on the same or current active
2025-01-16 20:52:43 +01:00
Exidex
4cf3d3210a
Add ability to open new instance of application there are already windows open and window tracking is enabled
2025-01-13 22:09:26 +01:00
Exidex
b6fe543df7
Fix action not being run if list or grid view has focused search bar
2025-01-13 21:47:16 +01:00
Exidex
2ee1e645c9
Add config option to disable close on unfocus functionality
2025-01-13 20:53:08 +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
bb1562a362
Fix invalid cargo profile
2025-01-12 20:41:58 +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
ea527a7ece
Rename Window Tracking preference into Experimental Window Tracking
2025-01-12 20:25:51 +01:00
Exidex
b59762bd5b
Fix icons on macOS sometimes not loading
2025-01-12 20:18:17 +01:00
davfsa
e7c8575322
Reduce release binary size
...
`strip = true` alone reduces the size by 40MB!
2025-01-12 12:48:30 +01:00
Exidex
a905795c36
Add preference to enable window tracking. Currently disabled by default
2025-01-11 23:24:33 +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
61b71c8858
Re-run entrypoint generators after changing preference value
2025-01-11 23:01:22 +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
026bdf9b59
Wire up the Cosmic support for window tracking
2025-01-11 21:02:06 +01:00
Exidex
4611d06a8b
Do not sign binaries in build workflow
2025-01-11 20:10:13 +01:00
Exidex
a8666b1f57
Use pull_request_target instead of pull_request
2025-01-11 20:09:44 +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
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
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
Tristan Schrader
8cf1fedf20
fix: libxkbcommon + pkg-config for linux devshell
...
Because libxkbcommon is needed during package build now on Linux, we
have to included it as a package and configure it for access by
smithay-client-toolkit with pkg-config
2025-01-10 20:55:24 +01:00
Exidex
fd01fa2036
Add tiny-skia back explicitly
2025-01-08 20:27:07 +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
907e743607
Tweak styling of detail metadata when inside a list
2025-01-07 21:13:46 +01:00
Exidex
796008ad39
Make metadata section in detail in list slightly bigger
2025-01-07 20:51:39 +01:00
Exidex
e5117c6c45
Fix grid empty view not displaying the image
2025-01-07 20:45:02 +01:00
Exidex
d9b60d5e63
Fix list empty view image being too big
2025-01-07 20:44:21 +01:00
Exidex
b2094be545
Finish renaming Generated Command to Generated Entrypoint
2025-01-07 20:21:56 +01:00
Exidex
20fa211d05
Tweak styling of action panel
2025-01-07 20:07:49 +01:00