]> git.lyx.org Git - lyx.git/history - src/insets/InsetCommand.h
InsetInfo: enable inset dissolve
[lyx.git] / src / insets / InsetCommand.h
2017-07-03 Richard HeckFix whitespace at EOL.
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-01-30 Juergen SpitzmuellerExtend LATEXIFY command param handling and add literal...
2016-12-06 Jean-Marc LasgouttesNow Inset::dimension is only an access to cache
2016-08-17 Jean-Marc LasgouttesA more radical approach to inset background painting
2016-05-28 Jean-Marc LasgouttesPass a BufferView to Inset::clickable
2015-10-11 Georg BaumComply with rule-of-three
2015-05-20 Enrico ForestieriAvoid compiler warning about overloaded virtual function.
2015-05-16 Enrico ForestieriCorrectly load documents moved elsewhere after save.
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
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-11-25 Vincent van RavesteijnCosmetics, typos and comments.
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-29 Vincent van RavesteijnRemove InsetCommand::mailer_name_.
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-10-28 Richard HeckComments mostly.
2010-10-27 Vincent van RavesteijnOrganize header files in src\insets.
2010-10-26 Vincent van RavesteijnProper implementatiom of isInToc()
2010-10-25 Uwe StöhrInsetCommand.h: revert my last commit - makes it worse...
2010-10-25 Uwe StöhrInsetCommand.h: reintroduce updateCommand from r35840...
2010-10-25 Vincent van RavesteijnInsetCommand.h: Reorder and add comments.
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 RavesteijnsetMouseHover() functions can be const.
2010-09-07 Uwe StöhrInsetLine: support for the LaTeX command \rule; kick...
2010-05-03 Vincent van RavesteijnThese should not raise the impression that children...
2010-05-03 Vincent van RavesteijnMake destructors virtual in base classes and only there.
2010-05-01 Vincent van RavesteijnFix the assertion assert introduced in r34348 which...
2010-04-30 Vincent van RavesteijnMouse hover property should be dependent on the specifi...
2010-02-13 Jürgen Spitzmüllergeneralize special handling of command inset parameters...
2009-12-10 Richard HeckInitial work for InsetTOC. This does actually write...
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-09-26 Abdelrazak YounesTransfer LFUN_DIALOG_SHOW_NEW_INSET to BufferView and...
2009-04-10 Vincent van RavesteijnMove handling of LFUN_MOUSE_RELEASE up to Inset and...
2009-04-09 Vincent van RavesteijnRemove unwanted comment.
2009-04-09 Vincent van RavesteijnImplement InsetCommand::showInsetDialog() (declared...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-04-27 Jürgen Spitzmüller* implement "inset-edit" in InsetInclude.
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-09 Abdelrazak YounesGeneral support for InsetCommand context menu. For...
2008-03-04 Jürgen Spitzmüller* src/insets/InsetLabel.[cpp,h}:
2008-03-03 Abdelrazak YounesSanitize a bit the way InsetRef and InsetCommand button...
2008-03-03 Jürgen Spitzmülleradd label/refs validation on pasting.
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-23 Richard HeckAfter a hiatus, I'm returning to the rewrite of InsetCo...
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-23 Richard HeckRemove methods marked for removal from InsetCommandPara...
2007-10-16 Richard HeckChange how InsetBibTeX does this check.
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-21 Abdelrazak Younes* Inset:
2007-09-10 Jürgen Spitzmüller* src/insets/InsetCommand.{cpp,h}:
2007-08-16 Jean-Marc LasgouttesThe counters labelstring patch. Part 2: Use the new...
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 .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2