]> git.lyx.org Git - lyx.git/history - src/mathed/math_symbolinset.C
Fix math cursor positioning bug
[lyx.git] / src / mathed / math_symbolinset.C
2005-01-19 Jean-Marc Lasgouttesuse the wasysym package when needed
2004-11-23 Lars Gullik Bjønnesclone NVI, other small stuff
2004-02-03 André Pönitzfix a few of the recent width cache related problems
2004-01-07 André Pönitzsimplified search in mathed
2004-01-07 Jean-Marc Lasgouttesmake LyX/Mac compile and work better
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-02 André Pönitzfix #1145
2003-09-24 Jean-Marc LasgouttesLyX/Mac metrics fix
2003-08-19 Angus LeemingStandardise the header blurb in mathed.
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-02 André PönitzIU of drawing phase one without 'semantic changes'...
2003-05-28 André PönitzPrepare mathed for unified two-stage drawing
2003-05-27 André Pönitzrename the members of Dimension
2003-03-21 André Pönitzpromote MathMetricsInfo to MetricsInfo, change mathed...
2003-02-14 André Pönitzmake naming a bit saner...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-01-07 André PönitzSeparate 'cursor inside' and 'cursor behind' cases...
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-10-28 Dekel TsurMaxima
2002-10-28 Dekel TsurFew improvements.
2002-10-21 Dekel TsurHandle \not using a macro
2002-10-17 Dekel TsurBetter alignment of \longrightarrow like macros.
2002-09-11 André Pönitzadd #pragme interface/implementation
2002-08-22 André Pönitztry to suppress unneeded spaces when writing
2002-08-09 André Pönitzmore cosmetics
2002-08-08 André Pönitza bit more const correctness
2002-07-11 André Pönitzreplace (ascent, descent, width) triples by a structure...
2002-07-10 André Pönitzcosmeics
2002-07-10 André Pönitzbaseline correction for wasy symbols
2002-07-08 André Pönitzcosmetics
2002-07-01 André PönitzGeof Piroux's patch for Mathematica support
2002-06-25 André Pönitzseveral smallish changes/bugfixes/left overs from Porto
2002-06-18 Lars Gullik Bjønnes*duck*
2002-05-30 André Pönitzfonts as insets
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-21 André PönitzMake Angus' compiler happy
2002-03-19 André Pönitz- reduce sizeof(MathCharInset) by 20 by better font...
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-01-18 André PönitzMartin's validate() patch (\pm\varepsilon\smile)
2002-01-17 André Pönitzinfrastructure for requiring "amssymb".
2002-01-16 André Pönitzprepare writing info messages to the minibuffer
2001-12-05 Lars Gullik BjønnesAdd string << operators for the other streams as well...
2001-11-16 André Pönitzsearch & replace for symbols & function
2001-11-09 André Pönitzstore and output xml names if known...
2001-11-09 André Pönitzsimple MathML output for integrals
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 work on math-extern
2001-11-09 André Pönitzsome support for matrix operations with maple ('M...
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-11-07 André Pönitzchange output to uses streams instead of strings
2001-11-07 André Pönitzstart native C++ support for Octave, Maple and MathML
2001-10-31 André Pönitzfix drawing of mathrels. make \| equivalent to \Vert...
2001-10-29 André PönitzRe-introduction of a BraceInset to handle "extra braces"
2001-10-24 André Pönitzremove position cache from insets - these were the...
2001-10-22 André Pönitz- remove MathStyles cache from those insets that don...
2001-10-19 André Pönitzhalfway through fixing size of math in non-standard...
2001-10-19 André Pönitzuse stream-like syntax for LaTeX output
2001-09-11 André Pönitztry to do with super- and subscripts what TeX does
2001-08-31 Dekel TsurFew math fonts improvements (use cmr for uppercase...
2001-08-30 Dekel TsurMore fonts in mathed.
2001-08-16 André Pönitznew special-purpose inset for \not
2001-08-09 André Pönitzfix broken ^ stuff; break delimiters...
2001-08-09 André Pönitzmove things around
2001-08-09 André Pönitziterators for MathArray; cosmetics;
2001-08-08 André Pönitzbring back some more red color...
2001-08-06 André Pönitz- fix nasty bug due to missing InsetFormula copy c'tor
2001-07-27 André Pönitzrename MathBigopInset into MathSymbolInset. That's...