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

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

Parent Directory Parent Directory


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

Revision 44507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 12:30:41 2012 UTC (2 years, 7 months ago) by axel
File length: 13222 byte(s)
Diff to previous 31685
Remove
  using namespace std;
from Riostream.h, which has huge consequences for all of ROOT.
Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.

Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.

Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.

Revision 31685 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 8 16:33:13 2009 UTC (5 years, 1 month ago) by bellenot
File length: 13212 byte(s)
Diff to previous 23115
- More protections against possible NULL pointers (coverity)

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: 13177 byte(s)
Copied from: trunk/gui/src/TGXYLayout.cxx revision 23114
Diff to previous 20882
moved to directory "gui" the following directories:

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

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/TGXYLayout.cxx
File length: 13177 byte(s)
Diff to previous 19826
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 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/TGXYLayout.cxx
File length: 13177 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/TGXYLayout.cxx
File length: 13233 byte(s)
Diff to previous 18468
remove :$ from tag line

Revision 18468 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 3 11:43:36 2007 UTC (7 years, 9 months ago) by antcheva
Original Path: trunk/gui/src/TGXYLayout.cxx
File length: 13243 byte(s)
Diff to previous 18460
Included the case when rubber flag is not set in the generated code.

Revision 18460 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 2 16:53:05 2007 UTC (7 years, 9 months ago) by antcheva
Original Path: trunk/gui/src/TGXYLayout.cxx
File length: 13172 byte(s)
Diff to previous 15742
Implemented SavePrimitive for TGXYLayout and TGXYLayoutHints

Revision 15742 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 9 05:27:55 2006 UTC (8 years, 6 months ago) by brun
Original Path: trunk/gui/src/TGXYLayout.cxx
File length: 11780 byte(s)
Diff to previous 15173
From Eddy:
Fix many typos in comments

Revision 15173 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 24 18:20:12 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/gui/src/TGXYLayout.cxx
File length: 11775 byte(s)
Diff to previous 15134
Fix coding conventions violations

Revision 15134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/gui/src/TGXYLayout.cxx
File length: 11709 byte(s)
Diff to previous 5090
From Federico Carminati:

"I have implemented all copy and equal operators needed to silence all
warnings in AliRoot, as requested. I have implemented shallow copies as
would do the default operators synthetized by the compiler.
Most operators are protected. If users complain, you just have to move
them into the public area, but class derivation is of course supported.
It has been a terrible job, I have modified 278 files, but the changes
are backward compabile, and this goes a long way to permitting user to
use the effc++ flag with root headers."

Revision 5090 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Aug 8 16:54:11 2002 UTC (12 years, 5 months ago) by rdm
Original Path: trunk/gui/src/TGXYLayout.cxx
File length: 10919 byte(s)
new XY layout manager class by Reiner Rohlfs. This is a layout manager
where the position and the size of each widget in the frame are defined
by X / Y - coordinates. The coordinates for each widget are defined by
the TGXYLayoutHints. Therefore it is not possible to share a layout hint
for several widgets. Much more usage information can be found in the
class description. And example usage in the TASPaletteEditor class.

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