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)
/
trunk
/
src
/
extra
/
graphapp
/
internal.h
– Rev 88464
Rev
Hide 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
Changes
88464
363 d 2 h
kalibera
/trunk/src/extra/graphapp/
Fix propagation of R errors and interrupts from window procedures on
Windows (includes graphic output to the screen).
/trunk/src/extra/graphapp/R.def
/trunk/src/extra/graphapp/buttons.c
/trunk/src/extra/graphapp/events.c
/trunk/src/extra/graphapp/ga.hide
/trunk/src/extra/graphapp/gmenus.c
/trunk/src/extra/graphapp/graphapp.h
/trunk/src/extra/graphapp/internal.h
/trunk/src/extra/graphapp/status.c
/trunk/src/extra/graphapp/tooltips.c
/trunk/src/extra/graphapp/windows.c
87075
697 d 11 h
kalibera
/trunk/src/
Avoid including headers from extern C blocks to reduce the risk of breakage
with C++ compilers.
/trunk/src/extra/graphapp/graphapp.h
/trunk/src/extra/graphapp/internal.h
/trunk/src/include/R_ext/Altrep.h
/trunk/src/include/R_ext/GraphicsDevice.h
/trunk/src/include/R_ext/GraphicsEngine.h
/trunk/src/include/R_ext/MathThreads.h
/trunk/src/include/R_ext/QuartzDevice.h
/trunk/src/include/R_ext/RS.h
/trunk/src/include/Rinterface.h
/trunk/src/include/Rinternals.h
86153
860 d 0 h
kalibera
/trunk/src/extra/graphapp/
Fix type mismatch between private and public view of a graphapp object.
/trunk/src/extra/graphapp/graphapp.h
/trunk/src/extra/graphapp/internal.h
84952
1077 d 7 h
kalibera
/trunk/src/
Modernize Windows code for clang 16.
/trunk/src/extra/graphapp/clipboard.c
/trunk/src/extra/graphapp/cursors.c
/trunk/src/extra/graphapp/dialogs.c
/trunk/src/extra/graphapp/fonts.c
/trunk/src/extra/graphapp/gbuttons.c
/trunk/src/extra/graphapp/gmenus.c
/trunk/src/extra/graphapp/internal.h
/trunk/src/extra/graphapp/rgb.c
/trunk/src/extra/graphapp/status.c
/trunk/src/extra/graphapp/windows.c
/trunk/src/extra/xdr/rpc/xdr.h
/trunk/src/extra/xdr/xdr.c
/trunk/src/extra/xdr/xdr_mem.c
/trunk/src/extra/xdr/xdr_stdio.c
/trunk/src/gnuwin32/Rdll.hide
/trunk/src/gnuwin32/console.c
/trunk/src/gnuwin32/consolestructs.h
/trunk/src/gnuwin32/dynload.c
/trunk/src/gnuwin32/embeddedR.c
/trunk/src/gnuwin32/front-ends/rgui.c
/trunk/src/gnuwin32/front-ends/rterm.c
/trunk/src/gnuwin32/getline/getline.c
/trunk/src/gnuwin32/getline/getline.h
/trunk/src/gnuwin32/getline/wc_history.c
/trunk/src/gnuwin32/preferences.c
/trunk/src/gnuwin32/psignal.c
/trunk/src/gnuwin32/rui.c
/trunk/src/gnuwin32/system.c
/trunk/src/include/R_ext/libextern.h
/trunk/src/library/grDevices/src/devWindows.c
/trunk/src/main/gram.y
83639
1285 d 5 h
kalibera
/trunk/src/extra/graphapp/
Extend GraphApp to allow navigating to a previous control/window using
Shift+TAB key. Improves accessibility of GUI preferences dialog in Rgui.
Reported by Andrew Hart.
/trunk/src/extra/graphapp/events.c
/trunk/src/extra/graphapp/ga.hide
/trunk/src/extra/graphapp/graphapp.h
/trunk/src/extra/graphapp/internal.h
/trunk/src/extra/graphapp/windows.c
83510
1307 d 9 h
kalibera
/trunk/src/extra/graphapp/
Extend dropfield control in GraphApp so that it can be left using keyboard
via the TAB key. Improves accessibility of GUI preferences dialog in Rgui.
Reported by Andrew Hart.
/trunk/src/extra/graphapp/buttons.c
/trunk/src/extra/graphapp/events.c
/trunk/src/extra/graphapp/graphapp.h
/trunk/src/extra/graphapp/internal.h
83479
1315 d 22 h
kalibera
/trunk/src/
Improve caret handling in Rgui/GraphApp.
/trunk/src/extra/graphapp/controls.c
/trunk/src/extra/graphapp/events.c
/trunk/src/extra/graphapp/internal.h
/trunk/src/gnuwin32/console.c
82658
1455 d 5 h
kalibera
/trunk/src/extra/graphapp/
Fix font charset for use with UTF-8 as the active code page (PR#18382).
/trunk/src/extra/graphapp/fonts.c
/trunk/src/extra/graphapp/ga.hide
/trunk/src/extra/graphapp/gdraw.c
/trunk/src/extra/graphapp/graphapp.h
/trunk/src/extra/graphapp/internal.h
51948
5923 d 22 h
murdoch
/trunk/src/
Add optional blinking cursor, to help with screen readers.
/trunk/src/extra/graphapp/controls.c
/trunk/src/extra/graphapp/events.c
/trunk/src/extra/graphapp/graphapp.h
/trunk/src/extra/graphapp/internal.h
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/console.c
/trunk/src/gnuwin32/console.h
/trunk/src/gnuwin32/consolestructs.h
/trunk/src/gnuwin32/dataentry.c
/trunk/src/gnuwin32/pager.c
/trunk/src/gnuwin32/preferences.c
/trunk/src/gnuwin32/preferences.h
/trunk/src/gnuwin32/rui.c
45017
6691 d 8 h
ripley
/trunk/src/extra/graphapp/
use R-standard indentation
/trunk/src/extra/graphapp/arith.c
/trunk/src/extra/graphapp/array.c
/trunk/src/extra/graphapp/bitmaps.c
/trunk/src/extra/graphapp/buttons.c
/trunk/src/extra/graphapp/clipboard.c
/trunk/src/extra/graphapp/context.c
/trunk/src/extra/graphapp/controls.c
/trunk/src/extra/graphapp/cursors.c
/trunk/src/extra/graphapp/dialogs.c
/trunk/src/extra/graphapp/drawing.c
/trunk/src/extra/graphapp/drawtext.c
/trunk/src/extra/graphapp/events.c
/trunk/src/extra/graphapp/fonts.c
/trunk/src/extra/graphapp/ga.h
/trunk/src/extra/graphapp/gbuttons.c
/trunk/src/extra/graphapp/gdraw.c
/trunk/src/extra/graphapp/gimage.c
/trunk/src/extra/graphapp/gmenus.c
/trunk/src/extra/graphapp/graphapp.h
/trunk/src/extra/graphapp/image.c
/trunk/src/extra/graphapp/init.c
/trunk/src/extra/graphapp/internal.h
/trunk/src/extra/graphapp/menus.c
/trunk/src/extra/graphapp/metafile.c
/trunk/src/extra/graphapp/objects.c
/trunk/src/extra/graphapp/rgb.c
/trunk/src/extra/graphapp/status.c
/trunk/src/extra/graphapp/str.h
/trunk/src/extra/graphapp/strings.c
/trunk/src/extra/graphapp/windows.c
44201
6755 d 13 h
ripley
/trunk/src/
include Rdynload.h only where needed
use (void) in declarations
/trunk/src/extra/graphapp/events.c
/trunk/src/extra/graphapp/ga.h
/trunk/src/extra/graphapp/gdraw.c
/trunk/src/extra/graphapp/internal.h
/trunk/src/extra/graphapp/printer.c
/trunk/src/gnuwin32/console.h
/trunk/src/gnuwin32/dataentry.c
/trunk/src/gnuwin32/editor.c
/trunk/src/gnuwin32/extra.c
/trunk/src/gnuwin32/opt.c
/trunk/src/gnuwin32/opt.h
/trunk/src/gnuwin32/pager.c
/trunk/src/gnuwin32/preferences.c
/trunk/src/gnuwin32/rhome.c
/trunk/src/gnuwin32/rui.c
/trunk/src/gnuwin32/rui.h
/trunk/src/gnuwin32/run.c
/trunk/src/gnuwin32/run.h
/trunk/src/gnuwin32/system.c
/trunk/src/include/Defn.h
/trunk/src/library/tools/src/md5.c
/trunk/src/main/dotcode.c
/trunk/src/main/eval.c
/trunk/src/main/graphics.c
/trunk/src/main/memory.c
/trunk/src/main/source.c
/trunk/src/main/sysutils.c
/trunk/src/main/util.c
/trunk/src/modules/internet/internet.c
/trunk/src/modules/vfonts/g_alab_her.c
/trunk/src/nmath/wilcox.c
43917
6774 d 5 h
ripley
/trunk/src/
add a double-click action to GraphApp listboxes.
/trunk/src/extra/graphapp/buttons.c
/trunk/src/extra/graphapp/graphapp.h
/trunk/src/extra/graphapp/internal.h
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/extra.c
/trunk/src/gnuwin32/preferences.c
43908
6775 d 4 h
ripley
/trunk/src/
Nakama patch for Windows IME
/trunk/src/extra/graphapp/Makefile.win
/trunk/src/extra/graphapp/controls.c
/trunk/src/extra/graphapp/events.c
/trunk/src/extra/graphapp/graphapp.h
/trunk/src/extra/graphapp/internal.h
/trunk/src/gnuwin32/console.c
/trunk/src/gnuwin32/consolestructs.h
43889
6777 d 2 h
ripley
/trunk/src/extra/graphapp/
Move <richedit.h> to only the files which need it.
This will help if we want a UCS-2 editor, as only that header will need
UNICODE declared.
/trunk/src/extra/graphapp/buttons.c
/trunk/src/extra/graphapp/dialogs.c
/trunk/src/extra/graphapp/gbuttons.c
/trunk/src/extra/graphapp/internal.h
43328
6842 d 4 h
ripley
/trunk/
restrict Windows build to >= 2000 (aka 5.0)
/trunk/NEWS
/trunk/doc/manual/R-admin.texi
/trunk/src/extra/graphapp/buttons.c
/trunk/src/extra/graphapp/controls.c
/trunk/src/extra/graphapp/dialogs.c
/trunk/src/extra/graphapp/gdraw.c
/trunk/src/extra/graphapp/init.c
/trunk/src/extra/graphapp/internal.h
/trunk/src/extra/graphapp/menus.c
/trunk/src/extra/graphapp/windows.c
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/extra.c
/trunk/src/gnuwin32/installer/JRins.pl
/trunk/src/gnuwin32/rw-FAQ.texi
/trunk/src/gnuwin32/system.c
/trunk/src/library/base/man/Sys.info.Rd
/trunk/src/library/base/man/gc.time.Rd
/trunk/src/library/base/man/proc.time.Rd
42870
6890 d 4 h
ripley
/trunk/src/
allow C as LC_CTYPE under Windows, carefully ...
don't use FancyQuotes in a C locale.
/trunk/src/extra/graphapp/buttons.c
/trunk/src/extra/graphapp/controls.c
/trunk/src/extra/graphapp/gdraw.c
/trunk/src/extra/graphapp/internal.h
/trunk/src/extra/graphapp/menus.c
/trunk/src/extra/graphapp/windows.c
/trunk/src/gnuwin32/CHANGES
/trunk/src/library/base/R/character.R
/trunk/src/library/base/man/sQuote.Rd
/trunk/src/main/main.c
/trunk/src/main/platform.c
42585
6915 d 7 h
ripley
/trunk/src/extra/graphapp/
avoid some warnings
/trunk/src/extra/graphapp/controls.c
/trunk/src/extra/graphapp/drawing.c
/trunk/src/extra/graphapp/internal.h
/trunk/src/extra/graphapp/windows.c
42578
6916 d 1 h
ripley
/trunk/src/extra/graphapp/
tweak
/trunk/src/extra/graphapp/internal.h
42577
6916 d 1 h
ripley
/trunk/src/extra/graphapp/
tweaks for 64-bit builds
/trunk/src/extra/graphapp/buttons.c
/trunk/src/extra/graphapp/events.c
/trunk/src/extra/graphapp/internal.h
/trunk/src/extra/graphapp/windows.c
42529
6920 d 6 h
ripley
/trunk/src/
move graphapp to a separate DLL (to reduce namespace pollution)
/trunk/src/extra/graphapp/R.def
/trunk/src/gnuwin32/windlgs/src/Makevars.win
/trunk/src/extra/graphapp/Makefile.win
/trunk/src/extra/graphapp/graphapp.h
/trunk/src/extra/graphapp/internal.h
/trunk/src/extra/graphapp/stdimg.h
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/Makefile
/trunk/src/gnuwin32/Rdll.hide
/trunk/src/gnuwin32/extra.c
/trunk/src/gnuwin32/front-ends/Makefile
/trunk/src/gnuwin32/preferences.c
/trunk/src/gnuwin32/rui.c
/trunk/src/library/grDevices/src/Makevars.win
/trunk/src/modules/internet/Makefile.win
←Prev
1
2
Next→
Show All