source: trunk/source/interfaces/History @ 1248

Last change on this file since 1248 was 1248, checked in by garnier, 14 years ago

test de helpTree update

File size: 20.6 KB
Line 
1$Id: History,v 1.127 2010/04/26 15:46:00 lgarnier Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     ----------------------------------------------------------
17     * Reverse chronological order (last date on top), please *
18     ----------------------------------------------------------
19
2026 April, L. Garnier
21 - G4UIQt: Improvments
22 - G4Qt: Improvments
23
2415 April, 2010 G. Cosmo
25 - Fixed call to contructor QKeySequence() in G4UIQt:AddButton() to
26   allow for porting on gcc-4.5.
27
286 January, 2010 L. Garnier
29 - G4VBasicShell : improvments for command completion
30 - G4Qt : Add a link to G4UIQt
31 - G4UIQt : Add tab widgets in order to put Vis in
32
3320 November, 2009 K. Murakami (interfaces-V09-02-07)
34 - G4UIExecutive.hh:  no default arguments of the constructor
35 - G4UIExecutive.icc: more cleaver way for suppressing compiler warnings
36
3720 November, 2009 J. Allison (interfaces-V09-02-06)
38 - G4UIExecutive.icc: Fixed complier warnings for some cases when more
39  than one flag is set.
40
4119 November, 2009 J. Allison (interfaces-V09-02-05)
42 - Tagged for the release.
43
4418 November, 2009 L. Garnier
45 - G4UIQt: Add CTRL+A and CTRL+E to move to begin/end of command line
46
4717 November, 2009 L. Garnier
48 - G4VBasicShell: Fix commands strings that match some shorter
49   commands are trimmed and executed as those shorter commands.
50
515 November, 2009 L. Garnier
52 - G4UIQt Fix a problem introduce the 6th October 2009 and cause
53   some widget display strange things on qt3
54
5519 October, 2009 L. Garnier
56 - basic/GNUMakefile Add optionnal debug flag
57
586 October, 2009 L. Garnier
59 - G4UIQt Fix a problem on macOSX 10.6 with Qt 4.6(preview)
60 - Change GEANT4_QT_DEBUG flag for G4DEBUG_INTERFACES_BASIC and
61   G4DEBUG_INTERFACES_COMMON
62
6328 May, 2009 K. Murakami (interfaces-V09-02-03)
64 - G4UIExecutive: add  IsGUI() method / add GetSession() method
65
6618 May, 2009 K. Murakami (interfaces-V09-02-02)
67 - G4UIExecutive : fixed wrong #ifdef condition
68 - include changes by Laurent (7/May)
69
7015 May, 2009 K. Murakami (interfaces-V09-02-01)
71 - G4UIExecutive : Remove batch mode handling
72
7313 May, 2009 K. Murakami (interfaces-V09-02-00)
74 - G4UIExecutive : Add new class for automatic instantiation of user session
75 - G4VUIshell : Add SetLsColor()
76
777, May, 2009 L. Garnier
78 - G4UIQt.cc : Fix Compilation warning
79 - G4VBasicShell.cc : Better command completion in command Line
80
8131, March, 2009 L.Garnier
82 - Fix a compilation warning in G4Qt.cc
83
8416 February 2009, Laurent Garnier
85 - G4UIQt : Add an Interactor to be able to add button on file and help menu
86 - G4UIQt : Add a public method to get the MainWindow
87
8827, November, 2008 K. Murakami (interfaces-V09-01-04)
89 - G4UIQt.cc: warning fix
90
9121, November, 2008 K. Murakami (interfaces-V09-01-03)
92 -tagged for release 9.2
93
9414 November, 2008 Laurent Garnier
95 - G4UIXm,G4Win32 : Renaming according to Geant4 code policy
96
976 November, 2008 Laurent Garnier
98 - G4Qt : Re-fix problem on some linux with QApplication, should be better
99 - G4Qt : Add availabity to launch a G4Qt without a G4UIQt
100
10124 October, 2008 Laurent Garnier
102 - Change GEANT4_QT_DEBUG flag by QTDEBUG
103 - Suppress unuseful DEBUG messages
104
10515 October, 2008 Laurent Garnier
106 - Fix a problem on some linux with QApplication. But this is NOT the good way to do it...
107 - Fix a qt3 backward compatibility on G4UIQt.cc
108
1097 October, 2008 Laurent Garnier
110 - Fix a G4cout possible problem cause by recursive G4cout call.
111
1122 October, 2008 Laurent Garnier
113 - Add availability to have a external Qapp
114
11522 July, 2008 K.Murakami (interfaces-V09-01-02)
116 - tagged
117 - direct exit calls are replaced with G4Exception/another way of exit
118   G4UIGainServer.cc, G4UIterminal.cc : call G4Exception
119   G4UItcsh.cc : nomal exit instead of direct calling exit()
120
12114 June, 2008 K.Murakami (interfaces-V09-01-01)
122 - tagged
123
12430th April, Laurent Garnier
125 - Include moc config in GNUmakefile
126
12710th March, Laurent Garnier
128 - Improvments for layout in Qt driver for Qt3
129
13030th January 2007, Laurent Garnier
131 - Add a search area in the help widget
132
13315th January 2007, Laurent Garnier
134 - Fixed some layout problems
135 - GNUmakefile : Added a macro for moc file
136 - Moc files : Suppression of all theses files. They are now autogenerated
137   thanks to config/common.gmk
138
13915 January 2007, Koichi Murakami (interfaces-V09-01-00)
140 - G4UItcsh.cc: fixed the problem with Ctl-D termination for bash users.
141
14230 November 2007, Laurent Garnier
143 - G4UIQt : Some improvements for Qt3, corrections of some bugs
144 - G4UIQt_moc.cc : Adding other versions for QT_MOC_REVISION 28,58 and
145   59, but this is not the right solution..
146 - GAG/Makefile : Suppression of linking on a unuseful library
147
14816 November 2007, Koichi Murakami (interfaces-V09-00-03)
149 - G4UIGainServer.cc: cleared a compilation warning.
150 - tagged for the 9.1 release.
151
15215 Nov 2007, Laurent Garnier
153 - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG flag to hide all debug messages
154 - G4UIQt,G4Qt : Compilation improvements for Qt3
155 - G4UIQt,G4Qt : Minors corrections on G4UIQt helpWidget
156
15713 Nov 2007, Laurent Garnier
158 - G4UIQt,G4Qt : Moving all moc in one big file interface/G4UIQT_moc.cc,
159   including Qt3 and Qt4 moc support
160
16109 Nov 2007, Laurent Garnier
162 - G4UIQt,G4Qt : Change all include directive to be compatible with Qt3
163
16427 Sept 2007, Laurent Garnier
165 - Adding sur files for G4UIQt driver
166
16706 November Koichi Murakami
168- G4UItcsh.cc: store shell history across sessions.
169
17030 October 2007 Koichi Murakami (interfaces-V09-00-02)
171- Guy committed the new Qt interface (28/Sep).
172- Add "#ifdef G4UI_BUILD_QT_SESSION" protection in src/G4UIQt_moc.cc.
173- Remove Qt interface from the current tag.
174- G4UIGAG.cc: suppress a compilation warning.
175
17630 October 2007 Koichi Murakami (interfaces-V09-00-01)
177- Makoto updated the implementation of the signal handler for Ctrl-C.
178
17928 October 2007, Makoto Asai
180- Remove improper dependency from interfaces/basic to run in GNUmakefile
181
18202 August 2007, Koichi Murakami (interfaces-V09-00-00)
183- Fix compilation warning on SUN-CC in G4UIterminal.cc
184
18519 June 2007, Gabriele Cosmo (interfaces-V08-03-02)
186- Fix compilation error on Windows ('theShell' not declared).
187
18814 June 2007, Koichi Murakami (interfaces-V08-03-01)
189- fixed the problem with Ctl-C termination for bash users.
190 * G4VUIshell   : add a virtual method ResetTerminal()
191 * G4UItcsh     : add a method ResetTerminal()
192 * G4UIterminal : add terminal reset when Ctl-C termination
193
19422 May 2007, Koichi Murakami (interface-V08-03-00)
195- G4UIterminal.cc: implement signal handler for soft-abort
196
19728 November 2005, Gabriele Cosmo (interface-V07-01-02)
198- G4UIXm.cc migrated to sstream
199
20021 November 2005, Hajime Yoshida (interface-V07-01-01)
201- G4UIGAG.cc and G4UIGainServer.cc migrated to sstream
202
20326 October 2005, Koichi Murakami (interfaces-V07-01-00)
204- G4UItcsh/G4UIterminal/G4VBasicShell:
205  migration from strstream to sstream
206
20722 April 2005, Gabriele Cosmo (interfaces-V07-00-01)
208- G4UIGainServer: fixed conditional compilation for MacOS 10.4.
209
21026 January 2005, Gabriele Cosmo (interfaces-V07-00-00)
211- Removed explicit definition of G4TMPDIR in GNUmakefiles
212  (not necessary since already defined in common.gmk).
213
21427 November 2004, Hajime Yoshida (interfaces-V06-02-00)
215- Tagged.
216
21725 November 2004, Hajime Yoshida (interfaces-V06-01-02)
218- Tagged.
219
22021 November 2004, Guy Barrand
221- G4UIXm.cc: have some nice default resources in case XENVIRONMENT not set.
222
22307 June 2004, Gabriele Cosmo (interfaces-V06-01-01)
224- G4UIWin32.cc: move usage of inline methods to non-inline for DLLs
225  support on Windows.
226- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
227
22809 April 2004, John Allison (interfaces-V06-01-00 + vis-V06-01-01)
229- Tagged G4[UI]Win32[.hh,.cc] as below.  Joint with vis-V06-01-01.
230
23108 April 2004, Guy Barrand
232- G4[UI]Win32[.hh,.cc] : modify things in order to be able to use
233  a standard C main (and avoid the WinMain).
234
23522 October 2003, Guy Barrand (interfaces-V05-02-00)
236- OPACS : archived obsolete OPACS module and cleared build setup.
237
23817 October 2003, Guy Barrand
239- G4Xt.cc : removed unused and commented code.
240
24111 June 2003, Gabriele Cosmo (interfaces-V05-01-02)
242- G4UIWin32.cc: cleared warning on redefinition of 'pascal' reported on
243  WIN32-VC system.
244
24504 June 2003, Gabriele Cosmo (interfaces-V05-01-01)
246- Fixes for inclusion of <strstream> in G4UIXm.cc, G4UItcsh.cc and
247  G4UIterminal.cc in view of the g4std wrappers migration.
248
24930 May 2003, Gabriele Cosmo (interfaces-V05-01-00)
250- Fixed few pedantic warnings...
251- G4UIGainServer.cc: fixed compilation problem on Darwin-g++ with gcc-3.X.
252
25304 December 2002, Makoto Asai (interfaces-V04-01-01, interfaces-V04-01-02)
254- Migration to new G4ApplicationState.
255
25615 November 2002, Hajime Yoshida (interfaces-V04-01-00)
257- basic/src/G4UIArrayStrings.cc is now working for "konsole" type termcap.
258        by Koichi Murakami
259
26009 November 2002, Hajime Yoshida (interfaces-V04-00-05)
261- G4UIGainServer.cc uses socklen_t as before. It must work for Solaris CC and HP.
262- test/G4cout_test01 updated. An example of setCoutDestination(UI) by a user.
263
26406 November 2002, Guy Barrand
265- G4Xt.cc, G4UIXm.cc, G4UIXaw.cc : fix some warings.
266
26714 June 2002, Hajime Yoshida (interfaces-V04-00-04)
268- G4UIGainServer.cc/hh have a protection: #ifndef WIN32 ~ #endif not to compile
269        on WIndows.
270
27114 June 2002, Hajime Yoshida (interfaces-V04-00-04)
272- Added protection #ifndef WIN32 to new class G4UIGainServer in definition
273  and body, to prevent compilation on Windows platforms.
274
27512 June 2002, Gabriele Cosmo (interfaces-V04-00-03)
276- Fixes for porting on platforms other than Linux.
277  o socklen_t is Linux specific and not defined elsewhere; changed to int*.
278  o Fixed usage g4std/iostream, globals.hh and endl/G4endl.
279
28012 June 2002, Hajime Yoshida (interfaces-V04-00-02)
281- Introduced new class G4UIGainServer, socket extension for G4UIGAG.
282- added GAG/src/G4UIGainSErver.cc and GAG/include/G4UIGainServer.hh
283- G4UIGainServer is the new member of libG4UIGAG.so(a)
284        (no modification to GNUmakefiles)
285
28626 April 2002, Makoto Asai (interfaces-V04-00-01)
287- Corresponds to interfaces change in intercoms category (intercoms-V04-00-00)
288 Affected files :
289  basics/src/G4VUIshell.cc
290  common/src/G4VBasicShell.cc
291  GAG/src/G4UIGAG.cc
292
29325 February 2002, Makoto Asai (interfaces-V04-00-00)
294- fix for odd behavior on Windows in G4UIchs.cc
295
29603 December 2001 Guy Barrand (interfaces-V03-02-04)
297- G4VInteractorManager::RemoveDispatcher : change the "std::remove"
298  logic in order to fix a disfunctionning with vis/OpenInventor driver.
299- G4Xt.cc : remove some g++ compilation warnings about unused
300  iconify functions.
301
30229 November 2001 Hajime Yoshida (interfaces-V03-02-03)
303- Fix G4UIGAG.cc for alias command (following G4UIterminal's modif)
304
30526 November 2002 Makoto Asai (interfaces-V03-02-02)
306- Fix compilation warnings caused by gcc-2.95.2 for basic sub-directory.
307
30823 November 2001 Makoto Asai (interfaces-V03-02-01)
309- Fix G4UIterminal to display a command line AFTER solving aliases
310  in case the command caused "command not found".
311- Fix G4UItcsh.hh not to have warning message.
312
31322 October 2001 Hajime Yoshida
314-G4UIGAG.cc no more compiler warning due to G4String
315
31622 October 2001 Hajime Yoshida
317- G4UIGAG ; no compilation warning with g++-2.95
318
31911 August 2001  John Allison (interfaces-V03-02-00)
320- Re-engineered G4UI variables.  Coworks with config-V03-02-04.
321- Changed GNUmakefile so that GAG, TERMINAL and TCSH built by default.
322- Nothing built if G4UI_NONE is set.
323
32429 November 2000 Makoto Asai (interfaces-V02-00-03)
325- Tag for Guy's correction.
326
32728 November 2000 Guy Barrand
328- G4Xt.cc ; SUN-CC : correct warning : argc hides G4VInteractorManager::argc.
329
33027 November 2000 Makoto Asai (interfaces-V02-00-02)
331- G4VUIShell.hh : add virtual keyword to the destructor.
332
33311 August 2000 Guy Barrand
334- G4UIWo.cc : add some cast in order to compile with OSF1/cxx strict_ansi mode.
335
3361 August 2000 Gabriele Cosmo (interfaces-V02-00-01)
337- Fixed warnings on HP-aCC system in G4UItcsh.cc, due to unproper usage of G4int
338  where unsigned (size_t) was requested instead.
339
34031 July 2000 Gonzalo Gracia
341- Modifications required to compile on NT
342  Operator string::[] requires size_t argument.
343  Cast from integer to size_t in several places in basic/src/G4UIArrayString.cc
344  and G4VUIshell.cc
345
34622 July 2000 Makoto Asai (interfaces-V02-00-00)
347- Modify G4UIterminal, G4VUIshell, G4UIcsh and G4UItcsh to display the
348  break status as a prompt characters.
349
35025 June 2000 John Allison (interfaces-V01-01-06-old-G4UIterminal)
351- As interfaces-V01-01-06 but old revisions of G4UIterminal.cc/hh.
352
35323 June 2000 John Allison (interfaces-V01-01-06)
354- Protected G4UIterminal, G4Ui[t]csh against access by index to null strings.
355
35621 June 2000 John Allison (interfaces-V01-01-05)
357- Added include $(G4INSTALL)/config/G4VIS_BUILD.gmk to common/GNUmakefile.
358
35915 June 2000 John Allison (interfaces-V01-01-04)
360- More ISO compliance for G4UIterminal class.
361
36214 June 2000 Makoto Asai (interfaces-V01-01-03)
363- ISO compliance for G4UItcsh classes
364
36526 May 2000 Guy Barrand  (interfaces-V01-01-02)
366- G4UIXm.hh, G4UIWin32.hh : change comments about /gui for the doc.
367
36823 May 2000 John Allison (interfaces-V01-01-01-without-tcsh)
369- Tag without G4UIterminal(G4UItcsh) in case it is not needed in the release.
370
37120 May 2000 Guy Barrand  (interfaces-V01-01-01)
372- common/G4InteractorMessenger : change command name "interactor" to "gui".
373
37419 May 2000 John Allison  (interfaces-V01-01-00)
375- G4UIterminal displays a candidate list in case a given parameter is
376  wrong (Makoto Asai).
377
37826 Mar 2000 Makoto Asai
379- Introducing a new G4UIterminal with UNIX-like shell.
380
38110 Nov 1999 Hajime Yoshida  (interfaces-V00-01-03)
382- Added less<G4String> argument (Guy).
383- G4UIWin32.hh, G4UIXm.hh : usage of G4std::less in G4std::map.
384- G4VInteractorManager.cc : G4std::find, G4std::remove.
385
38608 Nov 1999 Hajime Yoshida
387- tag interfaces--V00-01-02 for STT
388
38908 Nov 1999 Hajime Yoshida
390- GAG/src/G4UIGAG.cc RWT => STL vector
391- basic/include/G4UIterminal.hh, GAG/include/G4UIGAG.hh => documentation
392
39302 Nov 1999 Guy Barrand
394- doc comments for G4UIWin32.hh, G4UIXm.hh, G4UIXaw.hh, G4Xt.hh, G4Win32.hh, G4VInterativeSession.hh, G4VInteractorManager.hh.
395
39602 Nov 1999 Guy Barrand
397- basic/G4UIWin32, G4UIXm : RW -> STL.
398- common/G4VBasicShell, G4VInteractiveSession, G4VInteractorManager : RW -> STL.
39929 Oct. 1999 Hajime Yoshida
400- tag interfaces-V00-01-01
401
40227 Oct. 1999 Guy Barrand
403- interfaces/common/src/G4Xt.cc : protect XtAppInit against
404  shell zero widthxheight. Give a default to geometry resource.
405
40621 Oct. 1999 John Allison
407- Made XtAppContext appContext static in G4Xt.cc.  Speeds OGLSXm but
408  OGLIXm is still slow - why?
409
41012 Oct. 1999 John Allison for Hajime Yoshida (tag interfaces-V00-01-00a)
411- Protection for zero length strings for Sun in G4UIterminal and G4UIGAG.
412
41302 Sep. 1999 Hajime Yoshida
414  to geant4-00-01-ref-01 (Revision 1.9)
415  a new tag is interfaces-01-00-04
416  after which a tag interfaces-V00-01-00 was added identical to
417    interfaces-01-00-04 except for this History file.
418
419- G4UIterminal.cc and G4UIGAG.cc now shows prompt characters
420        to an input of return (or null command line).
421
422head 31 Mai 1999  Guy Barrand
423- G4VInteractorManager::SecondaryLoop : add a message to indicate
424  that we enter a "viewer" secondary X event loop and that someone
425  add to "Escape" it from the viewer to continue.
426
427interfaces-01-00-03  19th April 1999  John Allison
428- Protected G4VBasicShell.cc with if( tempPath.length()>0 ).
429
430interfaces-01-00-02  18th April 1999  John Allison
431- Tagged.
432
433head 11th Mai 1999  Guy Barrand
4341) G4UIXm : Linux, correct geometry management of the menubar.
435
436head 06th Mai 1999  Guy Barrand
4371) G4Win32, G4UIWin32 : modifications to compile with Visual-6.0.
438
439head 16th April 1999  Guy Barrand
4401) G4VBasicShell, G4UIXm, G4UIWin32 : command completion.
4412) G4InteractorMessenger, G4VInteractorManager : code polishement.
442
443interfaces-01-00-01  15th April 1999  Hajime Yoshida/Masayasu Nagamatu
4441) some code polishment after the messages by CodeWarriers (Guy)
4452) Help functions in G4VBasicShell and related rearrangement of
446        G4UIterminal etc.. (Guy)
4473) removal of ifdef for GNU_GCC in G4UIGAG. (Hajime)
448
449interfaces-00-03-07 9th December 1998 Hajime Yoshida/Masayasu Nagamatu
450- minor improvements in Help of G4UIterminal.cc
451- G4UIGAG's Help in terminal mode is now equivalent to G4UIterminal.cc
452
453interfaces-00-03-06 27th November 1998 Hajime Yoshida/Masayasu Nagamatu
454- added 'if' protection to the destructor of G4UIterminal/G4UIGAG.
455
456interfaces-00-03-05 12th November 1998 Masayasu Nagamatu
457-test/G4cout_test01/ added an example for redirectiong stream using G4cout
458
459interfaces-00-03-04  13th October 1998  Masayasu Nagamatu
460- G4cout - changes to G4UIterminal.cc, G4UIGAG.hh, G4UIGAG.cc.
461
46207 Ocotober 1998  Guy Barrand:
463- G4UIXm.cc, G4UIWin32.cc : cout, cerr control.
464
465interfaces-00-03-03 7th  October Hajime Yoshida
466- Bug fix to prevent "help" crashing in some circumstances.
467
468interfaces-00-03-02 14th Sep. Hajime Yoshida
469        - fix to G4UIGAG (not bugs but correction of minor
470                ydifferences with G4UIterminal)
471
472interfaces-00-03-01  12th Sep.  Hajime Yoshida and Masayasu Nagamatu
473- CTRL-D doesn't invoke infinite loop.
474- CRTL-D now means
475        - EOF in the redirected cin
476        - End of Session, just as "exit" command of GEANT4
477- Affected files are basic/src/G4UIterminal.cc
478                        GAG/src/G4UIGAG.cc
479
480interfaces-00-02-01  9th August  John Allison
481- Tagged Guy's changes.
482
4837th August  Guy Barrand.
484- common, OPACS : new interactor parenting logic.
485
486interfaces-00-01-04  8th July 1998  John Allison
487- Emptied xvt_standalone_test; files moved to environments/XVT.
488
489interfaces-00-01-03  7th July 1998  John Allison
490- Emptied standalone_test; files moved to environments/Momo or no
491  longer needed.
492
4937th July 1998  Guy Barrand
494- Added include $(G4INSTALL)/config/interactivity.gmk to GNUmakefiles.
495
496interfaces-00-01-02 7th July 1998  John Allison
497- Forced revision 2.1 on files in newly committed directories.
498
499interfaces-00-01-01 6th July 1998  John Allison
500- Big restructuring.  Moved files from include/ and src/ to:
501  common/, basic/, GAG/, OPACS/, XVT/.
502  Created G4UI_BUILD.gmk and G4UI_USE.gmk in config/.
503  Changed the GNUmakefiles accordingly.
504
505interfaces-00-07-01 2nd July 1998  Gabriele Cosmo
506- Updates to G4UIWo and G4VInteractorManager by G.Barrand.
507
508interfaces-00-06-05 26th June 1998  Gabriele Cosmo
509- Updated GNUmakefiles to new electromagnetics structure.
510
511interfaces-00-06-04a 22nd June 1998  John Allison
512- Removed ./standalone_test/run/example34/GNUmakefile.G4VIS_USE and
513  ./standalone_test/run/example35/GNUmakefile.G4VIS_USE
514
515interfaces-00-06-04 22nd June 1998  John Allison
516- Added #ifdef GNU_GCC for template instantiation in src/G4UIGAG.cc.
517- Changed GNUmakefiles for G4VIS_USE.gmk.
518
519May 6, 98 M.Asai
520- Introducing a new abstract base class G4VBasicShell.
521- G4UIterminal has been modified according to use G4VBasicShell.
522
52322th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-03)
524-  the following three directories are tagged.
525 interfaces/standalone_test/Momo/java/GGE
526 interfaces/standalone_test/Momo/java/RMI
527 interfaces/standalone_test/run/example35
528
52920th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-02)
530- update for Momo and G4UIGAG, including many improvement and bug fixes.
531  see the interfaces/standalone_test/README_Momo.html for datails.
532- example35 is added; new example program to show the capability of GUI(GAG).
533
53415th April 1998 : Guy Barrand
535- From discussion with John and Simone G4VToolkit
536  has been renamed to G4VInteractorManager.
537
5384th April 1998 Nagamatu Masayasu (interfaces-00-05-01)
539- correspond to the modification by  G.Barrand
540  G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
541  Modifications for Win32/NT.
542
543April 2, 98 G.Barrand
544- G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
545- Modifications for Win32/NT.
546
54726th March 1998  John Allison
548- Changed G4VisManager to MyVisManager in example34.cc and xvt.benchmark.cc
549  for vis-00-05-01 and later.
550
5516th March 1998 Hajime Yoshida / Nagamatu Masayasu (interfaces-00-04-01)
552- First tag with modeling under visualization
553- small bug fix for Momo
554
55529th January 1998 Masayasu Nagamatu / Hajime Yoshida (interfaces-00-03-01)
556- Update of Momo(GAG/GGE), standalone_test/ directory.
557
55827th January 1998  John Allison
559- Simplfied use of G4VIS flags in test GNUmakefiles.
560- New way of instantiating G4VisManager in test main() programs.
561
562December 19, 97 G. Cosmo - (alpha03)
563
564- Created.
565
566Januray 19 , 98 G. Barrand
567
568- Update G4UIXaw, G4UIXm to take into account
569  pauseStartSession method.
570
Note: See TracBrowser for help on using the repository browser.