FLTK logo

Article #1389: FLTK 1.3.x Weekly Snapshot, r10383

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Articles | Show Comments | Submit Comment ]

Article #1389: FLTK 1.3.x Weekly Snapshot, r10383

Created at 00:01 Oct 17, 2014 by mike

A new weekly snapshot of FLTK 1.3.x (r10383) is now available on the download page:

    http://www.fltk.org/software.php?VERSION=fltk-1.3.x-r10383

Commit Log:

------------------------------------------------------------------------
r10383 | AlbrechtS | 2014-10-16 08:15:12 -0400 (Thu, 16 Oct 2014) | 4 lines

Fix word select dragging bug in text input (STR #3014).

Thanks to Evan Laforge for spotting this and supplying a patch.

------------------------------------------------------------------------
r10382 | ianmacarthur | 2014-10-15 17:00:20 -0400 (Wed, 15 Oct 2014) | 5
lines

Sorry, I'm an idiot, I commited form the wrong tree,
and commited my non-default Enumerations.h header...



------------------------------------------------------------------------
r10381 | ianmacarthur | 2014-10-15 16:51:39 -0400 (Wed, 15 Oct 2014) | 7
lines

Adjust fluid/file.cxx so that it builds again on OSX.
I don't think this change will prevent the prior "fix"
workaround that Albrecht made from working on cygwin...

Probably!


------------------------------------------------------------------------
r10380 | AlbrechtS | 2014-10-15 08:36:26 -0400 (Wed, 15 Oct 2014) | 11
lines

Fix sporadic floating point value comparison error.

I wonder why this did not appear earlier. I found this issue only
when compiling with Cygwin under certain circumstances. Error was:

  Generating tabs.cxx and header from tabs.fl...
  tabs.fl:2: unknown version '1.0303'

although fluid was the one linked under FLTK 1.3.3 in the build process.
The fix is to adjust FL_VERSION by a delta value of 0.00001.

------------------------------------------------------------------------
r10379 | AlbrechtS | 2014-10-14 09:32:59 -0400 (Tue, 14 Oct 2014) | 2 lines

Fix doxygen warning.

------------------------------------------------------------------------
r10378 | ianmacarthur | 2014-10-14 08:10:18 -0400 (Tue, 14 Oct 2014) | 20
lines

Adjust the Fl_Preferences method

char Fl_Preferences::RootNode::getPath( char *path, int pathlen )

so that it returns a (1), rather than a (-1) in the case that
RUNTIME preferences are being read.

This is for several reasons:

- On some platforms, char is unsigned, so a method that is spec'd to 
return a char type can not safely return (-1) as a value.

- It seems like (most?) other fltk methods that return 
char true/false results return 0 or 1, so this is more consistent.


Thanks to Michael Baeuerle for spotting this one.



------------------------------------------------------------------------
r10377 | AlbrechtS | 2014-10-14 07:53:51 -0400 (Tue, 14 Oct 2014) | 5 lines

Move RGB image scaling algorithm methods in base class Fl_Image.

See also discussion in fltk.coredev of Sept 07, 2014 and later
with subject "Fixing the nearest-neighbour scaling".

------------------------------------------------------------------------
r10376 | AlbrechtS | 2014-10-14 05:53:01 -0400 (Tue, 14 Oct 2014) | 4 lines

Remove extraneous comma from enum, fix compiler warning.

Thanks to Michael Baeuerle.

------------------------------------------------------------------------
r10375 | manolo | 2014-10-14 01:49:53 -0400 (Tue, 14 Oct 2014) | 1 line

Added Fl_Window::shape(Fl_Image*) and fixes for Apple?\226?\128?\153s
retina displays.
------------------------------------------------------------------------
r10374 | manolo | 2014-10-13 07:25:36 -0400 (Mon, 13 Oct 2014) | 1 line

Added Doxygen comments for enum Fl_RGB_Scaling.
------------------------------------------------------------------------
r10373 | AlbrechtS | 2014-10-11 21:24:04 -0400 (Sat, 11 Oct 2014) | 2 lines

[CMake] Fix match of .fl files in macro CREATE_EXAMPLE.

------------------------------------------------------------------------
r10372 | manolo | 2014-10-11 10:33:43 -0400 (Sat, 11 Oct 2014) | 2 lines

Improved Fl_Paged_Device::print_window() when used on an Apple computer
with a retina display:
the window tittle bar is printed at high resolution.
------------------------------------------------------------------------
r10371 | manolo | 2014-10-11 09:43:06 -0400 (Sat, 11 Oct 2014) | 2 lines

Fixed errors in fl_read_image() and Fl_Paged_Device::print_window_part() 
when using Apple computers with retina displays.
------------------------------------------------------------------------

Download | Home Page | Listing ]


Comments

Submit Comment ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.