| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 47757 |
6390 d 18 h |
jmc |
/branches/R-classInheritance/ |
create branch for class inheritance |
|
| 47106 |
6441 d 19 h |
murrell |
/trunk/ |
bug fixes for xspline() |
|
| 46156 |
6573 d 2 h |
ripley |
/trunk/ |
axis() was partially ignoring in-line mgp |
|
| 46135 |
6574 d 5 h |
ripley |
/trunk/ |
add lwd.ticks and col.ticks to axis() (see Andrew Yee, R-help, ca June 16) |
|
| 45740 |
6643 d 1 h |
murdoch |
/trunk/ |
axis() now respects par("xpd") |
|
| 45733 |
6643 d 4 h |
murdoch |
/trunk/ |
Bug fix: at=numeric(0) was treated as at=NULL in axis(). |
|
| 45667 |
6652 d 5 h |
ripley |
/trunk/src/main/ |
remove old comments on i18n if no longer relevant |
|
| 45581 |
6661 d 9 h |
ripley |
/trunk/ |
need a user coordinate system for the default use of strwidth/height |
|
| 45460 |
6670 d 18 h |
murrell |
/trunk/ |
fixed bug in plot(pch=21) with transparent col but non-transparent bg |
|
| 45446 |
6671 d 5 h |
ripley |
/trunk/src/main/ |
whitespace cleanup |
|
| 45362 |
6676 d 8 h |
ripley |
/trunk/src/main/ |
give more informative error message |
|
| 45361 |
6676 d 8 h |
ripley |
/trunk/ |
grant PR#11192 (zero-length segments) |
|
| 45049 |
6690 d 9 h |
ripley |
/trunk/src/main/ |
clean up graphics API change (in particular, CurrentDevice -> GEcurrentDevice) |
|
| 44986 |
6694 d 23 h |
ripley |
/trunk/ |
new interface for marked encodings |
|
| 44659 |
6722 d 0 h |
ripley |
/trunk/ |
add convert[XY] |
|
| 44627 |
6726 d 9 h |
maechler |
/trunk/src/main/ |
s/with/within/ typo , thanks to Ben Bolker |
|
| 44600 |
6728 d 9 h |
ripley |
/trunk/ |
add clip() |
|
| 44518 |
6734 d 21 h |
ripley |
/trunk/src/main/ |
manage GMode better |
|
| 44512 |
6735 d 6 h |
ripley |
/trunk/ |
tidy up (a bit) the use of 'invalid' |
|
| 44409 |
6743 d 5 h |
ripley |
/trunk/ |
fix PR#776 (!) |
|
| 44374 |
6746 d 6 h |
ripley |
/trunk/src/main/ |
colours are signed, so use the proper type |
|
| 44357 |
6746 d 23 h |
ripley |
/trunk/src/ |
try to clarify the meaning of col=0 (bg in hase, ?? in grid) |
|
| 44343 |
6747 d 8 h |
ripley |
/trunk/ |
remove support for pre-1.4.0 (!) graphics snapshots
move dpSavedptr entirely to base.c
use [dg]pptr not Rf_[dg]pptr in code
more description of graphics subsystems |
|
| 44342 |
6747 d 11 h |
ripley |
/trunk/src/ |
various tidying up: mainly to use invarint device settings directly |
|
| 44312 |
6750 d 3 h |
ripley |
/trunk/src/ |
more tidying up of code for colors. |
|
| 44288 |
6752 d 20 h |
ripley |
/trunk/src/ |
don't use opaque pointer for GEDevDesc internally in R |
|
| 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. |
|
| 44265 |
6753 d 8 h |
ripley |
/trunk/src/ |
more phasing out of Rdevices.h |
|
| 44253 |
6753 d 21 h |
ripley |
/trunk/src/main/ |
remove last vestiges of uses of pre-1.4.0 DevDesc |
|
| 44249 |
6754 d 7 h |
ripley |
/trunk/src/ |
reduce use of Graphics.h where unneeded
split out color stuff to Colors.h |
|
| 44142 |
6759 d 10 h |
ripley |
/trunk/src/ |
A little re-organization to start moving towards making plot/graphics/base
solely the base graphics system. In paticular, calls from grid are now in
other files.
Colour handling has been moved from graphics.c to colors.c, and
device-handing split out into devices.c.
The header files reflect these changes. |
|
| 44036 |
6766 d 19 h |
ripley |
/trunk/src/main/ |
forgot one static |
|
| 44035 |
6766 d 19 h |
ripley |
/trunk/src/main/ |
forgot one static |
|
| 44031 |
6766 d 22 h |
ripley |
/trunk/src/main/ |
some optimizations |
|
| 43981 |
6770 d 10 h |
ripley |
/trunk/src/main/ |
add comment |
|
| 43978 |
6770 d 20 h |
ripley |
/trunk/src/main/ |
unsigned type problem |
|
| 43965 |
6771 d 7 h |
ripley |
/trunk/src/main/ |
Text/StrWidth were inconsistent in enc2 |
|
| 43961 |
6771 d 20 h |
ripley |
/trunk/src/ |
fixes to the handling of par(pch=), especially in MBCS |
|
| 43957 |
6772 d 0 h |
ripley |
/trunk/ |
Improve the way non-ASCII character values for 'pch' are handled.
New feature: allow negative values to represent Unicode code points.
Still to do: fix up par, centring. |
|
| 43932 |
6773 d 7 h |
ripley |
/trunk/src/ |
move re-encoding of graphics text to engine/vfonts level.
This allows Hershey Latin-1 to work in other 8-bit locales. |
|