]> git.lyx.org Git - lyx.git/history - src/mathed/ChangeLog
Rename files in src/mathed and src/graphics from .C to .cpp, step 2
[lyx.git] / src / mathed / ChangeLog
2006-03-16 Georg Baumfix bug 2234
2006-03-14 Martin VermeerFix to bug 2325: Mouse click to right of last nestinset...
2006-03-11 Martin VermeerFix to bug 2362: Deleting superscript also deletes...
2006-02-28 Martin Vermeerfix (properly) insertion of fonts/decorations around...
2006-02-24 Jean-Marc Lasgouttesbug 1918: Positioning cursor in mathinset with the...
2006-02-22 Georg Baumreadd xymatrix inset (bug 2238)
2006-02-14 Jean-Marc Lasgouttesbug 2060: Clicking on a macro in a math inset crashes LyX
2006-01-28 Lars Gullik Bjønnesget rid of a compiler warning
2006-01-27 Jean-Marc Lasgouttesfix bug 1934
2006-01-24 Jean-Marc Lasgouttesfix reading of math macros when they occur before any...
2006-01-11 Jean-Marc Lasgouttesfix bug 2034
2006-01-10 Martin VermeerFix default label setting (eq:)
2006-01-01 Lars Gullik Bjønnesfix some syntax errors
2005-12-15 Jürgen SpitzmüllerMove initMath() from startup to math_hullinset. LyX...
2005-12-02 Jürgen Spitzmüllerfix bug 2139 (creation of two consecutives, but differe...
2005-12-01 Jean-Marc Lasgouttesbug 2109: trigger dEPM when moving cursor with mouse
2005-11-28 Martin VermeerFix bug 2117: matrix inside delimiters or sub/superscript
2005-11-25 Jürgen Spitzmüllerfix bug 2089: Touching Navigate menu crashes Lyx when...
2005-11-22 Georg Baumfix bug 2126 (references in math)
2005-11-08 Georg Baumdon't dereference invalid iterators
2005-11-02 Angus LeemingTrivial fixes to some warnings thrown up by MSVS.Net...
2005-11-02 Martin VermeerFix bug 2074: kern width wrong
2005-10-14 Georg Baumfix bug 2067
2005-10-12 Georg Baumimplement missing bits of math cut and paste and fix...
2005-10-12 Georg Baumfix invalid cursor after math undo
2005-10-05 Georg Baumfix bug 2060
2005-10-03 Jean-Marc Lasgouttesfix bug 2057: Delete key acting unexpectedly in MathEd
2005-10-03 Georg Baumfix bug 2050
2005-10-03 Jürgen Spitzmüllerfix bug 2058 (crash when undoing math matrix delete)
2005-09-27 Jürgen Spitzmüllerleave inset to the right when hitting ESC (bug 2034)
2005-09-26 Jürgen Spitzmüllermake LFUN_CUT in mathed undoable (bug 2041)
2005-09-26 Jürgen Spitzmülleradd nested math insets to the coord cache (fixes the...
2005-09-20 Jean-Marc Lasgouttesfix compiler warnings (bug 1927)
2005-09-19 Jürgen Spitzmüllerfix bug 1960 and bug 1981 properly, using cur.normalize()
2005-08-19 Martin VermeerFix bug 1981
2005-07-26 Georg Baumfix bug 1942
2005-07-18 Angus LeemingHelp Lars spell his name.
2005-07-15 André PönitzStephan's patch
2005-07-15 Jean-Marc LasgouttesFrom Stephan: do not allow insert of label for inlined eq
2005-07-15 André Pönitzsmall cosmetic fix and removing some debug output
2005-07-15 André Pönitzpartial fix for bug 622, cosmetic rest remains open
2005-07-14 André PönitzFix bug 1472
2005-07-14 André Pönitzfix #1729
2005-07-14 André Pönitzhandle LFUN_ESCAPE properly in math insets (i.e. go...
2005-07-14 André Pönitzcursor should not get stuck on page up/down in math
2005-07-10 Georg Baumadd forgotten comment about jumping cursor
2005-07-08 Georg Baumfix undo in grids
2005-07-06 Georg BaumDon't store row and col in cursor, add some documentati...
2005-06-30 Martin VermeerFix the assert when copying rows or columns in math.
2005-06-24 Jürgen Spitzmüllerfix {super|sub}script via menu (bug 1667)
2005-06-24 Georg Baumrequire amsmath for \text
2005-06-17 Georg Baumfix math color inset UI and parsing
2005-06-09 Jean-Marc Lasgouttesfix warning when assertions are disabled
2005-06-07 Georg Baumfix bug 1665
2005-05-08 Georg BaumAnother set of text changes from Michael, approved...
2005-05-01 Martin VermeerSuppress a number of illegal things in text-within...
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-04-25 Martin VermeerFix handling of aligment; rearrange tabular-features...
2005-04-11 Martin VermeerMake insert-around-select work properly for rootinset
2005-04-10 Martin VermeerSpelling
2005-04-10 Martin VermeerMake HOME/END keys work to leave math sub-insets
2005-04-09 Martin VermeerFix crash and cursor positioning in math colour inset
2005-04-08 Martin VermeerMake Helge happy: no more crash on arrow up/down in...
2005-04-07 Martin VermeerAllow C-tab to split cell
2005-04-06 Martin Vermeerfix cursor positioning in non-grid nestinsets, and...
2005-04-04 Martin VermeerFinal touches, corner markers & clickability in math
2005-04-04 Martin VermeerMake split-type math insets clickable.
2005-04-04 Martin VermeerFix corner markers in amsarray, cases
2005-04-03 Georg BaumMartins and my getStatus and infoize fixes
2005-04-03 Martin VermeerFix bug 1796
2005-04-02 Martin VermeerFix math cursor positioning bug
2005-03-30 Georg Baumrequire amsmath when needed
2005-03-24 Martin VermeerBetter conditioning of drawing vertical grid lines
2005-03-22 Martin VermeerFix for horizontal/vertical lines allowed in plain...
2005-03-16 Georg Baumfix bug 1823 by reverting to the mbox solution of 1.3
2005-03-02 Georg Baumfix \| after \left or \right in mathed
2005-02-28 Angus Leeming(Andr��): partial fix for mouse handling in math insets.
2005-02-23 Georg Baumimplement missing doClone methods
2005-02-14 Angus LeemingSquash MSVC warning about comparison of DocIterator...
2005-02-14 Martin VermeerGeorg Baum's and my math array partition lines related...
2005-02-12 Jürgen Spitzmüllerfix bug 1598 (crash on cursor up/down in script)
2005-02-09 Martin VermeerPartition lines in matrices: UI
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-27 Lars Gullik Bjønnesthe convert patch
2005-01-20 Angus LeemingSquash some MSVC warnings.
2005-01-19 Jean-Marc Lasgouttesuse the wasysym package when needed
2005-01-19 Jean-Marc Lasgouttesoverleftarrow and overrightarrow do not require amslatex
2005-01-10 Georg Baumfix bug 1459 (with help from Andre)
2005-01-05 Jean-Marc Lasgouttesrequire amsmath for some under/over arrows
2005-01-04 Jürgen Spitzmüllersmall mathed fixes
2004-12-28 Georg Baumfix bug 1542 (crash wehn reading invalid equations)
2004-12-14 Angus LeemingRemove trailing slash from -Ifoo/ in the AM_CPPFLAGS...
2004-11-30 Jean-Marc Lasgouttesget rid of broken_header.h and some unneeded tests
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-26 Georg Baumadd status messages to math hull inset
2004-11-24 Lars Gullik Bjønnesrename priv_dispatch to doDispatch
2004-11-23 Lars Gullik Bjønnesclone NVI, other small stuff
2004-11-23 Georg Baumfix crash in mathhullinset
2004-11-16 Lars Gullik BjønnesMake us satisfy concept checks
next