Skip to content

Commit fffd0d1

Browse files
author
fabien
committed
Library
+ fixed problem when using size_range with 0 param for constraining height of a window this problem was also pointed out as STR #1211 for fltk1 Demos + added a size_range demo and test program, added on ide/visualc makefile but not added to the demo programs on purpose. ALL + fixed copyright header year info "199.-[012345789] by Bill" to "199.-2006 by Bill" some dates where still copyright 1996-2000 (what a pain) git-svn-id: http://seriss.com/public/fltk/fltk/trunk@4886 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
1 parent ce294f7 commit fffd0d1

File tree

326 files changed

+770
-500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

326 files changed

+770
-500
lines changed

FL/Enumerations.H

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//
2-
// "$Id: Enumerations.H,v 1.59 2003/12/13 11:06:53 spitzak Exp $"
2+
// "$Id$"
33
//
44
// Enumerations for the Fast Light Tool Kit (FLTK).
55
//
6-
// Copyright 1998-2003 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public
@@ -353,5 +353,5 @@ enum Fl_Damage {
353353
#endif
354354

355355
//
356-
// End of "$Id: Enumerations.H,v 1.59 2003/12/13 11:06:53 spitzak Exp $".
356+
// End of "$Id$".
357357
//

FL/Fl_Chart.H

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//
2-
// "$Id: Fl_Chart.H,v 1.21 2003/01/19 07:54:59 spitzak Exp $"
2+
// "$Id$"
33
//
44
// Forms chart header file for the Fast Light Tool Kit (FLTK).
55
//
6-
// Copyright 1998-2003 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public
@@ -79,5 +79,5 @@ private:
7979
#endif
8080

8181
//
82-
// End of "$Id: Fl_Chart.H,v 1.21 2003/01/19 07:54:59 spitzak Exp $".
82+
// End of "$Id$".
8383
//

FL/Fl_Menu_Item.H

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
//
2-
// "$Id: Fl_Menu_Item.H,v 1.45 2003/01/19 07:54:59 spitzak Exp $"
2+
// "$Id$"
33
//
44
// Back-compatability menu items for FLTK. The new fltk::Menu class
55
// converts these tables into child fltk::Item and fltk::ItemGroup widgets.
66
// You should not use this for new programs.
77
//
8-
// Copyright 1998-2000 by Bill Spitzak and others.
8+
// Copyright 1998-2006 by Bill Spitzak and others.
99
//
1010
// This library is free software; you can redistribute it and/or
1111
// modify it under the terms of the GNU Library General Public
@@ -159,5 +159,5 @@ enum { // back-compatability enum:
159159
#endif
160160

161161
//
162-
// End of "$Id: Fl_Menu_Item.H,v 1.45 2003/01/19 07:54:59 spitzak Exp $".
162+
// End of "$Id$".
163163
//

FL/forms.H

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//
2-
// "$Id: forms.H,v 1.27 2003/01/19 07:54:59 spitzak Exp $"
2+
// "$Id$"
33
//
44
// Forms emulation header file for the Fast Light Tool Kit (FLTK).
55
//
6-
// Copyright 1998-2003 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public
@@ -853,5 +853,5 @@ inline void fl_draw() {Fl::flush();}
853853
#endif /* define __FORMS_H__ */
854854

855855
//
856-
// End of "$Id: forms.H,v 1.27 2003/01/19 07:54:59 spitzak Exp $".
856+
// End of "$Id$".
857857
//

GL/glut.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//
2-
// "$Id: glut.h,v 1.7 2002/12/10 02:00:28 easysw Exp $"
2+
// "$Id$"
33
//
44
// GLUT compatibility header for the Fast Light Tool Kit (FLTK).
55
//
6-
// Copyright 1998-2003 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public
@@ -26,5 +26,5 @@
2626
#include <fltk/glut.h>
2727

2828
//
29-
// End of "$Id: glut.h,v 1.7 2002/12/10 02:00:28 easysw Exp $".
29+
// End of "$Id$".
3030
//

OpenGL/Fl_Gl_Choice.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// OpenGL visual selection code for the Fast Light Tool Kit (FLTK).
55
//
6-
// Copyright 1998-2000 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public

OpenGL/Fl_Gl_Overlay.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// OpenGL overlay code for the Fast Light Tool Kit (FLTK).
55
//
6-
// Copyright 1998-2000 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public

OpenGL/Fl_Gl_Window.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// OpenGL window code for the Fast Light Tool Kit (FLTK).
55
//
6-
// Copyright 1998-2000 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public

OpenGL/GlChoice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// OpenGL definitions for the Fast Light Tool Kit (FLTK).
55
//
6-
// Copyright 1998-2001 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public

OpenGL/gl_draw.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// OpenGL drawing support routines for the Fast Light Tool Kit (FLTK).
55
//
6-
// Copyright 1998-2003 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public

OpenGL/gl_start.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// "$Id$"
33
//
4-
// Copyright 1998-2000 by Bill Spitzak and others.
4+
// Copyright 1998-2006 by Bill Spitzak and others.
55
//
66
// This library is free software; you can redistribute it and/or
77
// modify it under the terms of the GNU Library General Public

bc5/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* "$Id: config.h,v 1.13 2002/12/10 02:00:29 easysw Exp $"
2+
* "$Id$"
33
*
44
* Configuration file for the Fast Light Tool Kit (FLTK).
55
*
6-
* Copyright 1998-2003 by Bill Spitzak and others.
6+
* Copyright 1998-2006 by Bill Spitzak and others.
77
*
88
* This library is free software; you can redistribute it and/or
99
* modify it under the terms of the GNU Library General Public
@@ -191,5 +191,5 @@
191191
#define CONF_CACHED
192192

193193
/*
194-
* End of "$Id: config.h,v 1.13 2002/12/10 02:00:29 easysw Exp $".
194+
* End of "$Id$".
195195
*/

fltk/Adjuster.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
2-
// "$Id: Adjuster.h,v 1.3 2002/12/10 02:00:29 easysw Exp $"
2+
// "$Id$"
33
//
4-
// Copyright 1998-2003 by Bill Spitzak and others.
4+
// Copyright 1998-2006 by Bill Spitzak and others.
55
//
66
// This library is free software; you can redistribute it and/or
77
// modify it under the terms of the GNU Library General Public
@@ -54,5 +54,5 @@ class FL_API Adjuster : public Valuator {
5454
#endif
5555

5656
//
57-
// End of "$Id: Adjuster.h,v 1.3 2002/12/10 02:00:29 easysw Exp $".
57+
// End of "$Id$".
5858
//

fltk/AlignGroup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Layout header file for the Fast Light Tool Kit (FLTK).
22
//
3-
// Copyright 1998-2003 by Bill Spitzak and others.
3+
// Copyright 1998-2006 by Bill Spitzak and others.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Library General Public

fltk/Clock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// "$Id$"
33
//
4-
// Copyright 1998-2002 by Bill Spitzak and others.
4+
// Copyright 1998-2006 by Bill Spitzak and others.
55
//
66
// This library is free software; you can redistribute it and/or
77
// modify it under the terms of the GNU Library General Public

fltk/ColorChooser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Color chooser header file for the Fast Light Tool Kit (FLTK).
55
//
6-
// Copyright 1998-2003 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public

fltk/FL_API.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// "$Id: FL_API.h,v 1.5 2004/10/01 07:07:52 spitzak Exp $"
1+
// "$Id$"
22
//
33
// Stuff needed to compile DLL's on Windows. These symbols pollute all
44
// the header files. Make sure you put them on anything you want to go
55
// into a DLL!
66
//
77
// I also put here some typedefs that fltk uses everywhere.
88
//
9-
// Copyright 1998-2004 by Bill Spitzak and others.
9+
// Copyright 1998-2006 by Bill Spitzak and others.
1010
//
1111
// This library is free software; you can redistribute it and/or
1212
// modify it under the terms of the GNU Library General Public
@@ -66,5 +66,5 @@ typedef unsigned char uchar;
6666
#endif
6767

6868
//
69-
// End of "$Id: FL_API.h,v 1.5 2004/10/01 07:07:52 spitzak Exp $".
69+
// End of "$Id$".
7070
//

fltk/FileBrowser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// FileBrowser definitions.
55
//
6-
// Copyright 1999-2005 by Michael Sweet.
6+
// Copyright 1999-2006 by Michael Sweet.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public

fltk/FileInput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// File_Input header file for the Fast Light Tool Kit (FLTK).
55
//
6-
// Copyright 1998-2005 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
// Original version Copyright 1998 by Curtis Edwards.
88
//
99
// This library is free software; you can redistribute it and/or

fltk/FloatInput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// typed. Currently this is implemented by the base class by checking
66
// type() but this may change in the future.
77
//
8-
// Copyright 1998-2003 by Bill Spitzak and others.
8+
// Copyright 1998-2006 by Bill Spitzak and others.
99
//
1010
// This library is free software; you can redistribute it and/or
1111
// modify it under the terms of the GNU Library General Public

fltk/GlWindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// OpenGL window. You must subclass this and implement draw() if
55
// you want this to work.
66
//
7-
// Copyright 1998-2003 by Bill Spitzak and others.
7+
// Copyright 1998-2006 by Bill Spitzak and others.
88
//
99
// This library is free software; you can redistribute it and/or
1010
// modify it under the terms of the GNU Library General Public

fltk/Group.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Group is the base class for all container widgets. For historical
55
// reasons it also provides a default version of layout.
66
//
7-
// Copyright 1998-2003 by Bill Spitzak and others.
7+
// Copyright 1998-2006 by Bill Spitzak and others.
88
//
99
// This library is free software; you can redistribute it and/or
1010
// modify it under the terms of the GNU Library General Public

fltk/HelpView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Help Viewer widget definitions.
55
//
6-
// Copyright 1997-2003 by Easy Software Products.
6+
// Copyright 1997-2006 by Easy Software Products.
77
// Image support donated by Matthias Melcher, Copyright 2000.
88
//
99
// This library is free software; you can redistribute it and/or

fltk/HighlightButton.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//
2-
// "$Id: HighlightButton.h,v 1.3 2002/12/10 02:00:29 easysw Exp $"
2+
// "$Id$"
33
//
44
// This button highlights even if the default style does not do so.
55
//
6-
// Copyright 1998-2003 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public
@@ -41,5 +41,5 @@ class FL_API HighlightButton : public Button {
4141
#endif
4242

4343
//
44-
// End of "$Id: HighlightButton.h,v 1.3 2002/12/10 02:00:29 easysw Exp $".
44+
// End of "$Id$".
4545
//

fltk/Image.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// "$Id$"
22
//
3-
// Copyright 1998-2005 by Bill Spitzak and others.
3+
// Copyright 1998-2006 by Bill Spitzak and others.
44
//
55
// This library is free software; you can redistribute it and/or
66
// modify it under the terms of the GNU Library General Public

fltk/Input.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// One-line text input field.
55
//
6-
// Copyright 1998-2003 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public

fltk/InputBrowser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// The implementation is a good example of how to get a widget to appear
1010
// in a modal pop-up window.
1111
//
12-
// Copyright 1998-2003 by Bill Spitzak and others.
12+
// Copyright 1998-2006 by Bill Spitzak and others.
1313
//
1414
// This library is free software; you can redistribute it and/or
1515
// modify it under the terms of the GNU Library General Public

fltk/IntInput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// "$Id$"
33
//
4-
// Copyright 1998-2003 by Bill Spitzak and others.
4+
// Copyright 1998-2006 by Bill Spitzak and others.
55
//
66
// This library is free software; you can redistribute it and/or
77
// modify it under the terms of the GNU Library General Public

fltk/Item.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Widget designed to be a menu or browser item.
55
//
6-
// Copyright 1998-2003 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public

fltk/ItemGroup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// base Menu class this way because the style inheritance would mess
77
// up the styles of MenuButton and MenuBar. Code is in Item.cxx
88
//
9-
// Copyright 1998-2003 by Bill Spitzak and others.
9+
// Copyright 1998-2006 by Bill Spitzak and others.
1010
//
1111
// This library is free software; you can redistribute it and/or
1212
// modify it under the terms of the GNU Library General Public

fltk/LabelType.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// labels. You could also put in code that interprets the text of
77
// the label and draws anything you want with it.
88
//
9-
// Copyright 1998-2003 by Bill Spitzak and others.
9+
// Copyright 1998-2006 by Bill Spitzak and others.
1010
//
1111
// This library is free software; you can redistribute it and/or
1212
// modify it under the terms of the GNU Library General Public

fltk/LightButton.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//
2-
// "$Id: LightButton.h,v 1.3 2003/04/20 03:17:47 easysw Exp $"
2+
// "$Id$"
33
//
44
// Forms/XForms/Flame style button with indicator light on left
55
//
6-
// Copyright 1998-2003 by Bill Spitzak and others.
6+
// Copyright 1998-2006 by Bill Spitzak and others.
77
//
88
// This library is free software; you can redistribute it and/or
99
// modify it under the terms of the GNU Library General Public
@@ -41,5 +41,5 @@ class FL_API LightButton : public CheckButton {
4141
#endif
4242

4343
//
44-
// End of "$Id: LightButton.h,v 1.3 2003/04/20 03:17:47 easysw Exp $".
44+
// End of "$Id$".
4545
//

0 commit comments

Comments
 (0)