Peter Krautzberger
|
6ce23c819e
|
localization update for v2.4
|
2014-04-22 12:45:38 +02:00 |
|
Davide P. Cervone
|
3837d8db0e
|
Make Chrome > 32.0 get bold-italic correctly. Issue #735.
|
2014-04-22 06:30:55 -04:00 |
|
Davide P. Cervone
|
6d6cb37923
|
Merge branch 'issue763' into develop. Issue #763.
|
2014-04-21 19:24:19 -04:00 |
|
Davide P. Cervone
|
21282b683f
|
Merge branch 'issue794' into develop. Issue #794.
|
2014-04-21 19:23:38 -04:00 |
|
Davide P. Cervone
|
5d75c5d627
|
Merge branch 'issue353' into develop. Issue #353.
|
2014-04-21 19:20:45 -04:00 |
|
Davide P. Cervone
|
2b9b4054f1
|
Take fixphi into account when fixing the phi and varphi characters. Issue #353.
|
2014-04-21 19:20:23 -04:00 |
|
Davide P. Cervone
|
71925e6fe3
|
Merge branch 'more-linebreak-fixes' into develop
|
2014-04-21 18:16:52 -04:00 |
|
Davide P. Cervone
|
cb04ee618c
|
Fix problems with linebreaks in fractions (scaling of lineleading, proper detection of auto indentalign, etc.)
|
2014-04-21 18:16:31 -04:00 |
|
Davide P. Cervone
|
521e6c9fda
|
Remove extra level of nesting from \textit, \textbf, etc.
|
2014-04-21 15:24:30 -04:00 |
|
Davide P. Cervone
|
4d316d7f1a
|
Merge branch 'fix-linebreaks' into develop
|
2014-04-21 09:53:22 -04:00 |
|
Davide P. Cervone
|
f54a8ebaaa
|
Fix problem where forced linebreaks could cause lines to disappear (due to recent changes to the linebreaking algorithm).
|
2014-04-21 09:52:59 -04:00 |
|
Davide P. Cervone
|
76e6d1139d
|
Merge branch 'issue793' into develop. Issue #793.
|
2014-04-21 05:59:44 -04:00 |
|
Davide P. Cervone
|
c548a7f0a6
|
Fix incorrect use of TeX_factor for relative sizes.
|
2014-04-21 05:59:18 -04:00 |
|
Davide P. Cervone
|
04295783bc
|
Make sure \bmod gets space even in scripts. Resolves issue #794.
|
2014-04-21 05:57:10 -04:00 |
|
Davide P. Cervone
|
25bab8f05c
|
Make \newenvironment perform the end substitution BEFORE testing if \end matches the corresponding \begin. This allows \newcommand to use \begin and \end in the substititions. Resolves issue #793.
|
2014-04-20 14:45:54 -04:00 |
|
Davide P. Cervone
|
1e8ae72201
|
Merge branch 'zoom-fix' into develop. Issues #749, #460, #423.
|
2014-04-11 07:56:49 -04:00 |
|
Davide P. Cervone
|
0c083deb4f
|
Merge branch 'issue777' into develop. Issue #777.
|
2014-04-11 07:56:05 -04:00 |
|
Davide P. Cervone
|
662023bed4
|
Merge branch 'issue703' into develop. Issue #703.
|
2014-04-11 07:55:31 -04:00 |
|
Davide P. Cervone
|
d2620501da
|
Get border size properly in IE < 10.
|
2014-04-11 07:36:40 -04:00 |
|
Davide P. Cervone
|
f8ad843365
|
Avoid warning about deprecated event.returnValue.
|
2014-04-10 22:49:49 -04:00 |
|
Davide P. Cervone
|
46ba400ad6
|
Work around WebKit bug with SVG sizes. Resolves issue #749.
|
2014-04-10 22:45:35 -04:00 |
|
Davide P. Cervone
|
6ba5f2a624
|
Make absolute sizes scale when zoomed. Resolves issue #460.
|
2014-04-10 20:48:28 -04:00 |
|
Davide P. Cervone
|
4c2f7ac7c9
|
Handle resizing better (it flickered when shrinking windows), and take original size into account when changing visibility.
|
2014-04-10 20:10:28 -04:00 |
|
Davide P. Cervone
|
26775b9520
|
Make zoom box fit inside closest parent with overflow clipping (if any). Also make the clicable background fit the area properly (it is restricted to that parent element).
|
2014-04-10 06:40:47 -04:00 |
|
Davide P. Cervone
|
432f5eba69
|
Move submenus to the left for RTL languages, and make menus open to the left as well. Resolves issue #777.
|
2014-04-09 17:23:03 -04:00 |
|
Davide P. Cervone
|
c33e0f06b8
|
Fix scaling for SVG (similar to HTML-CSS fixes). Issue #703
|
2014-04-09 16:00:10 -04:00 |
|
Davide P. Cervone
|
239cfe33e5
|
Fix a few bugs with scaling in HTML-CS mode.
|
2014-04-09 15:59:43 -04:00 |
|
Davide P. Cervone
|
defe996cf7
|
Fix mathsize in HTML-CSS output so that it acts as a zoom (spaces, math axis, etc, are all scaled). Issue #703.
|
2014-04-09 13:54:56 -04:00 |
|
Davide P. Cervone
|
a47b1fa009
|
Merge remote-tracking branch 'dpvc/issue687' into develop. Issue #687.
|
2014-03-23 05:48:38 -04:00 |
|
Davide P. Cervone
|
c212638e66
|
Merge remote-tracking branch 'dpvc/issue617' into develop. Issue #617.
|
2014-03-23 05:48:13 -04:00 |
|
Davide P. Cervone
|
309dbc5a4a
|
If a break occurs at a space or operator that has non-zero width, don't remove next element's initial spacing.
|
2014-03-21 16:54:10 -04:00 |
|
Davide P. Cervone
|
12f969593d
|
Remove initial space after a linebreak properly. Resolves #687.
|
2014-03-21 06:58:46 -04:00 |
|
Davide P. Cervone
|
2bb627844f
|
Added support for linebreaking of mmultiscripts. Resolves issue #617.
|
2014-03-21 06:13:34 -04:00 |
|
Davide P. Cervone
|
283cff4289
|
Merge remote-tracking branch 'dpvc/issue763' into develop. Issue #763.
|
2014-03-20 05:50:04 -04:00 |
|
Davide P. Cervone
|
982d9f92f7
|
Merge remote-tracking branch 'dpvc/issue691' into develop. Issue #691.
|
2014-03-20 05:49:37 -04:00 |
|
Davide P. Cervone
|
6c4996b436
|
Merge remote-tracking branch 'dpvc/issue615' into develop. Issue #615.
|
2014-03-20 05:49:20 -04:00 |
|
Davide P. Cervone
|
b9379938a8
|
Merge remote-tracking branch 'dpvc/issue692' into develop. Issue #692.
the commit.
|
2014-03-20 05:48:57 -04:00 |
|
Davide P. Cervone
|
6a930736aa
|
Merge remote-tracking branch 'dpvc/issue256' into develop. Issue #256.
|
2014-03-20 05:47:08 -04:00 |
|
Davide P. Cervone
|
921f9544c5
|
Merge remote-tracking branch 'dpvc/issue737' into develop. Issue #737.
|
2014-03-20 05:46:40 -04:00 |
|
Davide P. Cervone
|
a12a0e5918
|
Fix unitless width and height in HTML-CSS mglyph, and fix aspect ratio when only one is specified in SVG output. Resolves issue #763.
|
2014-03-19 16:49:23 -04:00 |
|
Davide P. Cervone
|
86388a5965
|
Clear \label even if there is no \tag or equation number. Resolves issue #691.
|
2014-03-19 12:32:48 -04:00 |
|
Davide P. Cervone
|
13d79045b5
|
Add check that font name is valid. Resolves issue #615.
|
2014-03-19 12:05:33 -04:00 |
|
Davide P. Cervone
|
bb8c8991e1
|
Merge remote-tracking branch 'dpvc/issue770' into develop. Issue #770.
|
2014-03-19 09:43:13 -04:00 |
|
Davide P. Cervone
|
6b93c17d9c
|
Update version of ctop.xsl used in content-mathml extension. Issue #692.
|
2014-03-19 09:38:35 -04:00 |
|
Davide P. Cervone
|
f220993196
|
Remove new Function() calls, and isolate eval() to be used only when necessary. Resolves issue #256.
|
2014-03-18 17:19:36 -04:00 |
|
Davide P. Cervone
|
94c6711d86
|
Add ability to specify additional root paths like [MathJax]. Resolves issue #737.
|
2014-03-18 13:41:48 -04:00 |
|
Davide P. Cervone
|
0f659f5b3e
|
Add support for dotted borders. Resolves issue #770.
|
2014-03-18 12:54:29 -04:00 |
|
Davide P. Cervone
|
6ed8a76d5e
|
Merge remote-tracking branch 'dpvc/issue387' into develop. Issue #387.
|
2014-03-18 12:18:51 -04:00 |
|
Davide P. Cervone
|
24b57ec75e
|
Fix problem with not having all borders specified.
|
2014-03-18 12:17:56 -04:00 |
|
Davide P. Cervone
|
1956063ecc
|
Merge remote-tracking branch 'dpvc/issue751' into develop. Issue #751.
|
2014-03-18 11:50:34 -04:00 |
|