diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2008-07-13 21:39:07 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2008-07-13 21:39:07 +0000 |
| commit | ba2e9f33752c2396f579a9bef7d34bb0bea6b35e (patch) | |
| tree | 04c00067a410ef87ac3efa30988e553dd4d83d1f /CHANGES | |
| parent | d2d7daa20a3caa5f727b147d09bbe2772ac98469 (diff) | |
Make --post create a basic Mac OS X application bundle with a shell script
that executes the bundled program.
Change the defaults for Quartz, threading, large file support, XDBE, Xft,
and Xinerama to "yes".
Remove the old Mac OS X resource fork file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6142 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -1,17 +1,20 @@ CHANGES IN FLTK 1.3.0 - - added scroll_to() to Fl_Scroll, replacing position() + - "fltk-config --post foo" now creates an application + bundle rather than attaching a resource fork. + - Added scroll_to() to Fl_Scroll, replacing position() which now behaves as it should (STR #1303) - - fixed Fl_Scroll inside Fl_Scroll (STR #265) - - hardcoded 1.1 references in src/Makefile to 1.3 + - Fixed Fl_Scroll inside Fl_Scroll (STR #265) + - Hardcoded 1.1 references in src/Makefile to 1.3 (STR #1922) - - changed font index to 32 bit - - changed font size to 32 bit - - changed widget coordinates to 32 bit - - added support for shortcuts for Fl_Input_, + - Changed font index to 32 bit + - Changed font size to 32 bit + - Changed widget coordinates to 32 bit + - Added support for shortcuts for Fl_Input_, Fl_Value_Input, and Fl_Text_Display derived widgets (STR #1770) - - initial setup (STR #1904) + - Initial setup (STR #1904) + CHANGES IN FLTK 1.1.9 @@ -25,6 +28,7 @@ CHANGES IN FLTK 1.1.9 - Fixed MSWindows crash when selecting umlauts in Fl_Help_View (STR #1912) + CHANGES IN FLTK 1.1.8 - Documentation fixes (STR #1454, STR #1455, STR #1456, |
