FLTK logo

Article #1412: FLTK 1.3.x Weekly Snapshot, r10620

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 #1412: FLTK 1.3.x Weekly Snapshot, r10620

Created at 00:03 Mar 13, 2015 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r10620 | manolo | 2015-03-12 11:33:30 -0400 (Thu, 12 Mar 2015) | 1 line

Mentioned Fl_Shared_Image::scale() and BSD-style printing.
------------------------------------------------------------------------
r10619 | manolo | 2015-03-12 11:24:15 -0400 (Thu, 12 Mar 2015) | 1 line

Linux/unix: added support for BSD-style printing, that is, using lpq/lpr
instead of lpstat/lp .
------------------------------------------------------------------------
r10618 | manolo | 2015-03-12 04:59:14 -0400 (Thu, 12 Mar 2015) | 1 line

More detailed Doxygen doc of Fl_Shared_Image::scale() and
Fl_Image::draw(X,Y,W,H,cx,cy).
------------------------------------------------------------------------
r10617 | manolo | 2015-03-11 05:11:47 -0400 (Wed, 11 Mar 2015) | 2 lines

Implementation of Fl_Shared_Image::scale(width, height) for scaled image
drawing - cont'd
don't call Fl_Graphics_Driver::draw_scaled(Fl_Image*,...) for an enlarged
Fl_Bitmap or Fl_Pixmap
------------------------------------------------------------------------
r10616 | manolo | 2015-03-11 02:21:17 -0400 (Wed, 11 Mar 2015) | 2 lines

Implementation of Fl_Shared_Image::scale(width, height) for scaled image
drawing - cont'd
Shorter implementation based on Fl_Graphics_Driver::draw_scaled(Fl_Image
*,...).
------------------------------------------------------------------------
r10615 | manolo | 2015-03-10 17:06:22 -0400 (Tue, 10 Mar 2015) | 2 lines

Added Fl_Shared_Image::scale(width, height) to support scaled image drawing
(STR #3185).
Useful for printing, PostScript or PDF output, or retina displays.
------------------------------------------------------------------------
r10614 | greg.ercolano | 2015-03-10 10:46:40 -0400 (Tue, 10 Mar 2015) | 3
lines

Fixes STR#3207, issue with ^C not working when numlock or capslock is on.


------------------------------------------------------------------------
r10613 | AlbrechtS | 2015-03-10 09:12:41 -0400 (Tue, 10 Mar 2015) | 2 lines

Add glutKeyboardUpFunc to list of not implemented glut functions (STR
#2459).

------------------------------------------------------------------------
r10612 | AlbrechtS | 2015-03-09 21:41:55 -0400 (Mon, 09 Mar 2015) | 5 lines

[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.

------------------------------------------------------------------------
r10611 | AlbrechtS | 2015-03-09 16:37:45 -0400 (Mon, 09 Mar 2015) | 5 lines

Add '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.

------------------------------------------------------------------------
r10610 | manolo | 2015-03-09 05:46:28 -0400 (Mon, 09 Mar 2015) | 1 line

More detailed Doxygen doc of the Fl_Printer::start_job() function.
------------------------------------------------------------------------
r10609 | AlbrechtS | 2015-03-07 13:37:56 -0500 (Sat, 07 Mar 2015) | 6 lines

Update configure and makeinclude.in to get rid of version numbers in
Makefiles.

configure is used to set all needed version numbers in makeinclude.
makeinclude is included in Makefile's and the version numbers are used
to build the correct shared libs.

------------------------------------------------------------------------
r10608 | AlbrechtS | 2015-03-07 08:12:54 -0500 (Sat, 07 Mar 2015) | 1 line

Update dependencies.
------------------------------------------------------------------------
r10607 | AlbrechtS | 2015-03-07 08:01:14 -0500 (Sat, 07 Mar 2015) | 10
lines

Fix window background and label drawing ("plastic" scheme only).

There was a regression since svn r10598 because the background image width
and height were set to 0. The label drawing code erroneously used this
for positioning the label text inside the window which could be seen for
instance in test/valuators. Now the label (text) is not drawn at all.

PS: this should be fixed with a better scheme setup w/o manipulating
the window's label, labeltype, and image in a later version.

------------------------------------------------------------------------

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'.