FLTK logo

Article #1581: FLTK 1.4.x Weekly Snapshot, r12831

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 #1581: FLTK 1.4.x Weekly Snapshot, r12831

Created at 00:00 Apr 13, 2018 by mike

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

    http://www.fltk.org/software.php?VERSION=fltk-1.4.x-r12831

Commit Log:

------------------------------------------------------------------------
r12831 | AlbrechtS | 2018-04-12 15:56:34 -0400 (Thu, 12 Apr 2018) | 5 lines

Update 'examples' (test) documentation, add images.

Add missing documentation of demo programs in the 'test' directory.
Some images were added as well.

------------------------------------------------------------------------
r12830 | manolo | 2018-04-12 11:51:50 -0400 (Thu, 12 Apr 2018) | 1 line

SVG support: improve printed SVG images by increasing the resolution when
printing.
------------------------------------------------------------------------
r12829 | manolo | 2018-04-12 10:54:53 -0400 (Thu, 12 Apr 2018) | 3 lines

Image drawing: simplify the code organisation to better support
Fl_Image::scale() - continued

This completes changes introduced at r.12828.
------------------------------------------------------------------------
r12828 | manolo | 2018-04-12 09:07:00 -0400 (Thu, 12 Apr 2018) | 11 lines

Image drawing: simplify the code organisation to better support
Fl_Image::scale().

Graphics drivers now use up to 6 virtual member functions to support
Fl_Image
drawing in the context of GUI and image rescaling :
  virtual void draw_pixmap(Fl_Pixmap *pxm, int XP, int YP, int WP, int HP,
int cx, int cy)
  virtual void draw_bitmap(Fl_Bitmap *bm, int XP, int YP, int WP, int HP,
int cx, int cy)
  virtual void draw_rgb(Fl_RGB_Image *rgb, int XP, int YP, int WP, int HP,
int cx, int cy)
and
  virtual void draw_fixed(Fl_Pixmap *pxm, int XP, int YP, int WP, int HP,
int cx, int cy)
  virtual void draw_fixed(Fl_Bitmap *bm, int XP, int YP, int WP, int HP,
int cx, int cy)
  virtual void draw_fixed(Fl_RGB_Image *rgb, int XP, int YP, int WP, int
HP, int cx, int cy)
------------------------------------------------------------------------
r12827 | AlbrechtS | 2018-04-12 08:58:10 -0400 (Thu, 12 Apr 2018) | 8 lines

Remove unnecessary dependency on FL/Fl_Rect.H.

Fl_Rect.H is no longer included by Fl_Group.H to avoid unnecessary
dependencies on Fl_Rect.H. Currently it is only needed to access the
array returned by the protected method bounds().

Also clarified documentation.

------------------------------------------------------------------------
r12826 | AlbrechtS | 2018-04-10 17:10:53 -0400 (Tue, 10 Apr 2018) | 2 lines

Remove unused variable, update dependencies.

------------------------------------------------------------------------
r12825 | AlbrechtS | 2018-04-10 14:41:34 -0400 (Tue, 10 Apr 2018) | 2 lines

Document Fl_Rect::r() and b() to be outside the rectangle.

------------------------------------------------------------------------
r12824 | greg.ercolano | 2018-04-10 14:37:18 -0400 (Tue, 10 Apr 2018) | 3
lines

General description: mention how to move items around


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

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