]> git.lyx.org Git - lyx.git/history - src/mathed/math_parser.C
further code uglification to make Jean-Marc's compiler happy
[lyx.git] / src / mathed / math_parser.C
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
2001-08-09 André Pönitzfix broken ^ stuff; break delimiters...
2001-08-09 André Pönitzmove more stuff to math_hash
2001-08-09 André Pönitzmove some more parser information to math_hash to make...
2001-08-09 André Pönitzmove things around
2001-08-08 André Pönitznew hierarchy for frac-like things
2001-08-07 André PönitzUndo hotfixes for missing files. Sorry guys.
2001-08-06 Lars Gullik Bjønnesmake mathed compile (but not link), adjust
2001-08-06 André Pönitz- fix nasty bug due to missing InsetFormula copy c'tor
2001-08-03 André Pönitzeverything is an inset. sizeof(MathInset) == 36 on...
2001-08-03 André Pönitzcloase a leak; remove a few casts; cosmetics
2001-08-02 Lars Gullik Bjønnesmore latex conversion cases fixed, patch from Andre...
2001-08-01 André Pönitzfix (potential?) memory leaks; cosmetics
2001-07-29 Asger Ottar AlstrupMore header file include dependency work
2001-07-27 André Pönitzsomewhat better support for \| when reading
2001-07-27 André Pönitzremove debug message
2001-07-27 André Pönitzwork around static initialization problem
2001-07-27 André Pönitzrename MathBigopInset into MathSymbolInset. That's...
2001-07-26 André Pönitzmake '$' default delimiter for inline maths instead...
2001-07-26 André Pönitznest step...
2001-07-26 André Pönitzsmall steps towards a unified symbol handling
2001-07-26 André Pönitzsimplify BigopInset handling
2001-07-26 André Pönitzsmall cleanups
2001-07-26 André Pönitziookup unification - another 100 lines bite the dust
2001-07-26 André Pönitzcosmetics
2001-07-26 André Pönitzmathed108.diff
2001-07-20 André Pönitzmove things around, fix bug in ~MathArray.
2001-07-20 André Pönitzsupport for \land and \vee, cosmetics
2001-07-17 André Pönitzrename math_(root|grid).[Ch] to math_(root|grid)inset...
2001-07-13 André Pönitzcosmetics
2001-07-13 André Pönitzmathed102.diff
2001-07-12 André Pönitzsplit super/subscript handling in new base class MathUp...
2001-07-10 André PönitzMathAccentInset rewritten
2001-07-09 André PönitzSmall bugfixes and cosmetic changes
2001-07-08 Lars Gullik Bjønnesmake NO_LATEX default, set ut compability stuff
2001-07-06 Lars Gullik Bjønnesmathed95.diff
2001-07-05 André PönitzFix for signed/unsiged char bug.
2001-07-04 André PönitzSmall parser bug fixed
2001-07-03 André Pönitzmathed87.diff (Bug fixes, new feature "change font...
2001-06-27 Lars Gullik BjønnesLyX Drinkers United: patch 2
2001-06-25 Lars Gullik BjønnesLyX Drinkers Union: patch 1
2001-06-04 Lars Gullik Bjønnesvarious changes
2001-05-31 Lars Gullik Bjønnesadjust to be able to complile with gcc 3.0, put selecti...
2001-04-27 Lars Gullik Bjønnesmathed67.diff
2001-04-25 Lars Gullik Bjønnesmathed65.diff
2001-04-24 Lars Gullik Bjønnesmathed64.diff
2001-04-17 Lars Gullik Bjønnesuse LFUN_MESSAGE, inhritprivately from noncpopyable...
2001-04-17 Allan Raefix doxygen operation ; stop #warning causing errors...
2001-03-20 Lars Gullik Bjønnesuse anon namespace, somewhat better comp. handling...
2001-03-15 Lars Gullik Bjønnesmathed59.diff
2001-03-15 Lars Gullik Bjønnesrevert mathed58.diff
2001-03-15 Lars Gullik Bjønnesmathed58.diff
2001-03-15 Lars Gullik Bjønnesmathed57.diff
2001-03-09 Lars Gullik Bjønnesmathed52.diff
next