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

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

Parent Directory Parent Directory


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

Revision 39352 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 24 10:34:40 2011 UTC (3 years, 8 months ago) by bellenot
File length: 45162 byte(s)
Diff to previous 38456
Improve layout of several common dialogs when changing the font sizes

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: 45162 byte(s)
Diff to previous 35622
Ignore "Uninitialized pointer field" coverity reports

Revision 35622 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 23 08:29:15 2010 UTC (4 years, 4 months ago) by bellenot
File length: 45129 byte(s)
Diff to previous 23447
Replace sprintf and strcpy by snprintf and strlcpy (coverity)

Revision 23447 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 23 12:09:19 2008 UTC (6 years, 9 months ago) by brun
File length: 45099 byte(s)
Diff to previous 23115
Fix shadowed variables

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

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

Revision 20922 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 12:41:02 2007 UTC (7 years, 2 months ago) by antcheva
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 45103 byte(s)
Diff to previous 20882
Fixed a worning reported by Solaris.

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/TGColorDialog.cxx
File length: 45117 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/TGColorDialog.cxx
File length: 45117 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/TGColorDialog.cxx
File length: 45177 byte(s)
Diff to previous 19319
remove :$ from tag line

Revision 19319 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 12 07:34:11 2007 UTC (7 years, 6 months ago) by antcheva
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 45187 byte(s)
Diff to previous 18498
From Bertrand:
- Added protection for the case when TGColorDialog is
  used without TGColorPopup (i.e. from a popup menu)

Revision 18498 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 16 14:47:40 2007 UTC (7 years, 9 months ago) by antcheva
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 45070 byte(s)
Diff to previous 18387
Made new color dialog working when invoked from the GUI Builder

Revision 18387 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 22 13:07:57 2007 UTC (7 years, 10 months ago) by antcheva
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 46173 byte(s)
Diff to previous 18330
From Matevz:
Changed the way how embedded canvas is initialized to avoid error bad
drawable, XREQ: 62.

Revision 18330 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 19 09:56:02 2007 UTC (7 years, 10 months ago) by antcheva
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 46287 byte(s)
Diff to previous 18317
Added missing comment in DoPreview method.

Revision 18317 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 17 12:03:00 2007 UTC (7 years, 10 months ago) by brun
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 46228 byte(s)
Diff to previous 15763
From Ilka:
TColorWheel:
- add new method TColorWheel::SetCanvas(TCanvas *can)
- changes in Draw method related to the parent canvas
- line width changed to 1 (was 2) for better view in a small canvas

TGColorDialog:
- added two tabs: Color Wheel and Basic Colors
- in Color Wheel tab implemented visualization of TColorWheel with the possibility to select a color from it
- in Basic Colors tab is kept old functionality of this class. The text fields for RGB and HLS and OK, Cancel buttons moved to the main dialog frame. They are used also for setting a color selected from the color wheel.
- New button Preview applies the selected color to the selected object if this dialog is called from the graphics editor. The selection can be confirmed as the final one by clicking the OK button or refused - by clicking on Cancel button.
- new methods: DoPreview and SetColorInfo
- many layout changes
- added aditional frame for comparison between the old and new selected colors

TGColorSelect:
- new method PreviewColor

Revision 15763 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 11 09:05:02 2006 UTC (8 years, 6 months ago) by rdm
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 43191 byte(s)
Diff to previous 15191
correct a number of incorrect and/or ambiguous license statements.

Revision 15191 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 28 20:08:00 2006 UTC (8 years, 7 months ago) by brun
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 43585 byte(s)
Diff to previous 14816
From valeriy Onuchine:

- TImage, TASImage
 o Change return type of Vectorize method  from "void" to "Double_t*".
 o Implement FromWindow method under X11. This method allows to
   create "snapshot image" from any ROOT window or frame.

- config/Makefile.depend
 Add dependency of libGuiBld lib on libGraf.
 GuiBuilder uses internally TImage/TASImage class.

- GX11Gui.cxx

 X11 error handler was slightly modified.
 Many X11 errors lead to freezing X11 server and
 did not allow debugging.
 To prevent freezing, a "forced seg.violation" was added
 to the error handler.

 The usage of the new "feature" is the following:
 0. run "gdb root.exe"
 1. set "gDebug = (int)gVirtualX" - that activates the new error handling.
 2. run application which has X11 errors.

