Davide P. Cervone
|
ff06343dd0
|
Merge pull request #598 from dpvc/issue558-loop
Improve width computation for MathML elements (issue #558)
|
2013-10-07 12:28:47 -07:00 |
|
Davide P. Cervone
|
8599abbc4c
|
Mark the postTranslate call that does chunk updates as a partial one
|
2013-10-07 07:30:57 -04:00 |
|
Davide P. Cervone
|
2755cbd037
|
Make web font loop into an extension (first draft)
|
2013-10-05 08:21:53 -04:00 |
|
Davide P. Cervone
|
a012354f38
|
Add support for matching web fonts in HTML-CSS. Change the names of the paramters that control it in NativeMML (so both have the same names). Add a global matchWebFonts option to control whether to do the loop to check for web fonts (off by default). Resolves more of issue #558.
|
2013-09-29 19:44:15 -04:00 |
|
Davide P. Cervone
|
c777547f97
|
Add a loop to check for font changes due to web fonts either in the math or the surrounding font. Resolves issue #558.
|
2013-09-29 16:23:42 -04:00 |
|
Davide P. Cervone
|
c05ab62ecc
|
Add config option for matching font heights in NativeMML and HTML-CSS output (can't do it for SVG, since we aren't using native fonts)
|
2013-09-29 08:51:49 -04:00 |
|
Davide P. Cervone
|
bbf543a840
|
Add some comments, and clear the list of DOM elements once we are done with it.
|
2013-09-23 21:19:04 -04:00 |
|
Davide P. Cervone
|
ed932ec458
|
Properly handle the width of math and mtd elements by explicitly setting the width from the child mrow (works around FF bug that gets these widths wrong). Resolves issue #558.
|
2013-09-23 20:56:25 -04:00 |
|
Frédéric Wang
|
43d648b21d
|
MathJax fonts: map capital fraktur I to the correct position. #555
|
2013-09-17 16:08:11 +02:00 |
|
Frédéric Wang
|
492738cb70
|
Fix placement issues with largeop and munderover. #489
|
2013-08-27 10:05:07 +02:00 |
|
Frédéric Wang
|
f42ac43cd4
|
Fix more localization errors and update the test/localization.html accordingly ; Also force all menu items to display in the test. #529
|
2013-08-08 10:32:51 +02:00 |
|
Frédéric Wang
|
17508905a7
|
Fix issues reported by Davide. #357
|
2013-08-07 14:14:31 +02:00 |
|
Frédéric Wang
|
1cf685a3a2
|
Merge branch 'develop' of github.com:mathjax/MathJax into issue357
|
2013-08-05 17:33:55 +02:00 |
|
Frédéric Wang
|
227aebed65
|
Fix some places where localization strings are wrongly used. #504
|
2013-08-02 14:26:55 +02:00 |
|
Davide P. Cervone
|
4263db98d3
|
Merge pull request #527 from fred-wang/issue482
This resolves issue #482.
|
2013-08-02 04:05:13 -07:00 |
|
Davide P. Cervone
|
1326cbdf44
|
Merge pull request #528 from fred-wang/issue481
This resolves issue #481
|
2013-08-02 04:03:43 -07:00 |
|
Frédéric Wang
|
108cda6097
|
Address second review.
|
2013-08-02 10:15:13 +02:00 |
|
Frédéric Wang
|
4ec11da1f1
|
Address review comments.
|
2013-08-02 09:58:58 +02:00 |
|
Davide P. Cervone
|
02261ae99f
|
Merge remote-tracking branch 'dpvc/issue485' into develop
REsolves issue #485.
|
2013-07-31 15:03:47 -04:00 |
|
Frédéric Wang
|
30cb4b3961
|
Remove debug logging. Address review comment of issue #485.
|
2013-06-12 16:11:30 +02:00 |
|
Frédéric Wang
|
1cc5064462
|
Avoid accessing data[0] with under/over scripts and mlabeledtr too. Address review command of issue #486.
|
2013-06-12 16:06:56 +02:00 |
|
Frédéric Wang
|
bc9443b252
|
Expose some annotations to the Show Math As menu. Fix issue #357.
|
2013-06-03 17:12:11 +02:00 |
|
Frédéric Wang
|
96f16e1868
|
Address review comments for issue #481.
|
2013-05-31 09:14:47 +02:00 |
|
Frédéric Wang
|
cc34c39def
|
Replace nonstandard MJX-arrow class by an "updiagonalarrow" menclose notation. Fix issue #481.
|
2013-05-30 12:17:19 +02:00 |
|
Frédéric Wang
|
d0e795705b
|
WebKit NativeMML: only apply lspace/rspace in non-embellised mrow and set them to 0 otherwise.
|
2013-05-30 11:26:50 +02:00 |
|
Davide P. Cervone
|
2b1948f252
|
Force cases environment to use textstyle rather than displaystyle. Resolves issue #485.
|
2013-05-29 12:32:01 -04:00 |
|
Davide P. Cervone
|
681405debc
|
Avoid accessing data[0] when not defined. Resolves issue #486.
|
2013-05-29 11:56:41 -04:00 |
|
Frédéric Wang
|
93065ef055
|
Native MathML: add workarounds for mi, mo (lspace/rspace), mmultiscripts and mspace (width) elements in WebKit. Fix issue #482.
|
2013-05-29 15:45:58 +02:00 |
|
Davide P. Cervone
|
12bb8ef92a
|
Merge remote-tracking branch 'dpvc/issue468' into v2.2-latest
Resolves issue #468
|
2013-05-22 15:08:22 -04:00 |
|
Davide P. Cervone
|
4e01303dee
|
Rename mfenced() to fenced() since the mrow is not really equivalent (the mo's are forced to have stretchy=true). Resolves Fred's concerns for issue #475 for now.
|
2013-05-22 14:03:38 -04:00 |
|
Davide P. Cervone
|
bf14e19cf9
|
Bump version number for previous commit.
|
2013-05-21 19:54:36 -04:00 |
|
Davide P. Cervone
|
a147a9ac32
|
Make sure mfenced delimiters are stretchy. Resolves issue #475.
|
2013-05-21 19:53:28 -04:00 |
|
Davide P. Cervone
|
2cbb068d9f
|
Make stretchy characters contribute to height/depth of the proper row (was using the wrong index). Resolves issue #468.
|
2013-05-21 19:45:36 -04:00 |
|
Davide P. Cervone
|
084385b640
|
Update Safe.js to filter mathsize and not throw error for \mmlToken attributes that are filtered.
|
2013-05-11 17:02:59 -04:00 |
|
Davide P. Cervone
|
25a10d733d
|
Correct typo in stroke-width (was stroke-thickness). Resolves issue #461.
|
2013-05-11 15:29:02 -04:00 |
|
Davide P. Cervone
|
f966b736a3
|
Part of the fix for issue #373 caused ref-test failures. This fixes that regression.
|
2013-05-03 09:45:51 -04:00 |
|
Davide P. Cervone
|
e724a2559c
|
I have made the style change and noInheritAttribute change requested in pull #433.
|
2013-05-01 15:42:46 -04:00 |
|
Davide P. Cervone
|
b4dc4d1616
|
Add Greek Delta to SVG fonts
|
2013-05-01 15:24:53 -04:00 |
|
Davide P. Cervone
|
6e9199efa1
|
Add formatting headers to all hand-edited files.
|
2013-05-01 14:49:11 -04:00 |
|
Davide P. Cervone
|
4053d7acab
|
Set versions to 2.2 and update copyright notice
|
2013-05-01 14:37:39 -04:00 |
|
Davide P. Cervone
|
4f40c0eed6
|
Fix some crashes when elements are missing their children.
|
2013-05-01 13:21:10 -04:00 |
|
Davide P. Cervone
|
7db3195c0b
|
Merge branch 'issue373' into develop
Resolves issue #373.
|
2013-05-01 09:05:19 -04:00 |
|
Davide P. Cervone
|
5fb89ab1bc
|
Remove extra comma that is confusing IE.
|
2013-04-30 18:37:14 -04:00 |
|
Davide P. Cervone
|
7968896c8b
|
Fix width problem with zoom box in Firefox.
|
2013-04-30 16:12:10 -04:00 |
|
Davide P. Cervone
|
ee49484a3f
|
Fix typo in comments
|
2013-04-30 16:11:54 -04:00 |
|
Davide P. Cervone
|
9394d32571
|
Handle empty child nodes better.
|
2013-04-30 15:24:59 -04:00 |
|
Davide P. Cervone
|
6b43f76e6b
|
Avoid infinite loops in \mathchoice Get() calls. Resolves problems reported in issue #373.
|
2013-04-30 10:34:42 -04:00 |
|
Davide P. Cervone
|
f6d716b444
|
Add error message for when an evironment closes with unbalanced braces. Resolves issue #454.
|
2013-04-30 08:49:25 -04:00 |
|
Davide P. Cervone
|
23edb8c49b
|
Fix undefined variable (due to a name change; missed one). Resolves issue #428.
|
2013-04-30 08:17:16 -04:00 |
|
Davide P. Cervone
|
167d7ab328
|
Remove b8561b0 accidentaly pasted into the NativeMML/jax.js file
|
2013-04-30 08:12:01 -04:00 |
|