source: trunk/source/interfaces/History @ 1246

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

update geant4.9.3 tag

File size: 20.4 KB
Line 
1$Id: History,v 1.125 2010/01/06 14:13:08 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
206 January, 2010 L. Garnier
21 - G4VBasicShell : improvments for command completion
22 - G4Qt : Add a link to G4UIQt
23 - G4UIQt : Add tab widgets in order to put Vis in
24
2520 November, 2009 K. Murakami (interfaces-V09-02-07)
26 - G4UIExecutive.hh:  no default arguments of the constructor
27 - G4UIExecutive.icc: more cleaver way for suppressing compiler warnings
28
2920 November, 2009 J. Allison (interfaces-V09-02-06)
30 - G4UIExecutive.icc: Fixed complier warnings for some cases when more
31  than one flag is set.
32
3319 November, 2009 J. Allison (interfaces-V09-02-05)
34 - Tagged for the release.
35
3618 November, 2009 L. Garnier
37 - G4UIQt: Add CTRL+A and CTRL+E to move to begin/end of command line
38
3917 November, 2009 L. Garnier
40 - G4VBasicShell: Fix commands strings that match some shorter
41   commands are trimmed and executed as those shorter commands.
42
435 November, 2009 L. Garnier
44 - G4UIQt Fix a problem introduce the 6th October 2009 and cause
45   some widget display strange things on qt3
46
4719 October, 2009 L. Garnier
48 - basic/GNUMakefile Add optionnal debug flag
49
506 October, 2009 L. Garnier
51 - G4UIQt Fix a problem on macOSX 10.6 with Qt 4.6(preview)
52 - Change GEANT4_QT_DEBUG flag for G4DEBUG_INTERFACES_BASIC and
53   G4DEBUG_INTERFACES_COMMON
54
5528 May, 2009 K. Murakami (interfaces-V09-02-03)
56 - G4UIExecutive: add  IsGUI() method / add GetSession() method
57
5818 May, 2009 K. Murakami (interfaces-V09-02-02)
59 - G4UIExecutive : fixed wrong #ifdef condition
60 - include changes by Laurent (7/May)
61
6215 May, 2009 K. Murakami (interfaces-V09-02-01)
63 - G4UIExecutive : Remove batch mode handling
64
6513 May, 2009 K. Murakami (interfaces-V09-02-00)
66 - G4UIExecutive : Add new class for automatic instantiation of user session
67 - G4VUIshell : Add SetLsColor()
68
697, May, 2009 L. Garnier
70 - G4UIQt.cc : Fix Compilation warning
71 - G4VBasicShell.cc : Better command completion in command Line
72
7331, March, 2009 L.Garnier
74 - Fix a compilation warning in G4Qt.cc
75
7616 February 2009, Laurent Garnier
77 - G4UIQt : Add an Interactor to be able to add button on file and help menu
78 - G4UIQt : Add a public method to get the MainWindow
79
8027, November, 2008 K. Murakami (interfaces-V09-01-04)
81 - G4UIQt.cc: warning fix
82
8321, November, 2008 K. Murakami (interfaces-V09-01-03)
84 -tagged for release 9.2
85
8614 November, 2008 Laurent Garnier
87 - G4UIXm,G4Win32 : Renaming according to Geant4 code policy
88
896 November, 2008 Laurent Garnier
90 - G4Qt : Re-fix problem on some linux with QApplication, should be better
91 - G4Qt : Add availabity to launch a G4Qt without a G4UIQt
92
9324 October, 2008 Laurent Garnier
94 - Change GEANT4_QT_DEBUG flag by QTDEBUG
95 - Suppress unuseful DEBUG messages
96
9715 October, 2008 Laurent Garnier
98 - Fix a problem on some linux with QApplication. But this is NOT the good way to do it...
99 - Fix a qt3 backward compatibility on G4UIQt.cc
100
1017 October, 2008 Laurent Garnier
102 - Fix a G4cout possible problem cause by recursive G4cout call.
103
1042 October, 2008 Laurent Garnier
105 - Add availability to have a external Qapp
106
10722 July, 2008 K.Murakami (interfaces-V09-01-02)
108 - tagged
109 - direct exit calls are replaced with G4Exception/another way of exit
110   G4UIGainServer.cc, G4UIterminal.cc : call G4Exception
111   G4UItcsh.cc : nomal exit instead of direct calling exit()
112
11314 June, 2008 K.Murakami (interfaces-V09-01-01)
114 - tagged
115
11630th April, Laurent Garnier
117 - Include moc config in GNUmakefile
118
11910th March, Laurent Garnier
120 - Improvments for layout in Qt driver for Qt3
121
12230th January 2007, Laurent Garnier
123 - Add a search area in the help widget
124
12515th January 2007, Laurent Garnier
126 - Fixed some layout problems
127 - GNUmakefile : Added a macro for moc file
128 - Moc files : Suppression of all theses files. They are now autogenerated
129   thanks to config/common.gmk
130
13115 January 2007, Koichi Murakami (interfaces-V09-01-00)
132 - G4UItcsh.cc: fixed the problem with Ctl-D termination for bash users.
133
13430 November 2007, Laurent Garnier
135 - G4UIQt : Some improvements for Qt3, corrections of some bugs
136 - G4UIQt_moc.cc : Adding other versions for QT_MOC_REVISION 28,58 and
137   59, but this is not the right solution..
138 - GAG/Makefile : Suppression of linking on a unuseful library
139
14016 November 2007, Koichi Murakami (interfaces-V09-00-03)
141 - G4UIGainServer.cc: cleared a compilation warning.
142 - tagged for the 9.1 release.
143
14415 Nov 2007, Laurent Garnier
145 - G4UIQt,G4Qt : Adding a GEANT4_QT_DEBUG flag to hide all debug messages
146 - G4UIQt,G4Qt : Compilation improvements for Qt3
147 - G4UIQt,G4Qt : Minors corrections on G4UIQt helpWidget
148
14913 Nov 2007, Laurent Garnier
150 - G4UIQt,G4Qt : Moving all moc in one big file interface/G4UIQT_moc.cc,
151   including Qt3 and Qt4 moc support
152
15309 Nov 2007, Laurent Garnier
154 - G4UIQt,G4Qt : Change all include directive to be compatible with Qt3
155
15627 Sept 2007, Laurent Garnier
157 - Adding sur files for G4UIQt driver
158
15906 November Koichi Murakami
160- G4UItcsh.cc: store shell history across sessions.
161
16230 October 2007 Koichi Murakami (interfaces-V09-00-02)
163- Guy committed the new Qt interface (28/Sep).
164- Add "#ifdef G4UI_BUILD_QT_SESSION" protection in src/G4UIQt_moc.cc.
165- Remove Qt interface from the current tag.
166- G4UIGAG.cc: suppress a compilation warning.
167
16830 October 2007 Koichi Murakami (interfaces-V09-00-01)
169- Makoto updated the implementation of the signal handler for Ctrl-C.
170
17128 October 2007, Makoto Asai
172- Remove improper dependency from interfaces/basic to run in GNUmakefile
173
17402 August 2007, Koichi Murakami (interfaces-V09-00-00)
175- Fix compilation warning on SUN-CC in G4UIterminal.cc
176
17719 June 2007, Gabriele Cosmo (interfaces-V08-03-02)
178- Fix compilation error on Windows ('theShell' not declared).
179
18014 June 2007, Koichi Murakami (interfaces-V08-03-01)
181- fixed the problem with Ctl-C termination for bash users.
182 * G4VUIshell   : add a virtual method ResetTerminal()
183 * G4UItcsh     : add a method ResetTerminal()
184 * G4UIterminal : add terminal reset when Ctl-C termination
185
18622 May 2007, Koichi Murakami (interface-V08-03-00)
187- G4UIterminal.cc: implement signal handler for soft-abort
188
18928 November 2005, Gabriele Cosmo (interface-V07-01-02)
190- G4UIXm.cc migrated to sstream
191
19221 November 2005, Hajime Yoshida (interface-V07-01-01)
193- G4UIGAG.cc and G4UIGainServer.cc migrated to sstream
194
19526 October 2005, Koichi Murakami (interfaces-V07-01-00)
196- G4UItcsh/G4UIterminal/G4VBasicShell:
197  migration from strstream to sstream
198
19922 April 2005, Gabriele Cosmo (interfaces-V07-00-01)
200- G4UIGainServer: fixed conditional compilation for MacOS 10.4.
201
20226 January 2005, Gabriele Cosmo (interfaces-V07-00-00)
203- Removed explicit definition of G4TMPDIR in GNUmakefiles
204  (not necessary since already defined in common.gmk).
205
20627 November 2004, Hajime Yoshida (interfaces-V06-02-00)
207- Tagged.
208
20925 November 2004, Hajime Yoshida (interfaces-V06-01-02)
210- Tagged.
211
21221 November 2004, Guy Barrand
213- G4UIXm.cc: have some nice default resources in case XENVIRONMENT not set.
214
21507 June 2004, Gabriele Cosmo (interfaces-V06-01-01)
216- G4UIWin32.cc: move usage of inline methods to non-inline for DLLs
217  support on Windows.
218- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
219
22009 April 2004, John Allison (interfaces-V06-01-00 + vis-V06-01-01)
221- Tagged G4[UI]Win32[.hh,.cc] as below.  Joint with vis-V06-01-01.
222
22308 April 2004, Guy Barrand
224- G4[UI]Win32[.hh,.cc] : modify things in order to be able to use
225  a standard C main (and avoid the WinMain).
226
22722 October 2003, Guy Barrand (interfaces-V05-02-00)
228- OPACS : archived obsolete OPACS module and cleared build setup.
229
23017 October 2003, Guy Barrand
231- G4Xt.cc : removed unused and commented code.
232
23311 June 2003, Gabriele Cosmo (interfaces-V05-01-02)
234- G4UIWin32.cc: cleared warning on redefinition of 'pascal' reported on
235  WIN32-VC system.
236
23704 June 2003, Gabriele Cosmo (interfaces-V05-01-01)
238- Fixes for inclusion of <strstream> in G4UIXm.cc, G4UItcsh.cc and
239  G4UIterminal.cc in view of the g4std wrappers migration.
240
24130 May 2003, Gabriele Cosmo (interfaces-V05-01-00)
242- Fixed few pedantic warnings...
243- G4UIGainServer.cc: fixed compilation problem on Darwin-g++ with gcc-3.X.
244
24504 December 2002, Makoto Asai (interfaces-V04-01-01, interfaces-V04-01-02)
246- Migration to new G4ApplicationState.
247
24815 November 2002, Hajime Yoshida (interfaces-V04-01-00)
249- basic/src/G4UIArrayStrings.cc is now working for "konsole" type termcap.
250        by Koichi Murakami
251
25209 November 2002, Hajime Yoshida (interfaces-V04-00-05)
253- G4UIGainServer.cc uses socklen_t as before. It must work for Solaris CC and HP.
254- test/G4cout_test01 updated. An example of setCoutDestination(UI) by a user.
255
25606 November 2002, Guy Barrand
257- G4Xt.cc, G4UIXm.cc, G4UIXaw.cc : fix some warings.
258
25914 June 2002, Hajime Yoshida (interfaces-V04-00-04)
260- G4UIGainServer.cc/hh have a protection: #ifndef WIN32 ~ #endif not to compile
261        on WIndows.
262
26314 June 2002, Hajime Yoshida (interfaces-V04-00-04)
264- Added protection #ifndef WIN32 to new class G4UIGainServer in definition
265  and body, to prevent compilation on Windows platforms.
266
26712 June 2002, Gabriele Cosmo (interfaces-V04-00-03)
268- Fixes for porting on platforms other than Linux.
269  o socklen_t is Linux specific and not defined elsewhere; changed to int*.
270  o Fixed usage g4std/iostream, globals.hh and endl/G4endl.
271
27212 June 2002, Hajime Yoshida (interfaces-V04-00-02)
273- Introduced new class G4UIGainServer, socket extension for G4UIGAG.
274- added GAG/src/G4UIGainSErver.cc and GAG/include/G4UIGainServer.hh
275- G4UIGainServer is the new member of libG4UIGAG.so(a)
276        (no modification to GNUmakefiles)
277
27826 April 2002, Makoto Asai (interfaces-V04-00-01)
279- Corresponds to interfaces change in intercoms category (intercoms-V04-00-00)
280 Affected files :
281  basics/src/G4VUIshell.cc
282  common/src/G4VBasicShell.cc
283  GAG/src/G4UIGAG.cc
284
28525 February 2002, Makoto Asai (interfaces-V04-00-00)
286- fix for odd behavior on Windows in G4UIchs.cc
287
28803 December 2001 Guy Barrand (interfaces-V03-02-04)
289- G4VInteractorManager::RemoveDispatcher : change the "std::remove"
290  logic in order to fix a disfunctionning with vis/OpenInventor driver.
291- G4Xt.cc : remove some g++ compilation warnings about unused
292  iconify functions.
293
29429 November 2001 Hajime Yoshida (interfaces-V03-02-03)
295- Fix G4UIGAG.cc for alias command (following G4UIterminal's modif)
296
29726 November 2002 Makoto Asai (interfaces-V03-02-02)
298- Fix compilation warnings caused by gcc-2.95.2 for basic sub-directory.
299
30023 November 2001 Makoto Asai (interfaces-V03-02-01)
301- Fix G4UIterminal to display a command line AFTER solving aliases
302  in case the command caused "command not found".
303- Fix G4UItcsh.hh not to have warning message.
304
30522 October 2001 Hajime Yoshida
306-G4UIGAG.cc no more compiler warning due to G4String
307
30822 October 2001 Hajime Yoshida
309- G4UIGAG ; no compilation warning with g++-2.95
310
31111 August 2001  John Allison (interfaces-V03-02-00)
312- Re-engineered G4UI variables.  Coworks with config-V03-02-04.
313- Changed GNUmakefile so that GAG, TERMINAL and TCSH built by default.
314- Nothing built if G4UI_NONE is set.
315
31629 November 2000 Makoto Asai (interfaces-V02-00-03)
317- Tag for Guy's correction.
318
31928 November 2000 Guy Barrand
320- G4Xt.cc ; SUN-CC : correct warning : argc hides G4VInteractorManager::argc.
321
32227 November 2000 Makoto Asai (interfaces-V02-00-02)
323- G4VUIShell.hh : add virtual keyword to the destructor.
324
32511 August 2000 Guy Barrand
326- G4UIWo.cc : add some cast in order to compile with OSF1/cxx strict_ansi mode.
327
3281 August 2000 Gabriele Cosmo (interfaces-V02-00-01)
329- Fixed warnings on HP-aCC system in G4UItcsh.cc, due to unproper usage of G4int
330  where unsigned (size_t) was requested instead.
331
33231 July 2000 Gonzalo Gracia
333- Modifications required to compile on NT
334  Operator string::[] requires size_t argument.
335  Cast from integer to size_t in several places in basic/src/G4UIArrayString.cc
336  and G4VUIshell.cc
337
33822 July 2000 Makoto Asai (interfaces-V02-00-00)
339- Modify G4UIterminal, G4VUIshell, G4UIcsh and G4UItcsh to display the
340  break status as a prompt characters.
341
34225 June 2000 John Allison (interfaces-V01-01-06-old-G4UIterminal)
343- As interfaces-V01-01-06 but old revisions of G4UIterminal.cc/hh.
344
34523 June 2000 John Allison (interfaces-V01-01-06)
346- Protected G4UIterminal, G4Ui[t]csh against access by index to null strings.
347
34821 June 2000 John Allison (interfaces-V01-01-05)
349- Added include $(G4INSTALL)/config/G4VIS_BUILD.gmk to common/GNUmakefile.
350
35115 June 2000 John Allison (interfaces-V01-01-04)
352- More ISO compliance for G4UIterminal class.
353
35414 June 2000 Makoto Asai (interfaces-V01-01-03)
355- ISO compliance for G4UItcsh classes
356
35726 May 2000 Guy Barrand  (interfaces-V01-01-02)
358- G4UIXm.hh, G4UIWin32.hh : change comments about /gui for the doc.
359
36023 May 2000 John Allison (interfaces-V01-01-01-without-tcsh)
361- Tag without G4UIterminal(G4UItcsh) in case it is not needed in the release.
362
36320 May 2000 Guy Barrand  (interfaces-V01-01-01)
364- common/G4InteractorMessenger : change command name "interactor" to "gui".
365
36619 May 2000 John Allison  (interfaces-V01-01-00)
367- G4UIterminal displays a candidate list in case a given parameter is
368  wrong (Makoto Asai).
369
37026 Mar 2000 Makoto Asai
371- Introducing a new G4UIterminal with UNIX-like shell.
372
37310 Nov 1999 Hajime Yoshida  (interfaces-V00-01-03)
374- Added less<G4String> argument (Guy).
375- G4UIWin32.hh, G4UIXm.hh : usage of G4std::less in G4std::map.
376- G4VInteractorManager.cc : G4std::find, G4std::remove.
377
37808 Nov 1999 Hajime Yoshida
379- tag interfaces--V00-01-02 for STT
380
38108 Nov 1999 Hajime Yoshida
382- GAG/src/G4UIGAG.cc RWT => STL vector
383- basic/include/G4UIterminal.hh, GAG/include/G4UIGAG.hh => documentation
384
38502 Nov 1999 Guy Barrand
386- doc comments for G4UIWin32.hh, G4UIXm.hh, G4UIXaw.hh, G4Xt.hh, G4Win32.hh, G4VInterativeSession.hh, G4VInteractorManager.hh.
387
38802 Nov 1999 Guy Barrand
389- basic/G4UIWin32, G4UIXm : RW -> STL.
390- common/G4VBasicShell, G4VInteractiveSession, G4VInteractorManager : RW -> STL.
39129 Oct. 1999 Hajime Yoshida
392- tag interfaces-V00-01-01
393
39427 Oct. 1999 Guy Barrand
395- interfaces/common/src/G4Xt.cc : protect XtAppInit against
396  shell zero widthxheight. Give a default to geometry resource.
397
39821 Oct. 1999 John Allison
399- Made XtAppContext appContext static in G4Xt.cc.  Speeds OGLSXm but
400  OGLIXm is still slow - why?
401
40212 Oct. 1999 John Allison for Hajime Yoshida (tag interfaces-V00-01-00a)
403- Protection for zero length strings for Sun in G4UIterminal and G4UIGAG.
404
40502 Sep. 1999 Hajime Yoshida
406  to geant4-00-01-ref-01 (Revision 1.9)
407  a new tag is interfaces-01-00-04
408  after which a tag interfaces-V00-01-00 was added identical to
409    interfaces-01-00-04 except for this History file.
410
411- G4UIterminal.cc and G4UIGAG.cc now shows prompt characters
412        to an input of return (or null command line).
413
414head 31 Mai 1999  Guy Barrand
415- G4VInteractorManager::SecondaryLoop : add a message to indicate
416  that we enter a "viewer" secondary X event loop and that someone
417  add to "Escape" it from the viewer to continue.
418
419interfaces-01-00-03  19th April 1999  John Allison
420- Protected G4VBasicShell.cc with if( tempPath.length()>0 ).
421
422interfaces-01-00-02  18th April 1999  John Allison
423- Tagged.
424
425head 11th Mai 1999  Guy Barrand
4261) G4UIXm : Linux, correct geometry management of the menubar.
427
428head 06th Mai 1999  Guy Barrand
4291) G4Win32, G4UIWin32 : modifications to compile with Visual-6.0.
430
431head 16th April 1999  Guy Barrand
4321) G4VBasicShell, G4UIXm, G4UIWin32 : command completion.
4332) G4InteractorMessenger, G4VInteractorManager : code polishement.
434
435interfaces-01-00-01  15th April 1999  Hajime Yoshida/Masayasu Nagamatu
4361) some code polishment after the messages by CodeWarriers (Guy)
4372) Help functions in G4VBasicShell and related rearrangement of
438        G4UIterminal etc.. (Guy)
4393) removal of ifdef for GNU_GCC in G4UIGAG. (Hajime)
440
441interfaces-00-03-07 9th December 1998 Hajime Yoshida/Masayasu Nagamatu
442- minor improvements in Help of G4UIterminal.cc
443- G4UIGAG's Help in terminal mode is now equivalent to G4UIterminal.cc
444
445interfaces-00-03-06 27th November 1998 Hajime Yoshida/Masayasu Nagamatu
446- added 'if' protection to the destructor of G4UIterminal/G4UIGAG.
447
448interfaces-00-03-05 12th November 1998 Masayasu Nagamatu
449-test/G4cout_test01/ added an example for redirectiong stream using G4cout
450
451interfaces-00-03-04  13th October 1998  Masayasu Nagamatu
452- G4cout - changes to G4UIterminal.cc, G4UIGAG.hh, G4UIGAG.cc.
453
45407 Ocotober 1998  Guy Barrand:
455- G4UIXm.cc, G4UIWin32.cc : cout, cerr control.
456
457interfaces-00-03-03 7th  October Hajime Yoshida
458- Bug fix to prevent "help" crashing in some circumstances.
459
460interfaces-00-03-02 14th Sep. Hajime Yoshida
461        - fix to G4UIGAG (not bugs but correction of minor
462                ydifferences with G4UIterminal)
463
464interfaces-00-03-01  12th Sep.  Hajime Yoshida and Masayasu Nagamatu
465- CTRL-D doesn't invoke infinite loop.
466- CRTL-D now means
467        - EOF in the redirected cin
468        - End of Session, just as "exit" command of GEANT4
469- Affected files are basic/src/G4UIterminal.cc
470                        GAG/src/G4UIGAG.cc
471
472interfaces-00-02-01  9th August  John Allison
473- Tagged Guy's changes.
474
4757th August  Guy Barrand.
476- common, OPACS : new interactor parenting logic.
477
478interfaces-00-01-04  8th July 1998  John Allison
479- Emptied xvt_standalone_test; files moved to environments/XVT.
480
481interfaces-00-01-03  7th July 1998  John Allison
482- Emptied standalone_test; files moved to environments/Momo or no
483  longer needed.
484
4857th July 1998  Guy Barrand
486- Added include $(G4INSTALL)/config/interactivity.gmk to GNUmakefiles.
487
488interfaces-00-01-02 7th July 1998  John Allison
489- Forced revision 2.1 on files in newly committed directories.
490
491interfaces-00-01-01 6th July 1998  John Allison
492- Big restructuring.  Moved files from include/ and src/ to:
493  common/, basic/, GAG/, OPACS/, XVT/.
494  Created G4UI_BUILD.gmk and G4UI_USE.gmk in config/.
495  Changed the GNUmakefiles accordingly.
496
497interfaces-00-07-01 2nd July 1998  Gabriele Cosmo
498- Updates to G4UIWo and G4VInteractorManager by G.Barrand.
499
500interfaces-00-06-05 26th June 1998  Gabriele Cosmo
501- Updated GNUmakefiles to new electromagnetics structure.
502
503interfaces-00-06-04a 22nd June 1998  John Allison
504- Removed ./standalone_test/run/example34/GNUmakefile.G4VIS_USE and
505  ./standalone_test/run/example35/GNUmakefile.G4VIS_USE
506
507interfaces-00-06-04 22nd June 1998  John Allison
508- Added #ifdef GNU_GCC for template instantiation in src/G4UIGAG.cc.
509- Changed GNUmakefiles for G4VIS_USE.gmk.
510
511May 6, 98 M.Asai
512- Introducing a new abstract base class G4VBasicShell.
513- G4UIterminal has been modified according to use G4VBasicShell.
514
51522th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-03)
516-  the following three directories are tagged.
517 interfaces/standalone_test/Momo/java/GGE
518 interfaces/standalone_test/Momo/java/RMI
519 interfaces/standalone_test/run/example35
520
52120th April 1998  Hajime Yoshida / Masayasu Nagamatsu (interfaces-00-05-02)
522- update for Momo and G4UIGAG, including many improvement and bug fixes.
523  see the interfaces/standalone_test/README_Momo.html for datails.
524- example35 is added; new example program to show the capability of GUI(GAG).
525
52615th April 1998 : Guy Barrand
527- From discussion with John and Simone G4VToolkit
528  has been renamed to G4VInteractorManager.
529
5304th April 1998 Nagamatu Masayasu (interfaces-00-05-01)
531- correspond to the modification by  G.Barrand
532  G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
533  Modifications for Win32/NT.
534
535April 2, 98 G.Barrand
536- G4UI_BUILD_xxx_DRIVER -> G4UI_BUILD_xxx_SESSION
537- Modifications for Win32/NT.
538
53926th March 1998  John Allison
540- Changed G4VisManager to MyVisManager in example34.cc and xvt.benchmark.cc
541  for vis-00-05-01 and later.
542
5436th March 1998 Hajime Yoshida / Nagamatu Masayasu (interfaces-00-04-01)
544- First tag with modeling under visualization
545- small bug fix for Momo
546
54729th January 1998 Masayasu Nagamatu / Hajime Yoshida (interfaces-00-03-01)
548- Update of Momo(GAG/GGE), standalone_test/ directory.
549
55027th January 1998  John Allison
551- Simplfied use of G4VIS flags in test GNUmakefiles.
552- New way of instantiating G4VisManager in test main() programs.
553
554December 19, 97 G. Cosmo - (alpha03)
555
556- Created.
557
558Januray 19 , 98 G. Barrand
559
560- Update G4UIXaw, G4UIXm to take into account
561  pauseStartSession method.
562
Note: See TracBrowser for help on using the repository browser.