]> git.lyx.org Git - lyx.git/history - src/insets/InsetListings.cpp
Use the same code for editable and non-editable buttons
[lyx.git] / src / insets / InsetListings.cpp
2017-06-10 Enrico ForestieriAllow captions also on non-floating minted listings
2017-06-09 Enrico ForestieriAmend fd075614
2017-06-08 Enrico ForestieriSimplify preamble code when using listings
2017-06-07 Enrico ForestieriDon't allow captions in non-floating listings
2017-06-07 Jean-Marc LasgouttesFix warning about signed/unsigned
2017-06-06 Enrico ForestieriFix bug #9101
2016-12-10 Juergen SpitzmuellerEnable InsetQuote in verbatim and Hebrew
2016-10-22 Guillaume MunchSafe line break to increase precision of error reportin...
2016-10-16 Guillaume MunchUse otexstringstream for the captions of InsetCaptionables
2016-09-23 Guillaume MunchRemove option to disable texrow
2016-07-31 Richard HeckFix display of code listings in XHTML.
2016-07-11 Juergen SpitzmuellerSimplify BufferParams::bufferFormat()
2016-07-04 Guillaume MunchRationalise includes
2015-11-22 Georg BaumFix InsetListings::getCaption() for std::regex
2015-11-22 Georg BaumAdd unit test for InsetListings::getCaption()
2015-11-17 Juergen SpitzmuellerDo not switch listings to singlebyte encoding with...
2015-09-15 Guillaume MunchNew class InsetCaptionable
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-05-17 Georg BaumFix indentation
2015-04-01 Jean-Marc LasgouttesClean-up the undo API
2015-02-24 Jean-Marc LasgouttesSome performance stuff reported by cppcheck
2015-01-11 Georg BaumFix wrong listings preamble encoding (bug #9382)
2014-04-21 Juergen SpitzmuellerInsetListings: Rewrite C-ism in C++ and fix terminator...
2014-03-19 Vincent van RavesteijnFix comparing a pointer with a char
2013-11-12 Georg BaumSilence unwanted error popup on copying
2013-03-23 Richard HeckFix bug #8604: Forgot not to escape the caption string...
2013-02-21 Richard HeckDon't convert --- and -- to entities in XHTML listings...
2013-02-08 Richard HeckDon't hardcode listings but use InsetLayout.
2012-12-30 Juergen SpitzmuellerFix the 'caption inset mess' (bug #4647)
2012-12-28 Juergen SpitzmuellerSupport for command argument placement after the workar...
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-25 Georg BaumExtend the notermination flag to math as well.
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-09-23 Richard HeckYet another unused variable.
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-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-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-11-23 Jürgen Spitzmüllerfurther xetex disambiguation: use the flavor where...
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-06-29 Peter KümmelTR1: use std::tr1 regex with msvc10
2010-06-14 Jürgen Spitzmüller* InsetListings.cpp:
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-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-08 Pavel SandaUnneeded include
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2010-01-19 Richard HeckFix listings XHTML output: No paragraphs in there.
2009-12-13 Richard HeckRestore XHTML output for InsetListings.
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-10-26 Richard HeckRename one output param and add a new one.
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-07-07 Richard HeckMove LFUN_TAB* handling from InsetListings to InsetColl...
2009-06-19 Richard HeckFix captions, in accord with observations by Abdel...
2009-06-19 Richard HeckXHTML output for InsetListings.
2009-06-19 Richard HeckMove getCaptionInset() to InsetCollapsable, so it can...
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-15 Vincent van RavesteijnInsetListings.cpp: simplify.
2009-04-15 Vincent van RavesteijnFix bug 5894: Inserting tabs with inline selections.
2009-04-10 Vincent van RavesteijnMake the insets accept LFUN_INSET_SETTINGS. For these...
2009-03-17 Jürgen Spitzmüller* Fix encoding problem following a Listing (bug 5783).
2009-02-25 Vincent van RavesteijnPut back the FIXME.
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-11-15 Jean-Marc Lasgouttesmove the catInit call around
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-26 Richard HeckThis optional argument to the InsetCollapsable constructor
2008-10-25 Richard HeckStyle.
2008-10-01 Abdelrazak YounesRemove assertion that are already checked in debug...
2008-09-30 Pavel SandaProper lfun handling naming for listing tabs.
2008-09-30 Uwe Stöhradd support for TABs in Listings, fileformat change...
2008-09-08 Uwe Stöhrvarious listings fixes by Vincent, see http://www.mail...
2008-07-22 Abdelrazak Younesfix MSVC warning.
2008-07-20 Jürgen Spitzmüller*** sanitize listing's encoding handling ***
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-20 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4607
2008-05-20 Abdelrazak Younesget rid of useless debug output.
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-26 André Pönitzthis feels good...
2008-03-25 Abdelrazak YounesCleanup mouse/selection/context-menu interactions.
2008-03-24 Bo PengMove LFUN_GRAPHICS_EDIT and LFUN_EXTERNAL_EDIT from...
2008-03-20 Bo PengListings: Move \label{} outside of caption={}
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-22 Richard HeckMove the enum into InsetLayout.
2008-02-22 Richard HeckThis should be the last of the commits refactoring...
next