]> git.lyx.org Git - lyx.git/history - src/BufferView.C
Fix bug 3148: always update the Labels if a DEPM is triggered.
[lyx.git] / src / BufferView.C
2007-01-31 Abdelrazak YounesFix bug 3148: always update the Labels if a DEPM is...
2007-01-29 Abdelrazak Younesfix typo in commit 16925
2007-01-29 Abdelrazak YounesFix bug 3142 (LyX crashes when using mouse wheel)
2007-01-28 Bo PengFix Bug3171: update bookmark after saveCursor
2007-01-27 Abdelrazak YounesFix bug 3138 (http://bugzilla.lyx.org/show_bug.cgi...
2007-01-26 Bo PengFix compiling errors caused by LyXText::ChangeOp::ACCEPT
2007-01-25 Michael Schmitt* src/lyxtext.h:
2007-01-25 Michael Schmitt* src/lyxtext.h: add enum ChangeOp (ACCEPT/REJECT)...
2007-01-24 Abdelrazak YounesRemove buggy and redundant BufferView::update() calls.
2007-01-23 Michael Schmitt* src/lyxtext.h:
2007-01-20 Abdelrazak YounesFix cursor navigation in math.
2007-01-17 Jean-Marc Lasgouttes * BufferView.C (mouseSetCursor): if the cursor was...
2007-01-17 Abdelrazak Younesreplace BufferView::reload() uses with LyXFunc::reloadB...
2007-01-17 Abdelrazak YounesFix bug 3101 and 3108
2007-01-15 Michael Schmitt* change LFUN file-insert-ascii to file-insert-plaintext
2007-01-11 Bo PengFix bug 3092, use both pit and id to keep track of...
2007-01-11 Abdelrazak YounesOptimize buffer-switch: do first updateLabels() on...
2007-01-10 Abdelrazak Younesfix cursor movements.
2007-01-07 Georg BaumTell X the selection status also after it is changed...
2007-01-06 Abdelrazak Younesupdate comments.
2007-01-06 Abdelrazak YounesThis commit fixes the singlePar optimization which...
2007-01-05 Abdelrazak YounesThe bug-fix in revision 16531 introduced another bug...
2007-01-05 Abdelrazak YounesFix screen update when deleting insets:
2007-01-05 Georg Baum * src/BufferView.C
2007-01-04 Michael Schmitt* src/BufferView.C: fix typo in comment
2007-01-03 Bo PengFix crashes caused by invalid last_inset_ due to keyboa...
2006-12-30 Abdelrazak Younesdelete unused variables.
2006-12-30 Abdelrazak YounesSanitize the DEPM!
2006-12-29 Abdelrazak YounesThis commit do the Model/View separation of the LyXText...
2006-12-27 Georg BaumFix strange bibtex problem by converting some more...
2006-12-21 Georg Baumconvert author names and status messages to docstring
2006-12-15 Bo Pengminor style change: use 0 instead of NULL
2006-12-15 Bo PengBufferView.h/C: use member variable last_inset_ instead...
2006-12-15 Abdelrazak YounesFix cursor repositioning when a Window is resized or...
2006-12-15 Bo Pengadd a comment in workAreaResize
2006-12-11 Jürgen SpitzmüllerFix dEPM crash:
2006-12-07 Abdelrazak Younes* BufferView:
2006-12-06 Bo PengFix a button hover bug, remove button frame
2006-12-04 Georg Baummore unicode filenames
2006-12-04 Bo PengButton face-lift: use mouse hover-buttons.
2006-12-02 Georg Baummore unicode filenames
2006-11-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2006-11-24 Michael Schmitt * src/text3.C:
2006-11-21 Abdelrazak Younes* BufferView::update(): handle the special case Flag...
2006-11-20 Abdelrazak YounesFix full screen repaint on Buffer-load.
2006-11-20 Abdelrazak YounesFix crash when closing the last buffer and add a FIXME.
2006-11-20 Abdelrazak Younes* Status.15x: updates.
2006-11-17 Abdelrazak YounesOptimize drawing.
2006-11-13 Georg BaumExtend the navigate menu to child docs
2006-11-12 Abdelrazak Younes* BufferView::workAreaDispatch(): prepare for finer...
2006-11-12 Georg BaumFix bug 2982 (two undo steps are needed to undo inset...
2006-11-12 Abdelrazak Younes* text.C:
2006-11-07 Asger Ottar Alstrup- Avoid lyxerr[] like the plague. Use if (lyxerr.debugg...
2006-11-03 Abdelrazak YounesForgot this...
2006-11-01 Bo PengNew bookmarks implementation:
2006-10-30 Abdelrazak YounesMove BufferView cached pointer out of LyXText:
2006-10-29 Bo Pengsession: rename some functions
2006-10-29 Georg BaumFix more member variable initialization order warnings...
2006-10-27 Bo Pengclass session reorganization
2006-10-26 Abdelrazak YounesThis commit fixes 3 crashes when reverting a document:
2006-10-26 Abdelrazak Younesadd some initialization and some assertion.
2006-10-21 Asger Ottar Alstrup- Fix sign error in Cursor::setSelection
2006-10-21 Asger Ottar Alstrup- Dump the inset position cache as well
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Asger Ottar Alstrup- Dump parpos cache if you use -dbg workarea on command...
2006-10-20 Georg BaumUse the new InsetCommandParams interface (inset part...
2006-10-20 Abdelrazak Younesrevert change in revision 15375. It had bad side effect...
2006-10-19 Lars Gullik BjønnesOutput docbook as utf8. Probably quite a bit more work...
2006-10-19 Abdelrazak YounesHopefully temporary fix for the Tabular crash problem...
2006-10-17 Abdelrazak YounesThis commit fixes a crash when accessing a math inset...
2006-10-15 Abdelrazak YounesMacOSX compile fix: The class Point conflicted with...
2006-10-13 Abdelrazak YounesIn order to support multiple LyXView each BufferView...
2006-10-12 Georg BaumConvert labels to unicode
2006-10-11 Michael SchmittChange tracking:
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-09 Abdelrazak YounesThis commit is converting everything related to browsin...
2006-10-07 Georg BaumRename namespace Alert to lyx::frontend::Alert.
2006-10-07 Abdelrazak YounesThis commit is a big rework of the FontLoader/FontMetri...
2006-10-06 Michael SchmittChange tracking:
2006-10-04 Michael Schmitt * src/LyXAction.C:
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-27 Abdelrazak Younesreplace global variable bufferlist with Application...
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->Gui->[selecti...
2006-09-19 Abdelrazak YounesThis is the continuation of my BufferView/LyXView clean...
2006-09-17 Abdelrazak Younes* Transfer Intl member from LyXView to BufferView.
2006-09-17 Abdelrazak Younesdelete unsetXSel() method
2006-09-17 Abdelrazak YounesMove X11 specific selection code from BufferView to...
2006-09-16 Abdelrazak Younesdeledelete BufferView::available() method because buffe...
2006-09-16 Abdelrazak Younesdelete BufferView::text() method and add two FIXME...
2006-09-16 Abdelrazak YounesMerge BufferView and BufferView_pimpl
2006-08-24 Abdelrazak Younes* BufferView: delete firstLayout()
2006-08-17 Jean-Marc LasgouttesFix crash when cursor is in an empty script and the...
2006-08-16 Abdelrazak YounesThis commit should hopefully fix all scrolling issues...
2006-08-15 Abdelrazak YounesThis commit transfers most of the LyXView use from...
2006-08-15 Jean-Marc Lasgouttesunused code I forgot
2006-07-14 Abdelrazak YounesThis commit continues the drastic diet operated on...
2006-07-14 Abdelrazak YounesThis commit removes the needRedraw() interface and...
2006-07-13 Abdelrazak YounesGUI API Cleanup step 3: merge with "younes" branch.
2006-07-08 Lars Gullik BjønnesExtracted from r14281
next