- Jan 15, 2004
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7917 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 10, 2004
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7879 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 09, 2004
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7878 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
clicking the right mouse button. git-svn-id: http://root.cern.ch/svn/root/trunk@7873 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 08, 2004
-
-
Fons Rademakers authored
read from file (icons/Splash.gif or .xpm). git-svn-id: http://root.cern.ch/svn/root/trunk@7871 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
new minor release. Version is printed over it and taken from the ROOT_RELEASE define. All core developers are credited. When called as "root -a" the credit text scrolls and shows names of all people in CREDITS file. The "About ROOT..." menu items in the Help menus of TCanvas, TBrowser and TTreeViewer call "root -a &" and show the scrolling credits. To close splash screen click with mouse in it. Not yet tested on display with < 255 colors so some tuning might be needed for these old enviroments. git-svn-id: http://root.cern.ch/svn/root/trunk@7869 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 13, 2003
-
-
Fons Rademakers authored
fix to compile with gcc 3 on SGI 64. git-svn-id: http://root.cern.ch/svn/root/trunk@7431 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 15, 2003
-
-
Fons Rademakers authored
concerning authors. git-svn-id: http://root.cern.ch/svn/root/trunk@7100 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 27, 2003
-
-
Rene Brun authored
I'm jetlagged, so I fixed the rootx problem on win32gcc. The reason why this was not implemented properly before: root spawns root.exe - which doesn't work on win32gcc, as root and root.exe are identical (whenever you build an executable called root you'll end up with a file called root.exe). The attached patch will build a root.exe correspodning to unix's root. When people type "root" that's what they start. The change in main/Module.mk builds root_exe.exe on win32gcc, corresponding to unix's root.exe. Obviously, I also had to patch rootx.cxx now; I added a preproc define ROOTBINARY "root_exe.exe" for win32gcc and "root.exe" otherwise. Now root properly shows its popup, checks X11 and what not. git-svn-id: http://root.cern.ch/svn/root/trunk@7008 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 03, 2003
-
-
Rene Brun authored
with the gcc3.2 compiler and the X11 environment. git-svn-id: http://root.cern.ch/svn/root/trunk@6358 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 13, 2003
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5890 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 09, 2002
-
-
Fons Rademakers authored
no access to original). Plan new splash screen based on Guiliana's official ROOT nimpf with more place for credits. git-svn-id: http://root.cern.ch/svn/root/trunk@5770 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 29, 2002
-
-
Rene Brun authored
"We had problems compiling root with CC6.2 when applying the -D_REENTRANT flag, see forwarded mail below from a collegue of mine, Harray Felder. It does the minimal change I found necessary to be able to use the _REENTRANT define in our compilation of root. (This define is used to cause the system includes to generate some function calls instead of macros so that libraries can potentially be used in a multithreaded executable, although in a single-threaded manner. We are now setting this flag everywhere so that we can incorporate some libraries into java programs, which are inherently multithreaded.)" git-svn-id: http://root.cern.ch/svn/root/trunk@4270 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 21, 2002
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@3730 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 06, 2001
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@3177 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 27, 2001
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@2756 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 26, 2001
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@2465 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 22, 2001
-
-
Fons Rademakers authored
declare several functions extern "C". Mods by Dave Morrison. git-svn-id: http://root.cern.ch/svn/root/trunk@2439 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 21, 2001
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@2261 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 06, 2001
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@1906 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 04, 2001
-
-
Fons Rademakers authored
gApplication->Terminate(1); will correctly return 1 as exit status to the shell. git-svn-id: http://root.cern.ch/svn/root/trunk@1899 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 13, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@1214 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@1155 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 12, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@750 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 16, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@233 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 13, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@196 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 21, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 16, 2000
-
-
Fons Rademakers authored
which included commits to RCS files with non-trunk default branches. git-svn-id: http://root.cern.ch/svn/root/trunk@3 27541ba8-7e3a-0410-8455-c3a389f83636
-