]> git.lyx.org Git - lyx.git/history - src/insets/Inset.cpp
Fix text direction of references with XeTeX/bidi
[lyx.git] / src / insets / Inset.cpp
2019-08-05 Juergen SpitzmuellerFix text direction of references with XeTeX/bidi
2019-07-20 Jean-Marc LasgouttesRename frontend qt4 to qt
2017-12-19 Jean-Marc LasgouttesDo not draw inactive math corners when they have mathbg...
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 2)
2017-07-05 Jean-Marc LasgouttesRename some macro-related insets
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Guillaume MunchImplement AddToToc layout command for Flex insets
2016-12-06 Jean-Marc LasgouttesGet rid of Inset::setDimCache
2016-12-06 Jean-Marc LasgouttesGet rid of Inset::setPosCache
2016-12-05 Jean-Marc LasgouttesIntroduce (Inset|InsetList|Paragraph)::resetBuffer
2016-08-17 Jean-Marc LasgouttesA more radical approach to inset background painting
2016-06-16 Georg BaumRemove InsetMathXYArrow
2016-05-28 Jean-Marc LasgouttesPass a BufferView to Inset::clickable
2016-01-31 Guillaume Munchminor cleanup
2016-01-27 Guillaume MunchNew LFUN tabular-feature (#9794)
2015-10-15 Georg BaumFix std::string docstream output error
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2014-02-10 Georg BaumFix conflicting inset font defaults (bug #8874)
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-08-23 Juergen SpitzmuellerAdd support for some basic non-unicoded IPA macros
2012-08-21 Juergen SpitzmuellerAn IPA toolbar
2012-02-15 Jean-Marc LasgouttesSort out usage of INset::has Settings and Inset::clickable
2012-01-23 Uwe Stöhradd support for the package cancel in math (fixes ...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-03 Abdelrazak Younestypos
2010-12-03 Abdelrazak YounesWork around bugs #6814 and #6949:
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-21 Georg Baumfix bug 3008: Add subscript/superscript inset for text
2010-10-26 Vincent van RavesteijnProper implementatiom of isInToc()
2010-09-19 Pavel SandaAdd support for feyn package and Diagram inset.
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-07 Vincent van RavesteijnFix bug #6751: Assert when changing number of columns...
2010-06-04 Richard HeckRename InsetOptArg as InsetArgument.
2010-05-03 Vincent van RavesteijnAdd comment just as in GuiView.cpp.
2010-04-30 Vincent van RavesteijnMouse hover property should be dependent on the specifi...
2010-04-16 Vincent van RavesteijnDo not set the enabling of the status flag if the getSt...
2010-04-16 Vincent van RavesteijnHandle LFUN_IN_MATHMACROTEMPLATE for non mathmacro...
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-08 Richard HeckLine length.
2010-03-08 Richard HeckIntroduce isBufferValid() method now, that returns...
2010-03-08 Richard Hecks/isBufferValid/isBufferLoaded/
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-23 Abdelrazak YounesMigrate GuiBibitem to InsetParamsWidget.
2010-02-21 Abdelrazak YounesMigrate GuiHSPace to InsetParamsDialog.
2010-02-19 Abdelrazak YounesMigrate Branch dialog to InsetParamsWidget
2010-02-18 Abdelrazak Younes* InsetTabular cleanup:
2010-02-16 Abdelrazak YounesFactorize showInsetDialog() for InsetParamsDialog based...
2010-02-15 Abdelrazak YounesAdd a new insetDisplayName() method that will be used...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-09 Jean-Marc Lasgouttesfix assertion in Inset::getLayout when there is no...
2009-12-17 Vincent van RavesteijnCorrectly paint the background of the instant preview...
2009-12-15 Richard HeckRemove last vestiges of pre-XHTMLStream implementation.
2009-11-19 Richard HeckInset::xhtml(XHTMLStream &, ...)
2009-07-23 Richard HeckImprove debugging info slightly.
2009-07-20 Richard HeckDisable this assertion for now, and replace it with
2009-07-16 Richard HeckGive inset codes to all the math insets, so we get...
2009-07-16 Jean-Marc Lasgouttesun-revert r30531, after Richard told me how to avoid...
2009-07-15 Richard HeckFix crash related to empty buffer_ argument.
2009-07-15 Jean-Marc Lasgouttesrevert r30531, which causes a crash when copying an...
2009-07-15 Jean-Marc Lasgouttescomment out assertion enabled in r30540. It triggered...
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-13 Jean-Marc Lasgouttesnote to self: always compile before committing
2009-07-13 Jean-Marc LasgouttesRemove all BufferParam arguments in InsetXXX methods...
2009-07-13 Jürgen SpitzmüllerFinally make the label color of multiple index entries...
2009-07-13 Jean-Marc LasgouttesFirst step of InsetLayout cleanup.
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-05 Richard HeckBasic output routines for HTML.
2009-05-21 Uwe Stöhrremove unused includes of convert.h
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-10 Vincent van RavesteijnMove handling of LFUN_MOUSE_RELEASE up to Inset and...
2009-04-10 Vincent van RavesteijnRemove last bits of LFUN_INSET_TOGGLE that is used...
2009-04-10 Vincent van Ravesteijn* Inset: Dispatch FuncRequest.
2009-04-09 Vincent van RavesteijnMove handling of LFUN_INSET_SETTINGS to Inset.cpp
2009-03-15 Richard HeckWhitespace.
2009-01-30 Uwe Stöhrsupport for the LaTeX commands \*phantom, fileformat...
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-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
2008-07-23 Abdelrazak Younes* Inset: ensure that the Buffer pointer is not copied...
2008-07-07 Pavel SandaRemove InsetEnvironment. This is unfinished decade...
2008-06-18 Pavel SandaFix include orderings.
2008-06-06 Richard HeckPrevent a crash when destroying insets whose Buffers...
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-13 Jean-Marc LasgouttesFix Settings entry for space insets.
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-23 Richard HeckHelp us out here.
2008-03-21 Richard HeckAnother attempt at 2178. This is a "minimal" patch...
2008-03-17 Jürgen Spitzmüller*** File Format Change: UI and enhancement for InsetSpa...
2008-03-15 André Pönitzearder cleanup; cosmetics;
2008-03-10 Abdelrazak YounesIntroduce Inset::isLabeled() in order to avoid reimplem...
next