FLTK logo

Article #1527: FLTK 1.4.x Weekly Snapshot, r12230

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

Created at 00:00 Apr 28, 2017 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r12230 | greg.ercolano | 2017-04-27 12:29:30 -0400 (Thu, 27 Apr 2017) | 3
lines

Document Fl_Table's protected member variables.


------------------------------------------------------------------------
r12229 | greg.ercolano | 2017-04-26 21:40:21 -0400 (Wed, 26 Apr 2017) | 3
lines

Small doc clarifications for the Fl_Table::TableContext enum.


------------------------------------------------------------------------
r12228 | greg.ercolano | 2017-04-26 16:12:34 -0400 (Wed, 26 Apr 2017) | 15
lines

Fl_Table was missing doxygen docs for several public + protected members.
Solves STR# 3381.

Also: standardized doxygen comment style in both files; 
      > /** */ doxygen commenting
      > 2 space indent

Removed some confusing non-doxygen comments, and rewrote some confusing
ones.

Removed old license info Matt had imported from my original 2002 widget..
there was no reason for it to be in there; the Fl_Table code inside FLTK
is licensed under the FLTK GPL license, no need for the extra noise in the
docs.



------------------------------------------------------------------------
r12227 | manolo | 2017-04-25 13:05:17 -0400 (Tue, 25 Apr 2017) | 1 line

Remove Fl_Translated_GDI_Graphics_Driver and have its functions performed
by Fl_GDI_Graphics_Driver.
------------------------------------------------------------------------
r12226 | manolo | 2017-04-25 08:42:22 -0400 (Tue, 25 Apr 2017) | 4 lines

Add an argument to the private, virtual member function void
Fl_Surface_Device::end_current_().

The X11 platform uses this argument to restore the correct clipping state
after
drawing to an Fl_Image_Surface object.
------------------------------------------------------------------------
r12225 | AlbrechtS | 2017-04-24 17:19:20 -0400 (Mon, 24 Apr 2017) | 2 lines

Remove unused variable from class Fl_Xlib_Image_Surface_Driver.

------------------------------------------------------------------------
r12224 | manolo | 2017-04-24 15:58:07 -0400 (Mon, 24 Apr 2017) | 1 line

Slight improvement of Fl_Image_Surface::image()
------------------------------------------------------------------------
r12223 | manolo | 2017-04-24 06:43:24 -0400 (Mon, 24 Apr 2017) | 1 line

Undo change at r.12221 because it's done at r.12222 in a cross-platform
fashion.
------------------------------------------------------------------------
r12222 | manolo | 2017-04-24 05:23:33 -0400 (Mon, 24 Apr 2017) | 4 lines

Allow the use of  Fl_Image_Surface::image() also when the Fl_Image_Surface
object is not the current drawing surface.

This fixes an issue uncovered in a thread of fltk.general entitled
fl_pop_clip: clip stack underflow! warning on X11
------------------------------------------------------------------------
r12221 | AlbrechtS | 2017-04-23 06:43:48 -0400 (Sun, 23 Apr 2017) | 5 lines

Fix Fl_Image_Surface::image() as discussed in fltk.general

See thread "fl_pop_clip: clip stack underflow! warning on X11"
started on Thu, 20 Apr 2017.

------------------------------------------------------------------------
r12220 | AlbrechtS | 2017-04-21 17:10:12 -0400 (Fri, 21 Apr 2017) | 5 lines

Fl_Help_View: fix table header in help_dialog.html (STR #3227).

The html code in the example (test/help_dialog.html) was broken.
Fixing the example html code was enough, no code changes needed.

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

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