]> git.lyx.org Git - lyx.git/history - src/insets/InsetNewline.cpp
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / insets / InsetNewline.cpp
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2021-12-07 Jean-Marc LasgouttesMerge branch 'breakrows'
2021-12-07 Jean-Marc LasgouttesImprove row flushing
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-10-05 Yuriy SkalkoRefactoring
2020-09-19 Thibaut CuvelierMerge branch 'feature/docbook' into master
2020-09-19 Thibaut CuvelierFix a few warnings.
2020-09-19 Thibaut CuvelierDocBook: make Paragraph::simpleDocBookOnePar return...
2020-09-19 Thibaut CuvelierDocBook: new logic to handle the new lines, only used...
2020-09-19 Thibaut CuvelierSimplify code to generate only one paragraph at a time.
2020-08-14 Kornel Benkodocbook exports: Omit crashing export on some files
2020-07-09 Juergen SpitzmuellerFix header inclusions
2020-07-08 Thibaut CuvelierNew DocBook support
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2019-04-18 Juergen SpitzmuellerAdd NewlineCmd InsetLayout and Argument option
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-07-04 Guillaume MunchRationalise includes
2015-10-10 Georg BaumRemove unused variables
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-04-01 Richard HeckClean up XHTML output a bit.
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-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-29 Jean-Marc LasgouttesFix bug #6930: no undo for inset type changing
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-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2009-11-19 Richard HeckRestore InsetNewline.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-12 Richard HeckThe return value for xhtml() is not going to be needed.
2009-06-05 Richard HeckHTML output code for a handful of easy insets.
2009-02-19 Richard HeckFix more of bug 5751.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-16 Jean-Marc Lasgouttesfix a bunch of harmless warnings
2008-09-10 Jürgen SpitzmüllerFix rest of bug 4886, following Richard's advices.
2008-09-09 Richard HeckFix bug 4886.
2008-08-23 Jürgen Spitzmüller* src/insets/InsetNewline.cpp:
2008-08-23 Jürgen Spitzmüller* src/inset/InsetNomencl.cpp:
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-26 Jean-Marc Lasgouttesremove some useless workarounds in getStatus
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 Jürgen SpitzmüllerMerge the two linebreak insets into one.
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-18 Abdelrazak Younesheader cleanup
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-25 Uwe Stöhrsupport for \linebreak:
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-09-21 Abdelrazak Younes* Inset:
2007-06-15 Abdelrazak Younesheader cleanup.
2007-06-15 Abdelrazak Younesheader cleanup.
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André PönitzLyXText -> Text
2007-04-26 André Pönitzrename LColor into Color
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