Commit Graph

198 Commits

Author SHA1 Message Date
Davide P. Cervone
58ce73bfd8 Update packing to just use yuicompressor 2010-12-30 15:31:25 -05:00
Davide P. Cervone
b24524afcf Merge dpvc/parallel branch 2010-12-30 14:37:37 -05:00
Davide P. Cervone
72c7d9fef4 Add spaces so that the next merge will identify the differences better 2010-12-30 14:33:18 -05:00
Sean Hogan
c77c53f1a9 Merge branch 'reflow' of https://github.com/dpvc/MathJax 2010-12-30 13:14:40 +11:00
Sean Hogan
89d921973a Merge branch 'issue36' of https://github.com/dpvc/MathJax 2010-12-30 13:11:45 +11:00
Davide P. Cervone
a2fda2a8e2 Add a minimim scaling (since some people have reported the math getting too small), plus some cosmetic adjustments 2010-12-29 15:35:15 -05:00
Davide P. Cervone
b15ca6e7c5 Move laodComplete calls to make sure they occur after the MML jax is loaded 2010-12-29 11:04:50 -05:00
Davide P. Cervone
1ee6dffddc Fix some comments 2010-12-29 11:02:28 -05:00
Sean Hogan
9d76ae713c Add useProcessingFrame internal config and enable for Firefox, Safari, Chrome. 2010-12-24 13:45:52 +11:00
Davide P. Cervone
beae39545a Merge branch 'master' of https://github.com/mathjax/MathJax 2010-12-11 15:19:22 -05:00
Davide P. Cervone
d49ab05b8d Fix OTF fonts so that they work with Firefox 3.6.13 and above 2010-12-11 15:18:29 -05:00
Davide P. Cervone
d504409219 Fix problem with nesting of math delimiters in InternalMath() 2010-12-09 13:20:44 -05:00
Sean Hogan
960e9a0eda Change the .MathJax_Processing frame to also contain the span used in getScales().
Also change the call arguments to getScales() from "div,span" to "span,span".
Together these provide a significant performance boost on Webkit browsers.
2010-12-09 13:40:17 +11:00
Sean Hogan
7df8b036f4 Revert "Place HDMspan for getScales() in its own position:fixed frame."
This reverts commit ea16da4641.
2010-12-09 12:17:24 +11:00
Sean Hogan
ea16da4641 Place HDMspan for getScales() in its own position:fixed frame. 2010-11-22 23:12:01 +11:00
Sean Hogan
1cfbeaf41d Merge branch 'reflow' of https://github.com/dpvc/MathJax into reflow 2010-11-22 15:15:59 +11:00
Davide P. Cervone
167aedfa09 Put jax.js in a property of the jax so that it can be changed (e.g., to combine the jax with some of its components, or with other jax) 2010-11-17 22:09:48 -05:00
Robert Miner
5edba59ca8 further refined the wording about community resource 2010-11-17 16:00:26 -06:00
Davide P. Cervone
d8f34cb591 Use position:fixed overflow:hidden when typesetting math to keep WebKit and Firefox rendering times more constant on long pages 2010-11-16 20:52:59 -05:00
Davide P. Cervone
fe80ecb7c7 Merge branch 'master' into parallel 2010-11-15 21:08:50 -05:00
Tyler Breisacher
fe21173520 don't use the sourceforge tracker, use the github tracker! 2010-11-15 18:03:41 -08:00
Tyler Breisacher
41814a955a fixing a typo 2010-11-15 17:48:55 -08:00
Tyler Breisacher
6753181877 Adding a .gitignore 2010-11-15 17:46:49 -08:00
Davide P. Cervone
ed75d7a48f Add compressed versions of the changes for parallel loading 2010-11-14 21:34:34 -05:00
Davide P. Cervone
263b18cf6f Merge branch 'master' into parallel 2010-11-14 21:17:37 -05:00
Davide P. Cervone
1858663245 Do Jax and Extensions in parallel 2010-11-14 21:05:23 -05:00
Davide P. Cervone
1893ba4abe Load jax configuration files asynchronously (must keep track or original orderto get default output jax right) 2010-11-14 20:20:01 -05:00
Davide P. Cervone
1b56b06021 Reformatting for new nesting due to synchronization with element jax 2010-11-14 19:42:52 -05:00
Davide P. Cervone
db3b0ef731 Allow jax files to be loaded in parallel rather than sequentially (need to synchronize output jax with modifications of element jax) 2010-11-14 19:36:09 -05:00
Robert Miner
8644056391 moved files out of mathjax/ to top level 2010-11-13 12:38:42 -06:00
Robert Miner
55df3cc580 removed mathjax-dev from repo 2010-11-13 12:28:05 -06:00
Robert Miner
abcdea392b removed mathjax-dev from repo 2010-11-13 12:22:20 -06:00
Davide P. Cervone
4118b30a7d test directory was not supposed to become part of the main repository (it was just for testing the fixes 2010-11-11 22:20:20 -05:00
Sean Hogan
806f48acdf Merge branch 'issue13' of https://github.com/dpvc/MathJax 2010-11-11 23:39:12 +11:00
Sean Hogan
1fe4e80138 Merge branch 'issue18' of https://github.com/dpvc/MathJax 2010-11-11 23:38:35 +11:00
Davide P. Cervone
d23f38412d Merge remote branch 'origin' 2010-11-11 06:36:22 -05:00
Davide P. Cervone
bcac0b133e Removed unneeded reassignment of 'element' 2010-11-10 21:59:07 -05:00
Davide P. Cervone
59bedca861 Remove superfluous MathJax_Processing class (can't find the width error that position:relative was supposed to prevent) 2010-11-10 07:03:33 -05:00
Davide P. Cervone
6dd80fa196 issue #18: resolve conflict between jsMath2jax and tex2jax both processing the same equation 2010-11-09 11:15:45 -05:00
Davide P. Cervone
1e4efb3210 OOPS, the processUpdateTime wasn't actually changed in the earlier commit, so fix it here 2010-11-09 09:37:12 -05:00
Davide P. Cervone
f86e8173cf Use position:relative only when typesetting (needed for width measurements), but change back once it is typeset 2010-11-09 09:25:27 -05:00
Davide P. Cervone
cadc88925f Improved responsiveness during typesetting 2010-11-09 09:23:22 -05:00
Davide P. Cervone
ba8a739531 Fix for parentNode bug in IE 2010-11-09 07:20:13 -05:00
Casey W. Stark
7bef10c075 Updated start page svn reference to tell users to use Git by default and mention svn mirror 2010-11-02 20:48:28 -07:00
Casey W. Stark
72975ce684 Top level README 2010-11-02 20:38:08 -07:00
Casey W. Stark
6cec11ee94 Updating installation docs page. Added the Git install method and changed the archive method to the GitHub downloads. 2010-11-02 20:32:35 -07:00
Casey W. Stark
b7a286cb2c Updated the community docs page for Google Groups and GitHub 2010-11-02 19:55:03 -07:00
Davide P. Cervone
3dfd100a64 Merge remote branch 'mathjax/master' 2010-11-02 11:46:54 -04:00
Davide P. Cervone
638918f93f Updated html output from changes rst files 2010-11-02 11:19:26 -04:00
Davide P. Cervone
862d07a04b Changes from Sean for IE9 2010-11-02 11:16:14 -04:00