]> git.lyx.org Git - lyx.git/history - src/BufferView.C
* InsetMathNest.C (handleFont): avoid crash on undo when
[lyx.git] / src / BufferView.C
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
2006-07-08 Lars Gullik BjønnesExtracted from r14281
2006-07-04 Lars Gullik BjønnesExtraced from r14281 from the younes branch.
2006-07-03 Lars Gullik BjønnesPartially extracted from r14281 from the younes branch.
2006-07-03 Lars Gullik BjønnesExtracted from r14281 from the younes branch.
2006-07-03 Lars Gullik BjønnesSecond part of r14315 from the younes branch:
2006-07-03 Lars Gullik BjønnesFirst part of r14315 from the younes branch:
2006-06-28 Abdelrazak Younesheader cleanups and removal of unused methods.
2006-06-26 Abdelrazak YounesGUI API Cleanup step 2: merge of the "younes" branch.
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...
2006-05-21 Georg BaumFix crash that occurs if the cursor is in a table cell...
2006-04-13 Lars Gullik Bjønnes* frontends/WorkArea.h(workAreaResize, scrollDocView...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-04-05 Lars Gullik Bjønnes2006-04-06 Bo Peng <ben.bob@gmail.com>
2006-03-10 Martin VermeerFix bug 2195: Slowness in rendering inside insets,...
2005-12-19 Jean-Marc Lasgouttesbug 2163: mouse release does not properly reset cur...
2005-12-01 Jean-Marc Lasgouttesbug 2109: trigger dEPM when moving cursor with mouse
2005-07-15 André Pönitzsend UpdatableInset down the way of the Dodo
2005-05-31 Martin VermeerAxe processEvents, fix cursor draw artifacts, put updat...
2005-05-19 Georg Baummore text cleanups from Michael
2005-02-22 Jean-Marc Lasgouttesfix several GOTO lfuns (bug 1787, bug 616, bug 781...
2005-02-08 Lars Gullik Bjønnesdociterator dont inherit from std::vector and updates
2005-02-06 Lars Gullik Bjønnesws changes mostly
2005-01-31 Angus LeemingAsger's commentary, const-correct and bug-squashing...
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-24 Alfredo Braunsteinpar->pit renaming
2004-09-17 Jean-Marc Lasgouttesfix backwards search (bug 1666)
2004-08-16 Jean-Marc Lasgouttesget rid of ownerPar(), which was super slow; fix tabula...
2004-08-14 André Pönitzmove around stuff, remove unneeded declarations etc
2004-04-28 Angus LeemingA layout engine for XForms.
next