]> git.lyx.org Git - lyx.git/history - src/mathed
don't block GUI when showing all debug messages
[lyx.git] / src / mathed /
2010-06-06 Enrico ForestieriThe delimiters '<' and '>' can also be used as big...
2010-06-06 Enrico ForestieriAdd GUI support for big delimiters variants without...
2010-05-31 Enrico ForestieriFix bug #6739: Loading in a 1.6.5 file causes 1.6.6...
2010-05-31 Enrico ForestieriStill white space.
2010-05-31 Enrico ForestieriOnly white space.
2010-05-22 Uwe StöhrInsetMathHull.h: fix typo in comment
2010-05-04 Enrico ForestieriFix bug #6678: Crash when undoing backspace inside...
2010-05-03 Vincent van RavesteijnAnother base class without a virtual destructor.
2010-04-30 Enrico ForestieriImplement LFUN_UNICODE_INSERT in mathed.
2010-04-30 Vincent van RavesteijnFix bug #3900: Mathed corners displayed without mouse...
2010-04-30 Vincent van RavesteijnMouse hover property should be dependent on the specifi...
2010-04-28 Enrico ForestieriDon't hardcode Color_math, such that decorations and...
2010-04-28 Enrico ForestieriAlso account for colors in math macros.
2010-04-28 Enrico ForestieriIndex: src/mathed/InsetMathEnsureMath.cpp
2010-04-28 Enrico ForestieriIndex: src/mathed/InsetMathHull.cpp
2010-04-27 Enrico ForestieriChanging only the shape does not always work. For example,
2010-04-27 Enrico ForestieriThe check for Color_math would fail if the font color...
2010-04-26 Enrico ForestieriChange only the shape and not the whole font, otherwise...
2010-04-23 Peter Kümmelcmake: more merged build fixes
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-15 Vincent van RavesteijnMake Cursor::anchor_ private and make an access functio...
2010-04-15 Vincent van RavesteijnMake Cursor::disp_ private as it should be.
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-04-02 Vincent van RavesteijnFix bug #6633: Equations that end in \limits or \nolimi...
2010-03-31 Richard HeckHTML for binomials.
2010-03-31 Richard HeckMake sure to call the parent's validate method.
2010-03-31 Richard HeckHTML for substack. Sort of. There's an odd problem...
2010-03-31 Richard HeckRevert r33989. We do need this.
2010-03-31 Richard HeckHTML for stackrel.
2010-03-31 Richard HeckHTML for InsetMathSplit.
2010-03-31 Richard HeckHTML for special characters.
2010-03-31 Richard HeckHTML for math spaces.
2010-03-31 Richard HeckHTML for math sizes.
2010-03-31 Richard HeckIgnore phantoms for now.
2010-03-31 Richard HeckHTML for roots.
2010-03-31 Richard HeckHTML for underset.
2010-03-31 Richard HeckHTML for overset.
2010-03-31 Richard HeckMatrix output via HTML. I have to say, this one took...
2010-03-31 Richard HeckForgot this piece before.
2010-03-31 Richard HeckChange semantics of two-arg htmlize to make more consis...
2010-03-31 Richard HeckThis doesn't seem to be compiled even, but oh well.
2010-03-31 Richard HeckIgnore kerning in HTML.
2010-03-31 Richard HeckHTML for math fonts.
2010-03-31 Richard HeckFix up the math stream.
2010-03-31 Richard HeckIntroduce and use a "math_flavor" flag with OutputParams.
2010-03-31 Enrico ForestieriFix bug #4565: Using keyboard shortcuts to write Greek...
2010-03-30 Richard HeckSimplify.
2010-03-30 Richard HeckIntegrals via HTML.
2010-03-30 Richard HeckI don't think we need to do this for MathML or HTML.
2010-03-30 Richard HeckHTML for dots.
2010-03-30 Richard HeckDo the obvious thing with delimiters.
2010-03-30 Richard HeckTreat certain decoration cases differently.
2010-03-30 Richard HeckDecorations via HTML.
2010-03-30 Richard HeckHTML for comments and colors.
2010-03-30 Richard HeckCases for HTML.
2010-03-30 Richard HeckHTML for InsetMathBrace.
2010-03-30 Richard HeckHTML for math boxes.
2010-03-30 Richard HeckBold symbols via HTML.
2010-03-30 Richard HeckInsetMathBig via HTML.
2010-03-30 Richard HeckFractions via HTML.
2010-03-30 Richard HeckHTML for scripts.
2010-03-30 Richard HeckHTML for numbers.
2010-03-30 Richard HeckPure HTML for math symbols.
2010-03-30 Richard HeckPure HTML output for math macros.
2010-03-30 Richard HeckFix math char stuff.
2010-03-29 Richard HeckSimple characters.
2010-03-29 Richard HeckThe beginnings of pure HTML output of math, for our...
2010-03-18 Richard HeckSuppress XHTML output for math macros. (We used to...
2010-03-17 Richard HeckGet rid of label_init_length. There is no way to set...
2010-03-10 Enrico ForestieriFix bug #6581: Empty base of a script inset should...
2010-03-10 Vincent van RavesteijnAdd missing continue. I guess I found this when running...
2010-03-10 Vincent van RavesteijnWhitespace.
2010-03-10 Vincent van RavesteijnDo not use const char *.
2010-03-08 Richard HeckIntroduce isBufferValid() method now, that returns...
2010-03-08 Richard HeckEliminate redundancy.
2010-03-08 Richard Hecks/isBufferValid/isBufferLoaded/
2010-03-06 Abdelrazak YounesFix bug #6564. The cmd status retrieval is quite broken...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-21 Abdelrazak YounesMigrate GuiHSPace to InsetParamsDialog.
2010-02-18 Abdelrazak Younes* InsetTabular cleanup:
2010-02-13 Jürgen Spitzmüllergeneralize special handling of command inset parameters...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-08 Jürgen SpitzmüllerPatch by John McCabe-Dansted to fix bug #6502:
2010-02-07 Tommaso CucinottaMost common cases with regexps seem to work, at least...
2010-02-05 Tommaso CucinottaNow the coloured box around the regexp is visible also...
2010-02-05 Tommaso CucinottaImproved appearence of regexp insets (at least I hope...
2010-02-04 Enrico ForestieriAutomate the setting of the ascii only flag.
2010-02-04 Enrico ForestieriFix bug #3325: Labels with special characters in equati...
2010-02-04 Enrico ForestieriFix bug #2872: reference in math to label with "undersc...
2010-01-31 Vincent van RavesteijnPlease Abdel.
2010-01-31 Vincent van RavesteijnFix bug #6489: Assertion triggered when deleting conten...
2010-01-28 Vincent van RavesteijnCorrect the mess introduced in r33250.
2010-01-28 Vincent van RavesteijnExpand the string "regexp" to something user will bette...
2010-01-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
2010-01-28 Jürgen Spitzmüller* InsetMathHull.h: constness, as suggested by Abdel.
2010-01-27 Vincent van RavesteijnFix doxygen output for grouped items. Without the ...
2010-01-27 Jürgen SpitzmüllerWhen pasting a math inset with a label, check for dupli...
2010-01-25 Jean-Marc LasgouttesAdd DispatchResult argument to BufferView::dispatch...
next