]> git.lyx.org Git - lyx.git/history - src/insets/InsetNote.cpp
Fix trailing whitespace in cpp files.
[lyx.git] / src / insets / InsetNote.cpp
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Guillaume MunchRemove some hardcoded addToToc: note, footnote, margina...
2016-09-21 Jean-Marc LasgouttesDo not hardcode required packages for Note inset
2016-07-03 Guillaume MunchRemove tooltips from the data of Toc Items
2015-12-12 Richard HeckUse the much faster forOutliner also to get the tooltip...
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-04-01 Jean-Marc LasgouttesClean-up the undo API
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-11-18 Scott KostyshakDo nothing if converting to the same type of Note
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2013-03-08 Richard HeckAdd a member to TocItem that tells us whether the item...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-12-02 Juergen SpitzmuellerFix greyedout notes UI color (#6682) as good as it...
2011-12-06 Richard HeckImprove output of XHTML comments.
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-07-14 Abdelrazak YounesHeader cleanup.
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
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-12 Richard HeckInset::addToToc() can and should be const. It wasn...
2010-12-22 Richard HeckMini-optimization: We do not need really long tooltips...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-14 Richard HeckUse the layout defined label for the TOC, too.
2010-12-14 Richard HeckAbdel thinks we should just get rid of this.
2010-12-14 Richard HeckAllow customization of label string for note insets...
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-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-04-26 Vincent van RavesteijnFix bug #6672 (part 2): Add tooltips to the outliner.
2010-04-25 Vincent van RavesteijnFix bug #6672 (part 1): Notes, Footnotes, and Marginals...
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-03-12 Uwe StöhrInsetXXX.cpp: remove unused include of MetricsInfo.h
2010-02-13 Jürgen Spitzmüller* add pref option to exclude notes and comments from...
2010-01-12 Jean-Marc Lasgouttesget rid of notes-mutate and explain that inset-forall...
2009-11-25 Richard HeckRestore XHTML for InsetNote.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-08-25 Vincent van RavesteijnAnother fix for r30560.
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-07-14 Jean-Marc LasgouttesRemove the layout_ cache in InsetCollapsable.
2009-07-13 Jean-Marc LasgouttesRemove all BufferParam arguments in InsetXXX methods...
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-12 Richard HeckThe return value for xhtml() is not going to be needed.
2009-06-05 Richard HeckXHTML for InsetNote.
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-10 Vincent van RavesteijnMake the insets accept LFUN_INSET_SETTINGS. For these...
2009-02-19 Richard HeckFix bug 5751.
2009-01-19 Uwe StöhrInsetNote.cpp: fix comment typo
2008-12-12 Jean-Marc Lasgouttes1/ call InsetCollapsable::validate instead of InsetText...
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-18 Jean-Marc Lasgouttesanother recordUndoFullDocument bits the dust
2008-06-24 Pavel SandaMove LFUN_NOTES_MUTATE dispatch to BufferView.
2008-06-18 Pavel SandaAdd LFUN_NOTES_MUTATE for global change of note insets...
2008-06-03 Abdelrazak YounesFix toc generation after rev25096.
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-04-23 Jean-Marc Lasgouttes * Inset.h (producesOutput): new mvirtual method, retur...
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-05 André Pönitzmake code look a bit more uniform
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
2008-02-15 Abdelrazak Younes* InsetXXX::addToToc(): properly use passed ParConstIte...
2008-02-14 Abdelrazak YounesInsetNote::addToToc(): Stupid Bug fix causing crash...
2008-02-14 Abdelrazak Younes* InsetNote::addToToc(): Prefix toc entries with note...
2008-02-14 Richard HeckWarnings
2008-02-11 Abdelrazak YounesAdd list of notes and list of footnotes to the outline...
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-05 Pavel SandaDistinguish occurence of 'Note' string between layouts...
2007-12-04 Jürgen Spitzmüllerframed.sty goes InsetBox:
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-03 Abdelrazak YounesFurther cleanup of InsetFlex, InsetCollapsable and...
2007-11-02 Abdelrazak Younes* InsetCollapsable:
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-26 Martin VermeerMove background colour into the layout files -- for...
2007-08-20 Martin VermeerInset configurability, LaTeX work
2007-08-20 Martin Vermeersmall Note cleanup
2007-08-18 Martin VermeerFurther inset configurability, moving charstyle stuff...
2007-08-13 Alfredo Braunsteinfix compilation
2007-08-13 Martin VermeerPrepare for inset configurability
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-08-12 André Pönitzdisable some tests for standard C++ features; add a...
2007-06-15 Abdelrazak Younesheader cleanup.
next