]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
selection patch
[lyx.git] / src / ChangeLog
index e4ec0f379247469cb6873d96f00ef9cd83dfd8b6..7ccf3e4e4056e8579ca7c4eada88c724ba599796 100644 (file)
@@ -1,3 +1,25 @@
+2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * textcursor.[Ch] (selStart,selEnd): add new methods 
+       remove selection::start, end, use LyXCursor::operator<
+       * lyxcursor.[Ch] (operator<): add
+       * BufferView_pimpl.[Ch]: add new struct xsel_cache_
+       * BufferView.[Ch] (unsetXSel): add
+       * text2.C (clearSelection): use unsetXSel,adjust
+       * text.C: adjust
+       * text3.C: adjust
+       * rowpainter.C: adjust
+       * bufferview_funcs.C (put_selection_at): adjust
+
+2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * BufferView_pimpl.C: small coord. correction
+
+2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
+       dragging over the splash screen.
+
 2003-12-11  Angus Leeming  <leeming@lyx.org>
 
        * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code