]> git.lyx.org Git - lyx.git/history - src/insets/InsetListingsParams.cpp
Make members of FuncRequest private, per the FIXME there. Again, this is
[lyx.git] / src / insets / InsetListingsParams.cpp
2010-02-08 Pavel SandaNext one
2009-11-02 Vincent van RavesteijnMove CollapseStatus from Inset to InsetCollapsable...
2009-02-19 Richard HeckPatch from Bo. Fixes problem with labels in child docs...
2008-09-08 Uwe Stöhrvarious listings fixes by Vincent, see http://www.mail...
2008-06-18 Pavel SandaFix include orderings.
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-25 Jürgen Spitzmüller* src/insets/InsetListingsParams.cpp:
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-07 André Pönitzcosmetics, maily s/NULL/0/g as hinted by Joost
2008-04-05 André Pönitzuse simpler parser interface
2008-03-17 Uwe Stöhrcompilation fixes
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
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-10-13 Bo PengAdd Erlang support for listings (bug 4263)
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-07-10 Bo Pengadd a few 'experimental parameters' to insetListingsPar...
2007-06-12 Bo PengAdd bypass validation checkboxes to listings related...
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-06-09 Abdelrazak YounesFix warning.
2007-06-06 Bo PengUpdate Toc when navigation menu is trigged.
2007-06-06 Bo PengAdd listings parameter linerange, new in listings 1.4
2007-06-05 Bo Peng?xxx show all parameters containing xxx in InsetListing...
2007-06-03 Michael Schmitt * src/insets/InsetListingsParams.cpp: fix user message
2007-05-31 Bo PengInsetListingsParams: allow key=value,key=value1 in...
2007-05-31 Michael Schmitt * src/insets/InsetListingsParams.cpp: fix/improve...
2007-05-30 Michael Schmitt * src/insets/InsetListingsParams.cpp: fix message...
2007-05-29 Michael Schmittreplace "Listings" by "Listing" (plural => singular)
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-27 Abdelrazak Younes* ListingsParam::ListingsParam(): use const ref.
2007-05-27 Abdelrazak Younes* InsetListingsParams.cpp: Code reorganization. Should...
2007-05-26 Abdelrazak Younesadd some const.
2007-05-26 Abdelrazak Younes- white space
2007-05-26 Abdelrazak Younes- Convert char * to string and docstring for the hints...
2007-05-25 Bo PengInsetListings: use float for placements because of...
2007-05-25 Bo PengMinor fixes, in response to Lar's email
2007-05-24 Bo PengUse a new internal structure for InsetListingsParams...
2007-05-23 Bo PengMake listings dialog translatable (mostly strings from...
2007-05-22 Jürgen Spitzmüllermake InsetListings ready for dialects, part 1 (joint...
2007-05-18 Bo PengBUG 3649: display float listings inline, like other...
2007-05-18 Jürgen SpitzmüllerFix for bug 3637, joint work of Bo Peng and myself:
2007-05-15 Bo PengInsetListingsParams.h/cpp: fix compiler warning about...
2007-05-14 Bo PengSeparate caption and label from InsetListingsParams...
2007-05-12 Bo PengInsetListingsParams.h/cpp: Allow , in parameter string...
2007-05-09 Bo Pengfix a listings param name
2007-05-09 Bo PengAdd support for listings package. Two listings command...