Log of /trunk/gui/gui/src/TGDNDManager.cxx
Parent Directory
Revision
45158 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 23 11:38:35 2012 UTC (2 years, 6 months ago) by
tpochep
File length: 31938 byte(s)
Diff to
previous 44997
DND is back. Fix TGCocoa::SendEvent - set fWindow member for event (before, I was directly calling
window->HandleEvent, so it wasn't required.
Revision
32804 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 29 08:47:47 2010 UTC (4 years, 9 months ago) by
bellenot
File length: 31836 byte(s)
Diff to
previous 31663
Use internal list of atoms for drag and drop, instead of the one passed in argument (as the list could be deleted by the mainframe owning it)
Revision
31663 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 8 14:51:42 2009 UTC (5 years, 1 month ago) by
bellenot
File length: 31643 byte(s)
Diff to
previous 23115
- Add members initialization (coverity)
- Fix potential memory leaks (coverity)
- Add protections against possible NULL pointers (coverity)
Revision
18536 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Thu Apr 19 21:07:02 2007 UTC (7 years, 9 months ago) by
brun
Original Path:
trunk/gui/src/TGDNDManager.cxx
File length: 31648 byte(s)
From Bertrand:
Added drag and drop support for Linux (Xdnd) and Windows (Clipboard).
It is now possible to drag an histogram (or any other graphical object)
from an opened file in TBrowser to any TCanvas.
It is also possible to drag a text file from TBrowser to a TGTextView
or TGTextEdit widget (i.e. in TGTextEditor).
On Linux, it is even possible to drag from a Root application to another
one, or to drag a text file (i.e. a macro) from the ROOT browser to an
external editor (i.e. Kate).
On Windows, drag and drop only works within the same ROOT application
(for the time being).
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.