[kwin] [Bug 421395] With fractional scaling, during drag-and-drop action, dragged item is blurred.

2023-01-18 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=421395

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Vlad Zahorodnii  ---
It's a separate issue and should be filed in a new bug report

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421395] With fractional scaling, during drag-and-drop action, dragged item is blurred.

2020-10-17 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=421395

Claudius Ellsel  changed:

   What|Removed |Added

 CC||claudius.ell...@live.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421395] With fractional scaling, during drag-and-drop action, dragged item is blurred.

2020-05-23 Thread Matej Mrenica
https://bugs.kde.org/show_bug.cgi?id=421395

Matej Mrenica  changed:

   What|Removed |Added

 CC||matejm98m...@gmail.com

--- Comment #4 from Matej Mrenica  ---
Now instead of being blurry the item is actually bigger (about double the
size), which is probably related to mouse cursor or widgets being bigger.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421395] With fractional scaling, during drag-and-drop action, dragged item is blurred.

2020-05-13 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421395

--- Comment #3 from David Edmundson  ---
Git commit e8091a1d6faff1b9ca2696c4fa5d284ace0a33ce by David Edmundson.
Committed on 13/05/2020 at 13:44.
Pushed by davidedmundson into branch 'master'.

Follow scale of drag surfaces

Summary:
Similar to regular cursors a drag surface can have a scale.

The buffer "rect" should be in logical pixels at which point QPainter
will automatically handle everything.

Reviewers: #kwin, zzag, apol

Reviewed By: #kwin, zzag, apol

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D29672

M  +2-0pointer_input.cpp

https://commits.kde.org/kwin/e8091a1d6faff1b9ca2696c4fa5d284ace0a33ce

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421395] With fractional scaling, during drag-and-drop action, dragged item is blurred.

2020-05-12 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421395

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #2 from David Edmundson  ---
A relevant phab: https://phabricator.kde.org/D29672

I don't know if it'll fix much, but it's something that's currently wrong.
Should also show you the relevant area.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 421395] With fractional scaling, during drag-and-drop action, dragged item is blurred.

2020-05-12 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421395

David Edmundson  changed:

   What|Removed |Added

Product|plasmashell |kwin
   Assignee|k...@davidedmundson.co.uk|kwin-bugs-n...@kde.org
   Target Milestone|1.0 |---
  Component|general |general

--- Comment #1 from David Edmundson  ---
Kwin renders drag surfaces.

Drag surfaces are a wl_surface which will have a buffer and a scale.

Cursors are then rendered directly on the DRM plane.

-- 
You are receiving this mail because:
You are watching all bug changes.