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

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

Parent Directory Parent Directory


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

Revision 47217 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 13 08:19:58 2012 UTC (2 years, 2 months ago) by bellenot
File length: 19664 byte(s)
Diff to previous 43282
Set the "sticky" flag to true for all popup menus

Revision 43282 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 8 10:01:56 2012 UTC (2 years, 10 months ago) by bellenot
File length: 19666 byte(s)
Diff to previous 42663
Fix several coverity reports (missing copy contructors and assignment operators)

Revision 42663 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 17 11:25:51 2012 UTC (3 years ago) by bellenot
File length: 19637 byte(s)
Diff to previous 42614
Fix several coverity reports

Revision 42614 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 13 13:25:11 2012 UTC (3 years ago) by bellenot
File length: 19632 byte(s)
Diff to previous 31669
Silent harmless coverity #36373 (unsafe assignment operator)

Revision 31669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 8 15:15:47 2009 UTC (5 years, 1 month ago) by bellenot
File length: 19603 byte(s)
Diff to previous 23115
- Add missing initializations (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: 19576 byte(s)
Copied from: trunk/gui/src/TGImageMap.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/TGImageMap.cxx
File length: 19576 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/TGImageMap.cxx
File length: 19576 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/TGImageMap.cxx
File length: 19628 byte(s)
Diff to previous 12188
remove :$ from tag line

Revision 12188 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 24 20:30:12 2005 UTC (9 years, 7 months ago) by brun
Original Path: trunk/gui/src/TGImageMap.cxx
File length: 19638 byte(s)
Diff to previous 10904
From Valeriy Onuchin:
- TGPictureButton - AddReference for pic asigned as disabled picture
- TGImageMap - set disabled picture the same as a normal picture.
   That fixes "disabled" appearence of TGImageMap (see, for example, WoldMap.C tutorial)

Revision 10904 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 12 18:39:30 2005 UTC (10 years ago) by brun
Original Path: trunk/gui/src/TGImageMap.cxx
File length: 19580 byte(s)
Diff to previous 9436
From Valeriy Onuchin:
- new concept of "pseudo-window" introduced.
  pseudo-window - is an object inherited from TGWindow which
  is not created by window system (X11 or M$ Windows).
  It does not consume window system resouces.

  The main use-case of pseudo-windows is GUI containers
  with very large number of items. For example, listviews, listboxes,
  where listview/listbox items/entries are pseudo-windows.
  Pseudo-window  has "window id" equal to zero.
  In order to "activate pseudo-window concept" the parent should
  have fIsMapSubwindows dat member to be kFALSE.
  So, it's backward compatible,  setting fIsMapSubwindows=kTRUE in parent window
  will activate normal behavior, i.e. will be created in window system.

 Introduction of  "pseudo-window concept" forced the changes in
 TGX11, TGWin32 classes to avoid  TVirtualX methods execution when
 "window id" is NULL (the case of  pseudo-window).

 Introduction of pseudo-windows which do not consume window system resouces
 greately improved  performance of  TGListView, TGListBox, TGComboBox objects.

 Now it's possible to have these containers with more than 10000 items.

- some optimization in TGLBContainer drawing
- add SetWindowName to most GUI classes. It's very usefull for GUI debugging.

Revision 9436 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 8 10:02:31 2004 UTC (10 years, 6 months ago) by brun
Original Path: trunk/gui/src/TGImageMap.cxx
File length: 19539 byte(s)
Diff to previous 8228
From valeriy Onuchin:

rename fCleanup by fTrash to avoid collisions

VS: ----------------------------------------------------------------------

Revision 8228 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 18 16:17:33 2004 UTC (10 years, 11 months ago) by rdm
Original Path: trunk/gui/src/TGImageMap.cxx
File length: 19546 byte(s)
Diff to previous 6938
From Valeriy:
use gClient->GetDefaultRoot() instead of GetRoot(). This allows the widgets
to be embedded but ensures popups to still be a child of the real X11 root
window.

Revision 6938 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 15 14:25:22 2003 UTC (11 years, 6 months ago) by brun
Original Path: trunk/gui/src/TGImageMap.cxx
File length: 19532 byte(s)
Diff to previous 4564
From Valeriy Onuchin:
 - mode in TGLVcontainer::SetViewMode  method
   That fixes layout problem in tree viewer
 - new constructor for TGPictureButton
 - code cleaning

Revision 4564 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 18 08:22:01 2002 UTC (12 years, 8 months ago) by brun
Original Path: trunk/gui/src/TGImageMap.cxx
File length: 19565 byte(s)
Diff to previous 1281
Add explicit calls to the base classes copy constructors in the copy constructors.
This is required by gcc on MacOS X

Revision 1281 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 22 12:36:00 2000 UTC (14 years, 1 month ago) by rdm
Original Path: trunk/gui/src/TGImageMap.cxx
File length: 19552 byte(s)
Diff to previous 784
remove some compiler warnings detected by HP CC.

Revision 784 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Oct 19 10:40:02 2000 UTC (14 years, 3 months ago) by rdm
Original Path: trunk/gui/src/TGImageMap.cxx
File length: 19466 byte(s)
new image map widget. Provides clickable image functionality (like MAP in HTML).

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