]> git.lyx.org Git - lyx.git/history - src/insets/InsetListings.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetListings.cpp
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...