]> git.lyx.org Git - lyx.git/history - src/mathed/math_data.C
fix #1073
[lyx.git] / src / mathed / math_data.C
2003-04-14 André Pönitzsome cursor movement improvements to MathTextInset
2003-03-21 André Pönitzpromote MathMetricsInfo to MetricsInfo, change mathed...
2003-02-25 André Pönitzpass mouse clicks also to insets "close enough"
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-24 Lars Gullik Bjønneshandle USE_BOOST_FORMAT
2002-10-29 André Pönitzfix off by one error introduced by the fontinset splittin
2002-10-29 André Pönitz"Better" font handling. I've not found a cause for...
2002-10-15 André Pönitz*** empty log message ***
2002-09-11 André PönitzRunning Angus' rmcopyright.sh and hand-correcting...
2002-08-29 André Pönitzfix xxalignat bug
2002-08-10 Lars Gullik Bjønnesa new paragraph function
2002-08-09 André Pönitzmore cosmetics
2002-08-09 André Pönitzup/down tweaks
2002-08-08 André Pönitzreplace a few more naked MathInset * by MathAtom &
2002-08-08 André Pönitza bit more const correctness
2002-08-02 André Pönitzmerge MathArray and MathXArray classes.
2002-07-30 André Pönitzthe up/down stuff reworked
2002-06-18 Lars Gullik Bjønnes*duck*
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-02-01 André Pönitzpartial fix for #141
2002-01-03 André Pönitzforward search in math insets. ugly. seems to work...
2001-12-18 Lars Gullik Bjønnessmall stuff, perhaps you should have a look at the...
2001-11-16 André Pönitzsimple search-and-replace
2001-11-16 André Pönitzintroduce test for "equality"
2001-11-09 André Pönitztranslate '\int_0^1 e^x dx' to 'int(e^(x),x=0..1)'
2001-11-09 André Pönitzforgotten file math_extern[Ch]
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]