]> git.lyx.org Git - lyx.git/history - src/insets/InsetFloatList.cpp
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / insets / InsetFloatList.cpp
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2023-09-30 Juergen SpitzmuellerPrevent access to null local_font
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-03-16 Richard Kimberly... Use ranges and fix nullptr warnings.
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-07-04 Guillaume MunchRationalise includes
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2013-03-28 Richard HeckUse InsetLayout to get the tag type for TOC-like things.
2013-03-28 Richard HeckUpdate the XHTML output for InsetFloatList. We'll now...
2013-03-23 Richard HeckFix a few more translation probelms for XHTML output.
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-02-15 Jean-Marc LasgouttesSort out usage of INset::has Settings and Inset::clickable
2011-04-06 Georg BaumFix wrong translations of float lists spotted by Pavel:
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-02-02 Richard HeckFinally, disentangle IsPredefined and UsesFloatPkg...
2011-02-02 Richard HeckJust some renaming, preparatory to disentangling two...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-29 Vincent van RavesteijnRemove InsetCommand::mailer_name_.
2010-10-25 Vincent van RavesteijnCorrect toc to floatlist
2010-08-24 Uwe Stöhrremove unused include of FuncRequest
2010-03-18 Richard HeckUse something simpler for the TOC links in XHTML. Some...
2010-03-12 Uwe StöhrInsetXXX.cpp: remove unused include of MetricsInfo.h
2010-03-05 Richard HeckDisable lists of floats we don't know how to generate.
2010-03-05 Richard HeckRework and partially revert r33631.
2010-03-05 Richard HeckFIXME regarding XHTML output of custom float lists.
2010-03-05 Richard HeckLet floats decide for themselves what command is used...
2010-03-05 Richard HeckChange the LaTeXBuiltin tag to a NeedsFloatPkg tag...
2010-03-04 Richard HeckSome cleanup for the Floating class.
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2010-01-01 Richard HeckXHTML output for lists of figures, tables, etc.
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-06-18 Pavel SandaFix include orderings.
2008-04-05 André Pönitzlexer cosmetics
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-25 Richard HeckPer Abdel's suggestion that we focus on bug-fixing...
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 Richard HeckAfter a hiatus, I'm returning to the rewrite of InsetCo...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-18 Abdelrazak Younesheader cleanup
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-11-28 André Pönitzhand-crafted LyXErr
2007-11-15 André Pönitzreduce line noise
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-16 Richard HeckRationalize lyxCode().
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2