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

Log of /trunk/gui/guihtml/src/TGHtml.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: 60654 byte(s)
Diff to previous 42715
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 42715 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 19 09:26:43 2012 UTC (3 years ago) by bellenot
File length: 60569 byte(s)
Diff to previous 42673
Fix a couple of uninitialized scalar variables (coverity)

Revision 42673 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 17 14:50:05 2012 UTC (3 years ago) by bellenot
File length: 60525 byte(s)
Diff to previous 35582
Fix a couple of uninitialized scalar variables (coverity)

Revision 35582 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 22 13:38:27 2010 UTC (4 years, 4 months ago) by bellenot
File length: 60431 byte(s)
Diff to previous 35527
Add the "keep_names" option when saving the GUI source, to allow the users to change the name of any frame in the ROOT Gui Builder and more important to keep it across the different load/edit/save cycles. This should solve a problem reported on the forum at: http://root.cern.ch/phpBB3//viewtopic.php?f=3&t=11216

Revision 35527 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 12:27:01 2010 UTC (4 years, 4 months ago) by brun
File length: 60296 byte(s)
Diff to previous 35521
do not include snprintf.h

Revision 35521 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 10:14:47 2010 UTC (4 years, 4 months ago) by bellenot
File length: 60318 byte(s)
Diff to previous 35457
Replace several strncpy by strlcpy

Revision 35457 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 20 13:27:17 2010 UTC (4 years, 4 months ago) by bellenot
File length: 60303 byte(s)
Diff to previous 35323
Fix strncpy and snprintf calls

Revision 35323 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 16 10:13:29 2010 UTC (4 years, 4 months ago) by bellenot
File length: 60303 byte(s)
Diff to previous 34037
Fix uninitialized variables (coverity)

Revision 34037 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 22 08:09:58 2010 UTC (4 years, 7 months ago) by bellenot
File length: 60082 byte(s)
Diff to previous 33968
Fix stack size issues reported by coverity
TGText.cxx: allocate the char array on the heap instead of using the stack
TGHtml.cxx: use TString instead of char array

Revision 33968 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 17 14:07:26 2010 UTC (4 years, 7 months ago) by bellenot
File length: 60080 byte(s)
Diff to previous 33904
Cosmetics

Revision 33904 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 15 09:55:40 2010 UTC (4 years, 7 months ago) by bellenot
File length: 60089 byte(s)
Diff to previous 33880
Use coverity reports about possible buffer overflows

Revision 33880 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 14 13:47:40 2010 UTC (4 years, 7 months ago) by bellenot
File length: 60079 byte(s)
Diff to previous 31809
Use snprintf and strncpy to avoid potential buffer overflows (coverity)

Revision 31809 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 10 15:23:43 2009 UTC (5 years, 1 month ago) by bellenot
File length: 60051 byte(s)
Diff to previous 26941
- Members initializations (coverity)
- Protections against NULL pointers (coverity)

Revision 26941 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 16 08:28:08 2008 UTC (6 years, 1 month ago) by bellenot
File length: 60042 byte(s)
Diff to previous 26920
- Fix coding convention violations.

Revision 26920 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 15 15:23:21 2008 UTC (6 years, 1 month ago) by bellenot
File length: 60047 byte(s)
Diff to previous 25995
- First attempt to fix coding convention violations in guihtml...

Revision 25995 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 28 13:39:46 2008 UTC (6 years, 2 months ago) by bellenot
File length: 58563 byte(s)
Diff to previous 25900
- Implemented html <select> with TGListBox/TGCombobox
  and emit InputSelected() when changing selection

Revision 25900 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 21 06:58:37 2008 UTC (6 years, 3 months ago) by bellenot
File length: 57673 byte(s)
Diff to previous 25890
- Remove unused variables

Revision 25890 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 20 14:58:17 2008 UTC (6 years, 3 months ago) by bellenot
File length: 57694 byte(s)
Diff to previous 25889
- Free allocated memory and close the file...

