| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: cosmic-panel | Distribution: openSUSE Tumbleweed |
| Version: 1.0.0+0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Thu Dec 11 18:53:06 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 22058324 | Source RPM: cosmic-panel-1.0.0+0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/pop-os/cosmic-panel | |
| Summary: A panel for COSMIC DE | |
A panel for COSMIC DE.
GPL-3.0-only
* Thu Dec 11 2025 Richard Rahl <rrahl0@opensuse.org>
- Update to version 1.0.0+0:
* no changes since last release
* Sat Dec 06 2025 Richard Rahl <rrahl0@opensuse.org>
- Update to version 1.0.0~beta9+0:
* fix: check overflow popup for focus tracking
* chore(config): activate gap by default
* fix: shrinkable padding for applets made applets no longer square shaped
* chore: improved overflow stability
* fix: add overflow unless already exists with matching id
* fix: offset of animation for autohide
* fix(named output): apply setup after initial creation
* Sat Nov 15 2025 Richard Rahl <rrahl0@opensuse.org>
- Update to version 1.0.0~beta6+4:
* Move panels to overlay layer when workspaces is shown
* Show auto-hide panels in workspaces overlay
* config: Add a `CosmicPanelContainerConfigEntry` struct
* workspaces_dbus: Also detect if `cosmic-workspaces` disappears from bus
* chore: update defaults
* chore: install 0 spacing default
* fix: allow hiding and showing empty windows
* fix: restart panel on spacing change
* feat: applets shrinkable by padding and configurable
* force size to be non-negative
* chore: add dock padding
* fix: background overlap after spacer updates
* Mon Nov 10 2025 Richard Rahl <rrahl0@opensuse.org>
- Update to version 1.0.0~beta5+0:
* Add files to default schema for settings keys that aren't there
* cleanup: remove RUST_BACKTRACE from env
* Thu Oct 23 2025 Richard Rahl <rrahl0@opensuse.org>
- Update to version 1.0.0~beta3+0:
* no changes since last release
* Sun Oct 19 2025 Richard Rahl <rrahl0@opensuse.org>
- Update to version 1.0.0~beta2+0:
* Fix handling of scroll events
* Fix auto-hide when intellihide is not supported
* Remove `if` block that appears to be dead code
* Move things shared between `PanelSpace`s to a `PanelSharedSpace`
* fix: issue with background rendering by changing scale
* fix: briefly apply +-1 pixel when autohide changed
* fix: Close workspaces for popups that take grabs; not tooltips
* fix: handle press in space if hovered
* Mon Sep 29 2025 mkd <mkdwho@icloud.com>
- Update to version 1.0.0~beta1.1+1:
* feat: configurable delay before unhiding panels
* Use `cosmic-workspaces` DBus to hide workspace when popup is shown
* Define `visiblity` in `PanelSpace::new()` instead of accepting as arg
* Run `cargo fmt` (on nightly)
* fix: add --die-with-parent
* fix: improve cleanup of fds
* fix: overlap handling
* fix: avoid input region rectangle accumulation
* fix: input region position on right edge
* update smithay, remove unnecessary surface attributes
* update `sctk`
* chore: update dependencies
* chore: migrate to Rust 2024 edition
* fix: cursor
* chore: use crates-io
* Add `TouchTarget` support for `IcedElement`
* Add support for overflow popup applets to `touch_under()`
* Use `space_focus()` for overflow popups as well
* Split off some shared pointer/touch code in a `space_focus()` function
* Use `dyn` to simplify `KeyboardTarget`/`PointerTarget` slightly
* Update `smithay` to latest commit
* fix: check hovered and focused surface for popup creation
* fix: improve overflow popup handling
* avoid closing popups before autohover events are generated
* refactor: take a grab for popups that want input
* Initial support for passing touch input to clients
* fix(cursor): multipool
* fix(maximized): track sticky windows for each output
* refactor: update default config
* fix(nix): Reworked flake to work with current setup
* chore: update deps
* fix: damage tracking is not working with the correct offset for gaps
* Update `cctk`
* chore: pass spacing to applets
* fix: exit early if the hovered applet has a popup
* feat: support flatpak applets
* fix: increase timeout for notifications proxy
* fix: handle minimized toplevels in intellihide
* Limit custom panel size to greater than 16 and intervals of 4
* Add "Custom" panel size, with an arbitrary value for the size
* fix: hover tracking
* fix: popup offset for parent popup should be zero
* fix: check toplevel overlaps to determine if it should hide, instead of output toplevels
* fix: account for potentially overlapping dock and panel
* fix: set overlap notify state after config is changed
* fix: apply new location after focus transition has ended
* fix: overflow button scaling for size calculation
* Thu Apr 24 2025 Richard Rahl <rrahl0@opensuse.org>
- Update to version 1.0.0~alpha7+0:
* fix: ceil for scaled width and height
* Run `cargo clippy --fix`, then `cargo fmt`
* Store just `ToplevelInfo` instead of tuple
* Update uses of deprecated `Rectangle::from_loc_and_size`
* fix: scaling
* improv: less jank for popup resize
* Use `patch` to depend on only one version of cctk
* Update `cctk`, with latest toplevel/workspace protocols
* make egl_surface current before use
* fix: get before creating buffer
* update launch-pad
* fix: set context to current with surface
* improv: use damage
* fix: make egl context current with surfaces
* fix: handling for stacked autohide panel and static dock.
* fix: better handling of additional gaps and input zones
* fix: don't skip adding additional gap if not focused
* chore: update smithay
* refactor: autoswitch for popups that have grab
* feat: subsurface support
* Sat Feb 22 2025 rrahl0@opensuse.org
- Update to version 1.0.0~alpha6+0:
* release free memory from the heap
* fix: immediately handle autohover if delay is 0
* feat: delay for autohover popups
- switch to obs_scm
* Sat Jan 18 2025 rrahl0@opensuse.org
- Update to version 1.0.0~alpha5.1+1:
* fix: only flag dirty if actual visibility transition occurs
* perf: optimized cosmic-freedesktop-icons
* update freedesktop-icons
* Fri Jan 10 2025 rrahl0@opensuse.org
- Update to version 1.0.0~alpha5+1:
* update deps
* refactor: timed cleanup
* fix: layer surface sizes
* update deps
* fix: patch
* fix: patch
* improv: adjust timeouts
* improv: more fine grained throttling for frame events
* update launch-pad not to panic on kill
* fix: avoid drawing when panel is too small
* sleep for up to 50ms if there is time left in the iteration timeout
* fix: typo
* Fri Dec 06 2024 rrahl0@opensuse.org
- Update to version 1.0.0~alpha4+0:
* fix: rounded rectangle crop position
* refactor: add namespace
* fix: namespace
* fix: typo
* refactor: intellihide always enabled if autohiding
* wip: overlap notify
* feat: intellihide
* refactor: avoid changing exclusive zone when hiding
* fix: set focus to new popup
* refactor: throttle frame events and increase timeouts in general
* Thu Oct 31 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 1.0.0~alpha3:
* fix launchpad
* Make cosmic-protocols truly optional
* Wed Sep 25 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 1.0.0~alpha2:
* fix: hide after popup closed and hover lost
* fix: force resize and relayout after scaling change
* fix: selection
* fix: fallback for GL_OES_standard_derivatives extension missing
* fix: convert usize to isize. Removes clippy errors
* refactor: process generated pointer events immediately
* refactor: delay pointer motion on auto-hover until next surface commit
* Thu Aug 08 2024 Richard Rahl <rrahl0@opensuse.org>
- standardize packaging with also fixes for miscellaneous hardcoding
filenames, using @PARENT_TAG where applicable, and be more specific
with files in the %files section (so no non-wanted files are getting
added
* Wed Aug 07 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 1.0.0~alpha1:
* fix: force resize and relayout after scaling change
* fix: hide after popup closed and hover lost
* fix: request new dimensions after output update, and clear the surface
* fix: don't wait for configure after resize
* fix: unscale margin offset for buttons
* fix: create dnd egl surface with size of first commit from applet
- enable leap (thanks to vyvir)
* Wed Mar 13 2024 Richard Rahl <rrahl0@proton.me>
- initial packaging
/usr/bin/cosmic-panel /usr/share/cosmic /usr/share/cosmic/com.system76.CosmicPanel /usr/share/cosmic/com.system76.CosmicPanel.Dock /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1 /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/anchor /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/anchor_gap /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/autohide /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/autohover_delay_ms /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/background /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/border_radius /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/exclusive_zone /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/expand_to_edges /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/keyboard_interactivity /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/layer /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/margin /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/name /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/opacity /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/output /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/padding /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/plugins_center /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/plugins_wings /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/size /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/size_center /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/size_wings /usr/share/cosmic/com.system76.CosmicPanel.Dock/v1/spacing /usr/share/cosmic/com.system76.CosmicPanel.Panel /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1 /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/anchor /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/anchor_gap /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/autohide /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/autohover_delay_ms /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/background /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/border_radius /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/exclusive_zone /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/expand_to_edges /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/keyboard_interactivity /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/layer /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/margin /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/name /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/opacity /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/output /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/padding /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/plugins_center /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/plugins_wings /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/size /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/size_center /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/size_wings /usr/share/cosmic/com.system76.CosmicPanel.Panel/v1/spacing /usr/share/cosmic/com.system76.CosmicPanel/v1 /usr/share/cosmic/com.system76.CosmicPanel/v1/entries /usr/share/doc/packages/cosmic-panel /usr/share/doc/packages/cosmic-panel/README.md /usr/share/licenses/cosmic-panel /usr/share/licenses/cosmic-panel/LICENSE.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 3 23:02:08 2026