]> git.lyx.org Git - lyx.git/history - src/insets/InsetExternal.cpp
Fix trailing whitespace in cpp files.
[lyx.git] / src / insets / InsetExternal.cpp
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-06-11 Guillaume MMProperly track the lifetime of signals2::slots (#8261)
2017-05-24 Jean-Marc LasgouttesLet command inset honor inheritFont() on screen
2017-05-24 Jean-Marc LasgouttesRevert "Add possibility for command inset to inherit...
2017-03-28 Jean-Marc LasgouttesAdd possibility for command inset to inherit enclosing...
2017-03-14 Jean-Marc LasgouttesOnly accept non-negative lyxscale parameters
2017-03-10 Guillaume MunchReplace FileMonitor with FileMonitor2 in RenderPreview
2017-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Guillaume MunchMake the generation of children's tocs more robust
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Guillaume MunchImprove the list of equations
2017-01-09 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Enrico ForestieriAvoid useless warning from Qt
2016-10-16 Guillaume MunchDocstringify getLongString in general and preamble...
2016-09-23 Guillaume MunchRemove option to disable texrow
2016-07-31 Richard HeckActivate export of external material for XHTML.
2016-07-31 Richard HeckFix preview of external material with plaintext and...
2016-07-04 Guillaume MunchRationalise includes
2016-06-12 Richard HeckFalse positive on coverity #23366.
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2016-06-09 Jean-Marc LasgouttesInitialize InsetExteralParams::preview_mode in constructor
2016-01-26 Georg BaumFix file locking problem on windows (bug 9925)
2016-01-10 Georg BaumDo not apply \origin at existing files
2015-10-09 Georg BaumFix typo
2015-10-09 Stephan WittFix "dead store" warnings of Xcode analyze tool
2015-10-05 Guillaume MunchAdd TOC of external materials. (#7790, partial)
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-16 Georg BaumSupport units in external inset bbox
2015-05-20 Enrico ForestieriAlso find external material files when the document...
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Jean-MarcFix a bunch of small performance issues spotted by...
2014-06-09 Georg BaumRemove unsafe method FileName::tempName()
2014-05-20 Jean-Marc LasgouttesCode cleanup: get rid of RenderPreview::status()
2014-05-16 Enrico ForestieriMake use of otexstream also in external::writeExternal
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-03-09 Richard HeckTry again to fix Kornel's slowness problem. The previou...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-10-14 Stephan WittInset::setMouseHover() is const - InsetExternal::setMou...
2012-06-05 Richard HeckAllow LyX format to be written to View>Source window.
2011-10-31 Georg BaumReplace a half-baked attempt to remove \lyxdot from...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-09-13 Julien RiouxFix the guiName of external insets.
2011-08-10 Uwe Stöhrnew export flavor "DVILUATEX", fixes bug #7713, patch...
2011-07-14 Abdelrazak YounesHeader cleanup.
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...
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-23 Jürgen Spitzmülleradd basic LuaTeX backend.
2010-10-24 Vincent van RavesteijnImplement mouse hovering for InsetExternal.
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel SandaDocFileName.outputFilename -> DocFileName.outputFileName
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
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...
2009-11-22 Vincent van RavesteijnFix bug #4360: Instant preview does not render formulas...
2009-11-21 Richard HeckInsetExternal doesn't work. But it didn't work before...
2009-11-16 Richard HeckHandle the TEXT flavor in this switch.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-11-02 Abdelrazak YounesFix gcc warning.
2009-10-09 Jürgen Spitzmüller* InsetExternal.cpp:
2009-07-13 Jürgen Spitzmüller* InsetExternal.cpp (xhtml): fix compiler warning and...
2009-06-18 Richard HeckDisable XHTML output for InsetExternal---for the time...
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 RavesteijnMake the insets accept LFUN_INSET_SETTINGS. These inset...
2009-04-08 Jürgen Spitzmüller* InsetExternal.cpp:
2008-12-21 Pavel SandaFix first insert of external material & instant preview.
2008-07-23 Abdelrazak YounesReplace home made temp file creation with safer (and...
2008-06-18 Pavel SandaFix include orderings.
2008-06-13 Abdelrazak Younes- Simplify prefs, graphics and external display options...
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-04-28 Jürgen Spitzmüllerbasic context menu for InsetExternal.
2008-04-27 Jürgen Spitzmüller* merge LFUN_EDIT_EXTERNAL and LFUN_EDIT_GRAPHICS to...
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-18 Bo PengEmbedding: revert embedding options and extra_embedded_...
2008-04-13 Jürgen Spitzmüller* src/insets/InsetExternal.cpp (validate):
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-03 André Pönitzsimplify Lexer handling a bit more
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-29 Richard HeckEmbeddedFile::enable() should take a reference instead...
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-25 Richard HeckRequire a buffer on construction of InsetGraphics and...
2008-03-25 Abdelrazak YounesCleanup mouse/selection/context-menu interactions.
2008-03-24 Bo PengMove LFUN_GRAPHICS_EDIT and LFUN_EXTERNAL_EDIT from...
2008-03-16 Bo PengEmbedding: paste an inset with an embedded file may...
2008-03-15 Bo PengEmbedding: when an inset with an embedded file is copie...
2008-03-13 Bo PengEmbedding: move file validation from InsetExternal...
2008-03-09 Bo PengContinue working on the embedding feature. An additiona...
2008-03-05 André Pönitzmake code look a bit more uniform
2008-02-27 André Pönitzremove Buffer & argument in functions realted to embedd...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-22 Richard HeckSort table.
2008-02-19 Abdelrazak YounesVarious small cleanup.
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-01-10 Bo PengEmbedding: saving inzip name to .lyx file so that embed...
next