]> git.lyx.org Git - lyx.git/history - src/DocIterator.cpp
Sort and format comments
[lyx.git] / src / DocIterator.cpp
2023-11-06 Enrico ForestieriAllow using the text properties dialog in mathed
2023-01-29 Enrico ForestieriAmend 891ba726
2022-12-04 Juergen SpitzmuellerWorkaround for #11676
2020-11-30 Yuriy SkalkoSimplify DocIterator
2020-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-08-16 Stephan Witt#6401 improve doc iterator to allow easy backward navig...
2020-04-13 Jean-Marc LasgouttesFix embarassing crash caused by debug message
2020-02-29 Richard Kimberly... Fix a bunch of warnings
2020-02-07 Juergen SpitzmuellerIndentation fixes
2019-04-18 Günter MildeDon't force encoding switch for Japanese "listings...
2019-04-16 Günter MildeRename legacy input encoding settings.
2019-03-13 Günter MildeRemove special code for CJK that is no longer required...
2018-08-30 Jean-Marc LasgouttesMove leaveInset and isInside from CursorData to DocIterator
2018-01-26 Juergen SpitzmuellerProperly communicate forced encodings
2018-01-26 Juergen SpitzmuellerAccount for custom encoding in DocIteratior::getEncoding
2017-12-24 Juergen SpitzmuellerIntroduce "inherit" encoding for latex_language
2017-10-25 Jean-Marc LasgouttesMove some Cursor methods to CursorData
2017-07-20 Jean-Marc LasgouttesTry to end the neverending fixIfBroken saga
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-06-27 Jean-Marc LasgouttesFixup the fixup d0acc3e57044: use editable()/isActive()
2017-06-20 Jean-Marc LasgouttesFixup 522516d9 : editable() is unusable in mathed
2017-06-15 Jean-Marc LasgouttesMake fixIfBroken() more robust
2017-02-18 Guillaume MunchGeneralise the deletion protection mechanism from math...
2017-01-10 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-09 Guillaume MunchReorganise and simplify
2016-06-06 Georg BaumFix cppcheck initialization warnings
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Guillaume MunchSimplify class structure in TocBackend
2015-12-12 Richard HeckThere does not appear to be any need to update the...
2015-05-26 Jean-Marc LasgouttesAvoid crash with undo in a closed collapsable inset
2015-05-08 Stephan Witt#9514 improved document iterator for correct check...
2015-03-23 Jean-Marc LasgouttesUse isActive() instead of editable() in mathed.
2015-03-20 Georg BaumImplement DocIterator::backwardInset()
2015-03-10 Jean-Marc LasgouttesCheck that DocIterator::sanitize only adds editable...
2013-12-15 Georg BaumFix typo
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-27 Kornel BenkoUse doctring as LBUFFER() etc parameters
2013-04-27 Kornel BenkoStrings as parameters to LASSERT should not be translat...
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-08-20 Jean-Marc LasgouttesMerge branch 'master' of git.lyx.org:lyx
2012-08-20 Jean-Marc LasgouttesFix crash with undo in nested insets introduced by...
2012-07-17 Jean-Marc LasgouttesFix crash introduced in my previous commit f6b1c24b
2011-02-08 Stephan Wittfix a crash when the inset containing the new word...
2011-02-03 Stephan Wittsuppress the misspelled marker only when typing in...
2010-10-27 Vincent van RavesteijnFix bug #6989: Be somewhat more secure with the homebre...
2010-10-26 Vincent van RavesteijnRemove some unnecessary static_casts and add two FIXMEs...
2010-10-26 Vincent van RavesteijnRemove unneccessary uses of dynamic_cast from the code.
2010-01-09 Abdelrazak YounesFix previous commit DocIterator::clone() was completely...
2010-01-09 Abdelrazak YounesFix multipart document background compilation. I am...
2009-12-11 Uwe Stöhrreplace links to bugzilla with links to trac
2009-08-18 Jürgen Spitzmüllerenhance debug message.
2009-08-09 Abdelrazak YounesDocIterator::innerText(): reuse innerTextSlice()
2009-06-22 Abdelrazak YounesSimplify Buffer::spellCheck() by using Paragraph::spell...
2009-06-21 Abdelrazak YounesIntroduce Paragraph::isWordSeparator() and use it inste...
2009-05-01 Abdelrazak YounesMove isLetter() logic to Paragraph::isLetter().
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-03-28 Abdelrazak YounesTransfer some general code from GuiSpellchecker to...
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 Abdelrazak YounesTommaso patch, part 5, lots of thing to cleanup still...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-02-29 Stefan Schimanski* when going backwards and entering a cell/paragraph...
2008-02-26 Stefan Schimanski* make DocIterator::find(Inset(Math) * inset) do what...
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-09 Stefan Schimanski* slice numbers are of type size_t, but here we have...
2008-02-09 André Pönitzsome refactoring.
2008-01-12 André PönitzFive more percent.
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-15 André Pönitzreduce line noise
2007-11-01 Stefan Schimanski* methods to cut off DocIterators and to append vectors...
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-09-14 Abdelrazak YounesFix Cursor::setCurrentFont() within mathed.
2007-08-23 Alfredo Braunsteinmove forwardIdx to CursorSlice from DocIterator, as...
2007-08-23 Alfredo Braunsteinremove fake constness in DocIterator
2007-08-14 Abdelrazak YounesFix crash with updateLabels(). I changed the the test...
2007-08-13 Alfredo Braunstein* DocIterator.h (forwardPosNoDescend): remove method
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-06-09 Stefan Schimanski* reverting r18516, so no signals anymore in CursorSlices
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-25 Abdelrazak YounesSanitize cursor saving/restoring in a multi-view context.
2007-05-22 Georg Baumfix bug 1973 (hopefully)
2007-05-15 Abdelrazak YounesProperly search for relevant TocItem. Now works fine...
2007-05-03 Jean-Marc Lasgouttes * src/Cursor.cpp (isRTL): simplify
2007-04-30 Abdelrazak Younes* Cursor::isRTL(): correctly deal with the inner paragr...
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename MathArray into MathData
2007-04-26 Bo PengRename .C ==> .cpp for files in src/