Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: kwin6-x11 | Distribution: openSUSE Tumbleweed |
Version: 6.1.5 | Vendor: openSUSE |
Release: 1.1 | Build date: Tue Sep 10 16:52:33 2024 |
Group: Unspecified | Build host: reproducible |
Size: 1391272 | Source RPM: kwin6-6.1.5-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.kde.org | |
Summary: KDE Window Manager for X11 |
KWin is Plasma window manager. This package provides the X11 window manager.
GPL-2.0-or-later AND GPL-3.0-or-later
* Tue Sep 10 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.1.5: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.1.5 - Changes since 6.1.4: * update version for new release * Don't process pad button events from a device that has been removed * workspace: don't rearrange immediately when a window with struts gets removed * input.cpp: initialize m_touchpadsEnabled in addInputDevice (kde#486763) * scene: Add an assert to debug crash in BlurEffect::prePaintWindow() * plugins/synchronizeskipswitcher: Fix Window::skipTaskbarChanged handler (kde#465600) * Fix null dereference in Workspace::workspaceEvent() * window: make setQuickTileMode more sane * effect: Refuse starting quick effect if keyboard cannot be grabbed * decorations: Show tooltip at current cursor position (kde#491143) * opengl/gltexture: Fix format for 565 textures * Fix a crash in computeLayer() (kde#491618) * Make Workspace::removeUnmanaged() keep the window in the stack * colorblindesscorrection: fix incorrect variable name in shader program * opengl: Fix a typo in GLTexture::upload() * backends/drm: allow triple buffering on NVidia if KWIN_DRM_DISABLE_TRIPLE_BUFFERING=0 is set * wayland: Fix a potential null dereference when sending current output device mode * platformsupport/scene/opengl: do test imports for external_only formats properly * opengl/egldisplay: add the invalid modifier to the correct list * scene: Fix SurfaceItemWayland::freeze() * placeholderinputeventfilter: don't block media keys (kde#491531) * plugins/trackmouse: listen to mouse events when active (kde#487820) * screenedge: allow activating clients in drag and drop (kde#450579) * update version for new release * Tue Aug 06 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.1.4: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.1.4 - Changes since 6.1.3: * update version for new release * activation: fix X11 windows being stuck in should_get_focus more properly * plugins/buttonrebinds: correctly handle level 1 keys (kde#484367) * backends/drm: don't block direct scanout if color profile source isn't set to ICC * Fix checking whether GraphicsBufferView is null * backends/drm: don't apply the brightness factor without HDR * activation: don't add the active window to should_get_focus list (kde#484155) * core/renderloop: don't move the target presentation timestamp back when rescheduling (kde#488843) * core/renderloop: fix triple buffering hysteresis * scene/itemrenderer_opengl: reset OpenGL state for YUV conversion back to RGB * autotests: test placement to always put the titlebar on the screen * placement: keep the titlebar in the screen with centered placement (kde#489500) * placement: don't overwrite scheduled position change in cascadeIfCovering * Make Workspace::desktopResized() reassign outputs of uninitialized windows * wayland: Avoid klipper loop with existing but empty clipboards (kde#469644) * backends/drm: Fix a crash in DrmGpu::releaseBuffers() * wayland: Ignore plasma shell reposition requests during interactive move resize (kde#481829) * backends/drm: limit max_bpc to 8 by default with docks * compositor_wayland: count rendering time for all steps of compositing * xdgshellwindow: never request clients to resize to a negative size (kde#489983) * backends/libinput: Ignore redundant events for pointer buttons and keyboard keys when pressed/released on multiple devices (kde#486034) * backends/x11: Fix crash that happens when toggling compositing * plugins/stickykeys: Unlatch modifiers when locking * Fix sticky keys for AltGr * Test locking sticky keys for all modifiers * Release key in sticky key test * utils: Fix gaining realtime scheduling with musl (kde#487996) * core/renderloop: add some hysteresis to triple buffering * Tue Jul 16 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.1.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.1.3 - Changes since 6.1.2: * update version for new release * plugins/nightlight: Relax custom times constraints (kde#489366) * wayland: Simplify XdgPopupWindow::sendRoleConfigure() * wayland: Dismiss XdgPopupWindow when the parent window is closed (kde#472013) * tiling: Don't put maximized windows in tile (kde#489463) * Input method window should not break showing desktop (kde#489057) * plugins/fadingpopups: don't block direct scanout (kde#487780) * backends/drm: test and apply all mode changes at once * autotests/drm: add test for vrr capability changing without a hotunplug * backends/drm: update output properties after they're created too (kde#486149) * use separation dep_version to build against, updated by release scripts * plugins/screencast: Don't download texture data if target size and texture size mismatch * plugins/screencast: Allocate offscreen texture in WindowScreenCastSource::render(QImage) as big as the memfd buffer (kde#489764) * autotests: Skip testScreencasting in CI * Foward modifiers after disabling sticky keys * plugins/screenshot: Port blitScreenshot() to glReadnPixels() * wayland: add error handling for QFile::open failure in org_kde_plasma_window_get_icon * placement: ignore the active output with place under mouse (kde#488110) * opengl: Add OpenGlContext::glGetnTexImage() * plugins/screencast: Prefer glReadnPixels() and glGetnTexImage() * WindowHeapDelegate: label topMargin to small, remove height padding (kde#489595) * plugins/glide: drop references to closed windows if they're not animated * update version for new release * plugins/screencast: Handle frame rate throttling timer firing a bit earlier * backends/drm: disable triple buffering on NVidia (kde#487833) * Tue Jul 02 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.1.2: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.1.2 - Changes since 6.1.1.2: * Don't assert on null output * quicktiling: Reset layout when last quicktile ceases to exist (kde#465937) * wayland: Bump default max buffer size to 1 MiB * plugins/qpa: set deprecated functions option correctly * plugins/kdecoration: Fix MenuButton not accepting button press events (kde#488993) * plugins/colorcorrection: simplify the effect, merge the shader files and support color management * opengl: Reset OpenGlContext::currentContext() if it's destroyed (kde#488830) * window: adhere to window rules in checkWorkspacePosition (kde#489117) * plugins/hidecursor: show the cursor on tablet events (kde#489009) * Thu Jun 27 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.1.1.2: * New bugfix release - Changes since 6.1.1: * 3rdparty: Reformat xcursor.{h,c} * utils: Load Xcursor themes using QFile (kde#489241) * 3rdparty: Drop xcursor write hook * plugins/hidecursor: Set minimum to allow disabling hiding cursor on inactivity * WindowHeapDelegate: Label text background (kde#483016) * plugins/backgroundcontrast,blur: correct support checks * opengl/glframebuffer: handle missing support for blits on Wayland (kde#484193) * opengl: glBufferStorage is not supported on GL ES by default * core/renderloop: assume high render times if the last frame has been a while ago * Tue Jun 25 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.1.1: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.1.1 - Too many changes to list here * Thu Jun 13 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.1.0: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.1.0 - Too many changes to list here * Sat May 25 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.0.90.1: * New feature release * For more details see https://kde.org/announcements/plasma/6/6.0.90 - Too many changes to list here * Wed May 22 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.0.5: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.0.5 - Too many changes to list here * Mon Apr 22 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.0.4.1: * New bugfix release - Changes since 6.0.4: * Fall back to breeze_cursors if neither configured nor default can be loaded * scene/workspacescene: don't check direct scanout candidates for a pixmap (kde#485639, kde#485730, kde#485712) * Wed Apr 17 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.0.4: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.0.4 - Too many changes to list here * Wed Mar 27 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.0.3.1: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.0.3.1 - Changes since 6.0.3: * plugins/screencast: Handle failing to import dmabuf * plugins/screencast: Simplify damage calculation in region screen cast source * plugins/screencast: Drop "stream" in ScreenCastStream::streamReady * plugins/screencast: Rename ScreenCastStream::stop() to close() * plugins/screencast: Pause/resume source when stream is paused/resumed * Fix oversights on shortcut handling within Overview/Grid effect (kde#482931) * tiles: Evacuate windows in CustomTile::remove() * tiles: Use deleteLater() in CustomTile::remove() * Tue Mar 26 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.0.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.0.3 - Too many changes to list here * Wed Mar 13 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.0.2: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.0.2 - Changes since 6.0.1: * plugins/screencast: fix the cursor being offset after changing the scale * xkb: fix testing if on keypad * wayland: Only send artificial mouse up events for xwayland drags * wayland: Only partially revert send pointer leave on drag * Properly intersect the shape with clipRect * core/colorspace: fix ColorDescription comparisons (kde#482809) * utils/xcbutils: Don't call toXNative with unsigned integer (kde#482687) * backends/drm: handle dumb buffer target correctly (kde#482859) * Port IdleDetector to QBasicTimer * Add timeout assert in IdleDetector * xdgshellwindow: Always update window position and size along all axes when fully miximizing window (kde#482086) * Fix sending window to all desktops (kde#482670) * backends/drm: also set legacy gamma after VT switches * backends/drm: don't set gamma with legacy unless really necessary * backends/drm: ignore ctm support on legacy (kde#482143) * Rename Workspace::updateClientArea as Workspace::rearrange * wayland: Fix windows shrinking when output layout changes * x11window: Skip strict geometry checks in isFullScreenable() * xwayland: Use correct key for key release events * xwayland: Send to xwayland even when no window is focussed (kde#478705) * update version for new release * Wed Mar 06 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.0.1: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.0.1 - Too many changes to list here - Drop patches, now upstream: * intel-compositor-freeze.patch * Mon Mar 04 2024 Christophe Marin <christophe@krop.fr> - Add Provides/Obsoletes to replace Plasma 5 * Thu Feb 29 2024 Bruno Pitrus <brunopitrus@hotmail.com> - Add backported intel-compositor-freeze.patch * fixes kde#481721 * Wed Feb 21 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 6.0.0: * New bugfix release * Release announcement not available yet - Too many changes to list here * Wed Jan 31 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.93.0 (6.0 RC 2): * New bugfix release * See https://kde.org/announcements/megarelease/6/rc2/ for details - Too many changes to list here * Mon Jan 15 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to 5.92.0 (6.0 RC 1) * For more details please see: https://kde.org/announcements/megarelease/6/rc1/ * Thu Dec 28 2023 Neal Gompa <ngompa@opensuse.org> - Split X11 window manager into a subpackage * Sat Jul 01 2023 Christophe Marin <christophe@krop.fr> - Init kwin6
/usr/bin/kwin_x11 /usr/lib/systemd/user/plasma-kwin_x11.service
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Oct 3 01:35:07 2024