From 0f45a7adf55c002d6f3804c56344340690556c42 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 10 Mar 2015 01:41:55 +0000 Subject: [PATCH] [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 --- CHANGES | 40 ++++++++++++++--------------- CMake/setup.cmake | 2 +- CREDITS | 2 +- FL/Enumerations.H | 2 +- FL/Fl_File_Chooser.H | 4 +-- FL/Fl_Help_Dialog.H | 4 +-- README | 2 +- VERSION | 2 +- configure.in | 4 +-- documentation/Doxybook | 2 +- documentation/Doxyfile | 2 +- documentation/src/enumerations.dox | 6 ++--- documentation/src/html_footer | 4 +-- documentation/src/index.dox | 4 +-- documentation/src/preface.dox | 4 +-- fltk.spec.in | 2 +- fluid/about_panel.cxx | 6 ++--- fluid/about_panel.fl | 10 ++++---- fluid/about_panel.h | 4 +-- fluid/alignment_panel.cxx | 2 +- fluid/alignment_panel.fl | 16 ++++++------ fluid/alignment_panel.h | 2 +- fluid/fluid.app/Contents/Info.plist | 8 +++--- fluid/function_panel.cxx | 2 +- fluid/function_panel.fl | 26 +++++++++---------- fluid/function_panel.h | 2 +- fluid/print_panel.cxx | 2 +- fluid/print_panel.fl | 8 +++--- fluid/print_panel.h | 2 +- fluid/template_panel.cxx | 2 +- fluid/template_panel.fl | 6 ++--- fluid/template_panel.h | 2 +- fluid/widget_panel.cxx | 2 +- fluid/widget_panel.fl | 8 +++--- fluid/widget_panel.h | 2 +- ide/Xcode4/plists/Fluid-Info.plist | 4 +-- src/Fl_File_Chooser.cxx | 4 +-- src/Fl_File_Chooser.fl | 12 ++++----- src/Fl_Help_Dialog.cxx | 4 +-- src/Fl_Help_Dialog.fl | 6 ++--- src/Fl_Window_shape.cxx | 2 +- test/CubeViewUI.fl | 4 +-- test/fast_slow.fl | 4 +-- test/inactive.fl | 4 +-- test/keyboard_ui.fl | 6 ++--- test/mandelbrot_ui.fl | 6 ++--- test/preferences.fl | 4 +-- test/radio.fl | 4 +-- test/resize.fl | 4 +-- test/tabs.fl | 4 +-- test/tree.fl | 4 +-- test/valuators.fl | 6 ++--- 52 files changed, 140 insertions(+), 140 deletions(-) diff --git a/CHANGES b/CHANGES index 55cf99ea1..e34925967 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ???? New features and extensions - + - Added full support of true subwindows to the Mac OS X platform. Window nesting to any depth is possible. An Fl_Gl_Window window or subwindow can contain Fl_Window's as subwindows. @@ -17,8 +17,8 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ???? or not (STR #3142). It also captures subwindows of GL windows. - Fl::delete_widget() now hides the widget or window immediately (i.e. when called) - only destruction is delayed as before. - - The PostScript code output when printing images under Linux/Unix - is quite smaller due to use of lossless compression techniques. + - The PostScript code output when printing images under Linux/Unix + is quite smaller due to use of lossless compression techniques. Bug fixes @@ -45,7 +45,7 @@ CHANGES IN FLTK 1.3.3 RELEASED: Nov 03 2014 - New bilinear scaling method for RGB images (STR #2869, STR #3062). - New method Fl_Widget::top_window() (STR #2948). - New method Fl_Widget::top_window_offset() (part of STR #2944). - - New Fl_Tree_Item methods label_x(), label_y(), label_w(), label_h(). + - New Fl_Tree_Item methods label_x(), label_y(), label_w(), label_h(). - New methods Fl::enable_im() and Fl::disable_im() to enable/disable system Input Methods (IM). - New methods Fl::add_system_handler() and Fl::remove_system_handler() @@ -220,7 +220,7 @@ CHANGES IN FLTK 1.3.1 RELEASED: Nov 06 2012 - Created the FL_SCREEN_CONFIGURATION_CHANGED event that is triggered when a screen is added, removed, moved or when resolution is changed (STR #2600) - - Improved the description of page size and orientation by + - Improved the description of page size and orientation by Fl_PostScript_File_Device. - Added support for horizontal wheel movement under X11 and Windows Vista and above (STR #2644). @@ -268,10 +268,10 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011 to be declared const, corrected an Fl_Text_Buffer attrib. typo - All draw() methods of widgets are now protected (STR #2142). - Changed Fl_Group::clip_children() to public (STR #2017) - - Changed socket library to winsock2 (ws2_32.dll) instead of - wsock32.dll for Windows. The dll is now loaded dynamically only - if/when needed. - - Changed hide() and show() methods. They are now virtual from + - Changed socket library to winsock2 (ws2_32.dll) instead of + wsock32.dll for Windows. The dll is now loaded dynamically only + if/when needed. + - Changed hide() and show() methods. They are now virtual from Fl_Widget. - Added new label and image alignments (STR #2269) - Added global UI options (STR #2471) @@ -284,7 +284,7 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011 - Added interface to set color chooser mode (STR #2407) - Added Fl_Menu_::find_item by callback - Added loading jpeg images from memory - - Added support for shortcuts for Fl_Input_, Fl_Value_Input, and + - Added support for shortcuts for Fl_Input_, Fl_Value_Input, and Fl_Text_Display derived widgets (STR #1770) - Added Fl_Menu_ methods: insert(), find_index(), clear_submenu() - Hotspot behavior of fl_message() and other common dialogs is now @@ -345,7 +345,7 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011 - Added callback when double-clicking file in a file chooser (STR #2346) - Added alternative Xft font names (STR #2215) - - Added mouse!=0 check in Fl_Glut_Window::handle (STR #2381) + - Added mouse!=0 check in Fl_Glut_Window::handle (STR #2381) - Added indexing to Fl_Preferences - Added OS X cursor control to Fl_Input (STR #2169) - Added menu shortcut alignment for OS X @@ -353,18 +353,18 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011 for the first dropped character - Added flexible gap size for text buffer (STR #2046) - Added clarification to Fl_GL_Window mode function (STR #1945) - - Added alternative text input awareness on OS X + - Added alternative text input awareness on OS X - Improved handling of composed keys in OS X 10.5 and up - Improved stability of fl_read_image (STR #2021) - Much faster fl_read_image() for Windows (STR #2387). - Improved support for faulty X11 clients (STR #2385) - - Integrated default menu into Demo test app + - Integrated default menu into Demo test app - Replaced _WIN32 symbols that had come with UTF-8 and the new Fl_Table widget with WIN32 - Widgets now remove stale entries from the default callback queue when they are deleted (STR #2302) - Managing all Widget flags in a single location now (STR #2161) - - File chooser preview now recognizes UTF-8 encoded + - File chooser preview now recognizes UTF-8 encoded text files (STR #2218) - Setting a default font for Xft (STR #2216) - Restructured the unittest application @@ -396,13 +396,13 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011 - Fixed handling of missing fonts in Xft (STR #2355) - Fixed OpenGL hide/show issue in OS X (STR #2260) - Fixed File Chooser preview hang if a device was choosen - - Fixed blinking of selection when the mouse was dragged + - Fixed blinking of selection when the mouse was dragged outside of the Fl_Text_* widget - Fixed Unicode support for Fl_Text_* widgets - Fixed menu and shortcut handling (STR #2243) - Fixed fltk-config to give --libs on one line (STR #2408) - Fixed outside label redraw damage areas (STR #2436) - - Fixed compile errors when HAVE_LIBJPEG was not defined + - Fixed compile errors when HAVE_LIBJPEG was not defined (STR #2382) - Fixed special handling for ISO back-tab keycode (STR #2369) - Fixed static allocation in Fl_Tabs (STR #2370) @@ -417,10 +417,10 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011 - Fixed possibility of wrong flags() in Fl_Window::iconlabel() (STR #2161) - Fixed Scrollbar events when max is less than min (STR #2283) - - Fixed crash in test/Editor when freeing buffer - too soon (STR #2294) + - Fixed crash in test/Editor when freeing buffer + too soon (STR #2294) - Fixed Fl_Preferences Cygwin wide character bug (STR #2164) - - Fixed sorting in Fl_Browser - last item would not + - Fixed sorting in Fl_Browser - last item would not be sorted (STR #2300) - Fixed window levels in OS X Cocoa (STR #2316) - Fixed a buffer overflow in fl_utf8from_mb() (STR #2279) @@ -451,7 +451,7 @@ CHANGES IN FLTK 1.3.0 RELEASED: Jun 16 2011 - Fixed Copy/Paste operations with UTF-8, UTF-16 support and fltk1.1 compatibility. (STR #2104, 2121). - Fixed fl_set_spot() for Windows (STR #2101) - - Fixed callback that would not be called when shortcut was used + - Fixed callback that would not be called when shortcut was used with radio and toggle buttons in default FL_RELEASE mode. - Fixed a problem with TrackMouseEvent() (Windows only) that would generate wrong FL_LEAVE events with subwindows. TrackMouseEvent diff --git a/CMake/setup.cmake b/CMake/setup.cmake index d5ec27d68..03aa9860b 100644 --- a/CMake/setup.cmake +++ b/CMake/setup.cmake @@ -23,7 +23,7 @@ # The FLTK version set(FLTK_VERSION_MAJOR "1") set(FLTK_VERSION_MINOR "3") -set(FLTK_VERSION_PATCH "3") +set(FLTK_VERSION_PATCH "4") set(FLTK_VERSION "${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}") set(FLTK_VERSION_FULL "${FLTK_VERSION}.${FLTK_VERSION_PATCH}") diff --git a/CREDITS b/CREDITS index 6b0d89cbc..55e701b04 100644 --- a/CREDITS +++ b/CREDITS @@ -1,4 +1,4 @@ -CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.3 +CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.4 -------------------------------------------------- This file lists the people responsible for the toolkit you are diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 1a3593bd1..6419b65a4 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -59,7 +59,7 @@ FLTK remains binary compatible between patches. */ -#define FL_PATCH_VERSION 3 +#define FL_PATCH_VERSION 4 /** The FLTK version number as a \em double. diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index f55b19437..e7bf7e0cc 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -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 #ifndef Fl_File_Chooser_H #define Fl_File_Chooser_H diff --git a/FL/Fl_Help_Dialog.H b/FL/Fl_Help_Dialog.H index 9614970ce..0c88a444c 100644 --- a/FL/Fl_Help_Dialog.H +++ b/FL/Fl_Help_Dialog.H @@ -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 #ifndef Fl_Help_Dialog_H #define Fl_Help_Dialog_H diff --git a/README b/README index d853d464b..fc3393170 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - Fast Light Tool Kit (FLTK) Version 1.3.3 +README - Fast Light Tool Kit (FLTK) Version 1.3.4 ------------------------------------------------- WHAT IS FLTK? diff --git a/VERSION b/VERSION index 31e5c8434..d0149fef7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.3 +1.3.4 diff --git a/configure.in b/configure.in index 30194c421..f74b3670e 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl "$Id$" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl -dnl Copyright 1998-2014 by Bill Spitzak and others. +dnl Copyright 1998-2015 by Bill Spitzak and others. dnl dnl This library is free software. Distribution and use rights are outlined in dnl the file "COPYING" which should have been included with this file. If this @@ -57,7 +57,7 @@ AC_SUBST(USEMMFILES) dnl FLTK library versions... FL_MAJOR_VERSION=1 FL_MINOR_VERSION=3 -FL_PATCH_VERSION=3 +FL_PATCH_VERSION=4 FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION} FL_ABI_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}.0 FL_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}.${FL_PATCH_VERSION} diff --git a/documentation/Doxybook b/documentation/Doxybook index 5eddae5c7..42c6e7e4b 100644 --- a/documentation/Doxybook +++ b/documentation/Doxybook @@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "FLTK 1.3.3" +PROJECT_NAME = "FLTK 1.3.4" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 20d03318c..517db878b 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "FLTK 1.3.3" +PROJECT_NAME = "FLTK 1.3.4" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or diff --git a/documentation/src/enumerations.dox b/documentation/src/enumerations.dox index 4b69ad89d..96282b1c1 100644 --- a/documentation/src/enumerations.dox +++ b/documentation/src/enumerations.dox @@ -20,9 +20,9 @@ The FLTK version number is stored in a number of compile-time constants: \li FL_MAJOR_VERSION - The major release number, currently 1 \li FL_MINOR_VERSION - The minor release number, currently 3 -\li FL_PATCH_VERSION - The patch release number, currently 3 -\li FL_VERSION - A combined floating-point version number for - the major, minor, and patch release numbers, currently 1.0303 +\li FL_PATCH_VERSION - The patch release number, currently 4 +\li FL_VERSION - A combined floating-point version number for + the major, minor, and patch release numbers, currently 1.0304 \section enumerations_events Events diff --git a/documentation/src/html_footer b/documentation/src/html_footer index daef7acdb..589aca2a6 100644 --- a/documentation/src/html_footer +++ b/documentation/src/html_footer @@ -1,7 +1,7 @@ @@ -10,7 +10,7 @@