diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-06-19 18:29:31 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-06-19 18:29:31 +0000 |
| commit | eea2b38b34a326542c24d1e3485cdb856d36b57c (patch) | |
| tree | 44053d3de3f997dca7899eae164e70aaead58b2f /CHANGES | |
| parent | 6190aa57287fad55e294e87f1e248dd3e335dd06 (diff) | |
Add --with-archflags option to configure script, and use it in the right
places.
Update changes file.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5216 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 43 |
1 files changed, 23 insertions, 20 deletions
@@ -1,12 +1,15 @@ CHANGES IN FLTK 1.1.8 + - Added --with-archflags configure option to allow + passing of specific architecture-selection options to + the compiler and linker. - Fixed WIN32 window stacking bug (STR #1296) - - Fixed wrong code generated by Fluid - for Scrollbars (STR #1287) - - Loading a file would not update the Widget - Propertis dialog in FLUID (STR #1326) - - Fixed key compose sequences for - shifted keys (STR #1194) + - Fixed wrong code generated by FLUID for Scrollbars (STR + #1287) + - Loading a file would not update the Widget Properties + dialog in FLUID (STR #1326) + - Fixed key compose sequences for shifted keys (STR + #1194) - Added text selection and copy to Fl_Help_View. - Fixed position of popup menu titles (STR #1322) - Showing any window will disable the current tooltip @@ -14,14 +17,14 @@ CHANGES IN FLTK 1.1.8 - Updated documentation to reflect limitation of Fl::delete_widget() (STR #1306) - Fixed line wrapping in Fl_Text_Display (STR #1227) - - New function Fl::event_original_key() returns key - code before NumLock handling. + - New function Fl::event_original_key() returns key code + before NumLock handling. - Many OS X Quartz fixes (STR #1310, etc.) - - Fixed shortcut and default focus for message - dialogs (STR #1298) + - Fixed shortcut and default focus for message dialogs + (STR #1298) - Fixed focus issues (STR #1286, STR #1289, STR #1296) - Fixed window resizing in OS X (STR #1297) - - In Fluid, declarations starting with the keyword + - In FLUID, declarations starting with the keyword 'typedef', 'class', or 'struct' are now treated correctly if inside a class (STR #1283) - Tabs now show the correct tooltip (STR #1282) @@ -34,9 +37,9 @@ CHANGES IN FLTK 1.1.8 - Fixed maximizing in OS X (STR #1221) - Fixed 'make distclean' to remove binaries inside MacOS app packages (STR #1169) - - Fluid Code Viewer is now truly a viewer, not a text + - FLUID Code Viewer is now truly a viewer, not a text editor because edited text can not be saved. - - Fl_Spinner is now fully supported by Fluid (STR #1158) + - Fl_Spinner is now fully supported by FLUID (STR #1158) - Fixed usage of deleted object after menu pulldown (STR #1162) - Calling fl_font(0, 0) under Xft would access a NULL @@ -283,8 +286,8 @@ CHANGES IN FLTK 1.1.7 - Fixed symbol demo label bug (STR #777) - Fixed position of menu titles (STR #795) - Added missing Fl_Window::copy_label() method. - - Fixed wrong tooltip in fluid (STR #784) - - Added zlib path to fluid (STR #783) + - Fixed wrong tooltip in FLUID (STR #784) + - Added zlib path to FLUID (STR #783) - Menus and other pop-up windows now obey screen boundaries on multi-screen displays (STR #781) - Fl_Chart would draw outside its bounding box (STR #780) @@ -842,7 +845,7 @@ CHANGES IN FLTK 1.1.4rc2 (STR #115) - The 'Enter' key event on OS X would not set Fl::e_text. - - Changed behaviour of fluid to always paste into + - Changed behaviour of FLUID to always paste into a selected group (STR #88) - Menuitem now changes font, even if fontsize is not set (STR #110) @@ -971,7 +974,7 @@ CHANGES IN FLTK 1.1.4rc1 copying using the wrong string size (STR #14) - fl_font() and fl_size() were not implemented on MacOS X. - - Sorted the icon menu bar in fluid. + - Sorted the icon menu bar in FLUID. - Fixed minor memory access complaints from Valgrind - Compiling src/flstring.h on OS X with BSD header would fail. @@ -1954,7 +1957,7 @@ CHANGES IN FLTK 1.1.0b7 nicer. - Fixed the drawing of large areas with the new plastic boxtypes. - - Updated the Visual C++ demo projects to use fluid + - Updated the Visual C++ demo projects to use FLUID to generate the GUI files as needed. - The demo program didn't load the right menu file when compiled for debugging under WIN32. @@ -2595,7 +2598,7 @@ CHANGES SINCE FLTK 1.0.9 needed (still converts indexed images to full RGB and dithers, tho...) - - Fixed .gif files in fluid, they were broken by the fix + - Fixed .gif files in FLUID, they were broken by the fix for large .xpm files in version 1.0.9. - Fix for OpenGL hardware overlays with the transparent @@ -3104,7 +3107,7 @@ CHANGES SINCE FLTK 1.0 - Documentation fixes. - Fl::check() didn't return the correct value, breaking a number of applications. - - Fixed fluid bug that caused styles patch to crash when you delete + - Fixed FLUID bug that caused styles patch to crash when you delete a menu item. - Updated valuators demo to put the values in the gui box. - Fl_Browser_::item_height() didn't always compute the correct |
