]> git.lyx.org Git - lyx.git/history - src/insets/InsetCommandParams.cpp
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / insets / InsetCommandParams.cpp
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2024-04-02 Juergen SpitzmuellerFix label escaping in InsetMathRef (#12980)
2024-04-01 Juergen SpitzmuellerFix backslash LaTeXifying in InsetCommand
2022-12-04 Richard Kimberly... Fix bug #11410.
2022-10-31 Juergen SpitzmuellerMerge branch 'features/indexmacros'
2022-10-29 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-09-01 Thibaut CuvelierLyXHTML: implement multiple indices
2020-12-05 Richard Kimberly... Change name in source files
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-10-25 Yuriy SkalkoMove include of own header to the top. Fix dependencies
2020-10-09 Yuriy SkalkoLoop refactoring
2020-05-04 Richard Kimberly... Fix a number of issues that were stopping compilation...
2020-05-01 Richard Kimberly... New counter manipulation inset.
2020-03-13 Scott KostyshakFix preview check box for include insets
2019-05-21 Juergen SpitzmuellerAdd hint to warning.
2019-05-21 Juergen SpitzmuellerFix warning message
2019-05-21 Juergen SpitzmuellerCheck character encodability with pass-thru in command...
2018-03-06 Juergen SpitzmuellerBraces need to be escaped as well on LATEXIFY
2018-02-22 Richard HeckFix bug #10896.
2017-12-02 Scott KostyshakSet array length from int const
2017-12-01 Juergen SpitzmuellerEscape (makeindex) special chars in nomencl if !literate
2017-10-23 Juergen SpitzmuellerImplement ParamInfo::HANDLING_LTRIM and use it to ltrim...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-03-10 Guillaume MunchAdd option to ignore a parameter in InsetCommandParams
2017-01-30 Juergen SpitzmuellerExtend LATEXIFY command param handling and add literal...
2017-01-28 Juergen SpitzmuellerWhitespace
2015-12-10 Uwe StöhrInset files: add includes to compile with cxx11
2015-05-20 Enrico ForestieriAvoid compiler warning about overloaded virtual function.
2015-05-16 Enrico ForestieriCorrectly load documents moved elsewhere after save.
2015-05-05 Enrico ForestieriDon't update paths of non-existing files
2015-05-03 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2015-05-03 Enrico ForestieriUpdate paths of included files when saving to a differe...
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-06-30 Juergen SpitzmuellerFactor out method to get a properly encoded latex string
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-25 Georg BaumExtend the notermination flag to math as well.
2011-02-12 Pavel SandaFix gcc 4.6 compilation.
2010-10-21 Richard HeckMake this a switch.
2010-10-21 Richard HeckFix bug #6962. I hadn't see how these were being escaped.
2010-10-21 Jürgen Spitzmüller* InsetCommandParams.cpp (prepareCommand):
2010-09-07 Uwe StöhrInsetLine: support for the LaTeX command \rule; kick...
2010-05-03 Vincent van RavesteijnWe want to check for the new value name instead for...
2010-02-28 Uwe StöhrBuffer.cpp, InsetCommandParams.cpp: refine comments
2010-02-13 Jürgen Spitzmüllergeneralize special handling of command inset parameters...
2009-04-17 Jürgen SpitzmüllerNew inset dialog for InsetPrintIndex (only used with...
2009-01-01 Vincent van RavesteijnPrevent empty warning.
2008-12-22 Georg Baumfix potential problems detected by gcc
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-20 André Pönitzmove GuiCommand into hedar of its own. InsetCommandPara...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-05 André Pönitzuse simpler parser interface
2008-04-02 André Pönitzremove unused code; also code cosmetics
2008-03-18 Pavel SandaChange strings.
2008-03-17 Uwe Stöhrcompilation fixes
2008-03-17 Jürgen Spitzmüller*** File Format Change: UI and enhancement for InsetSpa...
2008-03-15 André Pönitzearder cleanup; cosmetics;
2008-02-26 Abdelrazak YounesFix warning.
2008-02-26 Richard HeckCode rules.
2008-02-25 Richard HeckPer Abdel's suggestion that we focus on bug-fixing...
2008-02-23 Richard HeckAfter a hiatus, I'm returning to the rewrite of InsetCo...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-12 Richard HeckTranlatable strings.
2008-02-11 Richard HeckBetter error messages.
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-10-25 Richard HeckInsetIndex is no longer an InsetCommand.
2007-10-25 Richard HeckRevert inadvertent commit.
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-23 Richard HeckRemove methods marked for removal from InsetCommandPara...
2007-10-19 Richard HeckMy bad. Sorry Helge!
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-16 Richard HeckFix bug due to empty default commands.
2007-10-13 Uwe StöhrThe huge URL patch:
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-27 Richard HeckThis is the first part of a cleanup of how we handle...
2007-09-11 André Pönitzremove unnecessary includes
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-09 Bo PengAdd support for listings package. Two listings command...
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 Pengmerge src/frontends/controllers/biblio, character,...
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2