]> git.lyx.org Git - lyx.git/history - src/Text.cpp
Small fixups to r40663
[lyx.git] / src / Text.cpp
2012-01-16 Richard HeckFix bug #7774. It should be fine to show the complete...
2012-01-16 Richard HeckChange minimum value in forToc().
2011-11-20 Peter Kümmelprepare switch to switch-case in when parsing tex files
2011-10-23 Georg BaumFix some bugs related to spaces in math:
2011-09-24 Richard HeckFix bug #3821 by allowing insertStringAs* to reset...
2011-06-29 Richard HeckAdd a sanity check to prevent the crash noted in #7654.
2011-06-08 Richard HeckFix stupid duplicate from r38981.
2011-06-08 Richard HeckFix bug #7517. This restores some code removed when...
2011-06-07 Richard HeckRevert previous commit, which committed too much.
2011-06-07 Richard HeckFix problem with static error list.
2011-05-09 Richard HeckFix for bug #7319. This is an attempt to fix the bug...
2011-05-09 Richard HeckWe need to do the update here simply because of the...
2011-01-12 Richard HeckRemove obsolete comments.
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-07 Pavel SandaReplay r36748
2010-12-07 Pavel SandaRevert commits from 36745
2010-12-06 Stephan Witt#7026 substitute isDigit() by isDigitASCII() and ditch...
2010-11-06 Jean-Marc LasgouttesThis patch implements proper ERT behaviour for normal...
2010-11-05 Vincent van RavesteijnFix bug #6058: Change tracking and versioning.
2010-10-17 Peter KümmelFix bug 6650: Error Messages Repeated
2010-10-13 Richard HeckDispatchResult::update() ==> DispatchResult::screenUpdate()
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-09-07 Uwe StöhrInsetLine: support for the LaTeX command \rule; kick...
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-06-04 Richard HeckRename InsetOptArg as InsetArgument.
2010-06-01 Vincent van RavesteijnFix bug #6744: Crash when copying an inset from a delet...
2010-04-15 Vincent van RavesteijnMake Cursor::disp_ private as it should be.
2010-03-17 Richard HeckGet rid of label_init_length. There is no way to set...
2010-03-17 Richard HeckIntroduce a RefPrefix tag for Style, InsetLayout, and...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-01-18 Jean-Marc LasgouttesNew behaviour when using break-paragraph on an empty...
2010-01-06 Abdelrazak YounesRevert part of r32766. This was a stupid change as...
2010-01-05 Abdelrazak YounesCleanup a bit the pargraph ids generation in order...
2009-12-18 Vincent van RavesteijnFix bug #6378: Word completion (in texted) should be...
2009-12-18 Vincent van RavesteijnFix second part of bug #6400: After selecting a word...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-10-29 Vincent van RavesteijnAnother fix for bug #5061: A slight correction of the...
2009-10-29 Vincent van RavesteijnFix bug #6292: Ensure the current language is set corre...
2009-10-27 Jean-Marc LasgouttesMove some functions that only required a FontInfo param...
2009-10-02 Abdelrazak YounesWe cannot use a static int as there are usually multipl...
2009-08-29 Vincent van RavesteijnFix bug #6160 and #6182: Assertion when viewing master...
2009-08-10 Abdelrazak Younesdelete unused code.
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak YounesMove setLabelWidthStringToSequence() to Text private...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak YounesMove Text::insertStringAsLines and Text::insertStringAs...
2009-08-09 Abdelrazak YounesText::Inset(): now returns a reference in order to...
2009-08-09 Abdelrazak YounesText: Get rid of BufferParams arguments.
2009-08-09 Abdelrazak YounesNow that Text knows its owner, use the associated Buffe...
2009-08-04 Vincent van RavesteijnSome small code simplications.
2009-07-25 Jürgen Spitzmüller* Text.cpp (dissolveInset):
2009-07-24 Vincent van RavesteijnFix bug #5061. Patches from Dov (a long time ago).
2009-07-23 Vincent van RavesteijnFix bug #6058: Change tracking not usable in version...
2009-07-22 Vincent van Ravesteijn* Text.cpp: simplification of code.
2009-07-16 Jean-Marc Lasgouttesun-revert r30531, after Richard told me how to avoid...
2009-07-15 Jean-Marc Lasgouttesrevert r30531, which causes a crash when copying an...
2009-07-13 Jean-Marc Lasgouttesremove BufferParams parameter from Inset::accept/reject...
2009-06-21 Abdelrazak YounesIntroduce Paragraph::isWordSeparator() and use it inste...
2009-05-21 Uwe Stöhrremove unused includes of convert.h
2009-05-05 Pavel SandaIntroduce double underline and wavy underline styles...
2009-05-03 Pavel SandaIntroduce strikeout text style (strike-through)
2009-05-01 Vincent van RavesteijnAdd accept/reject change to the edit context menu.
2009-05-01 Abdelrazak YounesParagraph::updateWord() and collectWords(): Remove...
2009-05-01 Abdelrazak YounesTransfer word locating code from Text to Paragraph.
2009-02-07 Vincent van RavesteijnFix bug 1802: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-04 Jean-Marc LasgouttesOops! forgot to set a sane layout (bug 4859 again)
2009-02-04 Jean-Marc Lasgouttesavoid creating empty paragraph list also in the case...
2009-02-04 Jean-Marc Lasgouttesavoid a crash on empty documents (bug 4859)
2008-12-21 Pavel SandaSort order
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-28 Abdelrazak Younesrevert hazardous part of r26957 and add a comment,...
2008-10-19 Abdelrazak YounesParagraph:
2008-09-28 Abdelrazak YounesFull text in toc for index entries.
2008-09-24 André Pönitzstreamlining setter syntax. using mutable references...
2008-09-13 Abdelrazak Younesrev26385: don't know why but some file were not committ...
2008-08-13 Jean-Marc Lasgouttesconstification without any code change. This is part...
2008-08-01 Richard HeckChange the "empty layout" to the "plain layout", to...
2008-07-23 Abdelrazak Younes* Inset: ensure that the Buffer pointer is not copied...
2008-07-11 Bo PengImprove the local layout feature by better handling...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-07-08 Jean-Marc Lasgouttestypo
2008-07-08 Jean-Marc Lasgouttes * Text.cpp (cursorForwardOneWord, cursorBackwardOneWor...
2008-07-01 Jean-Marc Lasgouttesplease Abdel
2008-07-01 Jean-Marc Lasgouttes * LyXRC.cpp:
2008-06-30 Jean-Marc Lasgouttesone more step towards good word-level movement: let...
2008-06-24 Jean-Marc Lasgouttesstupid off-by-one error in r25373
2008-06-24 Jean-Marc LasgouttesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=3580
2008-05-22 Abdelrazak YounesUnify Paragraph::asString() methods.
2008-05-04 Dov Feldsternvisual mode for bidi cursor movement --- at the word...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2008-03-28 Abdelrazak YounesFontIterator is only used in TextMetrics.
2008-03-26 Jürgen SpitzmüllerMerge the two linebreak insets into one.
2008-03-25 Jürgen SpitzmüllerMerge the diverse newpage insets into one.
next