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

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

Parent Directory Parent Directory


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

Revision 49087 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 5 10:41:21 2013 UTC (21 months, 2 weeks ago) by bellenot
File length: 9480 byte(s)
Diff to previous 43842
Fix bug #101060: Editor not preserving MathText

Revision 43842 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 19 13:09:11 2012 UTC (2 years, 9 months ago) by bellenot
File length: 9331 byte(s)
Diff to previous 43645
Revert rev 43645 (may cause crash if someone delete a dialog...)

Revision 43645 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 4 20:31:50 2012 UTC (2 years, 9 months ago) by bellenot
File length: 9551 byte(s)
Diff to previous 42632
Prevent closing the main frame (via the WM, with the close button) while a modal dialog is open (while the client is waiting for it)

Revision 42632 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 13 13:27:33 2012 UTC (3 years ago) by bellenot
File length: 9331 byte(s)
Diff to previous 41891
Fix coverity report #36018 (dereference null return)

Revision 41891 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 10 22:46:31 2011 UTC (3 years, 2 months ago) by pcanal
File length: 9306 byte(s)
Diff to previous 33963
Remove all assigned but unused variable discovered by g++ 4.6.1 (including one completely nop function)

Revision 33963 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 17 13:02:58 2010 UTC (4 years, 7 months ago) by bellenot
File length: 9339 byte(s)
Diff to previous 33933
- Remove a debug printf() statement
- Replace several Form() by TString::Format()

Revision 33933 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 16 08:29:01 2010 UTC (4 years, 7 months ago) by bellenot
File length: 9404 byte(s)
Diff to previous 27999
Replace fixed size char arrays by TStrings, to avoid possible buffer overflow (coverity)

Revision 27999 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 31 08:09:46 2009 UTC (5 years, 9 months ago) by bellenot
File length: 9338 byte(s)
Diff to previous 23115
Implemented online help in root dialogs (the dialog boxes used with contextual menus) via a new "Online Help" button.
This opens a Root HTML browser at the right class/method location in the Root reference guide on the web
The base url can be changed with the Browser.StartUrl option in system.rootrc (by default: http://root.cern.ch/root/html/ClassIndex.html)

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: 9060 byte(s)
Copied from: trunk/gui/src/TRootDialog.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/TRootDialog.cxx
File length: 9060 byte(s)
Diff to previous 20478
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 20478 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 25 06:44:45 2007 UTC (7 years, 3 months ago) by antcheva
Original Path: trunk/gui/src/TRootDialog.cxx
File length: 9060 byte(s)
Diff to previous 20431
Fix in HandleKey method.

Revision 20431 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 22 11:50:56 2007 UTC (7 years, 3 months ago) by antcheva
Original Path: trunk/gui/src/TRootDialog.cxx
File length: 9035 byte(s)
Diff to previous 19826
Made keyboard navigation via <TAB> available for ROOT dialogs 
with no need to move the mouse pointer over a text entry.

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/TRootDialog.cxx
File length: 8299 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/TRootDialog.cxx
File length: 8356 byte(s)
Diff to previous 16214
remove :$ from tag line

Revision 16214 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 6 15:05:18 2006 UTC (8 years, 4 months ago) by antcheva
Original Path: trunk/gui/src/TRootDialog.cxx
File length: 8366 byte(s)
Diff to previous 16187
- coding conventions

Revision 16187 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 31 14:59:11 2006 UTC (8 years, 4 months ago) by antcheva
Original Path: trunk/gui/src/TRootDialog.cxx
File length: 8312 byte(s)
Diff to previous 14629
From David Gonzalez Maline:
Implemented Tab keyboard navigation in ROOT dialog
window that pops up via context menu.

- new method TabPressed() and follow up changes in
TGTextEntry and TRootDialog classes

Revision 14629 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 11 06:56:27 2006 UTC (8 years, 9 months ago) by antcheva
Original Path: trunk/gui/src/TRootDialog.cxx
File length: 7453 byte(s)
Diff to previous 9994
From Valeriy Onuchin:
- disable editting

Revision 9994 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 13 09:10:56 2004 UTC (10 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TRootDialog.cxx
File length: 7420 byte(s)
Diff to previous 8579
use the new TGTransientFrame::CenterOnParent() method.

Revision 8579 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 14 14:50:18 2004 UTC (10 years, 9 months ago) by brun
Original Path: trunk/gui/src/TRootDialog.cxx
File length: 7800 byte(s)
Diff to previous 8372
From Ilka:
a bug fix in TRootDialog::Popup() reported by Andrea Bulgarelli
(ROOT Discussion Forums) - the root dialog window was moved to
a point outside of the screen when is invoked via context menu of a
TRootEmbeddedCanvas.

Revision 8372 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 12 00:31:22 2004 UTC (10 years, 10 months ago) by rdm
Original Path: trunk/gui/src/TRootDialog.cxx
File length: 7745 byte(s)
Diff to previous 4313
various small comment typos.

Revision 4313 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 4 17:32:14 2002 UTC (12 years, 9 months ago) by rdm
Original Path: trunk/gui/src/TRootDialog.cxx
File length: 7741 byte(s)
Diff to previous 3510
make the context menus customizable, i.e. change titles and add/remove actions.
Two new tutorials demonstrate the functionality. Contribution by Damir Buskulic.

Revision 3510 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 20 10:19:26 2001 UTC (13 years, 1 month ago) by rdm
Original Path: trunk/gui/src/TRootDialog.cxx
File length: 6877 byte(s)
Diff to previous 3
cast UInt_t's to Int_t's in calls to TVirtualX::TranslateCoordinates()
to correctly handle negative coordinate translations.

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/gui/src/TRootDialog.cxx
File length: 6813 byte(s)
Copied from: branches/rdm/gui/src/TRootDialog.cxx revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/gui/src/TRootDialog.cxx
File length: 6813 byte(s)
Initial import of ROOT into CVS

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