From b6412ed520f86ced1be31bac2d2a42674f9fd781 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 15 Nov 2010 19:03:56 +0000 Subject: [PATCH] Some FLTK 1.1.10 fixes that I did quite a while agon. Mainly documentation on MacOS 9(!) - boy, those were the times. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@7844 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 11 ++++------- README.mac | 55 +++--------------------------------------------------- 2 files changed, 7 insertions(+), 59 deletions(-) diff --git a/CHANGES b/CHANGES index 42ab09a58..85f1d8724 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ CHANGES IN FLTK 1.1.10 + - Documentation fixes (STR #2220, STR #2209, STR #1945, STR #1893) - Widgets now remove stale entries from the default callback queue when they are deleted (STR #2302) - Fixed selection bug in Fl_Int_Input (STR #2292) @@ -9,12 +10,11 @@ CHANGES IN FLTK 1.1.10 - Updated the bundled libpng to v1.2.40 (released Sep. 10, 2009) - Fixed Fl_Choice contrast with light-on-dark settings (STR #2219) - Added Xft2 font lookup table (STR #2215) - - Fixed X server "lock", if a modal dialog window is opened + - Fixed X server lockup, if a modal dialog window is opened while a menu is active (STR #1986) - - Updated mirror sites in documentation (STR #2220) - Setting a default font for Xft (STR #2216) - - Temporarily limited builds to 32-bit on OX S to stay - compatible to Snow Leopard + - Limited builds to 32-bit on OX S to stay compatible to Snow Leopard. + 64 bit users should upgrade to FLTK 1.3 and above. - Fixed Windows compile bug with "#define USE_COLORMAP 0" (STR #2241) - Fixed glibc 2.10 compiler problems (Fedora 11 and others) @@ -25,7 +25,6 @@ CHANGES IN FLTK 1.1.10 - Added cast to Fl_Color in all Fluid code (STR #2206) - Fixed wrong identifier for special keys combined with modifier (STR #2196) - - Fixed documentation for Fl_Progress (STR #2209) - Fix for multiple popups, when dragging and calling fl_alert() and friends from the callback (STR #2159) - Avoiding crashes for recursive common dialogs (this does not @@ -33,7 +32,6 @@ CHANGES IN FLTK 1.1.10 - Fluid printing used wrong colors under Windows (STR #2195) - Fixed bad system menu hadling in OS X (STR #2153) - Fixed File Input mouse pointer dragging (STR #2181) - - Added Fl_Scroll::bbox() documentation (STR #1893) - Fixed static linking of image libraries (STR #1962) - Fixed callback would not be called when shortcut was used with radio and toggle buttons in default FL_RELEASE mode. @@ -48,7 +46,6 @@ CHANGES IN FLTK 1.1.10 - Fixed first modifier key event (STR #1952) - Fixed wrong default value of Fl_Spinner in Fluid (STR #1991) - Fixed Fluid textcolor output (STR #1992) - - Added clarification to Fl_GL_Window mode function (STR #1945) - Fl_Group and Fl_Scroll now resize themselves before resizing their children (STR #2032) - Fixed adding an idle handler during a draw() call (STR #1950) diff --git a/README.mac b/README.mac index ab042c427..de7ab803a 100644 --- a/README.mac +++ b/README.mac @@ -5,22 +5,15 @@ CONTENTS - Introduction - How to Build Using GCC (MacOS X) - - Scripts - - Known MacFLTK bugs - - Test suite status - Other stuff - - FLTK 1.0.x for Mac INTRODUCTION - FLTK currently supports the following development - environments on the MacOS X platform: + FLTK 1.1.10 and above supports development + environments with Makefiles and gcc. - - GCC - - Metrowerks CodeWarrior - - (Apple Project Builder - future releases) - - (MPW - future releases) + Starting witk 1.3, FLTK supports Xcode 3.1. HOW TO BUILD USING GCC (MacOS X) @@ -30,39 +23,6 @@ HOW TO BUILD USING GCC (MacOS X) 'README' applies. -KNOWN MacFLTK BUGS - - The following FLTK things are not implemented or don't work - at present: - - - Line styles are not fully implemented. - - Sub-sub-subwindow not tested. - - The 'shiny' demo needs work (flush/aglFlush). - - -TEST SUITE STATUS - - OS X: - - CubeView(++), adjuster(++), arc(++), ask(++), bitmap(++), - boxtype(++), browser(++), button(++), buttons(++), - checkers(++), clock(++), colbrowser(++), color_chooser(++), - cube(++), cursor(++), curve(++), demo(++), doublebuffer(++), - editor(++), fast_slow(++), file_chooser(++), fonts(++), - forms(++), fractals(++), fullscreen(++), gl_overlay(++), - glpuzzle(++), hello(++), help(++), iconize(++), image(+), - inactive(++), input(++), keyboard(++), label(++), - line_style(+), mandelbrot(++), menubar(++), message(++), - minimum(++), navigation(++), output(++), overlay(++), - pack(++), pixmap(++), pixmap_browser(++), radio(++), - resizebox(++), scroll(++), shape(++), shiny(-), - subwindow(++), symbols(++), tabs(++), tile(++), - tiled_image(++), valuators(++), fluid(++) - - (o)=minor bugs, (+)=usable, (++)=running perfectly, - (-)=major bugs, (--)=crashes - - OTHER STUFF The creator ID's 'FLTK', 'Fltk', 'FLID', and 'Flid' are @@ -76,12 +36,3 @@ OTHER STUFF additional buffer for the overlay plane. -FLTK 1.0.X FOR MAC - - FLTK 1.0.6 for MacOS 8.x and OS 9.x is in beta stage and can - be downloaded from http://www.matthiasm.com/flMac.html . - The archive contains build files for Metrowerks CodeWarrior - 5 and 6. - - FLTK 1.0.6 for Mac is not supported by the FLTK team and - will not be further developed by the author.