]> git.lyx.org Git - lyx.git/history - src/mathed/math_parser.C
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_parser.C
2002-03-27 André Pönitzconsolidate interface for macro creation
2002-03-27 André Pönitzsmall parser tweaks
2002-03-27 André Pönitzbugfix for compound 'symbols' using \lyxkern
2002-03-25 André Pönitz- revive 1.1.6 eqnarray behaviour when pressing <Del...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-07 André PönitzFix parser glitch as reported by J.L.M.Assirati
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-02-15 André Pönitzsupport for 'gathered', 'aligned', 'matrix', \overleftr...
2002-02-15 André Pönitzfix parser bug for \begin{align}...\end{align}
2002-02-15 André Pönitzmove around debugging stuff
2002-02-14 André Pönitzsupport for \substack
2002-02-14 André Pönitzfull support for vmatrix and Vmatrix,
2002-02-13 André Pönitzsupport for AMS's \pmatrix and \bmatrix
2002-02-12 André Pönitzforgot to remove some debug output
2002-02-12 André Pönitzfix parser bugs
2002-02-11 André Pönitzshow the 'empty base dot' less frequently
2002-02-11 André Pönitzfix parser bug;
2002-02-08 André PönitzFinxing Umlauts, Part I
2002-02-07 André Pönitzbugfix: in some cases the parser created unecessary...
2002-02-04 André Pönitzbasic support for \xymatrix
2002-02-01 André Pönitzpartial fix for #141
2002-02-01 André PönitzSomewhat better behaviour for Umlauts in math
2002-02-01 André PönitzFix fuer #209
2002-01-11 Angus LeemingFixes for a broken std::count.
2002-01-10 André Pönitzmake \newcommand{\bb}[1]{\mathbf{#1}} work for read...
2002-01-10 Dekel TsurSupport for \begin{math}
2002-01-09 André Pönitzwhitespace
2002-01-08 André Pönitzmore small patches
2002-01-08 André Pönitzmore 'informational' messages removed?
2002-01-03 André Pönitzvisual support for \displaystyle
2001-12-18 André Pönitzpreliminary support for \mbox
2001-12-18 Lars Gullik Bjønnessmall stuff, perhaps you should have a look at the...
2001-12-11 André Pönitzsupport for fraktur font in mathed
2001-11-28 André Pönitzre-enable the mathcursor->normalize() safety belt.
2001-11-12 André Pönitzhandle \cr and \crcr like \\
2001-11-12 André Pönitzsupport for \begin{cases}...\end{cases} (for interactiv...
2001-11-09 André Pönitzsome support for matrix operations with maple ('M...
2001-11-08 André Pönitzcosmetics: rename (x)array.[Ch] into math_(x)data.[Ch]
2001-11-08 André Pönitzcosmetics: rename "matrix" into "hull" since it is...
2001-11-08 André Pönitzcosmetics: rename support.[Ch] into math_support.[Ch]
2001-11-08 André Pönitzdon't #include too much stuff in .h
2001-10-31 André Pönitzdrop extra {} in "obvious" cases
2001-10-31 André Pönitzmake undo more granular in mathed
2001-10-31 André Pönitzparser tweaks
2001-10-31 André PönitzFix reading of mathrm etc as reported bei Norbert
2001-10-29 André Pönitzread support for \begin{displaymath}...\end{displaymath}
2001-10-29 André PönitzRe-introduction of a BraceInset to handle "extra braces"
2001-10-24 André Pönitzre-enable support for TeX-style {\it..} (\rm, \bf...
2001-10-19 André Pönitzuse stream-like syntax for LaTeX output
2001-10-18 André Pönitzsome visual support for \lefteqn
2001-10-15 André Pönitzsupport reading TeX's $$...$$ syntax
2001-10-12 André PönitzUse references instead of pointers where possible
2001-09-26 André PönitzEven more ugly changes and a new file dependency to...
2001-09-26 André Pönitzfurther code uglification to make Jean-Marc's compiler...
2001-09-13 André PönitzReturn UNDISPATCHED instead of FINISHED in the default...
2001-09-12 André Pönitzfix delimiter handling for \, |, and /
2001-09-12 André Pönitzanother parser fix (nested {} and \left..\right and...
2001-09-12 André Pönitzfix parser bug if \atop etc appear inside \left .....
2001-09-12 André Pönitztry to fix free memory leak
2001-09-11 André Pönitztry to do with super- and subscripts what TeX does
2001-09-05 Jean-Marc Lasgouttesda.po update ; small compile fix in mathed
2001-09-05 André Pönitzread/write support for the AMS split environment
2001-09-04 André Pönitzsome support for gather and multline (multline special...
2001-09-04 André Pönitzsome support for the [x][x]alignat environments
2001-09-04 André Pönitzimprove support for align and alignat
2001-09-04 André Pönitzfix the | vs \| business...
2001-08-30 André PönitzMake Shift-End and Shift-Pos1 work as expected
2001-08-30 André Pönitz*** empty log message ***
2001-08-29 André Pönitzre-enable { and } in seperate cells;
2001-08-29 André Pönitzread & and \\ nested in {} again
2001-08-24 André Pönitzforget to disable the debug output
2001-08-24 André Pönitzignore again space at the beginning of formulae
2001-08-21 André Pönitzsome support for TeX's \kern primitive in the parser.
2001-08-21 André Pönitzbug fix (spaces were ignored in input even within ...
2001-08-20 André Pönitzre-enable spaces and hyphens in labels;
2001-08-18 Dekel TsurEat spaces after \end_inset
2001-08-17 André Pönitzsome support for \atop
2001-08-17 Lars Gullik Bjønnesfix typo
2001-08-17 André Pönitzfix 'Uninitialized memory read'. It was not exactly...
2001-08-17 André Pönitzcorrect mixed up eqnarray <-> eqnarray* and numbered...
2001-08-17 André Pönitzfix display "'" vs "\ni"
2001-08-17 André Pönitzmove comparison out of class Token; bugfix;
2001-08-17 André Pönitzfixes from Angus
2001-08-17 André PönitzToken::operator!=()
2001-08-17 André Pönitzunsigned char <-> char
2001-08-17 André Pönitznew parser
2001-08-14 André Pönitzre-enabling the "selected text gets converted to math...
2001-08-13 André Pönitzmore honey for Angus's dinosaur
2001-08-13 André Pönitzsupport for TeX's \choose
2001-08-13 André Pönitzread/input support for TeX's '\over'
2001-08-13 André Pönitzsmall step to a unified parser for file & interactive...
2001-08-10 André Pönitzprepare syntax change for 'math-insert' (root ->...
2001-08-10 André Pönitzmake {} a proper inset; simplifications to the parser;
2001-08-10 André Pönitzsmall stuff
2001-08-10 André Pönitzstore optional eol arg and write it back if necessary
2001-08-10 André Pönitzmove error message to a better place...
2001-08-10 André Pönitzimprove end-of-line handling in the presence of optiona...
2001-08-10 André Pönitzsmall bugfix
2001-08-10 André Pönitzwrap mathed parser in a class, the main parsing functio...
2001-08-10 André Pönitzsmall parser stuff
next