mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 19:59:46 +00:00
db9f41c039
With RtL text, the method can be non-monotonic wrt x value (which is a
Qt bug). To work around this, we check whether positions adjacent to
those returned by xToCursor look better. Depending on whether the new
x position is too small or too large, we look backward or forward for
a better solution.
The performance is probably not great, but this is only needed for
user interactions, so the performance penalty should not be a problem.
Fixes part of #10569.
(cherry picked from commit da590925cd
)
76 lines
1007 B
Plaintext
76 lines
1007 B
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 2.2.4.
|
|
All comments are welcome.
|
|
|
|
We try to group things by topic and in decreasing order of importance.
|
|
Please feel free to re-arrange if that seems like a good idea.
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
** Updates:
|
|
***********
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
|
* TEX2LYX IMPROVEMENTS
|
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- On Windows, allow to automatically bring the LyX window to top (bug 10469).
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
|
|
|
* LYX2LYX
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Remove duplicate entries from the Symbols dialog (bug 10644).
|
|
|
|
- Always shows the float type in the float inset label (bug 10618).
|
|
|
|
- Show correct color name for green in the status bar (bug 10656).
|
|
|
|
- fixes to cursor positionning on mouse click for right-to-left text
|
|
(bug 10569).
|
|
|
|
|
|
* INTERNALS
|
|
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
* LYXHTML
|
|
|
|
|
|
|
|
* TEX2LYX
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|