]> git.lyx.org Git - lyx.git/history - src/insets/InsetExternal.h
Fix trailing whitespace in cpp files.
[lyx.git] / src / insets / InsetExternal.h
2017-06-11 Guillaume MMProperly track the lifetime of signals2::slots (#8261)
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
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2016-06-09 Guillaume MunchReplace boost::scoped_ptr with unique_ptr
2016-05-28 Jean-Marc LasgouttesPass a BufferView to Inset::clickable
2016-01-26 Georg BaumFix file locking problem on windows (bug 9925)
2015-10-11 Georg BaumDisable assigment operator
2015-10-11 Georg BaumMove comment where it belongs
2015-10-05 Guillaume MunchAdd TOC of external materials. (#7790, partial)
2014-06-09 Georg BaumRemove unsafe method FileName::tempName()
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-10-14 Stephan WittInset::setMouseHover() is const - InsetExternal::setMou...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
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-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-24 Pavel Sandagcc spits out million warnings
2010-10-24 Vincent van RavesteijnAdd virtual bool Inset::clickable(..) to be used to...
2010-10-24 Vincent van RavesteijnImplement mouse hovering for InsetExternal.
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-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
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...
2008-12-21 Pavel SandaFix first insert of external material & instant preview.
2008-06-13 Abdelrazak Younes- Simplify prefs, graphics and external display options...
2008-04-28 Jürgen Spitzmüllerbasic context menu for InsetExternal.
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-25 Richard HeckRequire a buffer on construction of InsetGraphics and...
2008-03-15 Bo PengEmbedding: when an inset with an embedded file is copie...
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-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: add embedding support for InsetExternal...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-21 Abdelrazak Younes* Inset:
2007-09-09 Bo PengEmbedding: store inset pointer instead of ParConstItera...
2007-08-30 Bo PengEmbedding patch two: read/write embedded files'
2007-08-30 André Pönitzuse bald pointers in clone()
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
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-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2