[root] / trunk / graf2d / gpad / src / TColorWheel.cxx Repository:
ViewVC logotype

Log of /trunk/graf2d/gpad/src/TColorWheel.cxx

Parent Directory Parent Directory


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

Revision 41295 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 10 12:18:23 2011 UTC (3 years, 3 months ago) by couet
File length: 14026 byte(s)
Diff to previous 41209
Fix coverity report #32926

Revision 41209 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 6 12:54:28 2011 UTC (3 years, 3 months ago) by couet
File length: 13990 byte(s)
Diff to previous 35538
Fix coverity reports (NULL_RETURNS)

Revision 35538 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 13:06:38 2010 UTC (4 years, 4 months ago) by brun
File length: 13923 byte(s)
Diff to previous 27600
e snprintf. coverity CID 13163

Revision 27600 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 25 08:17:22 2009 UTC (5 years, 10 months ago) by brun
File length: 13919 byte(s)
Diff to previous 23140
From Matthew Strait:
* Fix spelling and grammar errors
* Fold long lines so they don't spill off the right side
* Add spaces for readability
* Standardize notation and style within sections.

Revision 23140 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 11:01:39 2008 UTC (6 years, 9 months ago) by rdm
File length: 13914 byte(s)
Diff to previous 20935
move the following directories to "graf2d":

asimage, freetype, gpad, graf, postscript, qt, win32gdk, x11, x11ttf

move the following directories to "graf3d":

eve, ftgl, g3d, gl, x3d

Revision 20935 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 17:39:33 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/gpad/src/TColorWheel.cxx
File length: 13914 byte(s)
Diff to previous 20890
Remove gcc 4.2 compiler warnings.

Revision 20890 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 13:23:01 2007 UTC (7 years, 2 months ago) by couet
Original Path: trunk/gpad/src/TColorWheel.cxx
File length: 13984 byte(s)
Diff to previous 20882
- Fix Solaris compilation's warning.

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/gpad/src/TColorWheel.cxx
File length: 13970 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/gpad/src/TColorWheel.cxx
File length: 13970 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/gpad/src/TColorWheel.cxx
File length: 14023 byte(s)
Diff to previous 18317
remove :$ from tag line

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/gpad/src/TColorWheel.cxx
File length: 14033 byte(s)
Diff to previous 18239
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 18239 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 12 13:38:27 2007 UTC (7 years, 10 months ago) by brun
Original Path: trunk/gpad/src/TColorWheel.cxx
File length: 13901 byte(s)
Diff to previous 18231
The Color Wheel is drawn in a canvas 400x400 instead of 600x600.
The TColorWheel object has its bit kCanDelete set to avoid memory leaks
in case it is shown with the "View" option of the canvas.

Revision 18231 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 11 07:28:57 2007 UTC (7 years, 10 months ago) by brun
Original Path: trunk/gpad/src/TColorWheel.cxx
File length: 13882 byte(s)
Diff to previous 18230
Fix typo in documentation.

Revision 18230 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 11 07:17:22 2007 UTC (7 years, 10 months ago) by brun
Original Path: trunk/gpad/src/TColorWheel.cxx
File length: 13882 byte(s)
Diff to previous 18229
Add more documentation

Revision 18229 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 10 23:13:29 2007 UTC (7 years, 10 months ago) by brun
Original Path: trunk/gpad/src/TColorWheel.cxx
File length: 13063 byte(s)
Diff to previous 18228
In the macro example, return the canvas (required by THtml)

Revision 18228 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 10 23:03:15 2007 UTC (7 years, 10 months ago) by brun
Original Path: trunk/gpad/src/TColorWheel.cxx
File length: 13037 byte(s)
Diff to previous 18227
Fix a compiler warning.

Revision 18227 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Mar 10 22:58:01 2007 UTC (7 years, 10 months ago) by brun
Original Path: trunk/gpad/src/TColorWheel.cxx
File length: 13031 byte(s)
Add new class to draw the ROOT Color Wheel.
The wheel contains the recommended 216 colors to be used in web applications.
The colors in the Color Wheel are created by TColor::CreateColorWheel.
To view the ColorWheel, do
  TColorWheel w;
  w.Draw();
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