1. 21 Mar, 2026 6 commits
  2. 20 Mar, 2026 2 commits
  3. 12 Mar, 2026 1 commit
  4. 18 Feb, 2026 1 commit
  5. 17 Feb, 2026 2 commits
  6. 10 Feb, 2026 1 commit
  7. 25 Jan, 2026 2 commits
  8. 18 Jan, 2026 5 commits
  9. 02 Jan, 2026 9 commits
  10. 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
  11. 25 Dec, 2025 4 commits
  12. 23 Dec, 2025 1 commit
  13. 21 Nov, 2025 1 commit
  14. 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
  15. 05 Nov, 2025 1 commit
  16. 28 Oct, 2025 1 commit
  17. 18 Oct, 2025 1 commit