On X11 error the application was stopped by the "forced seg.violation".

 3. "gdb>bt" - backtrace the problem.



!!! A big list of changes in libGui initiated by gui builder development !!!

- TGButton.h, TGButton.cxx
  TGButton class:
   o SetDown methods removed from context menu.
   o SetEnabled method of context menu changed to TOGGLE.
     Setting fWidgetFlags was added.

- TGTextButton class
   o GetNormGC(), GetFontStruct() methods are introduced.
   o SetFont removed from context menu.
   o ChangeText(const char *title) was introduced and added to context menu.
   o fixed an error in SetFont method which set font globally instead of
     locally.
   o SavePrimitive - save text justification

- TGPictureButton
   o added getter method GetDisabledPicture()

- TGCanvas
   o added to GuiBuilder widgets palette.

- TGColorDialog
   o new methods:
     - TGColorPalette *GetPalette(),
     - TGColorPalette *GetCustomPalette(),
     - void SetCurrentColor(Pixel_t col)
   o new signal:
      - void ColorSelected(Pixel_t)
   o new parameter added to contructor "Bool_t wait".
     If "wait" is kTRUE, "gClient->WaitForUnmap" is called internally
     (normal/old usage). If "wait" is kFALSE - "gClient->WaitForUnmap"
     should be called by user.
   o few "usefull" colors added to "custom" palette.

- TGColorSelect
   o added to GuiBuilder widgets palette.

- TGComboBox
   o new methods:
     - SortByName - allows to sort combobox entries by names.
     - SetEnabled, IsEnabled.

- TGFontDialog was rewritten.
   o Previous version worked under win32 only,
      now it works on X11 also.
      It allows to select any font available on the system.

  o new parameter added to contructor "Bool_t wait".
     If "wait" is kTRUE, "gClient->WaitForUnmap" is called internally
     (normal/old usage). If "wait" is kFALSE - "gClient->WaitForUnmap"
     should be called by user.

  o new methods:
      void SetFont(TGFont *font);
      void SetColor(Pixel_t color);
      void SetAlign(Int_t align);
      void EnableAlign(Bool_t on = kTRUE);
      void UpdateStyleSize(const char *family);

 o new signals:
   - FontSelected(char *font)
   - AlignSelected(Int_t a)
   - ColorSelected(Pixel_t c)

- TGFrame
   o unused static member fgContextMenu removed.

- TGCompositeFrame
   o TGCompositeFrame::SetEditDisabled modified. It is used for setting
     fEditDisableXX attribute during gui buildind.

   o ChangeSubframesBackground helper method was introduced.

- TGGroupFrame
   o SetTextFont, SetTextColor methods were corrected for
     "local" changing of the font.

- TGWindow
   o kEditDisableKeyEnable added to EEditMode enum.
     If this flag is set - window can handle keyboard events during gui
     building.

- TGLabel
   o new methods:
    - GetNormGC, GetFontStruct
   o fixed bugs in setting label's "local" text font.
   o SavePrimitive - saving text justification added.

- TGListBox
  o new methods:
     - SortByName - allow to sort listbox entries by names.
     - new auxilary/internal class TGLBFrameElement created.
        It's used for ascending/descending sort of list box entries.

  o reimplemented methods:
   ChangeBackground, Layout, GetDefaultWidth

  o disable changing layout manager in SetLayoutManager method.
    Layout manager is not used for layout of list box.

- TGIcon
   o SetImagePath method was corrected.

- TGScrollBarElement
   o new methods:
     - SetEnabled, IsEnabled. These methods are used in enabling/disabling
       TGNumberEntry objects.

- TGScrollBar
   o new getter methods:
      - GetHead, GetTail, GetSlider
   o new signals:
      - PositionChanged, RangeChanged, PageSizeChanged
   o ChangeBackground was reimplemented.

- TGShutter
   o new methods:
      - AddPage, RemovePage, RenamePage
   o new signal Selected.
   o disable changing layout manager in SetLayoutManager method.
     Layout manager is not used for layout.

- TGView
   o disable changing layout manager by SetLayoutManager method.
     Layout manager is not used for layout.
   o ChangeBackground(Pixel_t col) method added which changes background
     color only of the canvas frame.

- TGNumberEntry
   o more options added to context menu.

- TGProgressBar
   o new getter/setter methods:
    - GetBarColor, GetNormGC, GetFontStruct, SetForegroundColor.

