Log of /trunk/gui/gui/src/TGApplication.cxx
Parent Directory
Revision
21265 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 7 11:17:44 2007 UTC (7 years, 1 month ago) by
rdm
Original Path:
trunk/gui/src/TGApplication.cxx
File length: 6434 byte(s)
Diff to
previous 20882
Following changes:
- use TSystem::NotifyApplicationCreated()
- fix problem with TApplication changing directory during argument parsing.
Directory is changed only in TRint when it processes the directory argument.
- Add warning if argument file.root does not exists, before not existing
file was ignored.
- Improve documentation of TApplication::GetOptions().
Revision
20411 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 19 12:37:58 2007 UTC (7 years, 3 months ago) by
rdm
Original Path:
trunk/gui/src/TGApplication.cxx
File length: 6340 byte(s)
Diff to
previous 19826
remove conditional around include of RConfigure.h:
#ifdef R__HAVE_CONFIG
#include "RConfigure.h"
#endif
Having this conditional caused RConfigure.h to be missing from the .d
files and hence these files would not be recompiled after re-configuring
using --prefix.
Revision
16796 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 16 17:18:32 2006 UTC (8 years, 2 months ago) by
rdm
Original Path:
trunk/gui/src/TGApplication.cxx
File length: 6406 byte(s)
Diff to
previous 14182
Changes to get rid of the config.h and HAVE_CONFIG define. These were way
too trivial (just do a locate config.h to see how many there are):
- replace occurances of config.h by RConfigure.h
- add #warning in config.h that is should not be used
- change HAVE_CONFIG to R__HAVE_CONFIG
Revision
5959 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 22 11:23:05 2003 UTC (12 years ago) by
rdm
Original Path:
trunk/gui/src/TGApplication.cxx
File length: 6131 byte(s)
Diff to
previous 5488
big patch adding full freetype 2 TTF support to the ROOT core and X11
and Win32gdk displaying modules. TTF support provided by Olivier Couet
and Bertrand Bellenot (for Win32), build system updated by me.
Also fixes the RH8.0 installation problems of rootd and proofd.
Revision
2377 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Tue Jun 5 16:41:54 2001 UTC (13 years, 7 months ago) by
rdm
Original Path:
trunk/gui/src/TGApplication.cxx
File length: 5292 byte(s)
new TGApplication class by Guy Barrand. Use this class if you make a
stand-alone application that only uses the ROOT GUI classes. E.g. in
guitest.cxx one can replace TApplication by TGApplication. This saves
some linking and shared library loading overhead.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.