| [1246] | 1 | $Id: History,v 1.16 2010/04/26 16:28:18 lgarnier Exp $
|
|---|
| [924] | 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators
|
|---|
| 11 | to briefly summarize all major modifications introduced in the code
|
|---|
| 12 | and keep track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 14 | committal in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| 19 |
|
|---|
| [1246] | 20 | 26th April 2010, Laurent Garnier
|
|---|
| 21 | - G4OpenGL2PSAction : add new method to set viewport
|
|---|
| 22 |
|
|---|
| [1228] | 23 | 18 Nov 2009, Gabriele Cosmo (visexternal-V09-02-06)
|
|---|
| 24 | - Added GLOBLIBS dependencies to GNUmakefile to allow for building
|
|---|
| 25 | DLLs on Windows. Removed redundant CPPFLAGS addition.
|
|---|
| 26 | - Re-instated fix to gl2ps.cc.
|
|---|
| 27 |
|
|---|
| 28 | 17 Nov 2009, John Allison, Gabriele Cosmo (visexternal-V09-02-05)
|
|---|
| 29 | - Added dependency on zlib if G4LIB_BUILD_ZLIB is set and corrected
|
|---|
| 30 | inclusion of zlib.h in gl2ps.cc
|
|---|
| 31 |
|
|---|
| [1140] | 32 | 2 Nov 2009, Laurent Garnier
|
|---|
| 33 | - Add debug flag in GNUMakefile
|
|---|
| 34 |
|
|---|
| [1040] | 35 | 29 April 2009, Laurent Garnier (visexternal-V09-02-04)
|
|---|
| [1038] | 36 | - G4OpenGL2PSAction : Fix a circular dependency to G4OpenGL on Linux
|
|---|
| 37 |
|
|---|
| [1023] | 38 | 27 April 2009, Laurent Garnier (visexternal-V09-02-03)
|
|---|
| 39 | - gl2ps/src/gl2ps.cc : Fix some warnings on Linux
|
|---|
| 40 |
|
|---|
| [974] | 41 | 8 April 2009, Laurent Garnier
|
|---|
| 42 | - gl2ps/include/G4OpenGL2PSAction.hh : Add missing header methods(forgot
|
|---|
| 43 | in visexternal-V09-02-02 tag
|
|---|
| 44 | - gl2ps/include/G4OpenGL2PSAction.hh : Add cvsID at head of file
|
|---|
| 45 |
|
|---|
| 46 | 6 April 2009, Laurent Garnier (visexternal-V09-02-02)
|
|---|
| 47 | - Adjustments to point and line size
|
|---|
| 48 |
|
|---|
| 49 | 19 March 2009, Laurent Garnier (visexternal-V09-02-01)
|
|---|
| [954] | 50 | - Add methods to change GL_Point and GL_Line size
|
|---|
| 51 |
|
|---|
| [937] | 52 | 4 March 2009, Laurent Garnier
|
|---|
| 53 | - Update gl2ps to 1.3.3 version (before it was 0.8)
|
|---|
| 54 |
|
|---|
| [924] | 55 | 16 February 2009, Laurent Garnier
|
|---|
| 56 | - Creation of this library in order to have a gl2ps for all viewers.
|
|---|
| 57 | - Copying gl2ps.cc and gl2ps.h files form OpenInventor/src
|
|---|
| 58 | - Add a new file G4OpenGL2PSAction.cc to be on the top of gl2ps
|
|---|
| 59 | external package. This file will be heritate/used by viewers
|
|---|
| 60 | in order to have gl2ps render.
|
|---|