]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Hotfix to move cursor to the right when pressing M-m g x in text mode.
[lyx.git] / src / ChangeLog
index 3e514a02d5a1fbb96e00e016d8bdc0a7108afbac..49d6fb4869115d57bf51399795750c31ee012485 100644 (file)
@@ -1,5 +1,25 @@
 2002-04-12  Juergen Vigna  <jug@sad.it>
 
+       * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
+
+       * text2.C (getCursorX): new helper function
+       (setCursor): compute also ix_
+       (setCursorFromCoordinates): set also ix.
+
+       * lyxcursor.h: added ix_ and helper functions.
+
+       * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
+
+       * buffer.C (insertStringAsLines): dont break paragraph if the this
+       paragraph is inside an inset which does not permit it!
+
+       * text.C (breakParagraph): honor keepempty flag and break the paragraph
+       also with no chars on this paragraph.
+       (paintRowText): only paint stuff if it's inside the workarea!
+
+       * paragraph.C (breakParagraph): honor keepempty flag and break the
+       paragraph always below not above.
+
        * BufferView2.C (unlockInset): update the paragraph layout on inset
        unlock as we changed paragraph in such a case.