]> git.lyx.org Git - lyx.git/history - src/frontends/controllers/ControlMath.C
fix crash due to invalidated iterator
[lyx.git] / src / frontends / controllers / ControlMath.C
2005-01-19 Angus LeemingAsger's exchanging of the class and struct keywords.
2005-01-18 Asger Ottar Alstrup- Add missing STL includes for correctness - gcc is...
2004-12-17 Martin VermeerThe ��ngstr��m, ��rsted patch
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2004-01-07 Lars Gullik BjønnesMake some functors adaptable and related small stuff.
2003-12-12 Angus Leeming(Martin): enable the math panel sub/superscript buttons...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-05 Angus LeemingAnother 49 #includes bite the dust.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-16 Angus LeemingRewrite to use find_if rather than a big if block.
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-17 Angus LeemingMove xforms' Maths Panel to the new scheme.
2003-06-17 Angus LeemingMove 4 of the xforms math (sub) dialogs to the new...
2003-04-10 John Levonhandle math-delim arguments
2003-03-24 John LevonInclude Pr function
2003-03-10 Angus LeemingFlatten the ButtonController tree by splitting it into...
2002-11-27 Angus LeemingInitialise, initialise, initialise.
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-25 Angus Leeming* A controller-view split of the math panel and its...
2002-11-20 John LevonSome more mangling
2002-11-20 John Levonmath icon name fixups
2002-11-04 Lars Gullik Bjønnessmall changes
2002-09-09 John Levonadd latex_deco
2002-09-06 John Levonmissed
2002-09-05 Angus LeemingThis file is part of LyX, the document processor.
2002-09-05 Angus LeemingReally dull and boring header shit
2002-08-30 John LevonAdd basic bits of Qt's math panel. Hacked together...