Davide P. Cervone
|
c95cb11c19
|
Use min-width on NativeMML zoom box for full-width tables. Issue #918.
|
2015-01-15 14:18:51 -05:00 |
|
Davide P. Cervone
|
1b8811bf76
|
Add test for full-width tables in NativeMML. Issue #993.
|
2015-01-15 11:38:36 -05:00 |
|
Davide P. Cervone
|
cdff7d26f0
|
Add width CSS to semantics annotation when needed by Firefox. Resolves issue #993.
|
2015-01-13 10:17:36 -05:00 |
|
Davide P. Cervone
|
9fd243d9bd
|
Make NativeMML attributes work the same as toMathML ones (makes sure href/style/etc are passed on properly).
|
2015-01-05 10:57:07 -05:00 |
|
Davide P. Cervone
|
519ff32aae
|
Handle mstyle defaults properly for attribute input/output.
|
2014-12-28 18:03:16 -05:00 |
|
Davide P. Cervone
|
2ea8bf10d5
|
Firefox 33 implemented column and row-spacing, so don't do the hack to get around it.
|
2014-12-28 16:42:10 -05:00 |
|
Davide P. Cervone
|
0da7c458ea
|
Don't include attributes that are their defaults in NativeMML output
|
2014-12-28 15:54:33 -05:00 |
|
Davide P. Cervone
|
91875b3558
|
Don't show attributes that don't have default values (e.g., open/close for mrow).
|
2014-12-28 06:29:38 -05:00 |
|
Davide P. Cervone
|
ce76662083
|
Have zoom box properly sized for tagged equations in NativeMML output. Resolves issue #918.
|
2014-09-13 15:26:11 -04:00 |
|
Davide P. Cervone
|
60f197f16c
|
Disable MathPlayer for IE10 and above.
|
2014-08-22 13:31:55 -04:00 |
|
Davide P. Cervone
|
b33ed4c54b
|
Update use of RegExp.$n to account for Firefoxs change from empty string to undefined for unmatched groups. Resolves issue #891.
|
2014-08-19 13:35:11 -04:00 |
|
Davide P. Cervone
|
bbb5f6084b
|
Put back mtdWidthBug for FF since it is still not right. Issue #813.
|
2014-06-12 10:15:32 -04:00 |
|
Davide P. Cervone
|
a314139f59
|
Merge branch 'issue814' into v2.4-beta. Issue #814.
|
2014-05-29 11:56:07 -04:00 |
|
Davide P. Cervone
|
7a9833becd
|
Add semantics annotation to NativeMML output. This is done in the NativeMML output jax rather than the input jax so that it can be done for any input format (that provides an encoding for it). Also, it avoids having the Show As MathML output include the annotation. Resolves issue #814.
|
2014-05-28 10:30:03 -04:00 |
|
Davide P. Cervone
|
e1f4656783
|
Remove some NativeMML work-arounds for FF >= 29 (apparently fixed in this version). Resolves issue #813.
|
2014-05-28 06:02:26 -04:00 |
|
Davide P. Cervone
|
b84f7772f4
|
Fix zoom box sizes for tagged equations in HTML-CSS and NativeMML output. Issue #824.
|
2014-05-22 18:04:59 -04:00 |
|
Davide P. Cervone
|
e92f3f2718
|
Change copyright and version numbers
|
2014-05-07 17:02:28 -04:00 |
|
Davide P. Cervone
|
085c80054c
|
Add option to not show MathPlayer alert (helps with testsuite)
|
2014-05-05 07:55:16 -04:00 |
|
Davide P. Cervone
|
7bf7ffef3d
|
Merge branch 'hotfix-2.3' into develop. (This not merged into master,
but I don't want to run into merge conflicts later on with develop.)
|
2014-02-10 09:48:43 -05:00 |
|
Davide P. Cervone
|
25d6ce9f65
|
Merge branch 'issue730' into develop. Issue #730.
|
2014-02-07 10:06:13 -05:00 |
|
Davide P. Cervone
|
8dc99cef2d
|
Add min and max width and height resets to CSS where appropriate. Resolves issue #517.
|
2014-02-06 15:20:19 -05:00 |
|
Davide P. Cervone
|
72f9d5f408
|
Added '!important' to NativeMML CSS as well. (Issue #580.)
|
2014-02-06 15:07:35 -05:00 |
|
Davide P. Cervone
|
3b35ca9e16
|
Add more tests to check that the math is still in the page. Should resolve issue #730 (though we don't have their page and can't really test it).
|
2014-02-06 13:18:04 -05:00 |
|
Davide P. Cervone
|
b9685dd507
|
Fix incorrect min-width for mtd elements. Resolves issue #699.
|
2014-01-13 11:50:49 -05:00 |
|
Frédéric Wang
|
90749a7afe
|
Fix WARNINGs generated by the MathJax packer. #534
|
2013-10-21 14:30:16 +02:00 |
|
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
|
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 |
|
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
|
4ec11da1f1
|
Address review comments.
|
2013-08-02 09:58:58 +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
|
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
|
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
|
4053d7acab
|
Set versions to 2.2 and update copyright notice
|
2013-05-01 14:37:39 -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
|
167d7ab328
|
Remove b8561b0 accidentaly pasted into the NativeMML/jax.js file
|
2013-04-30 08:12:01 -04:00 |
|
Davide P. Cervone
|
a7ed50a474
|
Repack and recombine. Fix some variable scoping and other issued detected by the packer.
|
2013-04-29 20:14:12 -04:00 |
|
Davide P. Cervone
|
b8561b07bf
|
Merge branch 'localization' into develop
|
2013-04-29 19:25:03 -04:00 |
|
Davide P. Cervone
|
0891402b88
|
Merge branch 'issue359' into develop. Improves MathML rendering for mfenced and mlabeldtr elements.
|
2013-04-29 15:57:29 -04:00 |
|
Davide P. Cervone
|
9d7ff33bd2
|
Use a single routine to construct the mrow that replaces mfenced. Fix up some uses of var (not using it twice for the same variable in a function). Fix up some spacing and comments. Don't use .trim(). Use firstChild rather than firstElementChild (not supported by all browsers), etc.
|
2013-04-26 07:01:28 -04:00 |
|
Frédéric Wang
|
c3ad51d2e1
|
Merge branch 'issue356' into issue359
Conflicts:
unpacked/jax/output/NativeMML/jax.js
|
2013-04-23 08:28:59 +02:00 |
|
Davide P. Cervone
|
debc24047f
|
Make final math size be in relative units so that it prints even if print media has a different font size. Resolves issue #386.
|
2013-04-17 17:21:09 -04:00 |
|
Davide P. Cervone
|
7cd9180b0b
|
Fix a number of message ID's and message texts. Add menuTitle to fr.js file.
|
2013-04-09 13:13:25 -04:00 |
|