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

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

Parent Directory Parent Directory


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

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: 14577 byte(s)
Diff to previous 39332
Remove all assigned but unused variable discovered by g++ 4.6.1 (including one completely nop function)

Revision 39332 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 23 07:13:46 2011 UTC (3 years, 8 months ago) by bellenot
File length: 14580 byte(s)
Diff to previous 36154
Properly set the tooltip label text color. This fixes the problem reported on the forum at http://root.cern.ch/phpBB3//viewtopic.php?f=3&t=12766

Revision 36154 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 7 13:55:09 2010 UTC (4 years, 3 months ago) by rdm
File length: 14292 byte(s)
Diff to previous 34496
fix clang warning (warning: operands of ? are integers of different signs).

Revision 34496 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 20 07:38:49 2010 UTC (4 years, 6 months ago) by bellenot
File length: 14281 byte(s)
Diff to previous 34495
Fix warning: comparison between signed and unsigned integer expressions

Revision 34495 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 20 07:34:32 2010 UTC (4 years, 6 months ago) by bellenot
File length: 14233 byte(s)
Diff to previous 25229
TGToolTip:
- Use a better way of positionning tooltips when they go out of screen
- Avoid to overlap the mouse pointer when repositioning it (flickering effect!) 

TGListTree:
- Slightly adjust the position of tooltips

Revision 25229 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 25 15:14:34 2008 UTC (6 years, 5 months ago) by bellenot
File length: 12766 byte(s)
Diff to previous 23115
From Matevz and me:
Merge changes from branches/dev/fireworks (CMS event display)

TGSplitFrame
------------
- Added Docked(TGFrame*) and  Undocked(TGFrame*) signals
- Added GetUndocked() getter

TGView
------
- Added a protection against possible negative scroll values

TGTextView
----------
- Fix bottom line not being properly updated while scrolling TGTextView
- Solve a problem with vertical slider (avoid negative value when scrolling)

TGTextEdit
----------
- Fix blinking cursor on some platforms/compilers in TGTextEdit

TGToolTip
---------
- Add new constructor with global x, y position.
If neither fWindow nor fPad are set use global fX, fY that was passed from outside.

TGListTree
----------
DeleteItem/Children() - for list-tree in stand-alone mode set below-mouse/current item to zero before deleting the item; remove corresponding comments.

TGSplitter
----------
- Add option to handle frame resizing externally.

TGPack
------
New Container class for vertical and horizontal grouping of frames. It enforces a predictable resizing behaviour on children.

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

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

Revision 22527 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 7 16:37:03 2008 UTC (6 years, 10 months ago) by rdm
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 11708 byte(s)
Diff to previous 21233
more gcc 4.3 warning fixes. Remains only some warning in Cint, Reflex
and xrootd.

Revision 21233 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 6 15:34:06 2007 UTC (7 years, 1 month ago) by antcheva
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 11701 byte(s)
Diff to previous 20882
Updated doc about multiple lines feature of tooltips.

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/TGToolTip.cxx
File length: 11218 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/TGToolTip.cxx
File length: 11218 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/TGToolTip.cxx
File length: 11270 byte(s)
Diff to previous 15849
remove :$ from tag line

Revision 15849 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 26 13:36:44 2006 UTC (8 years, 6 months ago) by rdm
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 11280 byte(s)
Diff to previous 15546
Instead of providing default implementations for copy ctor's and assignment
operators we better make them private (and not implemented) to avoid people
from accidentally using them. Especially the collections classes and the
TQObject derived classes. In these classes the default implementations would
cause havoc due to multiple deletions of the same objects and other
potential memory corruptions.

Revision 15546 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 26 09:39:35 2006 UTC (8 years, 7 months ago) by brun
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 12044 byte(s)
Diff to previous 14560
From Federico:
Changes to support the gcc -weffc++ option

Revision 14560 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 6 10:49:28 2006 UTC (8 years, 9 months ago) by antcheva
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 11279 byte(s)
Diff to previous 13278
From Valeriy Onuchin:
- new method SetDelay(Long_t delayms) for changing popup delay time dynamically

Revision 13278 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 17 19:09:28 2005 UTC (9 years, 2 months ago) by rdm
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 11089 byte(s)
Diff to previous 10110
From Ilka:
code style fixes (comments, descriptions and identation).