Revision 25889 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 20 14:50:26 2008 UTC (6 years, 3 months ago) by bellenot
File length: 57600 byte(s)
Diff to previous 25887
- Added missing Layout() call

Revision 25887 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 20 14:46:35 2008 UTC (6 years, 3 months ago) by bellenot
File length: 57545 byte(s)
Diff to previous 23452
- Implementation of SavePrimitive for html widget

Revision 23452 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 23 12:39:16 2008 UTC (6 years, 9 months ago) by brun
File length: 56237 byte(s)
Diff to previous 23115
Fix 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: 56231 byte(s)
Diff to previous 22541
moved to directory "gui" the following directories:

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

Revision 22541 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 8 15:47:39 2008 UTC (6 years, 10 months ago) by brun
Original Path: trunk/guihtml/src/TGHtml.cxx
File length: 56231 byte(s)
Diff to previous 22539
Fix a compiler warning (removing unused variable)

Revision 22539 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 8 14:36:37 2008 UTC (6 years, 10 months ago) by rdm
Original Path: trunk/guihtml/src/TGHtml.cxx
File length: 56283 byte(s)
Diff to previous 21395
From Alja, Bertrand & Matevz: merged branches/dev/fireworks 21757:22514.

This includes:

- development for event-displays of ALICE and CMS since 5.18 in eve/,
  gl/ and gui/;

- many new tutorials and demos for eve/;

- fix in TQObject to support class-signals from all base-classes.

Revision 21395 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 17 08:59:53 2007 UTC (7 years, 1 month ago) by brun
Original Path: trunk/guihtml/src/TGHtml.cxx
File length: 50786 byte(s)
Diff to previous 20882
From Bertrand:
- Added missing class header docs.

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/guihtml/src/TGHtml.cxx
File length: 50563 byte(s)
Diff to previous 20828
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 20828 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 15 14:45:16 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/guihtml/src/TGHtml.cxx
File length: 50563 byte(s)
Diff to previous 18690
From Ilka and me:
fix all warnings of const char* assignment to char* reported by gcc 4.2.
Due to ripple effect there were many changes.

Revision 18690 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 7 15:28:48 2007 UTC (7 years, 8 months ago) by brun
Original Path: trunk/guihtml/src/TGHtml.cxx
File length: 50538 byte(s)
Diff to previous 18689
From Bertrand:
- Add wheel mouse scrolling in TGHtml widget.
- Add static function to open remote pictures in TGHtmlImage.

Revision 18689 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 7 15:19:07 2007 UTC (7 years, 8 months ago) by brun
Original Path: trunk/guihtml/src/TGHtml.cxx
File length: 50173 byte(s)
Diff to previous 18686
From Valeriy:
o TGHtml
 - one more fix for margins drawing.

Revision 18686 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 7 14:03:23 2007 UTC (7 years, 8 months ago) by brun
Original Path: trunk/guihtml/src/TGHtml.cxx
File length: 50163 byte(s)
Diff to previous 18685
Fix for the following compiler warning:
warning: `TGHtmlElement*savePtr' might be used uninitialized

Revision 18685 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 7 14:01:37 2007 UTC (7 years, 8 months ago) by brun
Original Path: trunk/guihtml/src/TGHtml.cxx
File length: 50161 byte(s)
Diff to previous 18665
Fix for drawing margins.

Revision 18665 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri May 4 17:07:01 2007 UTC (7 years, 8 months ago) by brun
Original Path: trunk/guihtml/src/TGHtml.cxx
File length: 50241 byte(s)
Add the new directory guihtml.
This directory contains classes to parse html documents and render them
using ROOT graphics classes. This set of classes is based on the xclass95
toolset developed by Hector Perazza. The adaptation to ROOT graphics
is by Valeriy Onuchin.
This first version of the classes cannot yet support documents with CSS2
(Cascaded Style Sheet). This will be implemented in a second phase.
A mini browser will be added soon to the repository.

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