Re: [blfs-book] [BLFS Trac] #8445: fltk-1.3.4 (was: fltk-1.3.4-rc2 (wait for stable))

2016-11-13 Thread BLFS Trac via blfs-book
#8445: fltk-1.3.4
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.11
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs@…):

 Now stable at 1.3.4.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #8445: fltk-1.3.4-rc2 (wait for stable) (was: fltk-1.3.4 (now at -rc1))

2016-10-24 Thread BLFS Trac via blfs-book
#8445: fltk-1.3.4-rc2 (wait for stable)
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.11
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by Samuel):

 Now at RC2

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #8445: fltk-1.3.4 (now at -rc1) (was: fltk-1.3.4 (not at -rc1))

2016-10-19 Thread BLFS Trac via blfs-book
#8445: fltk-1.3.4 (now at -rc1)
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.11
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #8445: fltk-1.3.4 (not at -rc1) (was: fltk-1.3.4)

2016-10-19 Thread BLFS Trac via blfs-book
#8445: fltk-1.3.4 (not at -rc1)
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.11
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs@…):

 Wait for stable release.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #8445: fltk-1.3.4

2016-10-18 Thread BLFS Trac via blfs-book
#8445: fltk-1.3.4
-+--
 Reporter:  bdubbs@… |   Owner:  blfs-book@…
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  7.11
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by renodr):

 Very long set of changes!


 {{{
 Even though FLTK 1.3.4 does not fix all STRs, we decided to release FLTK
 1.3.4 as it contains many new features, bug fixes, and adaptations to new
 compiler releases.

 CHANGES IN FLTK 1.3.4

 New features and extensions

 - Added support for Mac OS 10.11 "El Capitan".
 - 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.
 - Fluid now supports external editors (STR#3213)
   See: Edit -> GUI Settings -> Use external editor
 - Added method Fl_Widget::is_label_copied().
 - Added methods Fl_Copy_Surface::w(), Fl_Copy_Surface::h(),
   and Fl_Copy_Surface::draw_decorated_window().
 - Added method Fl_Image_Surface::draw_decorated_window().
 - Added method Fl_Shared_Image *Fl_Image_Surface::highres_image()
   to draw into a high-resolution bitmap image (Mac OS X only).
 - Added support for OpenGL version 3 and later.
 - Added method Fl_Mac_App_Menu::custom_application_menu_items()
   allowing to customize the application menu on the Mac OS X platform.
 - Added 'fluid -u' command-line switch to upgrade fluid files in
   batch mode. This option opens a fluid ('.fl') file and saves it
   overwriting the old file with the current syntax and library version
   number. Use with care (input file is overwritten unconditionally).
 - Added FL_ZOOM_GESTURE gesture for OS X (only). Needs implementation
   on other platforms.
 - Added FL_ABI_VERSION, FL_API_VERSION, Fl::abi_version(), and
   Fl::api_version(). The constants can be used to determine the
   compiled FLTK version, whereas the functions can be used to
   find the version of the linked library.
 - Added Fl::abi_check() method to test if the runtime (linked)
   ABI version is correct.
 - Added Fl_Image::fail() to test if an image was loaded successfully
   to make life easier when loading images (STR #2873).
 - Added line numbers to fluid Edit -> Show Source Code
 New configuration options (ABI version)

 - FLTK's ABI version can now be configured with configure, CMake, or
   by editing a supplied file when using the bundled IDE projects.
   See documentation in README.abi-version.txt.
 1.3.4 ABI FEATURES

 - Added deactivated user icon to Fl_Tree.
 - Added the Fl_Shared_Image::scale(width, height) function which gives
   a shared image its own drawing size, independently of the size of the
   underlying image. This improves much image drawing on high resolution
   surfaces such as Laser printers, PDF files, or Apple retina displays.
 Other improvements

 - Configure now correctly sets HAVE_* variables only if both the
   library and the header files were found. The configuration process
   is aborted if Xft was requested explicitly with --enable-xft and
   Xft was not found. The configuration summary now shows _found_
   options as opposed to requested options.
 - Improved drawing of rounded box (STR #2943).
 - Full support of Apple 'retina' displays for which one drawing unit
   corresponds to two pixels.
 - The Mac OS X platform no longer uses the deprecated AGL
   (Apple GL library) to draw OpenGL data. Instead, it uses standard
   cocoa APIs. This allows FLTK to support drawing GL scenes at high
   resolution when an Fl_Gl_Window is mapped to a 'retina' display.
 - Added Fl_Gl_Window::pixel_w(), Fl_Gl_Window::pixel_h(), and
   Fl_Gl_Window::pixels_per_unit() useful for high resolution OpenGL
 windows.
 - fl_read_image() now captures all pixels within the rectangle
   described by its arguments, whether they belong to a GL scene
   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.
 - FLTK header files don't expose X11 definitions in user code any more
   unless requested by including FL/x.H explicitly or implicitly.
 - The PostScript code output when printing images under Linux/Unix
   is quite smaller due to use of lossless compression techniques.
 - The Linux/Unix printer dialog now uses BSD-style printing commands
   (lpr/lpq) when SystemV-style commands (lp/lpstat) are not available.
 - Drawing alpha-blended images under X11 is now accelerated with
   Xrender.
 - The font used for the FL_COURIER font family was changed on the Mac OS X
   platform from 'Courier New' to 'Courier' because it was too thin.
 - Text drawing on the Mac platform supports Unicode 'variation selectors'
   in the range [0xFE00-0xFE0F].
 - Added a Mac OS implementation of 

[blfs-book] [BLFS Trac] #8445: fltk-1.3.4

2016-10-18 Thread BLFS Trac via blfs-book
#8445: fltk-1.3.4
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.11
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New point version.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page