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
/
djm-source
/
src
/
gnuwin32
/
graphapp
/
controls.c
@ 63243
– Rev 42208
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
42208
6956 d 15 h
murdoch
/branches/djm-source/
Recreate branch from trunk
/branches/djm-source
41793
6995 d 19 h
ripley
/trunk/src/gnuwin32/
more 'const char' issues
/trunk/src/gnuwin32/dataentry.c
/trunk/src/gnuwin32/embeddedR.c
/trunk/src/gnuwin32/extra.c
/trunk/src/gnuwin32/graphapp/bitmaps.c
/trunk/src/gnuwin32/graphapp/buttons.c
/trunk/src/gnuwin32/graphapp/clipboard.c
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/cursors.c
/trunk/src/gnuwin32/graphapp/dialogs.c
/trunk/src/gnuwin32/graphapp/drawing.c
/trunk/src/gnuwin32/graphapp/drawtext.c
/trunk/src/gnuwin32/graphapp/fonts.c
/trunk/src/gnuwin32/graphapp/ga.h
/trunk/src/gnuwin32/graphapp/gdraw.c
/trunk/src/gnuwin32/graphapp/gif.c
/trunk/src/gnuwin32/graphapp/graphapp.h
/trunk/src/gnuwin32/graphapp/image.c
/trunk/src/gnuwin32/graphapp/internal.h
/trunk/src/gnuwin32/graphapp/menus.c
/trunk/src/gnuwin32/graphapp/metafile.c
/trunk/src/gnuwin32/graphapp/printer.c
/trunk/src/gnuwin32/graphapp/rgb.c
/trunk/src/gnuwin32/graphapp/status.c
/trunk/src/gnuwin32/graphapp/strings.c
/trunk/src/gnuwin32/graphapp/tooltips.c
/trunk/src/gnuwin32/graphapp/windows.c
/trunk/src/gnuwin32/preferences.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
39516
7245 d 20 h
ripley
/trunk/src/gnuwin32/
fix for PR#9254
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/graphapp/controls.c
39274
7259 d 17 h
ripley
/trunk/src/gnuwin32/
remap gettext to GA_gettext explicitly
/trunk/src/gnuwin32/Rdll.hide
/trunk/src/gnuwin32/console.c
/trunk/src/gnuwin32/dataentry.c
/trunk/src/gnuwin32/editor.c
/trunk/src/gnuwin32/extra.c
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/dialogs.c
/trunk/src/gnuwin32/graphapp/graphapp.h
/trunk/src/gnuwin32/graphapp/metafile.c
/trunk/src/gnuwin32/preferences.c
/trunk/src/gnuwin32/windlgs/src/ttest.c
38705
7305 d 22 h
ripley
/trunk/src/
remove some unused entry points, take others static.
add prefixes to graphapp and some graphics entry points
improve the use of / <--> \ conversions under Windows
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/Makefile
/trunk/src/gnuwin32/Rdll.hide
/trunk/src/gnuwin32/extra.c
/trunk/src/gnuwin32/front-ends/rproxy_impl.c
/trunk/src/gnuwin32/front-ends/rterm.c
/trunk/src/gnuwin32/graphapp/Makefile
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/graphapp.h
/trunk/src/gnuwin32/rui.c
/trunk/src/include/Defn.h
/trunk/src/include/Graphics.h
/trunk/src/include/R_ext/GraphicsEngine.h
/trunk/src/include/Rconnections.h
/trunk/src/library/grDevices/src/devWindows.c
/trunk/src/main/attrib.c
/trunk/src/main/complex.c
/trunk/src/main/connections.c
/trunk/src/main/debug.c
/trunk/src/main/dotcode.c
/trunk/src/main/dounzip.c
/trunk/src/main/dstruct.c
/trunk/src/main/engine.c
/trunk/src/main/objects.c
/trunk/src/main/par.c
/trunk/src/main/sort.c
/trunk/src/main/util.c
36938
7513 d 13 h
ripley
/trunk/src/
On Windows, record the locale's codepage and use it where appropriate.
devWindows needs to get the charmetric info for Unicode chars even
on Win9x for e.g. Japanese DBCS characters.
/trunk/src/gnuwin32/graphapp/buttons.c
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/dialogs.c
/trunk/src/gnuwin32/graphapp/gdraw.c
/trunk/src/gnuwin32/graphapp/internal.h
/trunk/src/gnuwin32/graphapp/menus.c
/trunk/src/gnuwin32/graphapp/windows.c
/trunk/src/gnuwin32/rui.c
/trunk/src/include/Defn.h
/trunk/src/library/grDevices/src/devWindows.c
/trunk/src/main/main.c
/trunk/src/main/platform.c
36930
7515 d 14 h
ripley
/trunk/src/
allow changes to a non-MBCS locale, e.g. Russian, on Windows.
work around the bug in mingwex when LC_CTYPE=C.
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/graphapp/buttons.c
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/dialogs.c
/trunk/src/gnuwin32/graphapp/gdraw.c
/trunk/src/gnuwin32/graphapp/menus.c
/trunk/src/gnuwin32/graphapp/windows.c
/trunk/src/main/main.c
36921
7515 d 19 h
ripley
/trunk/src/
use widechar for output on NT in a MBCS locale
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/exported-vars
/trunk/src/gnuwin32/graphapp/buttons.c
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/dialogs.c
/trunk/src/gnuwin32/graphapp/gdraw.c
/trunk/src/gnuwin32/graphapp/init.c
/trunk/src/gnuwin32/graphapp/internal.h
/trunk/src/gnuwin32/graphapp/menus.c
/trunk/src/gnuwin32/rui.c
/trunk/src/library/grDevices/src/devWindows.c
36906
7516 d 16 h
ripley
/trunk/src/gnuwin32/graphapp/
suppress warning
/trunk/src/gnuwin32/graphapp/controls.c
31702
7939 d 17 h
murdoch
/trunk/src/gnuwin32/
Fixes for TCL/TK incompatibilities
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/graphapp/context.c
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/drawing.c
/trunk/src/gnuwin32/graphapp/events.c
28991
8141 d 8 h
murdoch
/trunk/
Editor support (mostly in Windows) by Chris Jackson
/trunk/src/gnuwin32/editor.c
/trunk/NEWS
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/Makefile
/trunk/src/gnuwin32/console.c
/trunk/src/gnuwin32/console.h
/trunk/src/gnuwin32/graphapp/buttons.c
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/dialogs.c
/trunk/src/gnuwin32/graphapp/events.c
/trunk/src/gnuwin32/graphapp/ga.h
/trunk/src/gnuwin32/graphapp/gbuttons.c
/trunk/src/gnuwin32/graphapp/gmenus.c
/trunk/src/gnuwin32/graphapp/graphapp.h
/trunk/src/gnuwin32/graphapp/internal.h
/trunk/src/gnuwin32/graphapp/menus.c
/trunk/src/gnuwin32/graphapp/objects.c
/trunk/src/gnuwin32/pager.c
/trunk/src/gnuwin32/preferences.c
/trunk/src/gnuwin32/rui.c
/trunk/src/gnuwin32/rui.h
/trunk/src/gnuwin32/system.c
/trunk/src/include/Defn.h
/trunk/src/include/Internal.h
/trunk/src/library/profile/Rprofile.windows
/trunk/src/library/utils/NAMESPACE
/trunk/src/library/utils/R/edit.R
/trunk/src/main/names.c
/trunk/src/main/platform.c
/trunk/src/unix/edit.c
/trunk/src/unix/system.c
24308
8476 d 22 h
ripley
/trunk/src/
branch update
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/console.c
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/gdraw.c
/trunk/src/library/mva/man/cancor.Rd
/trunk/src/library/mva/man/dist.Rd
24283
8478 d 21 h
ripley
/trunk/
branch update
/trunk/etc/Makeconf.in
/trunk/src/gnuwin32/dataentry.c
/trunk/src/gnuwin32/extra.c
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/events.c
/trunk/src/gnuwin32/graphapp/graphappmain.c
21104
8733 d 9 h
ripley
/trunk/src/gnuwin32/
problems with w32api-2.0 and conflicts with wingdi.h
/trunk/src/gnuwin32/INSTALL.in
/trunk/src/gnuwin32/console.c
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/graphapp.h
/trunk/src/gnuwin32/graphapp/internal.h
/trunk/src/gnuwin32/readme.packages
/trunk/src/gnuwin32/rui.c
14086
9209 d 9 h
ripley
/trunk/src/gnuwin32/
add drag-and-drop to console window for .R, .RData and .rda
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/events.c
/trunk/src/gnuwin32/graphapp/graphapp.h
/trunk/src/gnuwin32/graphapp/internal.h
/trunk/src/gnuwin32/rui.c
9236
9568 d 22 h
ripley
/trunk/src/gnuwin32/
purer GraphApp solution
/trunk/src/gnuwin32/dataentry.c
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/ga.h
9184
9573 d 11 h
ripley
/trunk/src/gnuwin32/graphapp/
minor tidying up
/trunk/src/gnuwin32/graphapp/array.c
/trunk/src/gnuwin32/graphapp/buttons.c
/trunk/src/gnuwin32/graphapp/context.c
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/cursors.c
/trunk/src/gnuwin32/graphapp/fonts.c
/trunk/src/gnuwin32/graphapp/ga.h
/trunk/src/gnuwin32/graphapp/gdraw.c
/trunk/src/gnuwin32/graphapp/graphapp.h
/trunk/src/gnuwin32/graphapp/init.c
/trunk/src/gnuwin32/graphapp/menus.c
/trunk/src/gnuwin32/graphapp/readme.txt
9044
9582 d 21 h
ripley
/trunk/src/gnuwin32/
add dataentry for Windows
/trunk/src/gnuwin32/consolestructs.h
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/console.c
/trunk/src/gnuwin32/dataentry.c
/trunk/src/gnuwin32/graphapp/controls.c
8707
9609 d 18 h
ripley
/trunk/src/gnuwin32/
improve preferences editor
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/console.c
/trunk/src/gnuwin32/graphapp/controls.c
/trunk/src/gnuwin32/graphapp/dialogs.c
/trunk/src/gnuwin32/graphapp/graphapp.h
/trunk/src/gnuwin32/rui.c
/trunk/src/gnuwin32/rw-FAQ.texi
8706
9609 d 21 h
ripley
/trunk/src/gnuwin32/
(nearly) complete the preferences editor
fix some nasty bugs in graphapp's resize()
/trunk/src/gnuwin32/CHANGES
/trunk/src/gnuwin32/console.c
/trunk/src/gnuwin32/graphapp/controls.c
←Prev
1
2
Next→
Show All