Commit Graph

31 Commits

Author SHA1 Message Date
retrozinndev 8e0bc424fd perf(runner): code improvements 2025-07-30 17:17:51 -03:00
retrozinndev 3492cb33f5 💥 fix(runner/plugins/shell): description defined as boolean instead of string in condition check 2025-07-30 17:16:07 -03:00
retrozinndev a67da99839 💥 fix(runner): result selection not working, scrolledwindow not scrolling automatically with focused row 2025-07-27 17:51:10 -03:00
retrozinndev 467de2235a chore(runner): try a new approach to show results, make plugins return properties instead of the actual widget
returning the results as objects seems to be a better approach, also, the new way of showing results doesn't work for some reason(i didn't discover it yet lol)
2025-07-23 20:41:23 -03:00
retrozinndev 3b03c434b5 chore: migrate runner and plugins to ags v3 and gtk4 2025-07-06 19:54:58 -03:00
retrozinndev a669e1acc3 chore: lots of improvements, exec apps with uwsm if in usage
also, started using `AstalWp.Endpoint.description` instead of the `name` property when showing device names, thanks to @NotMephisto in #9
2025-06-15 20:29:16 -03:00
retrozinndev f81ed09c3c 💄 runner: better look and feel, internal improvements 2025-06-13 18:52:30 -03:00
retrozinndev 7bdaed7e54 perf(runner): better regex match search
started using flags instead of any-character expressions between characters
2025-06-09 20:25:57 -03:00
retrozinndev 21820ab21c feat(runner/plugins/apps): asynchronously-refresh applications list on init
avoids the necessity to press F5 to update apps list
2025-06-01 16:26:08 -03:00
retrozinndev a13f257e49 💥 fix(runner): low popup height 2025-05-21 14:44:00 -03:00
retrozinndev a912b955d9 feat(runner/plugin-websearch): set prioritize to true 2025-05-21 14:41:22 -03:00
retrozinndev 6061c88e2b 💥 fix(popup-window): outside-click not working
this commit applies another method of doing this function. The checks happen in the same layer, instead of two layers
2025-05-21 14:40:16 -03:00
retrozinndev 0a206ebd8d ags(runner/plugins/shell): better shell plugin 2025-05-11 22:03:51 -03:00
retrozinndev 2b202cbb02 ags(runner/plugins): add new clipboard plugin 2025-05-11 22:03:15 -03:00
retrozinndev c06d06ee02 ags(runner/plugins/media): drop variables onClose 2025-05-11 20:54:38 -03:00
retrozinndev c574fa87f9 ags(runner): add new functions and organize existing 2025-05-11 20:53:19 -03:00
retrozinndev ee820970a4 ags(runner/plugins): add wallpaper plugin with prefix # 2025-04-26 22:43:06 -03:00
retrozinndev 52d1884003 ags(runner): add initialText property to runner 2025-04-26 22:36:57 -03:00
retrozinndev e6bac1a425 ♻️ ags(runner): separate search results steps into functions 2025-04-25 13:25:25 -03:00
retrozinndev 4af7df5b17 💥 ags(runner): fix ResultWidget.closeOnClick property, do not close runner on media control plugin 2025-04-23 14:55:20 -03:00
retrozinndev 5376eb6576 💥 ags(popup-window, ask-popup): fix unexpected behaviors, removed onClose() and closeAction() support 2025-04-16 19:44:38 -03:00
retrozinndev a15c0c53f0 💥 runner(plugins/shell): use single quotes to run commands instead of normal quotes 2025-04-15 17:31:55 -03:00
retrozinndev 415ffa66d8 ags(runner): port to new PopupWindow function 2025-04-15 17:29:16 -03:00
retrozinndev ddaa821d71 ags(runner): only show placeholders if there are no results for search 2025-04-10 16:52:59 -03:00
retrozinndev 53929db052 ags: new window management system, adjustments, use adwaita sans 2025-04-01 10:47:40 -03:00
retrozinndev 4ede01b3b9 feat(ags/runner): add plugin to control media from runner with prefix : 2025-03-26 16:14:53 -03:00
retrozinndev e2e84c93b5 💥 ags(runner): show result placeholders when runner opens 2025-03-25 15:53:30 -03:00
retrozinndev 3fa13c368c 💥 ags(runner): actually run Runner.Plugin.init() on runner open 2025-03-23 10:50:29 -03:00
retrozinndev 3db477598f ags(bar, notifications, control-center): add status icons to bar, notification history fixed, notification history below control-center 2025-03-23 10:17:22 -03:00
retrozinndev 9bca6de71e 💥 ags(runner/apps): fix app icon issues 2025-03-22 08:40:10 -03:00
retrozinndev 52cfd114d7 ♻️ ags(runner): organize files separately from the main shell stuff 2025-03-12 22:11:18 -03:00