- TGTab
   o disable SetEditDisabled method to avoid changing "edit disable
     attribute".

- TGTextEdit, TGTextView, TGView
   o fixed bug - "character replace" mode didn't work
   o setting insert mode added to context menu.
   o setting "read only" mode added to context menu.
   o new method which enable/disable "popup menu for edit actions" added.
   o few corrections to SavePrimitive method.

- TGTextEntry
   o guibuilder specific code was removed.

-  TGuiBuilder.h, TGuiBldAction
   o possibility to set picture for context menu entry added.

- treeviewer/inc/TSessionViewer.h
  o forward declaration of TContextMenu class added.

Revision 14816 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 24 14:07:47 2006 UTC (8 years, 9 months ago) by antcheva
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 41880 byte(s)
Diff to previous 13292
From Valeriy Onuchin:
 - changed signature of Enable() method to Enable(Bool_t on = kTRUE)
 - added dummy methods:
   void SetDown(Bool_t on = kTRUE, Bool_t emit = kFALSE) { TGButton::SetDown(on, emit); }
   void Rename(const char *title)  { TGTextButton::SetTitle(title); }
   void SetEnabled(Bool_t e = kTRUE) {TGButton::SetEnabled(e); }

Revision 13292 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 21 00:25:38 2005 UTC (9 years, 2 months ago) by rdm
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 41596 byte(s)
Diff to previous 12656
From Bertrand:
- added comments in TGMdi classes.
- added comments in TGColorSelect and TGColorDialog classes.
- added comments in TGFontDialog classes.
- changes in all these classes to make rulechecker happy.
- added a new member / option in TGListTree allowing to disable
  item opening on doubleclick.

