I wrote:
Jorge wrote:
On Wed, Nov 19, 2014 at 08:16:20PM +0000, eocene wrote:
Jorge wrote:
I'd pack a 3.0.4.1 with the fix for FLTK-1.3.3.
Looking at ChangeLog, I'd argue that if we're making any release, we should also have
- Don't load background images in --local mode.
and probably
- Fix Makefile to pick up LIBJPEG_CPPFLAGS.
and perhaps
- Remove Fl_Printer stub that always gave problems compiling under OSX.
+1
It looks like I'll be semi-busy through Monday or so, but if no one else feels like doing it, I'll look into creating a branch, committing changes, version number, splash verbiage, etc....
After doing all of that just now, I was giving a little methodical testing before pushing my changes, and I found that there's still a bug in the focus fix. If the page has focus, and the cursor leaves the page and returns to it, it seems to be fine. If an input has focus, and the cursor leaves the page and returns to it, it seems to be fine. If an input has focus and you click on the page to give it focus instead, and then the cursor leaves the page and returns to it, the input is given focus instead. PS I was mistaken when I thought "Fix Makefile to pick up LIBJPEG_CPPFLAGS" related to a bug that made it into a release. The bug actually came from the float code that was merged in.