From f6a1e8ca404dfd3bfc796d457beed17c7d3ccea8 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 8 Sep 2003 17:11:45 +0000 Subject: Leave more space for filename label in file chooser. 1.1.4 release. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3095 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ANNOUNCEMENT | 158 ++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 113 insertions(+), 45 deletions(-) (limited to 'ANNOUNCEMENT') diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT index ee78f48c5..90ec74704 100644 --- a/ANNOUNCEMENT +++ b/ANNOUNCEMENT @@ -32,6 +32,40 @@ exceptions that allow for static linking. Changes since FLTK 1.1.3 include: + - VC++ 7.1 didn't like how the copy operators were + disabled for the Fl_Widget class; now include inline + code which will never be used but makes VC++ happy + (STR #156) + - Fixed an IRIX compile problem caused by a missing + #include (STR #157) + - FLUID didn't write color/selection_color() calls using + the symbolic names when possible, nor did it cast + integer colors to Fl_Color (STR #146) + - Fl_File_Chooser was very close for multiple file + selection in large directories (STR #140) + - Fl_Text_Display/Editor did not disable the current + selection when focus was shifted to another widget + (STR #131) + - Fl_Choice didn't use the normal focus box when the + plastic scheme was in use (STR #129) + - Fl_Text_Editor didn't use selection_color() + consistently (STR #130) + - The fltk_forms, fltk_gl, and fltk_images DSO's and + HP-UX shared libraries are now linked against the fltk + shared library to provide complete dependency + resolution (STR #118) + - The configure.in file did not work with autoconf 2.57. + - FLUID didn't redraw widgets when changing the X, Y, W, + or H values in the widget panel (STR #120) + - Fl_Window::show(argc, argv) wasn't calling + Fl::get_system_colors() as documented (STR #119) + - DSO (shared library) building wasn't quite right for + some platforms (STR #118) + - OSX: some changes to make ProjectBuilder compiles + possible. + - OSX: FLTK would not know where a window was positioned + by the OS. As a result, popup menus could open at + wrong positions. - Fl_Window::show(argc,argv) incorrectly opened the display prior to parsing the arguments; this prevented the "-display foo" option from working (STR #111) @@ -231,88 +265,122 @@ exceptions that allow for static linking.