]> git.lyx.org Git - lyx.git/history - src/mathed/math_atom.h
Get rid of lyxstring, remove usage of STRCONV.
[lyx.git] / src / mathed / math_atom.h
2003-08-19 Angus LeemingStandardise the header blurb in mathed.
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-05-28 André PönitzPrepare mathed for unified two-stage drawing
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-12-01 Lars Gullik Bjønnesws changes
2002-09-11 André PönitzRunning Angus' rmcopyright.sh and hand-correcting...
2002-08-09 André Pönitzmore cosmetics
2002-08-09 André Pönitzmore const correctness
2002-08-08 André Pönitzcode that's not there cannot be wrong...
2002-08-08 André Pönitza bit more const correctness
2002-06-25 André Pönitzseveral smallish changes/bugfixes/left overs from Porto
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-12 André Pönitzspeed up math drawing
2001-12-11 André PönitzEssentially Lars' "thread safe" patch
2001-11-15 André Pönitzmake cursor less eager to leave the formula when pressi...
2001-11-09 André Pönitztranslate '\int_0^1 e^x dx' to 'int(e^(x),x=0..1)'
2001-11-09 André Pönitzsome support for matrix operations with maple ('M...
2001-10-23 André Pönitz- remove some unused code
2001-10-12 André PönitzUse references instead of pointers where possible
2001-10-10 André Pönitz*** empty log message ***
2001-09-24 André Pönitzchanged cursor movement/deletion behaviour in super...
2001-09-11 André Pönitzpartial fix for the macro problem
2001-09-11 André Pönitztry to do with super- and subscripts what TeX does