R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
ALTREP
/
src
/
main
/
plotmath.c
@ 77458
– Rev 72836
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
72836
3322 d 21 h
luke
/branches/ALTREP/
Merged changes from trunk through 72500.
71308
3598 d 21 h
luke
/branches/ALTREP/
Create ALTREP branch.
68947
4006 d 3 h
ripley
/trunk/src/
use https
67634
4200 d 7 h
ripley
/trunk/src/main/
code clean-up
67181
4241 d 5 h
luke
/trunk/src/
Added NORET annotations; from Tomas Kalibera.
66587
4337 d 1 h
maechler
/trunk/src/main/
+ three comments
66104
4402 d 8 h
ripley
/trunk/src/
more use of Defn.h
64656
4587 d 2 h
ripley
/trunk/src/
correct/standardize copyright dates
64644
4587 d 7 h
ripley
/trunk/src/main/
legacy use of atan(1) to get pi
62648
4844 d 3 h
maechler
/trunk/src/main/
comment; white space
61332
4973 d 20 h
ripley
/trunk/src/main/
pre-compute value
60844
5048 d 20 h
ripley
/trunk/
tweak messages
60811
5053 d 20 h
murrell
/trunk/
added new special tilde relation in plotmath
60260
5096 d 2 h
ripley
/trunk/
start taking rlocale.h private
59177
5207 d 9 h
ripley
/trunk/src/
more types and casts
59173
5207 d 10 h
ripley
/trunk/src/main/
put back most of r59166
59167
5207 d 20 h
ripley
/trunk/src/
back out for now
59166
5208 d 0 h
ripley
/trunk/src/
more on types and casts
59039
5217 d 7 h
ripley
/trunk/
use preferred form of 'R Core Team'
57635
5372 d 8 h
ripley
/trunk/src/main/
clean up
57567
5380 d 13 h
murrell
/trunk/src/
exposed font metric information (at least via grid); new grid units and functions calcStringMetric(), stringAscent(), stringDescent(), grobAscent(), and grobDescent()
55061
5603 d 3 h
ripley
/trunk/src/
use -Wunused-but-set-variable
54049
5668 d 5 h
ripley
/trunk/src/
clean up GetOption, which no longer uses an environment
54025
5670 d 1 h
ripley
/trunk/
fixes for PR#14477
49591
6169 d 3 h
ripley
/trunk/
remove --disable-mbcs
use perl regexps in UTF-8 in a non-UTF-8 MBCS locale
47460
6414 d 8 h
ripley
/trunk/src/main/
code cleanup
SET_STRING_ELT should not set R_NilValue, but it does in subscript.c
45971
6609 d 6 h
ripley
/trunk/
protect against sign-extension is plotmath
45967
6610 d 1 h
ripley
/trunk/
tweaks to plotmath symbols
45962
6612 d 5 h
ripley
/trunk/
encoding issues for plotmath's symbol()
45667
6652 d 5 h
ripley
/trunk/src/main/
remove old comments on i18n if no longer relevant
45446
6671 d 5 h
ripley
/trunk/src/main/
whitespace cleanup
44534
6734 d 3 h
ripley
/trunk/
correct description of what metricInfo needs to do.
allow for kerning when plotmath is setting strings.
44433
6741 d 6 h
ripley
/trunk/src/main/
conditionalize last change
44429
6741 d 19 h
ripley
/trunk/src/
plotmath needs to send UCS to metricinfo for some devices
44337
6748 d 2 h
ripley
/trunk/src/main/
Don't use GEMetricInfo(0 ...) (which some devices work hard for)
just to check if metricInfo is available.
44312
6750 d 3 h
ripley
/trunk/src/
more tidying up of code for colors.
44301
6751 d 8 h
ripley
/trunk/src/
introduce pGEcontext
44285
6752 d 21 h
ripley
/trunk/
use pGEDevDesc as pointer type.
remove unused do_replay.
don't set dd->open on devices (unused) nor newDevStruct.
tidy up duplication in header files.
44249
6754 d 7 h
ripley
/trunk/src/
reduce use of Graphics.h where unneeded
split out color stuff to Colors.h
44198
6756 d 19 h
ripley
/trunk/src/main/
using of (void), tidy up use of headers