]> git.lyx.org Git - lyx.git/history - src/mathed
fix deletion of subscript if superscript is present and vice versa
[lyx.git] / src / mathed /
2001-08-07 André Pönitzfix deletion of subscript if superscript is present...
2001-08-07 André Pönitzfix 'off by one' cursor position when handling simultan...
2001-08-07 André PönitzFix broken left movement (and some other things using...
2001-08-07 André Pönitzbetter selection handling
2001-08-07 André PönitzFix a leak; cosmetics
2001-08-07 André Pönitzmove ownership of the templates from the formulamacro
2001-08-07 André Pönitzbring red color back
2001-08-07 André PönitzUndo hotfixes for missing files. Sorry guys.
2001-08-07 André Pönitz*** empty log message ***
2001-08-07 André PönitzLost files
2001-08-06 Lars Gullik Bjønnesmake mathed compile (but not link), adjust
2001-08-06 André Pönitzremove unneeded convertFont()
2001-08-06 André Pönitz- fix nasty bug due to missing InsetFormula copy c'tor
2001-08-06 André Pönitzgetting started with documentation
2001-08-06 André PönitzOooooops
2001-08-03 Lars Gullik Bjønnesget rid of NO_LATEX, split some methods, small cleanup
2001-08-03 André Pönitzremove debug message
2001-08-03 André Pönitzforget to add the file
2001-08-03 André Pönitzmove width_/ascent_/descent_ cache into seperate ABC.
2001-08-03 André Pönitzeverything is an inset. sizeof(MathInset) == 36 on...
2001-08-03 Jean-Marc Lasgouttesinsetquote fix; getStatus tweaks
2001-08-03 André Pönitzcloase a leak; remove a few casts; cosmetics
2001-08-03 André PönitzMy todo list goes public...
2001-08-02 Lars Gullik Bjønnesmore latex conversion cases fixed, patch from Andre...
2001-08-02 André Pönitzfix mis-alignment of eqnarray columns
2001-08-01 André Pönitzfix (potential?) memory leaks; cosmetics
2001-08-01 Jean-Marc LasgouttesAndre's mathinset shrink patch ; default .lyx extension...
2001-08-01 André Pönitzfix memory leak; cosmetics
2001-07-29 Asger Ottar AlstrupMore header file include dependency work
2001-07-29 Asger Ottar AlstrupReduced header file includes somewhat
2001-07-27 André Pönitzsomewhat better support for \| when reading
2001-07-27 André Pönitz'native' support for \ge and \le; cosmetics
2001-07-27 André Pönitzremove debug message
2001-07-27 André Pönitzwork around static initialization problem
2001-07-27 André Pönitzrename MathBigopInset into MathSymbolInset. That's...
2001-07-27 André Pönitzdon't output ' ' after '$' unless needed
2001-07-26 André Pönitzmake '$' default delimiter for inline maths instead...
2001-07-26 André Pönitznest step...
2001-07-26 André Pönitzsmall steps towards a unified symbol handling
2001-07-26 André Pönitzsimplify BigopInset handling
2001-07-26 André Pönitzsmall cleanups
2001-07-26 André Pönitztiny
2001-07-26 André Pönitziookup unification - another 100 lines bite the dust
2001-07-26 André Pönitzsort entries in wordlist
2001-07-26 André Pönitzlowercase method names
2001-07-26 André Pönitzcosmetics
2001-07-26 André Pönitzmathed108.diff
2001-07-25 André PönitzM-m <space> as substitute for the old C-<space> ...
2001-07-25 André Pönitztiny cleanup
2001-07-24 André Pönitzpaste to any place in the inset
2001-07-24 André Pönitzfix super/subscript size calculation
2001-07-24 André Pönitzmake text in super/subscripts smaller than ordinary...
2001-07-24 André Pönitzless crude MathXArray::x2pos for preciser cursor positi...
2001-07-24 André Pönitz^ now copies selection into new scriptinset
2001-07-24 André Pönitzfix memory leak
2001-07-24 André Pönitzfix memory leak
2001-07-23 André Pönitzsmall bugfixes
2001-07-23 André Pönitzfix 'invalid cursor position after typing \sum'
2001-07-23 André Pönitzkeep empty super/subscript a bit longer
2001-07-23 André Pönitzfix pullArg when pressing <Delete> at the end of an...
2001-07-23 André PönitzFix "pullArg" behaviour when pressing <Backspace> at...
2001-07-23 Jean-Marc Lasgouttesfix insertion of raw double quote, reading of Info...
2001-07-20 André Pönitzmove things around, fix bug in ~MathArray.
2001-07-20 Jürgen VignaImplemented Search/Replace functionality for Insets...
2001-07-20 André Pönitzsupport for \land and \vee, cosmetics
2001-07-17 André PönitzFix two small bugs
2001-07-17 Lars Gullik Bjønnespass_thru
2001-07-17 André Pönitzrename math_(root|grid).[Ch] to math_(root|grid)inset...
2001-07-16 Lars Gullik Bjønnesreverse test move operators out of struct
2001-07-16 André Pönitzforgot the ChangeLog again...
2001-07-16 André Pönitzmulticell selection
2001-07-13 André Pönitzprepare infrastructure for multicell selection
2001-07-13 André Pönitzprepare re-enabling LaTeX feature validation
2001-07-13 Angus LeemingEdwin's "about" patch + consistent use of Lsstream.h
2001-07-13 André Pönitzgenerate unnumbered eqnarray when mutating from inline...
2001-07-13 André Pönitzfix drawing glitch
2001-07-13 André PönitzFix Angus' drawing bug + cosmetics
2001-07-13 André Pönitzremove unneeded #includes, cosmetics
2001-07-13 André Pönitzcosmetics
2001-07-13 Jean-Marc Lasgouttestweaklets
2001-07-13 André Pönitzmathed102.diff
2001-07-12 André Pönitzfix 'buffer is (Changed) by simply entering a formula'
2001-07-12 André Pönitzrecompute macro metrics more often to catch changes...
2001-07-12 André Pönitzfix drawing glitch (\vec was almost invisible on screen)
2001-07-12 André Pönitzbugfix (invalid cursor position)
2001-07-12 André Pönitzsplit super/subscript handling in new base class MathUp...
2001-07-10 André PönitzFix drawing glitch
2001-07-10 André PönitzMathAccentInset rewritten
2001-07-10 André Pönitzfix small thinko
2001-07-09 André Pönitzcursor movement in multiline math; remove dead code
2001-07-09 Dekel TsurUse only the first label when mutating eqnarray to...
2001-07-09 Jürgen VignaFixed crash when inserting mathed inset inside InsetERT...
2001-07-09 Jean-Marc Lasgouttessmall tweaks
2001-07-09 André PönitzSmall bugfixes and cosmetic changes
2001-07-08 Lars Gullik Bjønnesmake NO_LATEX default, set ut compability stuff
2001-07-07 Dekel TsurFix math insert
2001-07-06 Jürgen VignaThe BIG UNDO patch. Recodes undo handling for better...
2001-07-06 Lars Gullik Bjønnesmathed95.diff
2001-07-05 André PönitzFix for mis-drawing reported by Dekel
2001-07-05 André PönitzFix for signed/unsiged char bug.
next