| 1 | $Id: History,v 1.2 2009/03/04 14:13:42 lgarnier Exp $
|
|---|
| 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 |
|
|---|
| 20 | 19 March 2009, Laurent Garnier
|
|---|
| 21 | - Add methods to change GL_Point and GL_Line size
|
|---|
| 22 |
|
|---|
| 23 | 4 March 2009, Laurent Garnier
|
|---|
| 24 | - Update gl2ps to 1.3.3 version (before it was 0.8)
|
|---|
| 25 |
|
|---|
| 26 | 16 February 2009, Laurent Garnier
|
|---|
| 27 | - Creation of this library in order to have a gl2ps for all viewers.
|
|---|
| 28 | - Copying gl2ps.cc and gl2ps.h files form OpenInventor/src
|
|---|
| 29 | - Add a new file G4OpenGL2PSAction.cc to be on the top of gl2ps
|
|---|
| 30 | external package. This file will be heritate/used by viewers
|
|---|
| 31 | in order to have gl2ps render.
|
|---|