]> git.lyx.org Git - lyx.git/history - src/insets/InsetListings.cpp
XHTML output for InsetListings.
[lyx.git] / src / insets / InsetListings.cpp
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...
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
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-11-07 Abdelrazak YounesAdjust headers.
2007-11-02 Abdelrazak YounesRemremove unneeded init() method.
2007-11-02 Abdelrazak Younes* InsetCollapsable:
2007-11-02 Abdelrazak YounesRemove redundant code and introduce InsetCollapsable...
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-30 Martin VermeerImplement ForceLtR; cleanup of collapsable insets
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-24 Jürgen SpitzmüllerFix bug 4182, partially:
2007-09-21 Abdelrazak Younes* Inset:
2007-09-02 Abdelrazak YounesTransfer current_font and real_current_font from Text...
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-08-10 Lars Gullik BjønnesGet rid of a few warnings.
2007-06-09 Bo PengRevert rev18728, which is not a good idea
2007-06-09 Bo PengAllow prefixing a listings parameter with @ to bypass...
2007-05-29 Michael Schmittreplace "Listings" by "Listing" (plural => singular)
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-26 Bo PengDo not use \&@#^_~$ as lstinline delimiter, as suggeste...
2007-05-25 Bo PengChoose a delimiter for lstinline (braces can not be...
2007-05-24 Bo PengUse a new internal structure for InsetListingsParams...
2007-05-23 Bo PengMake listings dialog translatable (mostly strings from...
2007-05-20 Jürgen Spitzmüller* src/insets/InsetListings.{cpp,h}:
2007-05-18 Bo PengBUG 3649: display float listings inline, like other...
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-05-16 Bo PengInsetListings: fix bug 3626
2007-05-14 Bo PengSeparate caption and label from InsetListingsParams...
2007-05-09 Bo PengFix InsetListings::init, call setButtonLabel explicitly...
2007-05-09 Bo PengAdd support for listings package. Two listings command...