]> git.lyx.org Git - lyx.git/history - src/mathed/math_data.C
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_data.C
2006-02-24 Jean-Marc Lasgouttesbug 1918: Positioning cursor in mathinset with the...
2005-09-26 Jürgen Spitzmülleradd nested math insets to the coord cache (fixes the...
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-04-02 Martin VermeerFix math cursor positioning bug
2005-02-08 Lars Gullik Bjønnesdociterator dont inherit from std::vector and updates
2005-01-31 Angus LeemingAsger's commentary, const-correct and bug-squashing...
2005-01-05 Lars Gullik Bjønnesthe const patch
2004-11-07 André PönitzFix #1736
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-08-14 André Pönitzremove per-inset position cahce, use new external map...
2004-08-13 André Pönitzuse setPosCache where appropriate
2004-08-13 André Pönitzremove unused mathed parts
2004-08-13 André Pönitzremove unused code
2004-04-20 Angus LeemingWhitespace, only whitespace...
2004-04-13 André Pönitzpartial revert of macro stuff
2004-04-13 André Pönitzmacro rework
2004-04-08 André Pönitzlast one.
2004-04-06 André Pönitzseveral small fixes for mathed
2004-02-03 André Pönitzfix super/subscript crash
2004-02-02 André Pönitzremove cursor::drawSelection() plus some math reorganiz...
2004-01-30 André Pönitzmore IU
2004-01-26 André Pönitzmore IU
2004-01-16 André Pönitzmathed uglyfication
2004-01-07 André Pönitzsimplified search in mathed
2003-09-16 Angus Leeminglyxfont.h no longer #includes LColor.h.
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-05 Angus LeemingAll .C files should #include there own .h file I guess ;-)
2003-09-05 Angus LeemingStrip out redundant #includes
2003-08-19 Angus LeemingStandardise the header blurb in mathed.
2003-08-02 Lars Gullik BjønnesAlways use std::endl with lyxerr
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
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-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]