]> git.lyx.org Git - lyx.git/history - src/insets/InsetListings.h
Collapsable -> Collapsible (part 1)
[lyx.git] / src / insets / InsetListings.h
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 1)
2017-06-08 Enrico ForestieriSimplify preamble code when using listings
2016-12-10 Juergen SpitzmuellerEnable InsetQuote in verbatim and Hebrew
2016-10-17 Guillaume MunchSome compilers are worried that a struct is not the...
2016-10-16 Guillaume MunchUse otexstringstream for the captions of InsetCaptionables
2015-09-15 Guillaume MunchNew class InsetCaptionable
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...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-05-18 Jean-Marc Lasgouttesfix bugs #6696 and #6697
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2009-12-17 Vincent van RavesteijnRemove unused include.
2009-12-13 Richard HeckRestore XHTML output for InsetListings.
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-21 Vincent van RavesteijnDo not allow a program listing to be in a font changing...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-06-19 Richard HeckXHTML output for InsetListings.
2009-02-25 Vincent van RavesteijnFix the fix for bug 4346: http://bugzilla.lyx.org/show_...
2009-02-21 Vincent van RavesteijnFix bug 4346: http://bugzilla.lyx.org/show_bug.cgi...
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-24 Bo PengMove LFUN_GRAPHICS_EDIT and LFUN_EXTERNAL_EDIT from...
2008-03-10 Abdelrazak YounesIntroduce Inset::isLabeled() in order to avoid reimplem...
2008-03-10 Stefan Schimanski* make macros global. This is conceptionally much easie...
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...
2007-12-24 Stefan Schimanski* some warnings less
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-11-02 Abdelrazak YounesRemremove unneeded init() method.
2007-10-30 Martin VermeerImplement ForceLtR; cleanup of collapsable insets
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-05-20 Jürgen Spitzmüller* src/insets/InsetListings.{cpp,h}:
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-05-14 Bo PengSeparate caption and label from InsetListingsParams...
2007-05-09 Bo PengAdd support for listings package. Two listings command...