]> git.lyx.org Git - lyx.git/history - src/insets/InsetNote.h
Do not check again and again for non existing files
[lyx.git] / src / insets / InsetNote.h
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 2)
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Guillaume MunchRemove some hardcoded addToToc: note, footnote, margina...
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
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-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
2011-02-22 Georg BaumFix bug #6919 by splitting Inset::noFontChange() into...
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-20 Richard HeckGreyed out notes do produce output, which means that...
2010-12-14 Richard HeckAbdel thinks we should just get rid of this.
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
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-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
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.
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-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-04-23 Jean-Marc Lasgouttes * Inset.h (producesOutput): new mvirtual method, retur...
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-24 Jürgen SpitzmüllerSome context menu work:
2008-03-09 Jürgen Spitzmüller* src/insets/InsetNote.h:
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-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
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-04 Jürgen Spitzmüllerframed.sty goes InsetBox:
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-26 Martin VermeerMove background colour into the layout files -- for...
2007-08-13 Martin VermeerPrepare for inset configurability
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-06-12 Jean-Marc LasgouttesRemove background_color_ in Insets: it takes a lot...
2007-05-18 Bo PengBUG 3598: display framed and shaded notes in a separate...
2007-04-30 Abdelrazak Younes* Inset and derivatives: insetName() -> name()
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-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2