]> git.lyx.org Git - lyx.git/history - src/Text.cpp
Fix #10778 (issue with CJK and language nesting)
[lyx.git] / src / Text.cpp
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.
2008-03-17 Jürgen Spitzmüller*** File Format Change: UI and enhancement for InsetSpa...
2008-03-15 Stefan Schimanski* moved text completion logic into Text class
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-04 Stefan Schimanski* some more unused buffer parameters
2008-02-28 Richard HeckHmm.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André PönitzAPI cosmetics
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-26 Stefan Schimanski* paragraph support for the global word list. To make...
2008-02-26 Stefan Schimanski* getWord is const in fact
2008-02-25 Stefan SchimanskiRevert "* compile fix"
2008-02-25 Stefan Schimanski* compile fix
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-19 Richard HeckClean up a bit.
2008-02-19 Richard HeckIt used to be that things like InsetFlex, InsetCaption...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-13 Abdelrazak YounesFix crash when deleting outlined insets while the outli...
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-01-28 Jean-Marc Lasgouttes * src/Text.cpp (changeCase): do not set the selection...
2008-01-12 André PönitzThere was a bit too much copying of dociterators gpoing...
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-18 Jürgen SpitzmüllerFix bug 2913: "mark-on" broken.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 Abdelrazak Younes- Get rid of unneeded time_type typedef.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-25 Uwe Stöhrsupport for \linebreak:
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-11-15 André Pönitzreduce line noise
2007-11-10 Jürgen Spitzmüller* src/Text.cpp:
2007-11-07 Abdelrazak YounesAdjust headers.
2007-11-07 Jürgen Spitzmüller* src/Text.cpp (getPossibleLabel):
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-28 Dov FeldsternGetting rid of LTR bias --- part 2/?
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-24 Abdelrazak Younessmall simplification.
2007-10-24 Abdelrazak YounesIntroducing Paragraph::changeCase().
next