FLTK logo

Article #1385: FLTK 1.3.x Weekly Snapshot, r10321

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

Created at 00:01 Sep 19, 2014 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r10321 | manolo | 2014-09-18 16:23:59 -0400 (Thu, 18 Sep 2014) | 1 line

Allow compilation with Mac OS SDK 10.10 and the i386 architecture
------------------------------------------------------------------------
r10320 | greg.ercolano | 2014-09-18 11:25:55 -0400 (Thu, 18 Sep 2014) | 2
lines

Documentation: clarification of fl_width()'s dependence on the current font
face/size.

------------------------------------------------------------------------
r10319 | greg.ercolano | 2014-09-17 12:27:01 -0400 (Wed, 17 Sep 2014) | 5
lines

Removed leftover item variable (now unused)
as noted by Albrecht on fltk.coredev today;
was giving warnings with Windows/MinGW builds.


------------------------------------------------------------------------
r10318 | AlbrechtS | 2014-09-17 07:51:56 -0400 (Wed, 17 Sep 2014) | 10
lines

Improve clipboard example program, fix compilation warnings.

Use show(argc,argv) to enable command line arguments and colors,
fix indentation, Windows compilation warnings, and change tab
selection color, which was too dark on my Win7 system (low
contrast with tab labels).

I also added #define TAB_COLOR to make changing the tab selection
colors easier, if needed.

------------------------------------------------------------------------
r10317 | manolo | 2014-09-16 13:34:29 -0400 (Tue, 16 Sep 2014) | 1 line

Implemented panel:shouldEnableURL: for the open dialog delegate.
------------------------------------------------------------------------
r10316 | AlbrechtS | 2014-09-16 07:21:37 -0400 (Tue, 16 Sep 2014) | 5 lines

Rename doxygen image file hello.C.png to hello_cxx.png.

Doxygen 1.8.x wouldn't show the image hello.C.png in its pdf output.
Maybe a doxygen bug - or feature ?

------------------------------------------------------------------------
r10315 | AlbrechtS | 2014-09-16 07:18:16 -0400 (Tue, 16 Sep 2014) | 6 lines

Improve formatting, adjust indenting for proper doxygen output.

Doxygen has changed in version 1.8.x, such that some (or all?) formatting
commands in lines with more than 3 spaces at the beginning of the line
are ignored (displayed verbatim). 

------------------------------------------------------------------------
r10314 | ossman | 2014-09-15 05:44:35 -0400 (Mon, 15 Sep 2014) | 4 lines

Add methods to enable and disable the system's input methods.
This needs to be done from FLTK as it affects the window interaction,
which FLTK is largely responsible for.

------------------------------------------------------------------------
r10313 | ossman | 2014-09-15 05:40:46 -0400 (Mon, 15 Sep 2014) | 2 lines

Remove commented out, alternative IM code.

------------------------------------------------------------------------
r10312 | ossman | 2014-09-15 05:35:05 -0400 (Mon, 15 Sep 2014) | 3 lines

Consolidate the Win32 init and cleanup code in to one place so
it's easier to keep track of it.

------------------------------------------------------------------------
r10311 | ossman | 2014-09-15 05:31:46 -0400 (Mon, 15 Sep 2014) | 3 lines

Get rid of the old IActiveIMMApp code as the newer code calls
fatal() if it cannot be loaded and is hence already required.

------------------------------------------------------------------------
r10310 | ossman | 2014-09-15 05:17:56 -0400 (Mon, 15 Sep 2014) | 5 lines

Add methods to intercept low level system events.
This gives applications the means to handle some low level
integration with the system that might otherwise not be possible
without modifying FLTK itself.

------------------------------------------------------------------------
r10309 | ossman | 2014-09-15 05:14:07 -0400 (Mon, 15 Sep 2014) | 3 lines

Clean up Win32 message pump. The logic was a bit overly complex
with the double calls to PeekMessage() and the extra if clause.

------------------------------------------------------------------------
r10308 | manolo | 2014-09-13 13:51:20 -0400 (Sat, 13 Sep 2014) | 1 line

Fixed compilation warning messages that
Fl_PostScript_File_Device::start_job() hides an overloaded virtual
function.
------------------------------------------------------------------------
r10307 | manolo | 2014-09-13 13:04:20 -0400 (Sat, 13 Sep 2014) | 1 line

Removed ?\226?\128?\152array subscript is of type char?\226?\128?\153
compilation warnings
------------------------------------------------------------------------
r10306 | manolo | 2014-09-13 12:49:47 -0400 (Sat, 13 Sep 2014) | 1 line

Removed several compilation warnings with OS X SDK 10.10
------------------------------------------------------------------------
r10305 | manolo | 2014-09-13 10:29:53 -0400 (Sat, 13 Sep 2014) | 1 line

Allow compilation with SDK 10.10 and use new API to discover os version at
runtime.
------------------------------------------------------------------------
r10304 | manolo | 2014-09-13 10:18:34 -0400 (Sat, 13 Sep 2014) | 1 line

Allow compilation with SDK 10.10 and use new API to identify OS version at
runtime.
------------------------------------------------------------------------
r10303 | ossman | 2014-09-12 08:38:07 -0400 (Fri, 12 Sep 2014) | 4 lines

Revert r3215. The original issue it "fixed" is no longer
reproduciable, and the change causes the wrong symbol to be
generated for Ctrl-minus. STR 264.

------------------------------------------------------------------------
r10302 | AlbrechtS | 2014-09-12 05:51:55 -0400 (Fri, 12 Sep 2014) | 1 line

More documentation fixes.
------------------------------------------------------------------------
r10301 | AlbrechtS | 2014-09-12 05:12:15 -0400 (Fri, 12 Sep 2014) | 1 line

Fix documentation.
------------------------------------------------------------------------
r10300 | AlbrechtS | 2014-09-12 05:08:41 -0400 (Fri, 12 Sep 2014) | 5 lines

Fix indentation and remove trailing white space.

This does not fully apply the FLTK coding standard, but makes it more
consistent in that indentation is done with tabs as much as possible.

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

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