Revision 10110 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 20 19:11:54 2004 UTC (10 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 11022 byte(s)
Diff to previous 10109
TGSplitte: add IsLeft() and IsAbove() (in addition to GetLeft() and
GetAbove() which are not a correct names for a boolean getters).

Revision 10109 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 20 19:07:23 2004 UTC (10 years, 4 months ago) by brun
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 11015 byte(s)
Diff to previous 9995
From Valeriy Onuchin
- add new signals to TGToolTip class
 Show(Int_t x, Int_t y), Hide(), Reset()
- disable editting of TGTabElement
- show help in GUI builder's status bar

Revision 9995 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 13 09:12:09 2004 UTC (10 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 10891 byte(s)
Diff to previous 8615
use TGClient::GetDisplayWidth() and Height() instead of GetWindowSize()
(saves X11 server round trip).

Revision 8615 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 20 14:48:01 2004 UTC (10 years, 9 months ago) by brun
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 10999 byte(s)
Diff to previous 7520
From Valeriy

Remove ifdefs on GDK_WIN32

Revision 7520 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 5 13:08:26 2003 UTC (11 years, 2 months ago) by rdm
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 11024 byte(s)
Diff to previous 6663
From Ilka:
Any ROOT GUI can now be saved as a macro. Executing this macro brings back
the current GUI (minus the action handling). This very important development
allows to get easily the source for any GUI, which can then be inspected or
used to create other GUI's. Also this will allow a GUI builder to save and
restore GUI's.

To save the source of a GUI use the methods TGMainFrame::SaveSource() or
TGTransientFrame::SaveSource(), where the latter saves the source for dialogs.

To trigger the saving of any GUI just use ctrl-s.

Revision 6663 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 28 11:55:32 2003 UTC (11 years, 8 months ago) by rdm
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 10829 byte(s)
Diff to previous 3317
major changes in the resource management of the GUI classes. Introduced the
new class TGResourcePool which loads and keeps track of the 3 main resource
pools: fonts, picture and graphics contexts. Fonts are now handled via the
new TGFont class (and TGFontPool). In the past the loading of these resources
was done in TGClient and required all GUI classes to have TGClient as friend
to have their global statics initialized by TGClient. Adding a new widget
required TGClient.cxx to be changed too. This was obviously not good.
In addition it is now possible to find the full definition of the original
resource back based on a resource handle (GContext_t or FontStruct_t yielding
a TGGC or TGFont) which is needed for the SavePrimitive() functionality.

The resource pool can be found via TGClient (e.g. gClient->GetResourcePool()).
To see all active graphics contexts, fonts and pictures do:
   gClient->GetResourcePool()->GetGCPool()->Print()
   gClient->GetResourcePool()->GetFontPool()->Print()
   gClient->GetResourcePool()->GetPicturePool()->Print()
For more examples see the widget source code.

These changes are largely backward compatible except maybe for some low
level 3rd party widgets that use some TGFrame internals. In these cases
the following sed command will patch the code:
   sed -e "s/fgBlackGC()/GetBlackGC()()/g" \
       -e "s/fgWhiteGC()/GetWhiteGC()()/g" \
       -e "s/fgHilightGC()/GetHilightGC()()/g" \
       -e "s/fgShadowGC()/GetShadowGC()()/g" \
       -e "s/fgBckgndGC()/GetBckgndGC()()/g" \
       widget.cxx > widget.cxx.new

Revision 3317 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 28 16:05:42 2001 UTC (13 years, 1 month ago) by rdm
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 10627 byte(s)
Diff to previous 1884
win32gdk case added

Revision 1884 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 3 10:36:21 2001 UTC (13 years, 9 months ago) by rdm
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 10602 byte(s)
Diff to previous 685
set correct frame type (either kMainFrame, kTransientFrame or kTempFrame).
Needed for Win32 port of GUI.

Revision 685 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 29 08:57:05 2000 UTC (14 years, 3 months ago) by rdm
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 10528 byte(s)
Diff to previous 560
many change connected with the introduction of the TGGC (graphics context)
class (all backward compatible). Also many of the static default GC's and
fontstructs are now available to the user. This can simplify code in many
places. See change in guitest.cxx.

Revision 560 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 4 17:51:31 2000 UTC (14 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TGToolTip.cxx
File length: 10524 byte(s)
Diff to previous 3
two new methods: SetText() and SetPosition(). SetText() allows the
tooltip text to be changed without having to delete and recreate a tooltip.
SetPosition() allows the specification of a custom popup location.

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/TGToolTip.cxx
File length: 9546 byte(s)
Copied from: branches/rdm/gui/src/TGToolTip.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/TGToolTip.cxx
File length: 9546 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