]> git.lyx.org Git - lyx.git/history - src/mathed/MathMacroTemplate.cpp
Make Buffer argument mandatory in most of the InsetMath based class... boring work...
[lyx.git] / src / mathed / MathMacroTemplate.cpp
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-11-06 Enrico ForestieriFix bug #5530: LyX expansion in math-macro overwritten...
2009-08-07 Jürgen SpitzmüllerCatch encoding exception when performing instant previe...
2009-08-06 Enrico ForestieriFix bug #6014: Assertion when pasting "\def" into 2...
2009-07-16 Richard HeckGive inset codes to all the math insets, so we get...
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-21 Stefan Schimanski* Added Uwe's comment and a word about \global
2008-10-21 Stefan Schimanski* use \long for \def macros (fixes http://bugzilla...
2008-09-06 Stefan Schimanski* typo
2008-06-19 Enrico ForestieriTrust Andre'
2008-05-31 Enrico ForestieriFix bug 3938
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-29 Stefan Schimanski* enabled() is the getter, enabled(bool) is the setter...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-28 Abdelrazak YounesMSVC warning
2008-03-10 Stefan Schimanski* cosmetic and comment
2008-03-10 Stefan Schimanski* math macro definition context menu
2008-03-10 Stefan Schimanski* small fixes of the temporary change display of macro...
2008-03-10 Stefan Schimanski* make macros global. This is conceptionally much easie...
2008-03-10 Stefan Schimanski* xargs export support. No parser support yet.
2008-03-04 Stefan Schimanski* the look does not depent on "editing" anymore as...
2008-03-03 Stefan Schimanski* Update::SinglePar should be enough for most cases...
2008-02-29 Stefan Schimanski* insertParam assumes that the cursor has the macro...
2008-02-29 Stefan Schimanski* the automatic arity changing proposed by Uwe: you...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-27 Stefan Schimanski* allow macro names with *
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak Younesheader cleanup
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-01-14 Stefan Schimanski* Nearly a proof that there are useful compiler warning...
2008-01-08 Stefan Schimanski* fix a crash during undo: cloned MathMacroTemplates...
2008-01-03 Jean-Marc Lasgouttesfix compilation warnings: unused parameters
2007-12-24 Stefan Schimanski* moved atom_dim_ to coord cache in the buffer view...
2007-12-23 Stefan Schimanski* compile fix
2007-12-23 Stefan Schimanski* newlyxcommand support as LaTeX feature
2007-12-23 Stefan Schimanski* \newlyxcommand support
2007-12-23 Stefan Schimanski* perl -e 'while(<>) {sed s/\s+$//; print "$_\n";}...
2007-12-23 Stefan Schimanski* another monster line
2007-12-23 Stefan Schimanski* cosmetic for loops with deep if nestings
2007-12-23 Stefan Schimanski* tabs are evil... hopefully I fixed all monster lines now
2007-12-23 Stefan Schimanski* tabs are evil
2007-12-23 Stefan Schimanski* tabs are evil
2007-12-23 Stefan Schimanski* cellDim_ is not needed anymore
2007-12-23 Stefan Schimanski* proper labels under the holes in macro templates...
2007-12-23 Stefan Schimanski* first tries to make the math macro template more...
2007-12-23 Stefan Schimanski* cosmetic
2007-12-23 Stefan Schimanski* math macro toolbar can be made automatic
2007-12-21 Stefan Schimanski* adapt to MacroType
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-19 Stefan Schimanski* compile fix for trunk
2007-12-19 Stefan Schimanski* at least return a valid template on parse error,...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
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-14 Stefan Schimanski * added forgotton undo call for LFUN_MATH_MACRO_REMOVE...
2007-11-05 André Pönitz#include cosmetics
2007-11-01 Stefan Schimanski* 1 off error, leading to a crash with only one optiona...
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-09-24 Abdelrazak YounesPut MathData on a diet: transfer dimension cache to...
2007-09-23 Abdelrazak YounesPut mathed on a diet: transfer dimension cache from...
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename MathArray into MathData
2007-04-26 André Pönitzrename LCursor->Cursor
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 files in src/mathed and src/graphics from .C...