From 5886d3706fed320e91381913bb584ade85a8e80c Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 20 Sep 2016 12:57:18 +0000 Subject: [PATCH] Update fluid files and copyright. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11952 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_File_Chooser.H | 6 +++--- fluid/CodeEditor.cxx | 2 +- fluid/Fl_Function_Type.cxx | 2 +- fluid/Fl_Type.cxx | 2 +- fluid/Fl_Type.h | 2 +- fluid/Fl_Widget_Type.cxx | 2 +- fluid/about_panel.cxx | 4 ++-- fluid/about_panel.fl | 4 ++-- fluid/about_panel.h | 2 +- fluid/alignment_panel.cxx | 2 +- fluid/alignment_panel.fl | 6 +++--- fluid/alignment_panel.h | 2 +- fluid/file.cxx | 2 +- fluid/fluid.cxx | 2 +- fluid/function_panel.cxx | 2 +- fluid/function_panel.fl | 2 +- fluid/function_panel.h | 2 +- fluid/print_panel.cxx | 2 +- fluid/print_panel.fl | 2 +- fluid/print_panel.h | 2 +- fluid/template_panel.cxx | 2 +- fluid/template_panel.fl | 2 +- fluid/template_panel.h | 2 +- fluid/widget_panel.cxx | 2 +- fluid/widget_panel.fl | 2 +- fluid/widget_panel.h | 2 +- 26 files changed, 32 insertions(+), 32 deletions(-) diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index 1b982fe3d..6348b3106 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -15,12 +15,12 @@ // // http://www.fltk.org/str.php // -// ========================================================================= +// ======================================================================= // DO NOT EDIT FL/Fl_File_Chooser.H and src/Fl_File_Chooser.cxx !!! -// ========================================================================= +// ======================================================================= // Please use fluid to change src/Fl_File_Chooser.fl interactively // and then use fluid to "write code" or edit and use fluid -c . -// ========================================================================= +// ======================================================================= // // generated by Fast Light User Interface Designer (fluid) version 1.0304 diff --git a/fluid/CodeEditor.cxx b/fluid/CodeEditor.cxx index e4fbc57f2..689f12855 100644 --- a/fluid/CodeEditor.cxx +++ b/fluid/CodeEditor.cxx @@ -3,7 +3,7 @@ // // Code editor widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index b9234f3f1..90547c624 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -3,7 +3,7 @@ // // C function type code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2011 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/Fl_Type.cxx b/fluid/Fl_Type.cxx index a95fd72c9..db5e04c2b 100644 --- a/fluid/Fl_Type.cxx +++ b/fluid/Fl_Type.cxx @@ -15,7 +15,7 @@ // not in the linked list and are not written to files or // copied or otherwise examined. // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index e56fa02e1..859f98bd1 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -12,7 +12,7 @@ // but it was easier to implement this by using the file read/write // that is needed to save the setup anyways. // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index 8cb10c4ad..5552a256e 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -3,7 +3,7 @@ // // Widget type code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index 5e441d04c..b5bd1ac73 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -3,7 +3,7 @@ // // About dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -282,7 +282,7 @@ Fl_Double_Window* make_about_panel() { snprintf(about,sizeof(about),"FLTK User\nInterface Designer\nVersion %d.%d.%d",FL_MAJOR_VERSION,FL_MINOR_VERSION,FL_PATCH_VERSION); o->copy_label(about); } // Fl_Box* o - { Fl_Box* o = new Fl_Box(135, 90, 200, 45, "Copyright 1998-2015 by\nBill Spitzak and others"); + { Fl_Box* o = new Fl_Box(135, 90, 200, 45, "Copyright 1998-2016 by\nBill Spitzak and others"); o->align(Fl_Align(132|FL_ALIGN_INSIDE)); } // Fl_Box* o { Fl_Button* o = new Fl_Button(115, 145, 123, 25, "View License..."); diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index 6d4e9a849..460011cb3 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -7,7 +7,7 @@ comment {// // // About dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -45,7 +45,7 @@ Version x.x.x} code2 {o->copy_label(about);} } Fl_Box {} { - label {Copyright 1998-2015 by + label {Copyright 1998-2016 by Bill Spitzak and others} xywh {135 90 200 45} align 148 } diff --git a/fluid/about_panel.h b/fluid/about_panel.h index 349e57404..312d19ab1 100644 --- a/fluid/about_panel.h +++ b/fluid/about_panel.h @@ -3,7 +3,7 @@ // // About dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx index 73bfae20d..3bd5ee180 100644 --- a/fluid/alignment_panel.cxx +++ b/fluid/alignment_panel.cxx @@ -3,7 +3,7 @@ // // Setting and shell dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 9de95fd1e..296e75a84 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -7,7 +7,7 @@ comment {// // // Setting and shell dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -167,8 +167,8 @@ decl {void scheme_cb(Fl_Choice *, void *);} {public local Function {make_settings_window()} {} { Fl_Window settings_window { label {GUI Settings} open - xywh {355 85 360 355} type Double resizable - code0 {o->size_range(o->w(), o->h());} non_modal visible + xywh {355 85 360 355} type Double hide resizable + code0 {o->size_range(o->w(), o->h());} non_modal } { Fl_Choice scheme_choice { label {Scheme: } diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index 5ff9c6484..bfac354ca 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -3,7 +3,7 @@ // // Setting and shell dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/file.cxx b/fluid/file.cxx index bc0d049bf..10259f267 100644 --- a/fluid/file.cxx +++ b/fluid/file.cxx @@ -8,7 +8,7 @@ // They are somewhat similar to tcl, using matching { and } // to quote strings. // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index 9a0955964..ad353a8fb 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -3,7 +3,7 @@ // // FLUID main entry for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index 0f107d154..fcabf51b3 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -3,7 +3,7 @@ // // Code dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 687ae83e1..4d56c8a5b 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -7,7 +7,7 @@ comment {// // // Code dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/function_panel.h b/fluid/function_panel.h index 86087385a..29ea091a3 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -3,7 +3,7 @@ // // Code dialogs for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/print_panel.cxx b/fluid/print_panel.cxx index 210bcc201..d11c68223 100644 --- a/fluid/print_panel.cxx +++ b/fluid/print_panel.cxx @@ -3,7 +3,7 @@ // // FLUID print panel for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/print_panel.fl b/fluid/print_panel.fl index fe3ed4185..feaf9cb0b 100644 --- a/fluid/print_panel.fl +++ b/fluid/print_panel.fl @@ -7,7 +7,7 @@ comment {// // // FLUID print panel for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/print_panel.h b/fluid/print_panel.h index ba7d7123e..74b1b2c66 100644 --- a/fluid/print_panel.h +++ b/fluid/print_panel.h @@ -3,7 +3,7 @@ // // FLUID print panel for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/template_panel.cxx b/fluid/template_panel.cxx index dc10ef0ef..0beba6a1a 100644 --- a/fluid/template_panel.cxx +++ b/fluid/template_panel.cxx @@ -3,7 +3,7 @@ // // FLUID template support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/template_panel.fl b/fluid/template_panel.fl index 987f3615b..7bc1ed530 100644 --- a/fluid/template_panel.fl +++ b/fluid/template_panel.fl @@ -7,7 +7,7 @@ comment {// // // FLUID template support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/template_panel.h b/fluid/template_panel.h index 6437db07b..0298dedb8 100644 --- a/fluid/template_panel.h +++ b/fluid/template_panel.h @@ -3,7 +3,7 @@ // // FLUID template support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx index 2fae14de0..3f81d04a1 100644 --- a/fluid/widget_panel.cxx +++ b/fluid/widget_panel.cxx @@ -3,7 +3,7 @@ // // Widget panel for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index 62b41b188..05eefe0da 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -7,7 +7,7 @@ comment {// // // Widget panel for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h index 49cd49192..24d26aa01 100644 --- a/fluid/widget_panel.h +++ b/fluid/widget_panel.h @@ -3,7 +3,7 @@ // // Widget panel for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this