]> git.lyx.org Git - lyx.git/history - src/insets/InsetText.cpp
listerrors.lyx : Update a link.
[lyx.git] / src / insets / InsetText.cpp
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-04-25 Richard HeckFix crash when there are text insets in a table cell...
2011-04-18 Richard HeckFairly trivial change here: Just protect against inheri...
2011-03-12 Enrico ForestieriWhen an error occurs, don't highlight more than necessary.
2011-03-02 Jean-Marc LasgouttesIn InsetText::fixParagraphsFont, differentiate the...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-26 Richard HeckFix thinko from r37328.
2011-01-26 Jean-Marc LasgouttesUnify handling of pass thru insets and paragraphs by...
2011-01-24 Enrico ForestieriFix bug #7254 (LyX may insert a blank line when ending...
2011-01-12 Richard HeckInset::addToToc() can and should be const. It wasn...
2011-01-12 Richard HeckFix bug #7230. Changes at r36974 had not been done...
2010-12-22 Richard HeckMini-optimization: We do not need really long tooltips...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-20 Vincent van RavesteijnFix bug #7166: Insets that shouldn't appear in the...
2010-12-18 Abdelrazak Younesgreatly simplify and comment TeXEnvironment():
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-12-02 Richard HeckFix crash reported by keytest.
2010-11-29 Vincent van RavesteijnCompile fix: solve the merge conflicts in the correct...
2010-11-29 Vincent van RavesteijnFix bug #6642: Concatenate the context menus for: Inset...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-29 Vincent van RavesteijnFix bug #6315: counters in insets that don't produce...
2010-11-26 Richard HeckNot sure why I introduced this test at r28378, but...
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-11-17 Richard HeckSimplify some of the tooltip stuff now.
2010-11-17 Richard HeckOptimize InsetText::toolTipText() a bit. The old versio...
2010-08-07 Jean-Marc LasgouttesClean-up the code with respect to PassThru insets and...
2010-06-04 Richard HeckRename InsetOptArg as InsetArgument.
2010-05-22 Enrico ForestieriFix bug #6712: LyX 2 does not restore encoding after...
2010-04-26 Vincent van RavesteijnFix bug #6672 (part 2): Add tooltips to the outliner.
2010-04-22 Peter KümmelSeems boost also includes all std headers. Not includin...
2010-04-22 Peter KümmelmsvcUsing "using namespace std" with msvc10 makes also...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-16 Abdelrazak YounesFactorize showInsetDialog() for InsetParamsDialog based...
2010-02-08 Jean-Marc Lasgouttescleanup handling of LFUN_REGEXP_MODE ; cleanup Text...
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-20 Richard HeckBetter XHTML output for InsetRef.
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2010-01-19 Richard HeckFix listings XHTML output: No paragraphs in there.
2010-01-05 Abdelrazak YounesCleanup a bit the pargraph ids generation in order...
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-30 Richard HeckRestore XHTML output for InsetCaption.
2009-11-26 Richard HeckRestore XHTML for InsetBox.
2009-11-22 Vincent van RavesteijnFix bug #4360: Instant preview does not render formulas...
2009-11-21 Richard HeckComment.
2009-11-21 Richard HeckIn certain cases, we are going to need to write the...
2009-11-19 Richard HeckIn non-MultiPar insets, we do not want to output paragr...
2009-11-19 Richard HeckEnable InsetText for XHTML.
2009-11-19 Richard HeckRestore basic paragraph output for XHTML. The insets...
2009-11-19 Richard HeckI am now going to proceed to break XHMTL output, and...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-11-02 Vincent van RavesteijnFix some remains of handling INSET_DISSOLVE (see r31756):
2009-10-27 Richard HeckPut the InsetLayout default CSS stuff to use.
2009-10-26 Vincent van RavesteijnMove (part of) LFUN_DISSOLVE_INSET into InsetText.
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
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-09 Abdelrazak YounesGeneral cleanup: Text is (or should be) nothing more...
2009-08-01 Abdelrazak YounesInsetText::fixParagraphsFont(): return early and save...
2009-07-16 Pavel SandaKill LFUN_PARAGRAPH_SPACING in favour of LFUN_PARAGRAPH...
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-14 Jean-Marc LasgouttesThis commit terminates the great InsetCollapsable shrin...
2009-07-14 Jean-Marc Lasgouttesmove InsetCollapsable::docbook to InsetText; move Inset...
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-07-14 Jean-Marc Lasgouttesmove the the latex and validate methods from InsetColla...
2009-07-14 Jean-Marc Lasgouttesmove more functions from InsetCollapsable::getStatus...
2009-07-14 Jean-Marc Lasgouttesmove some code from InsetCollapsable::doDispatch to...
2009-07-14 Jean-Marc Lasgouttesmove some code fro, InsetCollapsable::read to InsetText
2009-07-14 Jean-Marc LasgouttesMove special handling of paste function from InsetColla...
2009-07-13 Jean-Marc Lasgouttesremove BufferParams parameter from Inset::accept/reject...
2009-06-19 Richard HeckPolish some of the recent changes in accord with sugges...
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-12 Richard HeckThe return value for xhtml() is not going to be needed.
2009-06-11 Richard HeckGet InsetBibitem working, and the output for LATEX_BIB_...
2009-06-05 Richard HeckHTML output code for a handful of easy insets.
2009-05-09 Vincent van RavesteijnFix bug #5890: Assertion when reducing the view size.
2009-05-01 Abdelrazak YounesForgot to commit this in previous rev. Sorry.
2009-04-10 Vincent van RavesteijnMake sure we also dispatch the doDispatch() and getResu...
2009-04-09 Vincent van Ravesteijn* whitespace
2009-04-09 Vincent van RavesteijnAllow LFUNs to be relayed from InsetText to Inset if...
2009-04-04 Richard HeckManage the initial setting of Default or Plain Layout...
2009-02-23 Vincent van RavesteijnFix bug 5797: http://bugzilla.lyx.org/show_bug.cgi...
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 André Pönitzmove more stuff from buffer_func to Buffer
2008-11-15 Jean-Marc Lasgouttesmove the catInit call around
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-03 Jean-Marc Lasgouttes * insets/InsetText.cpp (addToToc):
2008-10-28 Richard HeckThis is a conservative fix for the layout setting bug...
2008-10-26 Richard HeckRevert r27129. We can't get rid of these until we have...
2008-10-26 Richard HeckThe last commit was, uhh, not what I intended.
2008-10-26 Richard HeckThe two lines deleted here attempt to call virtual...
2008-10-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
2008-10-05 Jürgen Spitzmüllerfix bug 3434.
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...
next