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
/
R-2-13-branch
/
src
/
include
/
GraphicsBase.h
– Rev 54810
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
54810
5612 d 22 h
pd
/branches/R-2-13-branch/
Create R-2-13-branch
44348
6746 d 9 h
ripley
/trunk/src/include/
clean up
44347
6746 d 9 h
ripley
/trunk/src/
use GEhandleEvent for consistency
make GraphicsBase.h private by moving up a dir.
44346
6746 d 10 h
ripley
/trunk/src/include/R_ext/
add comments
44285
6752 d 1 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.
44267
6752 d 11 h
ripley
/trunk/src/
more tweaks to graphics headers
44199
6755 d 23 h
ripley
/trunk/src/
more use of (void)
44154
6758 d 5 h
ripley
/trunk/src/
more graphics tidying up
44142
6758 d 14 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.
42308
6942 d 12 h
ripley
/trunk/src/include/
change reference to GPL
36820
7524 d 5 h
ripley
/trunk/
update FSF address
34747
7710 d 11 h
ripley
/trunk/src/include/R_ext/
add include guards
allow to be used from C++ (where public)
30832
8007 d 21 h
murrell
/trunk/src/
Fix to remove lingering dependency of grid on base graphics
Graphics engine now keeps track of whether a device is dirty and
individual graphics systems can keep track separately of whether they
have dirtied the device.
Base only checks validity of device if it has dirtied the device.
29921
8073 d 5 h
ripley
/trunk/src/include/R_ext/
add copyright declarations and comments as to purpose.
17204
9000 d 9 h
hornik
/trunk/src/include/
Move Graphics*.h API headers to R_ext.