]> git.lyx.org Git - lyx.git/history - src/mathed
fix "make check" with gcc 4.3
[lyx.git] / src / mathed /
2009-03-17 Jürgen Spitzmüller* InsetMathCases.cpp:
2009-03-09 Enrico ForestieriFix bug 5836 (http://bugzilla.lyx.org/show_bug.cgi...
2009-03-04 Jean-Marc LasgouttesIn math matrices, make sure that only the align-type...
2009-03-04 Uwe StöhrInsetMathCases.cpp: fix http://bugzilla.lyx.org/show_bu...
2009-02-28 Uwe Stöhrsupport for \cfrac in mathed, fixes bug 2473 and can...
2009-02-25 Enrico ForestieriFix bug 5541: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-09 André Pönitzmove ColorSet to a header of its own to reduce #include...
2009-02-08 Vincent van Ravesteijn* MathAutoCorrect: kill compiler warning.
2009-02-08 Vincent van Ravesteijn* InsetMathNest.cpp: Cosmetics.
2009-02-08 Vincent van RavesteijnReverse unwanted commits.
2009-02-08 Vincent van Ravesteijn* InsetMathNest.cpp: Cosmetics.
2009-02-05 Vincent van RavesteijnAllow commands with parameters in InsetMathGrid. For...
2009-02-02 Vincent van RavesteijnFix bug 5731. http://bugzilla.lyx.org/show_bug.cgi...
2009-02-02 Jürgen Spitzmüllerplease Jean-Marc.
2009-02-02 Jürgen Spitzmüller* InsetMathHull (numbered):
2009-01-16 Vincent van RavesteijnDisable the Edit->Math menu when not in math.
2009-01-15 Martin VermeerMake autocorrect configurable in preferences file
2009-01-06 Martin VermeerMake autocorrect (still disabled) better. Now switched
2008-12-23 Georg Baummake Pavel happy
2008-12-22 Georg Baumfix bug 2558: hspace support in math
2008-12-19 Martin VermeerFix, but keep disabled, mathed autocorrect
2008-11-23 Abdelrazak YounesFix assertion on exit when quitting.
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 Stefan Schimanski* compile fix
2008-11-16 Stefan Schimanski* fix latex grid output of commit http://www.lyx.org...
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-16 André Pönitzless negated logic
2008-11-16 Stephan Wittenable LFUN_MATH_NUMBER_LINE_TOGGLE when display()...
2008-11-16 Abdelrazak Younespart 7
2008-11-15 André Pönitzcosmetics
2008-11-15 Jürgen Spitzmüller* InsetMathHull (eolString):
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-11-14 Jürgen Spitzmüller* InsetMathHull (eolString):
2008-10-31 Enrico ForestieriAvoid creating bad math insets with Ctrl+M
2008-10-29 Abdelrazak YounesRevert 27186 which fixed an invalid bug.
2008-10-29 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=5392
2008-10-29 Abdelrazak YounesStyle, const access and small optimizations.
2008-10-27 Enrico ForestieriRemove dead code.
2008-10-26 Enrico ForestieriThe LaTeX control space "\ " is a special char, too...
2008-10-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
2008-10-23 Enrico ForestieriGet rid of superfluous conversions and else statement.
2008-10-23 Enrico ForestieriFix bug 5393
2008-10-22 Enrico ForestieriFix bug 5263
2008-10-21 Stefan Schimanski* Added Uwe's comment and a word about \global
2008-10-21 Stefan Schimanski* use \long for \def macros (fixes http://bugzilla...
2008-10-20 Enrico ForestieriCorrect logic: single characters must also be parsed...
2008-10-18 Jürgen Spitzmüllerhonour requirements for dots (bug 5376).
2008-10-18 Uwe Stöhrmathparser_flags.h: follow our naming convention part 2/2
2008-10-18 Uwe Stöhrmathparser_flags.h: follow our naming convention part 1/2
2008-10-18 Enrico ForestieriWhen pasting into mathed, take into account the current...
2008-10-17 Enrico ForestieriFix bug 3397
2008-10-16 Stefan Schimanski* Call metrics of the parameters with the correct font...
2008-10-13 Pavel SandaFix whitespaces so the diff between branches is not...
2008-10-07 Stefan Schimanski* Be more conservative about leaving out parenthesis...
2008-10-06 Enrico ForestieriSmash remaining drawbacks for bug 2315
2008-09-26 Enrico ForestieriIn mathmode, treat nonascii chars with diacritical...
2008-09-25 Enrico ForestieriWhen in mathmode, always use the mathcommand replacemen...
2008-09-24 André Pönitzstreamlining setter syntax. using mutable references...
2008-09-18 Jean-Marc Lasgouttesuse Length::inPixel and not Length::inBP to get screen...
2008-09-17 Jean-Marc Lasgouttesbad behaviour of recordUndoInset has been fixed in...
2008-09-15 Enrico ForestieriIntroduce LFUN_FONT_BOLDSYMBOL, performing the same...
2008-09-10 Richard HeckRevert 26348 and 26350. Wrong solution.
2008-09-09 Richard HeckForgot this part.
2008-09-09 Richard HeckRestore toggling behavior to math bold.
2008-09-08 Pavel SandaCoding style
2008-09-06 Stefan Schimanski* typo
2008-09-04 Enrico ForestieriImplement the EnsureMath inset in mathed for nesting...
2008-09-03 Enrico ForestieriAdd FIXME
2008-09-03 Enrico ForestieriWe may have buffers with different encodings, that...
2008-09-02 Enrico ForestieriSpecify that we are in math mode. This avoids unnecessa...
2008-09-02 Enrico ForestieriTake into account the latex encoding when generating...
2008-08-24 André Pönitzfix off-by-two drawing error
2008-08-15 Jean-Marc LasgouttesFix bug 3407: Undo with text-in-mathmode
2008-08-06 Stefan Schimanski* \xymatrix added to completion (fixing bug 5123)
2008-08-02 Pavel SandaClean debug logs before rc1.
2008-07-30 Enrico ForestieriFix bug 5041
2008-07-27 Uwe Stöhr- InsetMathAMSArray.cpp: code cosmetic
2008-07-27 Uwe Stöhr- InsetMathAMSArray.cpp: load the amscd package when...
2008-07-27 Uwe StöhrInsetMathHull.cpp: whitespace
2008-07-21 Jürgen Spitzmüller* src/mathed/InsetMathHull.cpp:
2008-07-20 Enrico ForestieriWhen producing latex output, check whether a character...
2008-07-05 Enrico ForestieriFix bug 4992
2008-06-28 Enrico ForestieriFix color of math macros
2008-06-24 Enrico ForestieriFix bug 4320
2008-06-22 Enrico ForestieriFix the new incarnation of bug 4687
2008-06-19 Enrico ForestieriTrust Andre'
2008-06-19 Enrico ForestieriFix bug 4687
2008-06-17 Enrico ForestieriImplement the suggestion by Andre'
2008-06-16 Enrico ForestieriOps
2008-06-16 Enrico ForestieriThe mode changing math insets already provide the neede...
2008-06-16 Enrico ForestieriAvoid 11 from_ascii calls
2008-06-16 Enrico ForestieriUse a helper method in order to avoid code repetition.
2008-06-16 Enrico ForestieriFix bug 1527
2008-06-15 Pavel SandaLet LFUN_MATH_SPACE use various spaces we support.
2008-06-14 Pavel SandaRessurect LFUN_MATH_SIZE, set toolbars accordingly.
2008-06-11 Pavel SandaOld, unused and handled elsewhere.
2008-06-11 Pavel SandaLFUN_FONT_FREE_* -> LFUN_TEXSTYLE_*
2008-06-04 Enrico ForestieriProduce a cleaner latex output by avoiding \lyxmathsym...
2008-06-03 Jürgen Spitzmüller* Allow the use of eqrefs in mathed (bug 4623).
next