source: trunk/source/interfaces/History @ 1252

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

avant commit

File size: 21.0 KB
Line 
1$Id: History,v 1.132 2010/05/19 07:18:50 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
2019 May, L. Garnier
21 - G4UIQt: Fix a warning in Cout during viewer creation
22           Fix a flush problem at viewer creation
23
2418 May, L. Garnier
25 - G4UIQt: Fix an output warning
26
2711 May, J.Allison (interfaces-V09-03-01)
28- Tagged interfaces-V09-03-01.  (Note: interfaces-V09-03-00 already
29  used on a patch branch.)
30
317 May, L. Garnier
32 - G4UIQt: Add new command in help tree will update immediatly the help tree
33   (removing a command not code yet)
34
3526 April, L. Garnier
36 - G4UIQt: Improvments
37 - G4Qt: Improvments
38
3915 April, 2010 G. Cosmo
40 - Fixed call to contructor QKeySequence() in G4UIQt:AddButton() to
41   allow for porting on gcc-4.5.
42
436 January, 2010 L. Garnier
44 - G4VBasicShell : improvments for command completion
45 - G4Qt : Add a link to G4UIQt
46 - G4UIQt : Add tab widgets in order to put Vis in
47
4820 November, 2009 K. Murakami (interfaces-V09-02-07)
49 - G4UIExecutive.hh:  no default arguments of the constructor
50 - G4UIExecutive.icc: more cleaver way for suppressing compiler warnings
51
5220 November, 2009 J. Allison (interfaces-V09-02-06)
53 - G4UIExecutive.icc: Fixed complier warnings for some cases when more
54  than one flag is set.
55
5619 November, 2009 J. Allison (interfaces-V09-02-05)
57 - Tagged for the release.
58
5918 November, 2009 L. Garnier
60 - G4UIQt: Add CTRL+A and CTRL+E to move to begin/end of command line
61
6217 November, 2009 L. Garnier
63 - G4VBasicShell: Fix commands strings that match some shorter
64   commands are trimmed and executed as those shorter commands.
65
665 November, 2009 L. Garnier
67 - G4UIQt Fix a problem introduce the 6th October 2009 and cause
68   some widget display strange things on qt3
69
7019 October, 2009 L. Garnier
71 - basic/GNUMakefile Add optionnal debug flag
72
736 October, 2009 L. Garnier
74 - G4UIQt Fix a problem on macOSX 10.6 with Qt 4.6(preview)
75 - Change GEANT4_QT_DEBUG flag for G4DEBUG_INTERFACES_BASIC and
76   G4DEBUG_INTERFACES_COMMON
77
7828 May, 2009 K. Murakami (interfaces-V09-02-03)
79 - G4UIExecutive: add  IsGUI() method / add GetSession() method
80
8118 May, 2009 K. Murakami (interfaces-V09-02-02)
82 - G4UIExecutive : fixed wrong #ifdef condition
83 - include changes by Laurent (7/May)
84
8515 May, 2009 K. Murakami (interfaces-V09-02-01)
86 - G4UIExecutive : Remove batch mode handling
87
8813 May, 2009 K. Murakami (interfaces-V09-02-00)
89 - G4UIExecutive : Add new class for automatic instantiation of user session
90 - G4VUIshell : Add SetLsColor()
91
927, May, 2009 L. Garnier
93 - G4UIQt.cc : Fix Compilation warning
94 - G4VBasicShell.cc : Better command completion in command Line
95
9631, March, 2009 L.Garnier
97 - Fix a compilation warning in G4Qt.cc
98
9916 February 2009, Laurent Garnier
100 - G4UIQt : Add an Interactor to be able to add button on file and help menu
101 - G4UIQt : Add a public method to get the MainWindow
102
10327, November, 2008 K. Murakami (interfaces-V09-01-04)
104 - G4UIQt.cc: warning fix
105
10621, November, 2008 K. Murakami (interfaces-V09-01-03)
107 -tagged for release 9.2
108
10914 November, 2008 Laurent Garnier
110 - G4UIXm,G4Win32 : Renaming according to Geant4 code policy
111
1126 November, 2008 Laurent Garnier
113 - G4Qt : Re-fix problem on some linux with QApplication, should be better
114 - G4Qt : Add availabity to launch a G4Qt without a G4UIQt
115
11624 October, 2008 Laurent Garnier
117 - Change GEANT4_QT_DEBUG flag by QTDEBUG
118 - Suppress unuseful DEBUG messages
119
12015 October, 2008 Laurent Garnier
121 - Fix a problem on some linux with QApplication. But this is NOT the good way to do it...
122 - Fix a qt3 backward compatibility on G4UIQt.cc
123
1247 October, 2008 Laurent Garnier
125 - Fix a G4cout possible problem cause by recursive G4cout call.
126
1272 October, 2008 Laurent Garnier
128 - Add availability to have a external Qapp
129
13022 July, 2008 K.Murakami (interfaces-V09-01-02)
131 - tagged
132 - direct exit calls are replaced with G4Exception/another way of exit
133   G4UIGainServer.cc, G4UIterminal.cc : call G4Exception
134   G4UItcsh.cc : nomal exit instead of direct calling exit()
135
13614 June, 2008 K.Murakami (interfaces-V09-01-01)
137 - tagged
138
13930th April, Laurent Garnier
140 - Include moc config in GNUmakefile
141
14210th March, Laurent Garnier
143 - Improvments for layout in Qt driver for Qt3
144
14530th January 2007, Laurent Garnier
146 - Add a search area in the help widget
147
14815th January 2007, Laurent Garnier
149 - Fixed some layout problems
150 - GNUmakefile : Added a macro for moc file
151 - Moc files : Suppression of all theses files. They are now autogenerated
152   thanks to config/common.gmk
153
15415 January 2007, Koichi Murakami (interfaces-V09-01-00)
155 - G4UItcsh.cc: fixed the problem with Ctl-D termination for bash users.
156
15730 November 2007, Laurent Garnier
158 - G4UIQt : Some improvements for Qt3, corrections of some bugs
159 - G4UIQt_moc.cc : Adding other versions for QT_MOC_REVISION 28,58 and
160   59, but this is not the right solution..
161 - GAG/Makefile : Suppression of linking on a unuseful library
162
16316 November 2007, Koichi Murakami (interfaces-V09-00-03)
164 - G4UIGainServer.cc: cleared a compilation warning.
165 - tagged for the 9.1 release.
166
16715 Nov 2007, Laurent Garnier
168 - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG flag to hide all debug messages
169 - G4UIQt,G4Qt : Compilation improvements for Qt3
170 - G4UIQt,G4Qt : Minors corrections on G4UIQt helpWidget
171
17213 Nov 2007, Laurent Garnier
173 - G4UIQt,G4Qt : Moving all moc in one big file interface/G4UIQT_moc.cc,
174   including Qt3 and Qt4 moc support
175
17609 Nov 2007, Laurent Garnier
177 - G4UIQt,G4Qt : Change all include directive to be compatible with Qt3
178
17927 Sept 2007, Laurent Garnier
180 - Adding sur files for G4UIQt driver
181
18206 November Koichi Murakami
183- G4UItcsh.cc: store shell history across sessions.
184
18530 October 2007 Koichi Murakami (interfaces-V09-00-02)
186- Guy committed the new Qt interface (28/Sep).
187- Add "#ifdef G4UI_BUILD_QT_SESSION" protection in src/G4UIQt_moc.cc.
188- Remove Qt interface from the current tag.
189- G4UIGAG.cc: suppress a compilation warning.
190
19130 October 2007 Koichi Murakami (interfaces-V09-00-01)
192- Makoto updated the implementation of the signal handler for Ctrl-C.
193
19428 October 2007, Makoto Asai
195- Remove improper dependency from interfaces/basic to run in GNUmakefile
196
19702 August 2007, Koichi Murakami (interfaces-V09-00-00)
198- Fix compilation warning on SUN-CC in G4UIterminal.cc
199
20019 June 2007, Gabriele Cosmo (interfaces-V08-03-02)
201- Fix compilation error on Windows ('theShell' not declared).
202
20314 June 2007, Koichi Murakami (interfaces-V08-03-01)
204- fixed the problem with Ctl-C termination for bash users.
205 * G4VUIshell   : add a virtual method ResetTerminal()
206 * G4UItcsh     : add a method ResetTerminal()
207 * G4UIterminal : add terminal reset when Ctl-C termination
208
20922 May 2007, Koichi Murakami (interface-V08-03-00)
210- G4UIterminal.cc: implement signal handler for soft-abort
211
21228 November 2005, Gabriele Cosmo (interface-V07-01-02)
213- G4UIXm.cc migrated to sstream
214
21521 November 2005, Hajime Yoshida (interface-V07-01-01)
216- G4UIGAG.cc and G4UIGainServer.cc migrated to sstream
217
21826 October 2005, Koichi Murakami (interfaces-V07-01-00)
219- G4UItcsh/G4UIterminal/G4VBasicShell:
220  migration from strstream to sstream
221
22222 April 2005, Gabriele Cosmo (interfaces-V07-00-01)
223- G4UIGainServer: fixed conditional compilation for MacOS 10.4.
224
22526 January 2005, Gabriele Cosmo (interfaces-V07-00-00)
226- Removed explicit definition of G4TMPDIR in GNUmakefiles
227  (not necessary since already defined in common.gmk).
228
22927 November 2004, Hajime Yoshida (interfaces-V06-02-00)
230- Tagged.
231
23225 November 2004, Hajime Yoshida (interfaces-V06-01-02)
233- Tagged.
234
23521 November 2004, Guy Barrand
236- G4UIXm.cc: have some nice default resources in case XENVIRONMENT not set.
237
23807 June 2004, Gabriele Cosmo (interfaces-V06-01-01)
239- G4UIWin32.cc: move usage of inline methods to non-inline for DLLs
240  support on Windows.
241- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
242
24309 April 2004, John Allison (interfaces-V06-01-00 + vis-V06-01-01)
244- Tagged G4[UI]Win32[.hh,.cc] as below.  Joint with vis-V06-01-01.
245
24608 April 2004, Guy Barrand
247- G4[UI]Win32[.hh,.cc] : modify things in order to be able to use
248  a standard C main (and avoid the WinMain).
249
25022 October 2003, Guy Barrand (interfaces-V05-02-00)
251- OPACS : archived obsolete OPACS module and cleared build setup.
252
25317 October 2003, Guy Barrand
254- G4Xt.cc : removed unused and commented code.
255
25611 June 2003, Gabriele Cosmo (interfaces-V05-01-02)
257- G4UIWin32.cc: cleared warning on redefinition of 'pascal' reported on
258  WIN32-VC system.
259
26004 June 2003, Gabriele Cosmo (interfaces-V05-01-01)
261- Fixes for inclusion of <strstream> in G4UIXm.cc, G4UItcsh.cc and
262  G4UIterminal.cc in view of the g4std wrappers migration.
263
26430 May 2003, Gabriele Cosmo (interfaces-V05-01-00)
265- Fixed few pedantic warnings...
266- G4UIGainServer.cc: fixed compilation problem on Darwin-g++ with gcc-3.X.
267
26804 December 2002, Makoto Asai (interfaces-V04-01-01, interfaces-V04-01-02)
269- Migration to new G4ApplicationState.
270
27115 November 2002, Hajime Yoshida (interfaces-V04-01-00)
272- basic/src/G4UIArrayStrings.cc is now working for "konsole" type termcap.
273        by Koichi Murakami
274
27509 November 2002, Hajime Yoshida (interfaces-V04-00-05)
276- G4UIGainServer.cc uses socklen_t as before. It must work for Solaris CC and HP.
277- test/G4cout_test01 updated. An example of setCoutDestination(UI) by a user.
278
27906 November 2002, Guy Barrand
280- G4Xt.cc, G4UIXm.cc, G4UIXaw.cc : fix some warings.
281
28214 June 2002, Hajime Yoshida (interfaces-V04-00-04)
283- G4UIGainServer.cc/hh have a protection: #ifndef WIN32 ~ #endif not to compile
284        on WIndows.
285
28614 June 2002, Hajime Yoshida (interfaces-V04-00-04)
287- Added protection #ifndef WIN32 to new class G4UIGainServer in definition
288  and body, to prevent compilation on Windows platforms.
289
29012 June 2002, Gabriele Cosmo (interfaces-V04-00-03)
291- Fixes for porting on platforms other than Linux.
292  o socklen_t is Linux specific and not defined elsewhere; changed to int*.
293  o Fixed usage g4std/iostream, globals.hh and endl/G4endl.
294
29512 June 2002, Hajime Yoshida (interfaces-V04-00-02)
296- Introduced new class G4UIGainServer, socket extension for G4UIGAG.
297- added GAG/src/G4UIGainSErver.cc and GAG/include/G4UIGainServer.hh
298- G4UIGainServer is the new member of libG4UIGAG.so(a)
299        (no modification to GNUmakefiles)
300
30126 April 2002, Makoto Asai (interfaces-V04-00-01)
302- Corresponds to interfaces change in intercoms category (intercoms-V04-00-00)
303 Affected files :
304  basics/src/G4VUIshell.cc
305  common/src/G4VBasicShell.cc
306  GAG/src/G4UIGAG.cc
307
30825 February 2002, Makoto Asai (interfaces-V04-00-00)
309- fix for odd behavior on Windows in G4UIchs.cc
310
31103 December 2001 Guy Barrand (interfaces-V03-02-04)
312- G4VInteractorManager::RemoveDispatcher : change the "std::remove"
313  logic in order to fix a disfunctionning with vis/OpenInventor driver.
314- G4Xt.cc : remove some g++ compilation warnings about unused
315  iconify functions.
316
31729 November 2001 Hajime Yoshida (interfaces-V03-02-03)
318- Fix G4UIGAG.cc for alias command (following G4UIterminal's modif)
319
32026 November 2002 Makoto Asai (interfaces-V03-02-02)
321- Fix compilation warnings caused by gcc-2.95.2 for basic sub-directory.
322
32323 November 2001 Makoto Asai (interfaces-V03-02-01)
324- Fix G4UIterminal to display a command line AFTER solving aliases
325  in case the command caused "command not found".
326- Fix G4UItcsh.hh not to have warning message.
327
32822 October 2001 Hajime Yoshida
329-G4UIGAG.cc no more compiler warning due to G4String
330
33122 October 2001 Hajime Yoshida
332- G4UIGAG ; no compilation warning with g++-2.95
333
33411 August 2001  John Allison (interfaces-V03-02-00)
335- Re-engineered G4UI variables.  Coworks with config-V03-02-04.
336- Changed GNUmakefile so that GAG, TERMINAL and TCSH built by default.
337- Nothing built if G4UI_NONE is set.
338
33929 November 2000 Makoto Asai (interfaces-V02-00-03)
340- Tag for Guy's correction.
341
34228 November 2000 Guy Barrand
343- G4Xt.cc ; SUN-CC : correct warning : argc hides G4VInteractorManager::argc.
344
34527 November 2000 Makoto Asai (interfaces-V02-00-02)
346- G4VUIShell.hh : add virtual keyword to the destructor.
347
34811 August 2000 Guy Barrand
349- G4UIWo.cc : add some cast in order to compile with OSF1/cxx strict_ansi mode.
350
3511 August 2000 Gabriele Cosmo (interfaces-V02-00-01)
352- Fixed warnings on HP-aCC system in G4UItcsh.cc, due to unproper usage of G4int
353  where unsigned (size_t) was requested instead.
354
35531 July 2000 Gonzalo Gracia
356- Modifications required to compile on NT
357  Operator string::[] requires size_t argument.
358  Cast from integer to size_t in several places in basic/src/G4UIArrayString.cc
359  and G4VUIshell.cc
360
36122 July 2000 Makoto Asai (interfaces-V02-00-00)
362- Modify G4UIterminal, G4VUIshell, G4UIcsh and G4UItcsh to display the
363  break status as a prompt characters.
364
36525 June 2000 John Allison (interfaces-V01-01-06-old-G4UIterminal)
366- As interfaces-V01-01-06 but old revisions of G4UIterminal.cc/hh.
367
36823 June 2000 John Allison (interfaces-V01-01-06)
369- Protected G4UIterminal, G4Ui[t]csh against access by index to null strings.
370
37121 June 2000 John Allison (interfaces-V01-01-05)
372- Added include $(G4INSTALL)/config/G4VIS_BUILD.gmk to common/GNUmakefile.
373
37415 June 2000 John Allison (interfaces-V01-01-04)
375- More ISO compliance for G4UIterminal class.
376
37714 June 2000 Makoto Asai (interfaces-V01-01-03)
378- ISO compliance for G4UItcsh classes
379
38026 May 2000 Guy Barrand  (interfaces-V01-01-02)
381- G4UIXm.hh, G4UIWin32.hh : change comments about /gui for the doc.
382
38323 May 2000 John Allison (interfaces-V01-01-01-without-tcsh)
384- Tag without G4UIterminal(G4UItcsh) in case it is not needed in the release.
385
38620 May 2000 Guy Barrand  (interfaces-V01-01-01)
387- common/G4InteractorMessenger : change command name "interactor" to "gui".
388
38919 May 2000 John Allison  (interfaces-V01-01-00)
390- G4UIterminal displays a candidate list in case a given parameter is
391  wrong (Makoto Asai).
392
39326 Mar 2000 Makoto Asai
394- Introducing a new G4UIterminal with UNIX-like shell.
395
39610 Nov 1999 Hajime Yoshida  (interfaces-V00-01-03)
397- Added less<G4String> argument (Guy).
398- G4UIWin32.hh, G4UIXm.hh : usage of G4std::less in G4std::map.
399- G4VInteractorManager.cc : G4std::find, G4std::remove.
400
40108 Nov 1999 Hajime Yoshida
402- tag interfaces--V00-01-02 for STT
403
40408 Nov 1999 Hajime Yoshida
405- GAG/src/G4UIGAG.cc RWT => STL vector
406- basic/include/G4UIterminal.hh, GAG/include/G4UIGAG.hh => documentation
407
40802 Nov 1999 Guy Barrand
409- doc comments for G4UIWin32.hh, G4UIXm.hh, G4UIXaw.hh, G4Xt.hh, G4Win32.hh, G4VInterativeSession.hh, G4VInteractorManager.hh.
410
41102 Nov 1999 Guy Barrand
412- basic/G4UIWin32, G4UIXm : RW -> STL.
413- common/G4VBasicShell, G4VInteractiveSession, G4VInteractorManager : RW -> STL.
41429 Oct. 1999 Hajime Yoshida
415- tag interfaces-V00-01-01
416
41727 Oct. 1999 Guy Barrand
418- interfaces/common/src/G4Xt.cc : protect XtAppInit against
419  shell zero widthxheight. Give a default to geometry resource.
420
42121 Oct. 1999 John Allison
422- Made XtAppContext appContext static in G4Xt.cc.  Speeds OGLSXm but
423  OGLIXm is still slow - why?
424
42512 Oct. 1999 John Allison for Hajime Yoshida (tag interfaces-V00-01-00a)
426- Protection for zero length strings for Sun in G4UIterminal and G4UIGAG.
427
42802 Sep. 1999 Hajime Yoshida
429  to geant4-00-01-ref-01 (Revision 1.9)
430  a new tag is interfaces-01-00-04
431  after which a tag interfaces-V00-01-00 was added identical to
432    interfaces-01-00-04 except for this History file.
433
434- G4UIterminal.cc and G4UIGAG.cc now shows prompt characters
435        to an input of return (or null command line).
436
437head 31 Mai 1999  Guy Barrand
438- G4VInteractorManager::SecondaryLoop : add a message to indicate
439  that we enter a "viewer" secondary X event loop and that someone
440  add to "Escape" it from the viewer to continue.
441
442interfaces-01-00-03  19th April 1999  John Allison
443- Protected G4VBasicShell.cc with if( tempPath.length()>0 ).
444
445interfaces-01-00-02  18th April 1999  John Allison
446- Tagged.
447
448head 11th Mai 1999  Guy Barrand
4491) G4UIXm : Linux, correct geometry management of the menubar.
450
451head 06th Mai 1999  Guy Barrand
4521) G4Win32, G4UIWin32 : modifications to compile with Visual-6.0.
453
454head 16th April 1999  Guy Barrand
4551) G4VBasicShell, G4UIXm, G4UIWin32 : command completion.
4562) G4InteractorMessenger, G4VInteractorManager : code polishement.
457
458interfaces-01-00-01  15th April 1999  Hajime Yoshida/Masayasu Nagamatu
4591) some code polishment after the messages by CodeWarriers (Guy)
4602) Help functions in G4VBasicShell and related rearrangement of
461        G4UIterminal etc.. (Guy)
4623) removal of ifdef for GNU_GCC in G4UIGAG. (Hajime)
463
464interfaces-00-03-07 9th December 1998 Hajime Yoshida/Masayasu Nagamatu
465- minor improvements in Help of G4UIterminal.cc
466- G4UIGAG's Help in terminal mode is now equivalent to G4UIterminal.cc
467
468interfaces-00-03-06 27th November 1998 Hajime Yoshida/Masayasu Nagamatu
469- added 'if' protection to the destructor of G4UIterminal/G4UIGAG.
470
471interfaces-00-03-05 12th November 1998 Masayasu Nagamatu
472-test/G4cout_test01/ added an example for redirectiong stream using G4cout
473
474interfaces-00-03-04  13th October 1998  Masayasu Nagamatu
475- G4cout - changes to G4UIterminal.cc, G4UIGAG.hh, G4UIGAG.cc.
476
47707 Ocotober 1998  Guy Barrand:
478- G4UIXm.cc, G4UIWin32.cc : cout, cerr control.
479
480interfaces-00-03-03 7th  October Hajime Yoshida
481- Bug fix to prevent "help" crashing in some circumstances.
482
483interfaces-00-03-02 14th Sep. Hajime Yoshida
484        - fix to G4UIGAG (not bugs but correction of minor
485                ydifferences with G4UIterminal)
486
487interfaces-00-03-01  12th Sep.  Hajime Yoshida and Masayasu Nagamatu
488- CTRL-D doesn't invoke infinite loop.
489- CRTL-D now means
490        - EOF in the redirected cin
491        - End of Session, just as "exit" command of GEANT4
492- Affected files are basic/src/G4UIterminal.cc
493                        GAG/src/G4UIGAG.cc
494
495interfaces-00-02-01  9th August  John Allison
496- Tagged Guy's changes.
497
4987th August  Guy Barrand.
499- common, OPACS : new interactor parenting logic.
500
501interfaces-00-01-04  8th July 1998  John Allison
502- Emptied xvt_standalone_test; files moved to environments/XVT.
503
504interfaces-00-01-03  7th July 1998  John Allison
505- Emptied standalone_test; files moved to environments/Momo or no
506  longer needed.
507
5087th July 1998  Guy Barrand
509- Added include $(G4INSTALL)/config/interactivity.gmk to GNUmakefiles.
510
511interfaces-00-01-02 7th July 1998  John Allison
512- Forced revision 2.1 on files in newly committed directories.
513
514interfaces-00-01-01 6th July 1998  John Allison
515- Big restructuring.  Moved files from include/ and src/ to:
516  common/, basic/, GAG/, OPACS/, XVT/.
517  Created G4UI_BUILD.gmk and G4UI_USE.gmk in config/.
518  Changed the GNUmakefiles accordingly.
519
520interfaces-00-07-01 2nd July 1998  Gabriele Cosmo
521- Updates to G4UIWo and G4VInteractorManager by G.Barrand.
522
523interfaces-00-06-05 26th June 1998  Gabriele Cosmo
524- Updated GNUmakefiles to new electromagnetics structure.
525
526interfaces-00-06-04a 22nd June 1998  John Allison
527- Removed ./standalone_test/run/example34/GNUmakefile.G4VIS_USE and
528  ./standalone_test/run/example35/GNUmakefile.G4VIS_USE
529
530interfaces-00-06-04 22nd June 1998  John Allison
531- Added #ifdef GNU_GCC for template instantiation in src/G4UIGAG.cc.
532- Changed GNUmakefiles for G4VIS_USE.gmk.
533
534May 6, 98 M.Asai
535- Introducing a new abstract base class G4VBasicShell.
536- G4UIterminal has been modified according to use G4VBasicShell.
537
53822th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-03)
539-  the following three directories are tagged.
540 interfaces/standalone_test/Momo/java/GGE
541 interfaces/standalone_test/Momo/java/RMI
542 interfaces/standalone_test/run/example35
543
54420th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-02)
545- update for Momo and G4UIGAG, including many improvement and bug fixes.
546  see the interfaces/standalone_test/README_Momo.html for datails.
547- example35 is added; new example program to show the capability of GUI(GAG).
548
54915th April 1998 : Guy Barrand
550- From discussion with John and Simone G4VToolkit
551  has been renamed to G4VInteractorManager.
552
5534th April 1998 Nagamatu Masayasu (interfaces-00-05-01)
554- correspond to the modification by  G.Barrand
555  G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
556  Modifications for Win32/NT.
557
558April 2, 98 G.Barrand
559- G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
560- Modifications for Win32/NT.
561
56226th March 1998  John Allison
563- Changed G4VisManager to MyVisManager in example34.cc and xvt.benchmark.cc
564  for vis-00-05-01 and later.
565
5666th March 1998 Hajime Yoshida / Nagamatu Masayasu (interfaces-00-04-01)
567- First tag with modeling under visualization
568- small bug fix for Momo
569
57029th January 1998 Masayasu Nagamatu / Hajime Yoshida (interfaces-00-03-01)
571- Update of Momo(GAG/GGE), standalone_test/ directory.
572
57327th January 1998  John Allison
574- Simplfied use of G4VIS flags in test GNUmakefiles.
575- New way of instantiating G4VisManager in test main() programs.
576
577December 19, 97 G. Cosmo - (alpha03)
578
579- Created.
580
581Januray 19 , 98 G. Barrand
582
583- Update G4UIXaw, G4UIXm to take into account
584  pauseStartSession method.
585
Note: See TracBrowser for help on using the repository browser.