diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2001-12-20 05:27:14 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2001-12-20 05:27:14 +0000 |
| commit | 0215c7986c4f255d92753daddc0237f4e5a1a73b (patch) | |
| tree | e8336ab8128abcf99ce47b9b860f151ab036ce96 /README.mac | |
| parent | a2e149d132ff949db2282c9ae0e1d65bd9c16a35 (diff) | |
fixed iBook keyboard bug.
all message handling now in Carbon.
mouse capture support added.
timer support added.
overlay support added.
getting there...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1881 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'README.mac')
| -rw-r--r-- | README.mac | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/README.mac b/README.mac index 7af680115..534160ac5 100644 --- a/README.mac +++ b/README.mac @@ -29,8 +29,8 @@ Mac OS X platform: - (MPW - future releases) -FLTK for Mac is carbonized, i.e. all applications should run on Mac -OS 8.1 and higher and OS X without changes. +FLTK for Mac is fully carbonized, i.e. all applications should run +on Mac OS 8.1 and higher and OS X without changes. gcc (Carbon) - how to build @@ -75,16 +75,13 @@ find . -name 'Make*' -exec $SET_MAC_TYPE {} \; echo "done." -known MacFLTK bugs ------------------- +known MacFLTK bugs and ToDo's +----------------------------- - file handles not supported -- timing not fully supported -- line styles not fully supported -- cut, copy, paste +- line styles not fully implemented +- cut, copy, paste not implemented - sub-sub-subwindow not tested -- modal windows are not modal -- overlay not complete - image transparency not implemented - 'shiny' needs work (flush/aglFlush) - threads not implemented @@ -101,9 +98,9 @@ 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(+), +inactive(++), input(++), keyboard(++), label(++), line_style(+), mandelbrot(++), menubar(++), message(++), minimum(++), navigation(++), -output(++), overlay(-), pack(++), pixmap(++), pixmap_browser(++), +output(++), overlay(++), pack(++), pixmap(++), pixmap_browser(++), radio(++), resizebox(++), scroll(++), shape(++), shiny(-), subwindow(++), symbols(++), tabs(++), tile(++), tiled_image(++), valuators(++), fluid(++) @@ -137,6 +134,8 @@ FLTK 1.0.6 for Mac is not supported by the FLTK team and will not be further developed by the author. Instead it will be replaced by FLTK 1.1.x for Mac in the near future. + Matthias Melcher + |
