]> git.lyx.org Git - lyx.git/history - src/insets/InsetCommand.cpp
Fix trailing whitespace in cpp files.
[lyx.git] / src / insets / InsetCommand.cpp
2017-06-06 Enrico ForestieriFix bug #9101
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-01-30 Juergen SpitzmuellerCheck if literal param exists before querying value.
2017-01-30 Juergen SpitzmuellerExtend LATEXIFY command param handling and add literal...
2016-07-04 Guillaume MunchRationalise includes
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-17 Georg BaumFix indentation
2015-05-16 Enrico ForestieriCorrectly load documents moved elsewhere after save.
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-12-22 Scott KostyshakWhitespace
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-02-15 Jean-Marc LasgouttesSort out usage of INset::has Settings and Inset::clickable
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-08-27 Jürgen SpitzmüllerIssue the math space dialog (not the text one) when...
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...
2011-01-04 Jürgen Spitzmüller* InsetCommand.cpp (decodeInsetParam):
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-29 Jean-Marc LasgouttesFix bug #6930: no undo for inset type changing
2010-11-25 Vincent van RavesteijnCosmetics, typos and comments.
2010-11-01 Richard HeckFix bug #6888.
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-24 Vincent van RavesteijnsetMouseHover() functions can be const.
2010-10-18 Vincent van RavesteijnSome cosmetics (from my local cosmetics branch).
2010-09-12 Abdelrazak Younes* Get rid of LFUN_TOC_INSERT: we use LFUN_INSET_INSERT...
2010-09-07 Uwe StöhrInsetLine: support for the LaTeX command \rule; kick...
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-05-01 Vincent van RavesteijnFix the assertion assert introduced in r34348 which...
2010-04-30 Vincent van RavesteijnCompile fix for r34348.
2010-04-30 Vincent van RavesteijnFix bug #3900: Mathed corners displayed without mouse...
2010-04-30 Vincent van RavesteijnMouse hover property should be dependent on the specifi...
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-02-13 Jürgen Spitzmüllergeneralize special handling of command inset parameters...
2009-11-08 Abdelrazak Younesoups... fix previous commit
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-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. For these...
2009-04-09 Vincent van RavesteijnImplement InsetCommand::showInsetDialog() (declared...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-07-19 Pavel SandaRevert http://www.lyx.org/trac/changeset/25553 and...
2008-07-10 Pavel SandaFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5008 .
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-26 Jean-Marc Lasgouttesremove some useless workarounds in getStatus
2008-04-10 André Pönitzfix #4667
2008-04-05 André Pönitzuse simpler parser interface
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-27 André Pönitzremove remaining MailInsets.
2008-03-24 Jürgen SpitzmüllerSome context menu work:
2008-03-09 Abdelrazak YounesGeneral support for InsetCommand context menu. For...
2008-03-03 Abdelrazak Younesget rid of LFUN_INSET_REFRESH
2008-03-03 Abdelrazak YounesSanitize a bit the way InsetRef and InsetCommand button...
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
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-10-23 Richard HeckRemove methods marked for removal from InsetCommandPara...
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-16 Richard HeckChange how InsetBibTeX does this check.
2007-10-16 Richard HeckCosmetics.
2007-10-13 Richard HeckFix bug noted by Uwe.
2007-09-27 Richard HeckThis is the first part of a cleanup of how we handle...
2007-09-21 Abdelrazak Younes* Inset:
2007-09-20 Abdelrazak YounesInset coords shall not be recorded in Inset::draw(...
2007-09-10 Jürgen Spitzmüller* src/insets/InsetCommand.{cpp,h}:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-23 Jean-Marc LasgouttesFix bug 3301 (selecting buttons (e.g. a citation) with...
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename InsetBase to Inset
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