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

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

Parent Directory Parent Directory


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

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 44997 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 11 09:20:35 2012 UTC (2 years, 6 months ago) by tpochep
File length: 31939 byte(s)
Diff to previous 44996
Ooops, remove all modifications from TGDNDManager.

Revision 44996 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 11 09:17:56 2012 UTC (2 years, 6 months ago) by tpochep
File length: 32339 byte(s)
Diff to previous 41168
Add class and methods (in the protocol and its implementations) to support X11 properties.

Revision 41168 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 5 15:57:57 2011 UTC (3 years, 3 months ago) by bellenot
File length: 31929 byte(s)
Diff to previous 38456
Fix coverity reports (uninitialized scalar variables & resource leak)

Revision 38456 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 16 14:32:30 2011 UTC (3 years, 10 months ago) by bellenot
File length: 31883 byte(s)
Diff to previous 32804
Ignore "Uninitialized pointer field" coverity reports

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 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: 31610 byte(s)
Copied from: trunk/gui/src/TGDNDManager.cxx revision 23114
Diff to previous 22546
moved to directory "gui" the following directories:

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

Revision 22546 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 8 19:21:05 2008 UTC (6 years, 10 months ago) by rdm
Original Path: trunk/gui/src/TGDNDManager.cxx
File length: 31610 byte(s)
Diff to previous 21386
other bunch of gcc 4.3 warnings removed:
-  warning: suggest a space before ; or explicit braces around empty body
   in for statement

Revision 21386 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 15 10:06:14 2007 UTC (7 years, 1 month ago) by brun
Original Path: trunk/gui/src/TGDNDManager.cxx
File length: 31607 byte(s)
Diff to previous 20948
From Bertrand:
- Added missing classes documentation.

Revision 20948 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 21 10:34:04 2007 UTC (7 years, 2 months ago) by antcheva
Original Path: trunk/gui/src/TGDNDManager.cxx
File length: 31136 byte(s)
Diff to previous 20933
From Bertrand:
Memory leak fixes.

Revision 20933 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 17:11:22 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/gui/src/TGDNDManager.cxx
File length: 31112 byte(s)
Diff to previous 20910
From Bertrand:
fix naming conventions, after acronym, next word starts with upper case.

Revision 20910 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 09:25:31 2007 UTC (7 years, 2 months ago) by antcheva
Original Path: trunk/gui/src/TGDNDManager.cxx
File length: 31112 byte(s)
Diff to previous 20882
From Bertrand:
Increased the Window search depth.

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/TGDNDManager.cxx
File length: 31112 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/TGDNDManager.cxx
File length: 31112 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/TGDNDManager.cxx
File length: 31166 byte(s)
Diff to previous 19111
remove :$ from tag line

Revision 19111 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 21 15:17:18 2007 UTC (7 years, 7 months ago) by antcheva
Original Path: trunk/gui/src/TGDNDManager.cxx
File length: 31176 byte(s)
Diff to previous 18551
Added missing ClassImp(TGDragWindow) and ClassImp(TGDNDManager).

Revision 18551 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 22 15:48:59 2007 UTC (7 years, 9 months ago) by brun
Original Path: trunk/gui/src/TGDNDManager.cxx
File length: 31130 byte(s)
Diff to previous 18542
From Bertrand:
Added ability to drag and drop picture files from TBrowser to TCanvas and TRootEmbeddedCanvas.

Revision 18542 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 20 15:07:46 2007 UTC (7 years, 9 months ago) by brun
Original Path: trunk/gui/src/TGDNDManager.cxx
File length: 30838 byte(s)
Diff to previous 18537
From Bertrand:
Fix coding conventions.

Revision 18537 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 20 11:43:22 2007 UTC (7 years, 9 months ago) by rdm
Original Path: trunk/gui/src/TGDNDManager.cxx
File length: 30744 byte(s)
Diff to previous 18536
Fix cvs ident lines.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9