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

Log of /trunk/gui/gui/src/TGTableLayout.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: 27690 byte(s)
Diff to previous 34223
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 34223 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 30 11:01:48 2010 UTC (4 years, 6 months ago) by bellenot
File length: 27680 byte(s)
Diff to previous 33746
Fix format in Warning and Error statements

Revision 33746 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 3 20:38:13 2010 UTC (4 years, 7 months ago) by bellenot
File length: 27671 byte(s)
Diff to previous 28668
From Matevz: Ignore hidden frames when calculating column/row sizes.

Revision 28668 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 18 14:42:44 2009 UTC (5 years, 8 months ago) by bellenot
File length: 27595 byte(s)
Diff to previous 23758
Fix a table layout problem as reported on the forum:
http://root.cern.ch/phpBB2/viewtopic.php?t=8466

Revision 23758 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 8 12:53:19 2008 UTC (6 years, 8 months ago) by antcheva
File length: 27311 byte(s)
Diff to previous 23648
From Bertrand:
Fix a bug in TGTableLayout:
When decreasing size of a frame with a TGTableLayout having homogeneous flag
set to true, the individual cells were not resized (they were resized only
when increasing the frame size) (discovered thanks to a CMS use case)

Revision 23648 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 5 14:08:36 2008 UTC (6 years, 8 months ago) by antcheva
File length: 26872 byte(s)
Diff to previous 23448
Updated class description.

Revision 23448 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 23 12:14:56 2008 UTC (6 years, 9 months ago) by brun
File length: 24697 byte(s)
Diff to previous 23115
Fix severe shadowed variables.

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: 24695 byte(s)
Copied from: trunk/gui/src/TGTableLayout.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/TGTableLayout.cxx
File length: 24695 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/TGTableLayout.cxx
File length: 24695 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/TGTableLayout.cxx
File length: 24751 byte(s)
Diff to previous 17352
remove :$ from tag line

Revision 17352 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 16 07:57:59 2007 UTC (8 years ago) by brun
Original Path: trunk/gui/src/TGTableLayout.cxx
File length: 24761 byte(s)
Diff to previous 15672
Remove dependency on TMath.h

Revision 15672 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 3 16:10:46 2006 UTC (8 years, 6 months ago) by brun
Original Path: trunk/gui/src/TGTableLayout.cxx
File length: 24784 byte(s)
Diff to previous 14733
from Axel:
Change the signature of SavePrimitive from

  void SavePrimitive(ofstream &out, Option_t *option);
to
  void SavePrimitive(ostream &out, Option_t *option = "");

With this change one can do, eg
   myhist.SavePrimitive(std::cout);

WARNING: do rm -f tree/src/*.o

Revision 14733 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 18 12:31:41 2006 UTC (8 years, 9 months ago) by antcheva
Original Path: trunk/gui/src/TGTableLayout.cxx
File length: 24762 byte(s)
Diff to previous 13278
- added protection in Layout method to avoid SegV

Revision 13278 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 17 19:09:28 2005 UTC (9 years, 2 months ago) by rdm
Original Path: trunk/gui/src/TGTableLayout.cxx
File length: 24615 byte(s)
Diff to previous 12644
From Ilka:
code style fixes (comments, descriptions and identation).

Revision 12644 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 5 07:33:37 2005 UTC (9 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TGTableLayout.cxx
File length: 24617 byte(s)
Diff to previous 7576
From Ilka:
fixing of coding style violations.

Revision 7576 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 12 19:34:59 2003 UTC (11 years, 2 months ago) by rdm
Original Path: trunk/gui/src/TGTableLayout.cxx
File length: 24611 byte(s)
Diff to previous 7562
From Ilka:
- the update of TGStatusbar::SavePrimitive according to
  the horizontal frame inheritance of its parts
- saving the progress bar attributes
- adding a static variable in TGFrame::fgUserColor to
  keep/check the last user color changes (to avoid
  repeating lines in the generated code)
- comment typos fixing in TGTableLayout.cxx

Revision 7562 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 10 15:44:32 2003 UTC (11 years, 2 months ago) by rdm
Original Path: trunk/gui/src/TGTableLayout.cxx
File length: 24614 byte(s)
Diff to previous 5879
from Ilka:
implementation of:
 TGTableLayout::SavePrimitive
 TGTableLayoutHints::SavePrimitive

fix in:
 TGCheck/Radio/TextButton::SavePrimitive in case the TGHotString
 is used as parameter without hot character

Revision 5879 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 12 11:06:35 2003 UTC (12 years ago) by rdm
Original Path: trunk/gui/src/TGTableLayout.cxx
File length: 21428 byte(s)
Diff to previous 3547
remove R__RTTI option which was only used for systems not supporting
dynamic_cast<>. All systems now support this standard C++ feature.

Revision 3547 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 29 13:58:24 2001 UTC (13 years ago) by rdm
Original Path: trunk/gui/src/TGTableLayout.cxx
File length: 22215 byte(s)
Diff to previous 2137
Small change in GetDefaultSize() protects against SegV when
TGTableLayout::GetDefaultSize() is called before Layout() (by Brett Viren).

Revision 2137 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 7 18:44:16 2001 UTC (13 years, 8 months ago) by rdm
Original Path: trunk/gui/src/TGTableLayout.cxx
File length: 22183 byte(s)
Diff to previous 2111
remove compiler warning.

Revision 2111 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 2 14:18:27 2001 UTC (13 years, 8 months ago) by rdm
Original Path: trunk/gui/src/TGTableLayout.cxx
File length: 22206 byte(s)
Diff to previous 2107
fix compilation problem on Solaris.

Revision 2107 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed May 2 00:52:08 2001 UTC (13 years, 8 months ago) by rdm
Original Path: trunk/gui/src/TGTableLayout.cxx
File length: 22452 byte(s)
new GUI TGTableLayout manager by Brett Viren.
The TGTableLayout manager places child frames in a table. It uses
TGTableLayoutHints (not TGLayoutHints). See TGTableLayoutHints
for how to use these. This manager works like TGMatrixLayout with
the addition that:
  - Child frames can span more than one column/row.
  - Child frames can resize with the frame.
  - Column and row sizes are not fixed nor (optionally) homogeneous.
  - The number of columns and rows must be fully specified.

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