]> git.lyx.org Git - lyx.git/history - src/dociterator.C
update build instructions (Qt 4.2.2 etc.)
[lyx.git] / src / dociterator.C
2007-01-12 Abdelrazak YounesAdd a const. A second const as in:
2007-01-11 Abdelrazak Younestiny optimisation.
2007-01-11 Abdelrazak Younesrevert mistake.
2007-01-11 Abdelrazak Younesoptimization.
2007-01-11 Abdelrazak Younesoptimization.
2007-01-08 Abdelrazak Younesproperly inline inMathed() and inTexted().
2006-12-19 Abdelrazak Younesheader cleanup following rev 16332.
2006-12-19 Abdelrazak YounesMoves textRow() from DocIterator to cursor.C where...
2006-11-10 Jean-Marc Lasgouttes * dociterator.C (forwardPar): remove debug code.
2006-10-21 André Pönitzmove everything into namespace lyx
2006-09-17 André Pönitzrename mathed/math_xinset into mathed/InsetMathX
2006-09-16 André Pönitzrename Math*Inset into InsetMath*
2006-08-13 Jean-Marc Lasgouttes * dociterator.C (forwardPosNoDescend): when at the...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-01-28 Jürgen SpitzmüllerImplement a dociterator::forwardPos() variant that...
2005-11-24 Jürgen Spitzmüllerfix initialization of insetOwner after undo (bug 1952).
2005-10-25 Jean-Marc Lasgouttesfix crash with DEPM when the cursor goes in a deeper...
2005-07-17 Lars Gullik Bjønnesfix init order
2005-07-17 Jürgen VignaAdd parameter boundary for getRow() function
2005-07-16 Jean-Marc Lasgouttesinitialize boundary
2005-07-01 Jürgen Spitzmüllerfix undo in tabular cells (bug 1808)
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-03-07 Jean-Marc Lasgouttescompilation fix when assertions are disabled
2005-02-25 Jean-Marc Lasgouttesfix counters updating mechanism
2005-02-14 Jürgen SpitzmüllerAndr�'s font changes fix
2005-02-08 Lars Gullik Bjønnesdociterator dont inherit from std::vector and updates
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-11-05 André Pönitzfix redo creation crash, explanation later
2004-10-23 André Pönitzworkaround crash in undo. This is not a proper fix...
2004-08-14 André Pönitz*** empty log message ***
2004-07-25 Lars Gullik Bjønnesobvious stuff
2004-04-13 André Pönitzmacro rework
2004-04-07 André Pönitzfix table crash;
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-03-31 Alfredo Braunsteins/DocumentIterator/DocIterator/g a.k.a showing off...
2004-03-30 Angus LeemingAdded/corrected header blurb.
2004-03-30 Alfredo Braunsteinchange iterators ctors, implement backwardPos
2004-03-28 Alfredo Braunsteinthe pariterator stuff
2004-03-27 André Pönitzadd forwardInset, operator! etc
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-18 André Pönitzmore privacy for CursorSlice members
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-03-11 André Pönitzrevert Buffer LyxText->InsetText commit
2004-03-11 André Pönitzthe Buffer::text -> inset change
2004-03-08 André Pönitzredo undo
2004-03-01 André Pönitzthe DocIterator stuff