[root] / trunk / gui / guihtml / inc / TGHtmlBrowser.h Repository:
ViewVC logotype

Log of /trunk/gui/guihtml/inc/TGHtmlBrowser.h

Parent Directory Parent Directory


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

Revision 27987 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 30 12:35:36 2009 UTC (5 years, 9 months ago) by bellenot
File length: 3255 byte(s)
Diff to previous 27972
Added ability to display single picture from the web and to open pdf files with external viewer (Windows only)
+ added comments and removed useless code (cleanup)

Revision 27972 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 27 15:41:20 2009 UTC (5 years, 9 months ago) by bellenot
File length: 3291 byte(s)
Diff to previous 23115
Implemented anchor navigation (e.g http://root.cern.ch/root/html/TH1.html#TH1:Multiply)

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: 3242 byte(s)
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/guihtml/inc/TGHtmlBrowser.h
File length: 3242 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/inc/TGHtmlBrowser.h
File length: 3242 byte(s)
Diff to previous 20708
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 20708 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 7 16:51:57 2007 UTC (7 years, 2 months ago) by brun
Original Path: trunk/guihtml/inc/TGHtmlBrowser.h
File length: 3230 byte(s)
Diff to previous 20516
From Bertrand:
- New signal Clicked(char *uri) in TGHtmlBrowser and new method
Selected(char *) in TRootBrowser, used to automatically update and switch to
ROOT files folder in the new TBrowser when users opens a ROOT file from HTML
browser.

Revision 20516 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 26 16:17:33 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/guihtml/inc/TGHtmlBrowser.h
File length: 3145 byte(s)
Copied from: branches/dev/bertrand/guihtml/inc/TGHtmlBrowser.h revision 20514
Diff to previous 20123
From Bertrand:
merged bertrand dev branch changes r20120:20514 into the trunk.

Main new feature is the new TBrowser. To turn it on by default
change the Browser.Name option in rootrc.

Here the detailed ChangeLog:

- Renamed TRootBrowser TRootBrowserLite
 - Introduced the new class TRootBrowser, consisting of three 
   main tabs, as shown below:
    ______________
   |   |          |
   |   |          |
   |   |__________|
   |   |          |
   |___|__________|
   
   All tabs can 'swallow' frames, thanks to the new method:
      ExecPlugin(const char *name = 0, const char *fname = 0, 
                 const char *cmd = 0, Int_t pos = kRight, 
                 Int_t subpos = -1)
   allowing to select plugins (can be a macro or a command) 
   to be executed, and where to embed the frame created by 
   the plugin. Examples:

   // create a new browser:
   TBrowser b;

   // create a new TCanvas in a new top right tab element:
   b.ExecPlugin("Canvas", 0, "new TCanvas()");
   
   // creates a new top right tab element embedding the 
   // TGMainFrame created by the macro 'myMacro.C': 
   b.ExecPlugin("MyPlugin", "myMacro.C");
 
   // creates a new bottom tab element embedding the 
   // TGMainFrame created by the macro 'myMacro.C': 
   b.ExecPlugin("MyPlugin", "myMacro.C", 0, TRootBrowser::kBottom);
 
 - new class TGFileBrowser, a file browser plugin for the new TRootBrowser
 - new class TGCommandPlugin, a command I/O plugin for the new TRootBrowser
 - new class TGHtmlBrowser, a html browser plugin for the new TRootBrowser
 - new TBrowserImp plugin used to load the selected TBrowser implementation
 - the browser implementation can be selected via the env 'Browser.Name' in
   .rootrc, (can be TRootBrowser or TRootBrowserLite) the default being
   TRootBrowserLite
 - a list of options (plugins) for the new TRootBrowser is also specified
   via the env 'Browser.Options' in .rootrc, default being: FEHCI
   Here is the list of available options:
   F: File browser E: Text Editor H: HTML browser C: Canvas I: I/O
   redirection P: Proof G: GL viewer
 - modified TRootGuiFactory, used to create the real TBrowser
   implementation.

Revision 20123 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Sep 28 08:59:24 2007 UTC (7 years, 3 months ago) by bellenot
Original Path: branches/dev/bertrand/guihtml/inc/TGHtmlBrowser.h
File length: 3145 byte(s)
Add a new class TGHtmlBrowser, being callable as plugin for the new implementation of TRootBrowser

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