]> git.lyx.org Git - lyx.git/history - src/mathed/math_gridinset.C
oh well
[lyx.git] / src / mathed / math_gridinset.C
2002-04-08 André Pönitzfix crash
2002-04-04 André Pönitzshrink math insets by 2 pixels. this is closer to the...
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-21 André Pönitzfix Herbert's up/down problem
2002-03-21 André PönitzMake Angus' compiler happy
2002-03-19 André Pönitz- reduce sizeof(MathCharInset) by 20 by better font...
2002-03-07 André Pönitzallow deletion of a row of empty cells in an eqnarray...
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-02-11 André Pönitzfix parser bug;
2002-02-07 André Pönitzbugfix (too many \\ when writing gridded structures)
2002-02-07 André Pönitzsmall internal stuff
2002-02-01 André PönitzSomewhat better behaviour for Umlauts in math
2001-12-15 André Pönitzallow cut&paste of rectangular "regions" of cells
2001-12-13 André Pönitzenter gridded insets a bit higher
2001-12-12 André Pönitzre-enable automatic deletion of empty super/subscripts;
2001-12-11 André Pönitzmore cursor up/down tuning...
2001-12-05 André Pönitzdeep iterators for math insets;
2001-12-05 Lars Gullik BjønnesAdd string << operators for the other streams as well...
2001-12-03 André Pönitzdo as Lars says
2001-12-03 André Pönitzmake operator<<(*stream, ...) free functions;
2001-12-02 Lars Gullik Bjønnestest add a string operator and comment out a couple...
2001-11-30 André Pönitzbetter handling of up/down
2001-11-30 André Pönitzfix drawing glitch
2001-11-29 André Pönitzreduction of header dependencies, part II (use new...
2001-11-28 André Pönitzre-enable the mathcursor->normalize() safety belt.
2001-11-27 André Pönitzfix crash discovered by Michael
2001-11-12 André Pönitzsupport for \begin{cases}...\end{cases} (for interactiv...
2001-11-09 André Pönitzsimple MathML output for integrals
2001-11-09 André Pönitzsome support for matrix operations with maple ('M...
2001-11-08 André Pönitzdon't #include too much stuff in .h
2001-11-07 André Pönitzmore mathml stuff
2001-11-07 André Pönitzchange output to uses streams instead of strings
2001-11-07 André Pönitzsome support for det and abs for math-extern
2001-11-07 André Pönitzstart native C++ support for Octave, Maple and MathML
2001-10-24 André Pönitzremove position cache from insets - these were the...
2001-10-23 André Pönitz- updated BUGS
2001-10-22 André Pönitz- remove MathStyles cache from those insets that don...
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-12 André Pönitzfix bug discovered by Garst
2001-09-11 André Pönitztry to do with super- and subscripts what TeX does
2001-09-05 André Pönitzread/write support for the AMS split environment
2001-09-04 André Pönitzsome support for the [x][x]alignat environments
2001-08-21 André Pönitzsome support for TeX's \kern primitive in the parser.
2001-08-10 André Pönitzfix for recent 'column shift' bug
2001-08-10 André Pönitzfix bug due to recent typo
2001-08-10 André Pönitzsome visual feedback for extra vertical space
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-08 André Pönitznew hierarchy for frac-like things
2001-08-08 André Pönitzproper cursor up/down for centered and right aligned...
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-01 Jean-Marc LasgouttesAndre's mathinset shrink patch ; default .lyx extension...
2001-07-26 André Pönitzcosmetics
2001-07-26 André Pönitzmathed108.diff
2001-07-17 André Pönitzrename math_(root|grid).[Ch] to math_(root|grid)inset...