Davide P. Cervone
|
6ee0711d1d
|
Remove MathJax_MenuTitle CSS, since titles have been removed.
|
2013-04-29 19:59:04 -04:00 |
|
Davide P. Cervone
|
e0dd867713
|
Merge branch 'safe-mode' into develop
Conflicts:
unpacked/extensions/TeX/bbox.js
|
2013-04-29 19:55:33 -04:00 |
|
Davide P. Cervone
|
53e76213b0
|
Merge branch 'issue450' into develop. Resolves issue #450.
|
2013-04-29 19:52:57 -04:00 |
|
Davide P. Cervone
|
a843a9494a
|
Fix missing colon in styles
|
2013-04-29 19:31:56 -04:00 |
|
Davide P. Cervone
|
b8561b07bf
|
Merge branch 'localization' into develop
|
2013-04-29 19:25:03 -04:00 |
|
Davide P. Cervone
|
cb3542b296
|
Use a service routine in MathML input to filter attributes (rather than override AddAttributes). Also, make fontsize default allow all (authors can restrict if they want to).
|
2013-04-29 16:54:53 -04:00 |
|
Davide P. Cervone
|
4f28b81b08
|
Merge branch 'issue428' into develop
Resolves issue #428.
|
2013-04-29 16:28:33 -04:00 |
|
Davide P. Cervone
|
8437d9d404
|
Merge branch 'issue444' into develop
Resolves issue #444.
|
2013-04-29 16:25:20 -04:00 |
|
Davide P. Cervone
|
36b7fd9d57
|
Merge branch 'issue446' into develop
Resolves issue #446.
|
2013-04-29 16:14:13 -04:00 |
|
Davide P. Cervone
|
9b485668e1
|
Test value for boolean using toLowerCase()
|
2013-04-29 16:13:04 -04:00 |
|
Davide P. Cervone
|
05c93de747
|
Merge branch 'issue451' into develop
Resolves issue #451.
|
2013-04-29 16:10:54 -04:00 |
|
Davide P. Cervone
|
d09d4d7067
|
Merge branch 'issue449' into develop
Resolves issue #449.
|
2013-04-29 16:09:07 -04:00 |
|
Davide P. Cervone
|
596a7cea98
|
Merge branch 'issue445' into develop
Resolves issue #445.
|
2013-04-29 16:06:03 -04:00 |
|
Davide P. Cervone
|
62236bb26f
|
Merge branch 'issue364' into develop
Resolves issue #364.
|
2013-04-29 16:04:18 -04:00 |
|
Davide P. Cervone
|
5c8919bc3c
|
Merge branch 'issue443' into develop
Resolves issue #443.
|
2013-04-29 16:01:33 -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
|
63c8bd4d83
|
Merge branch 'issue435' into develop
|
2013-04-29 14:10:40 -04:00 |
|
Davide P. Cervone
|
faa6de0a81
|
Make sure we don't bubble up past the body element.
|
2013-04-29 14:10:15 -04:00 |
|
Davide P. Cervone
|
de15c6c514
|
Fixes to make zoom work properly with expressions that have full width (e.g., tagged equations).
|
2013-04-29 14:06:48 -04:00 |
|
Frédéric Wang
|
0ecf65c1da
|
Merge pull request #3 from dpvc/issue359
Mostly cosmetic changes
|
2013-04-29 08:18:39 -07:00 |
|
Davide P. Cervone
|
d6b6aa8111
|
Add min-width to displayed equations with labels so that they cause their containers to have non-zero width (like when they are in a table cell). Resolves issue #428.
|
2013-04-29 10:48:45 -04:00 |
|
Davide P. Cervone
|
9752fd6e11
|
Add HTMLCSS.parentNode() that returns a span's parentNode, skipping over <a> tags. Resolves issue #364.
|
2013-04-28 17:31:34 -04:00 |
|
Davide P. Cervone
|
d8c06eb293
|
Make MathML fontsize only be allowed if fontsize is 'all'
|
2013-04-27 07:44:45 -04:00 |
|
Davide P. Cervone
|
4c9c6da10c
|
Add a Safe extension that allows you to restrict potentially dangerous features of MathJax when it is used in a shared environment (e.g., href to javascript, styles and classes, etc.)
|
2013-04-27 07:34:41 -04:00 |
|
Davide P. Cervone
|
8c16f656ac
|
Update math processing errors to include original format and actual error message in the Show Math As menu. Resolves issue #450.
|
2013-04-26 17:17:59 -04:00 |
|
Davide P. Cervone
|
9d9fc3d063
|
Convert true and fals attributes to booleans. Resolves issue #451.
|
2013-04-26 14:41:42 -04:00 |
|
Davide P. Cervone
|
9178a9af0e
|
Properly handle preview of 'none' in all preprocessors, and preview of 'alttext' in mml2jax. See note on commit d2bbe75 .
|
2013-04-26 13:29:35 -04:00 |
|
Davide P. Cervone
|
94e92dcfff
|
Try to isolate MathJax from CSS transitions. Resolves issue #449.
|
2013-04-26 07:48:52 -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 |
|
Davide P. Cervone
|
e253967b72
|
Fix comment in content-mathml.js
|
2013-04-24 15:25:28 -04:00 |
|
Davide P. Cervone
|
607b1031a3
|
Merge remote-tracking branch 'fred/content-mathml' into develop
Add Content MathML support.
|
2013-04-24 15:20:17 -04:00 |
|
Davide P. Cervone
|
bdb131a907
|
Fix German title in initial language list. Add missing commas and fix incorrect unicode in German HelpDialog.
|
2013-04-23 09:32:09 -04:00 |
|
Davide P. Cervone
|
b0cfb7f14a
|
Normalize formatting. Add more comments for translators. Remove v1.0-warnings (since that is being removed in v2.2).
|
2013-04-23 08:58:02 -04:00 |
|
Davide P. Cervone
|
3351b3faa0
|
Merge pull request #9 from fred-wang/localization
Translate HelpDialog in French ; fix a typo in the English version ; add "MathJax Help" to the HelpDialog domain.
|
2013-04-23 05:26:03 -07:00 |
|
Davide P. Cervone
|
ba0ac022ec
|
Merge pull request #8 from pkra/localization
Localization branch updates for German language
|
2013-04-23 05:24:51 -07:00 |
|
Frédéric Wang
|
b889a0b30c
|
Merge pull request #1 from dpvc/content-mathml
A few minor changes to content-mathml
|
2013-04-23 00:33:03 -07:00 |
|
Frédéric Wang
|
68cec1915b
|
Translate HelpDialog in French ; fix a typo in the English version ; add "MathJax Help" to the HelpDialog domain.
|
2013-04-23 09:28:17 +02: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 |
|
pkra
|
3e3591ab7e
|
EN locale: added comments for translators
|
2013-04-22 16:33:20 -07:00 |
|
pkra
|
30de539d65
|
DE locale: removed comments
|
2013-04-22 16:17:56 -07:00 |
|
pkra
|
8edd633609
|
fixed typo in DE locale menu name
|
2013-04-22 15:34:52 -07:00 |
|
Davide P. Cervone
|
2d33f1d348
|
Call MATML.Parse.prototype directly rather than make a special flag for preprocessing. Use MATHML variable rather than full reference.
|
2013-04-22 15:44:58 -04:00 |
|
Davide P. Cervone
|
7214be5ff1
|
Add HelpDialog to the list of domains for the three languages, and make sure that the domain file is loaded (even if the language is changed after the help dialog has been viewed in another language).
|
2013-04-22 13:27:39 -04:00 |
|
Davide P. Cervone
|
3901529db9
|
Add Help dialog box (rather than link to a site). Fix Markdown to substitue values for URL's in links.
|
2013-04-22 13:18:58 -04:00 |
|
Davide P. Cervone
|
e239cbc6fe
|
Allow spaces in the RGB, rgb, and greyscale color specifications. resolves issue #446.
|
2013-04-22 09:19:32 -04:00 |
|
Davide P. Cervone
|
594043e330
|
Use ems (rounded to nearest pixel) for Chrome. Rounding makes the placement work more reliably, while still being in relative units. Resolves issue #443.
|
2013-04-22 08:26:38 -04:00 |
|
Davide P. Cervone
|
f04a2e3037
|
Change URL for MathJax font download to point ot GitHub.
|
2013-04-20 16:35:52 -04:00 |
|
Davide P. Cervone
|
d9505f9a1d
|
Remove v1.0-warning. Resolves issue #445.
|
2013-04-20 16:21:58 -04:00 |
|
Davide P. Cervone
|
f4cc34706a
|
Merge branch 'issue386' into develop
Resolves issue #386.
|
2013-04-19 09:35:50 -04:00 |
|
Davide P. Cervone
|
ce8c8882ea
|
Merge branch 'issue427' into develop
Resolves issue #427.
|
2013-04-19 09:31:42 -04:00 |
|