Revision 12656 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 5 13:33:08 2005 UTC (9 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39785 byte(s)
Diff to previous 12644
from Ilka:
more coding convention fixes.

Revision 12644 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 5 07:33:37 2005 UTC (9 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39781 byte(s)
Diff to previous 12525
From Ilka:
fixing of coding style violations.

Revision 12525 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 23 17:00:41 2005 UTC (9 years, 5 months ago) by brun
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39745 byte(s)
Diff to previous 10949
From Bertrand:
Added several protections in TGXXX class constructors,
used when browsing ROOT classes.

Revision 10949 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 18 21:07:27 2005 UTC (10 years ago) by brun
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39607 byte(s)
Diff to previous 9994
From Valeriy Onuchin
- an example of usage "hierarchical cleaning" added to guitest tutorial.
- add protection to TGMenuBar dtor. for case of hierarchical cleaning.
- TGCanvas. Cleanup container in case of  hierarchical cleaning.
- RootX11ErrorHandler - ignore errors for "pseudo-windows" with win ID = 0.

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/TGColorDialog.cxx
File length: 39606 byte(s)
Diff to previous 9754
use the new TGTransientFrame::CenterOnParent() method.

Revision 9754 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 13 15:12:49 2004 UTC (10 years, 5 months ago) by rdm
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 40144 byte(s)
Diff to previous 9270
From Ilka an me:
fix problem with access of deleted TGColorDialog object in the WaitFor()
method called at the end of the TGColorDialog ctor. Instead of WaitFor()
use now WaitForUnmap(), in CloseWindow() call now UnmapWindow() instead
of DeleteWindow() and after WaitForUnmap() call now DeleteWindow().

Removed a number of memory leaks by using SetCleanup() for all
composite frames.

Revision 9270 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 21 12:42:07 2004 UTC (10 years, 7 months ago) by rdm
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39843 byte(s)
Diff to previous 8615
From Ilka:
gui/inc/TGColorDialog.h
- correction of signature of ColorSelected() signal

gui/src/TGColorDialog.cxx
- set the ROOT colors from index 10 to 58 as pallette colors

gui/src/TGColorSelect.cxx
- setup the first 10 ROOT colors in TG16CColorSelector + complete the
  rest with other ROOT colors (proposed by Bertrand).

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/TGColorDialog.cxx
File length: 39840 byte(s)
Diff to previous 8233
From Valeriy

Remove ifdefs on GDK_WIN32

Revision 8233 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 18 20:13:43 2004 UTC (10 years, 11 months ago) by brun
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39929 byte(s)
Diff to previous 8228
The following mega patch is from Ilka. She has integrated and further
developed the original classes from Marek Biskup (summer student last year)..
Valeriy Onuchin has also contributed by extending/adapting existing
GUI classes.

Very first prototype of the new pad editor is available for testing and
feedbacks. It was started by Marek Biskup as his project during the
Summer Student Program 2003.
The new pad editor helps ROOT GUI to become closer to the well known
application GUIs; to be user friendly, having easier and faster access
to the ROOT graphics, to be more intuitive. It is embedded in the
TCanvas window every canvas has an editor.
The editor frame is on the left side of the canvas window. The user can
show it via Edit/Editor menu selection. The editor frame contains a set
of picture buttons for selecting well known graphical primitives for
drawing; below them there are widgets for attribute changing. When an
object is selected its name appears with a set of options available for
changing: fill style and color; line style, width and color; text font,
size and style; marker style, size and color.

New Classes:
TGFontTypeComboBox - a combo box with fonts for a choice;
TGLineWidthComboBox - a combo box with line widths;
TGLineWidthLBEntry - list box entry for different line widths
TGLineStyleComboBox - a combo box with line styles;
TGLineStyleLBEntry - list box entry for a line style

TGedEditor - the new editor containing tool-box and attribute frames of
the selected object;
TGedToolBox - frame with picture buttons for a primitive drawing

TGedAttFrame - a base class for all attribute frames
TGedAttNameFrame - a frame showing the selected object name (if exists)
TGedAttFillFrame - a frame showing the fill attributes
TGedAttLineFrame - a frame showing the line attributes
TGedAttTextFrame - a frame showing the text attributes
TGedAttMarkerFrame - a frame showing the marker attributes

TGedPatternFrame - popup window for fill pattern selection
TGedPatternSelector - a button for pattern selection
TGedSelect - service class for selecting
TGedPopup - service class for popup attribute window
TGPatternSelect - a button for selected pattern
TGedMarkerPopup - popup window for marker selection
TGedMarkerSelect - a button for selected marker

Several changes are made in TCanvas, TPad, TRootCanvas to adapt them for
the new GUI interface. The old GUI interface is kept and it can be used
too. The class TPadEditorOld provides its functionality.

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/TGColorDialog.cxx
File length: 39805 byte(s)
Diff to previous 6663
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 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/TGColorDialog.cxx
File length: 39798 byte(s)
Diff to previous 6314
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 6314 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 17 16:38:03 2003 UTC (11 years, 10 months ago) by rdm
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39744 byte(s)
Diff to previous 6001
updates in comments.

Revision 6001 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 28 18:31:12 2003 UTC (11 years, 11 months ago) by rdm
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39743 byte(s)
Diff to previous 5717
don't set user defined colors after widget has already been
deleted, now set just before window is deleted. Reportded by Otto Schaile.

Revision 5717 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 2 18:50:12 2002 UTC (12 years, 1 month ago) by rdm
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39737 byte(s)
Diff to previous 5328
mega patch to remove almost all compiler warnings on MacOS X where the
compiler is by default in pedantic mode (LHCb also like to use this option).
The following issues have been fixed:
- removal of unused arguments
- comparison between signed and unsigned integers
- not calling of base class copy ctor in copy ctor's
To be done, the TGeo classes where we get still many hundred warnings of
the above nature. List forwarded to Andrei.

Revision 5328 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 18 12:22:14 2002 UTC (12 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39734 byte(s)
Diff to previous 5308
use DeleteWindow() instead of "delete this" to close and delete the widget.

Revision 5308 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 16 07:53:48 2002 UTC (12 years, 4 months ago) by brun
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39730 byte(s)
Diff to previous 5298
Remove unused variable n in TGColorPalette::HandleKey to avoid
a warning with most compilers.

Revision 5298 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 14 20:25:48 2002 UTC (12 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39768 byte(s)
Diff to previous 5294
fix for button motion in color palette widget for win32gdk (Bertrand).

Revision 5294 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 14 11:21:53 2002 UTC (12 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39678 byte(s)
Diff to previous 5291
add default: at end of switch. Gcc 3.2 produced a warning.

Revision 5291 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Sep 14 00:35:05 2002 UTC (12 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TGColorDialog.cxx
File length: 39585 byte(s)
new TGColorSelect, TGColorDialog, TGColorPalette and TGColorPick widgets.
Ported by Bertrand from xclass library to ROOT for win32gdk. Further fine-tuned
by me. See guitest(.cxx|.C) for example usage.

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