1. 02 Jan, 2026 2 commits
  2. 29 Dec, 2025 1 commit
    • Erik Reider's avatar
      Remove unneeded code + DBus methods that should be internal (#688) · 8112744d
      Erik Reider authored
      * Remove unneeded code + DBus methods that should be internal
      
      * Moved CC and NotiDaemon out of SwayncDaemon
      
      * Moved NotificationCloseButton into its own file
      
      * De-singletonified the NotificationWindow Widget
      
      * Fixed formatting
      
      * Hide the C compilers warnings when compiling
      
      * Revamped and vastly simplified notification removal logic
      
      * Redirect stdout to /dev/null in uncrustify GitHub Action
      
      Makes it easier to know what files fail without needing to search the
      output logs
      
      * Changed enum NotificationType POPUP -> FLOATING
      8112744d
  3. 25 Dec, 2025 4 commits
  4. 23 Dec, 2025 1 commit
  5. 21 Nov, 2025 1 commit
  6. 11 Nov, 2025 1 commit
    • Erik Reider's avatar
      Improve large notification groups performance (#669) · 2765a7cc
      Erik Reider authored
      * Moved ExpanableGroup into its own file
      
      * Noti Group: Cull non-visible notifications + don't calc transforms every frame
      
      Makes sure that only visible notifications are allocated and rendered.
      Also moves the transforms on size-allocate instead of every frame.
      Should improve performance. :)
      
      * Fixed expandable group not re-allocating on scroll
      
      * Fixed floating notifications warning on first map
      2765a7cc
  7. 05 Nov, 2025 1 commit
  8. 28 Oct, 2025 1 commit
  9. 18 Oct, 2025 4 commits
  10. 17 Oct, 2025 1 commit
  11. 15 Oct, 2025 1 commit
  12. 13 Oct, 2025 2 commits
  13. 12 Oct, 2025 5 commits
  14. 11 Oct, 2025 2 commits
  15. 10 Oct, 2025 1 commit
  16. 07 Oct, 2025 3 commits
  17. 25 Sep, 2025 4 commits
  18. 20 Sep, 2025 1 commit
    • Samyak Jain's avatar
      Update waybar docs to deal with edge case (#635) · 807ecab1
      Samyak Jain authored
      In waybar formatting, adding "{}" only works when adding it before the icon. It breaks when adding it after the icon. This change fixes the snippet in our README, so that if someone copies our snippet, it will be easier to make changes.
      807ecab1
  19. 26 Aug, 2025 4 commits