]> git.lyx.org Git - lyx.git/history - src/Paragraph.h
* add PreBabelPreamble to Language definition (fixes #4786).
[lyx.git] / src / Paragraph.h
2010-09-29 Stephan Witt#6917 correct spell check for deleted text in change...
2010-09-14 Stephan Wittreduce nesting levels in markMisspelledWords; simplify...
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-08-05 Jean-Marc LasgouttesImplement LFUN_SPELLING_REMOVE (patch from switt)
2010-06-15 Richard HeckParagraph::latex() always returned false. So remove...
2010-06-15 Richard HeckFix InPreamble. I must have committed an incomplete...
2010-02-08 Jürgen SpitzmüllerAllow to switch buffer languages via the menu.
2010-01-21 Richard HeckRemove it for real now.
2010-01-21 Richard HeckRemove an unnecessary dependency.
2010-01-21 Richard HeckKill a (public) magic boolean.
2010-01-14 Richard HeckThe fortoc argument I introduced earlier should all...
2010-01-05 Abdelrazak YounesCleanup a bit the pargraph ids generation in order...
2009-12-10 Richard HeckThis really gets the TOC working now. We auto-generate...
2009-12-10 Richard HeckInitial work for InsetTOC. This does actually write...
2009-11-19 Richard HeckRestore basic paragraph output for XHTML. The insets...
2009-08-09 Abdelrazak YounesGet rid of Paragraph::forcePlainLayout().
2009-08-09 Abdelrazak YounesGet rid of Paragraph::ownerCode().
2009-08-04 Vincent van RavesteijnUniform naming of functions.
2009-08-04 Vincent van RavesteijnRemove some unnecessary negated logic.
2009-08-02 Abdelrazak YounesOptimization: don't do suggestion if we only want to...
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-07-12 Jean-Marc Lasgouttesremove the now unused Paragraph::translateIfPossible
2009-06-22 Abdelrazak YounesSimplify Buffer::spellCheck() by using Paragraph::spell...
2009-06-21 Abdelrazak YounesIntroduce Paragraph::isWordSeparator() and use it inste...
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-05 Richard HeckBasic output routines for HTML.
2009-05-14 Vincent van RavesteijnFix bug #5390. Copy from a deleted section with change...
2009-05-06 Abdelrazak YounesSpellChecker context menu. Part of the continuous Spell...
2009-05-01 Abdelrazak YounesParagraph::updateWord() and collectWords(): Remove...
2009-05-01 Abdelrazak YounesTransfer word locating code from Text to Paragraph.
2008-12-20 Pavel SandaAdvSearch - next patch from Tommaso.
2008-11-16 Stephan Wittfix broken latex output range checking
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-10-28 Richard HeckThis is a conservative fix for the layout setting bug...
2008-10-19 Enrico ForestieriFix bug 5374
2008-10-19 Abdelrazak YounesParagraph:
2008-10-08 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5328
2008-09-30 Abdelrazak YounesAdd a "List of Changes" in the Navigator. The list...
2008-09-13 Abdelrazak YounesParagraph::inInset() shall not be used if the owner...
2008-09-12 Abdelrazak YounesGet rid of Paragraph::insetAllowed()
2008-07-30 Abdelrazak YounesParagraph: Add a partial copy ctor that will get used...
2008-07-23 Abdelrazak YounesEnsure that the Buffer pointer is correctly set with...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-07-01 Jean-Marc Lasgouttes * LyXRC.cpp:
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-22 Abdelrazak Younesforward port rev 24877. Even if trunk is not affected...
2008-03-08 Richard HeckComment.
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* remove some garbage from the "buffer in inset" change
2008-02-28 Richard HeckFix types.
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-25 Stefan SchimanskiRevert "* compile fix"
2008-02-25 Stefan Schimanski* compile fix
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
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...
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
2007-10-31 André Pönitzintroduce a header to forward declare std::string.
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-24 Abdelrazak Younes* InsetList: introducing find() and count()
2007-10-24 Abdelrazak YounesIntroducing Paragraph::find().
2007-10-24 Abdelrazak YounesIntroducing Paragraph::changeCase().
2007-10-24 Abdelrazak Younes* Paragraph: Move more things to Paragraph::Private
2007-10-23 André Pönitzcosmetics
2007-10-23 Abdelrazak Younes* Paragraph: erase unused some method and move some...
2007-10-22 Abdelrazak Younes* Paragraph:
2007-10-21 André Pönitzcosmetics
2007-10-19 Abdelrazak Younes* Paragraph: Cosmetics and cleanups, remove uneeded...
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-13 Abdelrazak YounesUse InsetCode.
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-04 Alfredo Braunsteinrename Paragraph::isRightToLeftPar -> isRTL for the...
2007-08-31 Abdelrazak YounesTransfer Paragraph::hfillExpansion() to ParagraphMetric...
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-07-09 Michael Schmitt * src/Author.h:
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-19 Richard HeckFix for bug 3650. Made changes to the Paragraph::checkB...
2007-04-30 André Pönitzremove RowList_fwd.h. Not really needed
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 Bo PengRename .C ==> .cpp for files in src/