]> git.lyx.org Git - lyx.git/commitdiff
Merge remote-tracking branch 'features/properpaint' into 2.3.2-staging
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 15 Feb 2018 13:08:16 +0000 (14:08 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 15 Feb 2018 13:57:53 +0000 (14:57 +0100)
This makes sure that painting actually happens at paint events, making
display more fluid.

status.23x

index 16ce90b5f885d904a9e4a415234c49a3b3d2693b..863f74e7fe826899b4c437cfdac1513906a29092 100644 (file)
@@ -25,6 +25,11 @@ What's new
 
 * USER INTERFACE
 
+- Overhaul the document painting mechanism. Now the screen is updated
+  asyncronously (as all normal applications do), which makes LyX
+  snappier, especially on repeated events. As an added bonus, subpixel
+  aliasing is honored in the work area.
+
 - Handle properly top/bottom of inset with mac-like cursor movement
   (bug 10701).