Commit Graph

184 Commits

Author SHA1 Message Date
retrozinndev 9eb40e032d 💄 chore(pages): add .selected css class for highlighting page-buttons, improvements 2025-08-02 18:13:55 -03:00
retrozinndev 50fe196b1c 💥 fix(center-window/big-media): progress bar not "hexpanding" 2025-07-31 10:35:16 -03:00
retrozinndev fa40de97c9 perf(bar/tray): use gtkbox instead of gtkmenubutton, use popover as gtkbox child 2025-07-30 18:42:12 -03:00
retrozinndev 22a17e14db 💥 fix(control-center/page, control-center/pages): scope errors
i basically restructured the page widget lol
2025-07-30 17:56:01 -03:00
retrozinndev d417eb8c05 chore(bar/workspaces): add revealer to special-workspaces/workspaces separator 2025-07-30 17:51:41 -03:00
retrozinndev 22f9c38c55 💥 fix(bar/status): use correct muted icon for source 2025-07-30 17:50:40 -03:00
retrozinndev 7227c1942c 💥 fix(bar/focused-client): str may not be null 2025-07-30 17:49:48 -03:00
retrozinndev 607ed8fd2c 🔧 chore(background-window): add onCloseRequest method 2025-07-30 17:48:29 -03:00
retrozinndev 29ddc393a9 chore(popup-window): improvements on scope management + outside-click checks 2025-07-30 16:14:40 -03:00
retrozinndev ba5694271d 💥 fix(media, big-media): only show button to copy media link if it's provided by the player
makes use of a connection to notify::metadata to get when the link is updated, instead of binding directly to AstalMpris.Player::metadata and getting the 'xesam:url' property, since JS does not support the hashmap thing
2025-07-29 14:18:58 -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 d3df0f0aec 🔧 chore(bar/apps, bar/focused-client): use onClicked prop instead of connecting to signal, fix str being null sometimes 2025-07-27 12:07:32 -03:00
retrozinndev e2b4af1787 💥 fix(custom-dialog): close popup if closeOnClick is enabled on option 2025-07-25 23:30:35 -03:00
retrozinndev 627ed101e0 ♻️ refactor(bar/media): move icon-getting method to a function in utils.ts 2025-07-25 19:09:56 -03:00
retrozinndev 3b59243cdc feat(center-window/big-media): add player select button 2025-07-25 19:08:03 -03:00
retrozinndev d4c1fcf327 chore: use util methods, improvements 2025-07-23 22:22:18 -03:00
retrozinndev 7b158b8c89 💥 fix(control-center/notif-history): clean all button not doing anything on ::on-clicked 2025-07-23 22:20:45 -03:00
retrozinndev f0b86a10d2 💥 fix(control-center/tile): use ::onclicked signal for tile button instead of adding an unnecessary gesture controller 2025-07-23 22:18:50 -03:00
retrozinndev 0ec7957ab8 💥 fix(center-window/big-media): gtkpicture not showing with album art
just got back to the good old gtkbox with a background-image 😜
2025-07-23 21:59:26 -03:00
retrozinndev 55de36c354 chore: make tray item activate on primary button click and open menu on secondary click 2025-07-23 21:57:21 -03:00
retrozinndev 7f39eb4b46 ♻️ refactor(pages): rename onClose function/property to actionClose 2025-07-23 21:48:05 -03:00
retrozinndev 5254be2b79 💥 fix(bar/workspaces): last application icon showing also on focused workspace 2025-07-23 21:44:22 -03:00
retrozinndev 3708c6a7bf feat(bar/status): add support for dynamic network status icon 2025-07-23 21:39:08 -03:00
retrozinndev 35e88217a8 💥 fix(bar/media): unexistent player keeps selected instead of jumping to the next available player 2025-07-23 21:37:38 -03:00
retrozinndev b0ec47d4a5 💥 fix(popup-window): now it works as intended 2025-07-23 20:32:57 -03:00
retrozinndev 07d30747bf 💄 chore(style, widget): update styles for gtk4 and fix some issues on existing widgets
focused-client widget now updates when your open a new window in a clean workspace
2025-07-18 09:55:16 -03:00
retrozinndev 26778e91ab 💥 fix(bar/media): play/pause not working when clicked 2025-07-18 00:03:27 -03:00
retrozinndev 2fb3b68204 💥 fix: correctly use centerbox with gtkbuilder types, fix styles
also re-added some windows to the windows list(they were causing issues before)
2025-07-07 21:58:34 -03:00
retrozinndev b90a799a89 chore: migrate widgets to ags v3 and gtk4 2025-07-06 19:56:44 -03:00
retrozinndev 9db1d6fc12 chore: control-center and center-window widgets to gtk4 and ags v3 2025-07-06 19:56:09 -03:00
retrozinndev 7b758bd298 chore: migrate bar widgets to ags v3 and gtk4 2025-07-06 19:55:27 -03:00
retrozinndev 2bca31e601 chore: make workspaces fit in a single widget, add keyboard support for the logout menu 2025-06-28 13:29:33 -03:00
retrozinndev dece2776fe feat(config): implement configurations 2025-06-26 15:12:24 -03:00
retrozinndev 02daea8566 💥 fix(control-center/bluetooth): paired/connected device not showing in devices list after unstrust 2025-06-22 15:02:54 -03:00
retrozinndev 9ed3ac3ee8 💥 fix(control-center/network): wrong enum name, type's got generated wrong (fixes #11)
issue noticed by @NotMephisto
2025-06-19 20:44:53 -03:00
retrozinndev e02f96b151 feat(control-center/network): add provisory support for wireless connections
I call it "provisory" because I don't have a Wi-Fi card to test it, but in theory, everything should work
2025-06-19 19:10:25 -03:00
retrozinndev 433b7838c3 feat(bar/workspaces): show workspace numbers when not in crescent order
helps when navigating between used/not-used workspaces
2025-06-19 10:28:06 -03:00
retrozinndev eeb775d203 💥 fix: media copy link button not copying link
there are some issues with astalmpris.player.metadata, so I started using playerctl cli instead
2025-06-18 21:52:41 -03:00
retrozinndev ac65bba024 💥 fix(bar/special-workspaces): correct usage of getSymbolicIcon() method
also improved the `getSymbolicIcon()` method's code
2025-06-18 18:51:30 -03:00
Mephisto 9362a18ddc Symbolic icons in special workspaces 2025-06-17 21:11:11 +03:00
Mephisto d7b20bc8b8 Symbolic Icons in workspaces 2025-06-17 21:09:32 +03:00
Mephisto 61d299db75 Now it even handles null case. 2025-06-17 20:22:05 +03:00
Mephisto 7a104098d8 Need test 2025-06-17 20:14:46 +03:00
Mephisto a69bdfdb7c Using Decoder for Uint8Array type data 2025-06-16 19:36:34 +03:00
Mephisto 9aea545084 Update Media.ts 2025-06-16 15:57:16 +03:00
Mephisto 62f8d73125 Merge branch 'ryo' into ryo 2025-06-16 15:55:39 +03:00
Mephisto e722fc7d42 Ops.. 2025-06-16 13:30:44 +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
Mephisto 29fca303f6 Update BigMedia.ts
Add checks for Infinite numbers
2025-06-15 23:18:34 +03:00
Mephisto ed55767a06 Remove import 2025-06-15 23:10:55 +03:00