Commit Graph

920 Commits

Author SHA1 Message Date
retrozinndev 7265a9ec1f feat(arg-handler): add support for media management within the cli 2025-08-03 12:54:53 -03:00
retrozinndev f553e3dfe4 feat(center-window/big-media): carousel player controls 2025-08-03 12:53:52 -03:00
retrozinndev 9eb40e032d 💄 chore(pages): add .selected css class for highlighting page-buttons, improvements 2025-08-02 18:13:55 -03:00
retrozinndev f30316fa19 feat(install, update-repo): allow standalone installation, improvements
no need to clone repository to run the script anymoregit add install.sh update-repo.sh utils.sh
2025-07-31 19:40:16 -03:00
João Dias f8c0016eb1 📚 docs(readme): fix english lol 2025-07-31 18:02:21 -03:00
João Dias 526dc2dcd6 📚 docs(readme): update agsv3 notice 2025-07-31 17:53:20 -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 ada9cbb4a5 🔧 chore(hypr/bindings, hypr/decorations): open shell if not running with F7, smaller blur size 2025-07-30 18:18:02 -03:00
retrozinndev 91d2a0ee1b 💥 fix(hypr/scripts/color-picker): empty notification when no color is picked
actually fixed it now
2025-07-30 18:13:37 -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 4db8ddff01 perf(windows): better usage of scopes
actually dispose scopes when window triggers ::close-request
2025-07-30 17:31:22 -03:00
retrozinndev ca187a26ed chore(scripts/utils, scripts/style-handler): add filter() method, change stylesheet target directory
the `filter()` function can both filter a common array and at the same time, it can also filter an Accessor Array(Accessor<Array<T>> and return an Accessor when provided Array is an Accessor Array. Stylesheet directory changed to colorshell's cache dir, making sense, since it's a temporary file generated by the shell
2025-07-30 17:28:55 -03:00
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 2c0871602a 💄 chore(i18n/intl): better errors and logs 2025-07-30 17:12:26 -03:00
retrozinndev d95273657c 🔧 chore(tsconfig): use recommended config 2025-07-30 16:17:20 -03:00
retrozinndev 30109b00a8 💥 chore(app): correcly use appScope and dispose 2025-07-30 16:16:23 -03:00
retrozinndev 89851d4642 💄 chore(style): update styles 2025-07-30 16:15:23 -03:00
retrozinndev 29ddc393a9 chore(popup-window): improvements on scope management + outside-click checks 2025-07-30 16:14:40 -03:00
retrozinndev 2276acc97f chore: use floating numbers instead of integers on levelbar, simplify widget structure on apps-window 2025-07-30 16:13:49 -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 3d64b7e144 🔧 chore(app, windows): create app scope disposed on app ::shutdown, delete WindowInstance object from WindowData instead of defining as undefined 2025-07-26 16:02:33 -03:00
retrozinndev e25c2339ab 🔧 chore(arg-handler): more organized and supporting more arguments 2025-07-26 11:06:08 -03:00
retrozinndev 0efd1f4829 💥 fix(logout-menu): window status not changing after being closed with Escape 2025-07-26 10:05:40 -03:00
retrozinndev 5dad5de468 💥 fix(logout-menu): not showing closed state on window management 2025-07-25 23:31:44 -03:00
retrozinndev e2b4af1787 💥 fix(custom-dialog): close popup if closeOnClick is enabled on option 2025-07-25 23:30:35 -03:00
retrozinndev 03b1b64c5c 💥 fix(scripts/utils): getChildren() method not working, add pickObjectKeys() methods
the old code that didn't work was really bad, and `pickObjectKeys()` is the inverse of `omitObjectKeys()`, that returns an object with the keys listed inside the array parameter
2025-07-25 22:06:12 -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 d721ea30db chore: make apps-window and floating notifications work better on gtk4 2025-07-23 21:53:43 -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 612dcc693f feat(notifications): retrieve history from astal's notifd file in XDG_STATE_HOME 2025-07-23 20:51:02 -03:00
retrozinndev 8074221489 feat: add escapeUnintendedMarkup(), getChildren() and pathToURI() utility functions
gtk4 doesn't have a `get_children()` method anymore 😭
2025-07-23 20:49:04 -03:00
retrozinndev 2a8749c85b 🔧 chore(app): update Windows.isOpen() function's name
it was named `Windows.isVisible()` before the change in the window management system
2025-07-23 20:46:25 -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