diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-03-10 01:41:55 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-03-10 01:41:55 +0000 |
| commit | 0f45a7adf55c002d6f3804c56344340690556c42 (patch) | |
| tree | 26101d6bae68dcf3fbb77b972f07f2dc36378d76 /src | |
| parent | c96c4c35b0c308c1da9796ca88762044851d3801 (diff) | |
[Version 1.3.4] Update version numbers - hopefully complete.
Note to devs: if I missed something, please mark follow-up commits with
[Version 1.3.4] so we can find the necessary commits for version updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10612 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_File_Chooser.cxx | 4 | ||||
| -rw-r--r-- | src/Fl_File_Chooser.fl | 12 | ||||
| -rw-r--r-- | src/Fl_Help_Dialog.cxx | 4 | ||||
| -rw-r--r-- | src/Fl_Help_Dialog.fl | 6 | ||||
| -rw-r--r-- | src/Fl_Window_shape.cxx | 2 |
5 files changed, 14 insertions, 14 deletions
diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx index 076750550..a51c5c883 100644 --- a/src/Fl_File_Chooser.cxx +++ b/src/Fl_File_Chooser.cxx @@ -3,7 +3,7 @@ // // Fl_File_Chooser dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2014 by Bill Spitzak and others. +// Copyright 1998-2015 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 @@ -23,7 +23,7 @@ // ======================================================================== // -// generated by Fast Light User Interface Designer (fluid) version 1.0303 +// generated by Fast Light User Interface Designer (fluid) version 1.0304 #include "../FL/Fl_File_Chooser.H" #include <FL/fl_draw.H> diff --git a/src/Fl_File_Chooser.fl b/src/Fl_File_Chooser.fl index 1f4b6cb58..bf4930a96 100644 --- a/src/Fl_File_Chooser.fl +++ b/src/Fl_File_Chooser.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0303 +version 1.0304 header_name {../FL/Fl_File_Chooser.H} code_name {.cxx} comment {// @@ -7,7 +7,7 @@ comment {// // // Fl_File_Chooser dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2014 by Bill Spitzak and others. +// Copyright 1998-2015 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 @@ -76,11 +76,11 @@ class FL_EXPORT Fl_File_Chooser {open fileList->deselect(); Fl::remove_timeout((Fl_Timeout_Handler)previewCB, this); window->hide();} open - private xywh {507 327 490 380} type Double resizable + private xywh {507 327 490 380} type Double hide resizable code0 {if (title) window->label(title);} code1 {\#include <stdio.h>} code2 {\#include <stdlib.h>} - code3 {\#include <string.h>} modal visible + code3 {\#include <string.h>} modal } { Fl_Group {} {open private xywh {10 10 470 25} @@ -181,8 +181,8 @@ window->hide();} } Fl_Window favWindow { label {Manage Favorites} - private xywh {413 100 355 150} type Double resizable - code0 {favWindow->label(manage_favorites_label);} modal size_range {181 150 0 0} visible + private xywh {413 100 355 150} type Double hide resizable + code0 {favWindow->label(manage_favorites_label);} modal size_range {181 150 0 0} } { Fl_File_Browser favList { callback {favoritesCB(favList);} diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx index d74c4f427..c052b5456 100644 --- a/src/Fl_Help_Dialog.cxx +++ b/src/Fl_Help_Dialog.cxx @@ -3,7 +3,7 @@ // // Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2014 by Bill Spitzak and others. +// Copyright 1998-2015 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 @@ -23,7 +23,7 @@ // ======================================================================== // -// generated by Fast Light User Interface Designer (fluid) version 1.0303 +// generated by Fast Light User Interface Designer (fluid) version 1.0304 #include "../FL/Fl_Help_Dialog.H" #include "flstring.h" diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl index f3c0a9e84..260db0e55 100644 --- a/src/Fl_Help_Dialog.fl +++ b/src/Fl_Help_Dialog.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0303 +version 1.0304 header_name {../FL/Fl_Help_Dialog.H} code_name {.cxx} comment {// @@ -7,7 +7,7 @@ comment {// // // Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2014 by Bill Spitzak and others. +// Copyright 1998-2015 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 @@ -51,7 +51,7 @@ class FL_EXPORT Fl_Help_Dialog {open } { Fl_Window window_ { label {Help Dialog} open - private xywh {398 64 530 385} type Double resizable size_range {260 150 0 0} visible + private xywh {398 64 530 385} type Double hide resizable size_range {260 150 0 0} } { Fl_Group {} {open selected xywh {10 10 511 25} diff --git a/src/Fl_Window_shape.cxx b/src/Fl_Window_shape.cxx index c3dc21aae..76750530b 100644 --- a/src/Fl_Window_shape.cxx +++ b/src/Fl_Window_shape.cxx @@ -311,7 +311,7 @@ Fl_Window::shape_data_type* Fl_Window::shape_data_ = NULL; A usage example is found at example/shapedwindow.cxx. - \version 1.3.3 (and requires compilation with -DFLTK_ABI_VERSION = 10303) + \version 1.3.3 (and requires compilation with FLTK_ABI_VERSION >= 10303) */ void Fl_Window::shape(const Fl_Image* img) { #if FLTK_ABI_VERSION >= 10303 |
