[root] / trunk / gui / gui / src / TGApplication.cxx Repository:
ViewVC logotype

Log of /trunk/gui/gui/src/TGApplication.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 35204 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 8 13:26:21 2010 UTC (4 years, 4 months ago) by bellenot
File length: 6500 byte(s)
Diff to previous 23115
Fix coverity report (unchecked return value)

Revision 23115 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 10 13:35:37 2008 UTC (6 years, 9 months ago) by rdm
File length: 6434 byte(s)
Copied from: trunk/gui/src/TGApplication.cxx revision 23114
Diff to previous 21265
moved to directory "gui" the following directories:

fitpanel, ged, gui, guibuilder, guihtml, qtgsi, qtroot, sessionviewer

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 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 6340 byte(s)
Diff to previous 20411
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

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 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 6369 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 6424 byte(s)
Diff to previous 18140
remove :$ from tag line

Revision 18140 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 2 14:05:46 2007 UTC (7 years, 10 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 6434 byte(s)
Diff to previous 17932
From Bertrand:
move TColor initialization from TApplication to TColor and call the
initialization at the appropriate places. Fixes a number of issues with
colors not being correctly set.

Revision 17932 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 13 14:23:15 2007 UTC (7 years, 11 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 6406 byte(s)
Diff to previous 16796
move gInterpreter->EnableAutoLoading() before LoadGraphicsLibs() so that
the plugin manager can use the rootmap info to load all dependent libs.

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 14182 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 6 14:30:00 2006 UTC (8 years, 10 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 6399 byte(s)
Diff to previous 14125
white space.

Revision 14125 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 28 16:48:17 2006 UTC (8 years, 10 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 6402 byte(s)
Diff to previous 13356
From Christian Holm:
allow for a second set of free TTF fonts in case the MSFT fonts we
distribute are not available (might be the case on Debian systems where
the MSFT fonts cannot be freely distributed due to license issues).

Revision 13356 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 24 23:30:06 2005 UTC (9 years, 2 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 6231 byte(s)
Diff to previous 10873
Remove code of obsolete win32old version. Cleanup source from the many
GDK_WIN32 ifdef's. Fixes also Gordon's problem of TInterpreter which
depended on GDK_WIN32.

Revision 10873 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 5 01:28:12 2005 UTC (10 years ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 6389 byte(s)
Diff to previous 7461
also enable autoloading in TGApplication.

Revision 7461 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 23 15:27:22 2003 UTC (11 years, 3 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 6325 byte(s)
Diff to previous 7454
if connection to X server was successful make sure that TROOT is not in
batch mode, a GUI in batch mode makes no sense.

Revision 7454 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 22 17:20:50 2003 UTC (11 years, 3 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 6264 byte(s)
Diff to previous 6603
implement automatic switching to batch mode when no connection to an X server
can be established, instead of exiting the program.

Revision 6603 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 12 16:44:08 2003 UTC (11 years, 8 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 6131 byte(s)
Diff to previous 5959
correct several typos found in comments by Ilka.

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 5488 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 25 10:40:16 2002 UTC (12 years, 3 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 6107 byte(s)
Diff to previous 5297
call gInterpreter->UpdateListOfTypes() after the dictionaries have been
initialized. This fixes the problem as seen on Solaris when running
vvector in batch mode where the basic typedef UInt_t et al are not known.

Revision 5297 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 14 20:25:04 2002 UTC (12 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 5988 byte(s)
Diff to previous 2440
use plugin manager to load libGpad and libX11TTF in TApplication. Also
update TGApplication accordingly (was only used by Guy).

Revision 2440 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 22 16:12:02 2001 UTC (13 years, 7 months ago) by rdm
Original Path: trunk/gui/src/TGApplication.cxx
File length: 5346 byte(s)
Diff to previous 2377
move initialization of gProgname.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9