]> git.lyx.org Git - lyx.git/history - src/insets/InsetExternal.cpp
Change the type of the context menu name to string
[lyx.git] / src / insets / InsetExternal.cpp
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...
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: simplify the interface of EmbeddedFiles...
2008-01-08 Bo PengEmbedding: add embedding support for InsetExternal...
2008-01-07 Bo PengEmbedding: After another round of EmbeddedFiles changes...
2008-01-05 Bo PengEmbedding: temporarily disable embedding for include...
2007-12-16 Abdelrazak YounesSimplify FileName::tempName().
2007-12-16 Abdelrazak YounesTransfer tempName() implementation to FileName.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
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önitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Abdelrazak Younes* FileName:
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-17 André Pönitzshuffle code around
2007-10-25 André Pönitz188094 lines
2007-10-18 André Pönitzisome more FileName shuffling
2007-09-21 Abdelrazak Younes* Inset:
2007-09-20 Abdelrazak YounesInset coords shall not be recorded in Inset::draw(...
2007-09-09 Bo PengEmbedding: store inset pointer instead of ParConstItera...
2007-09-07 Bo PengEmbedding: remove AUTO feature, barely make it compile
2007-09-05 Bo PengEmbedding feature patch 5: handling of embedded files...
2007-08-30 Bo PengEmbedding patch two: read/write embedded files'
2007-08-30 André Pönitzuse bald pointers in clone()
2007-07-09 Jean-Marc Lasgouttes * insets/InsetExternal.cpp (InsetExternalParams):...
2007-06-23 Jürgen SpitzmüllerFix bug 2520: Make InsetExternal translateable
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-23 Jean-Marc LasgouttesFix bug 3301 (selecting buttons (e.g. a citation) with...
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-28 André Pönitzrename/merge LyXLength related stuff
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2