From 4fbc7664222c056f78ed5606774434e7b31ca119 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 11 Nov 2011 11:58:28 +0000 Subject: Fixes for STR 2600, 2695, 2697. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9169 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index 60eab0974..c9a402c50 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,16 @@ CHANGES IN FLTK 1.3.1 - Fixed fl_pie() drawing too small on X11 (STR #2703) - Fixed Fl_Menu issue with unusual menu flags (STR #2680) - Fixed Windows DLL import of fl_xid() (STR #2670) + - Added Fl::screen_work_area() functions that compute the work area + of a screen. These functions improve the positioning of menus. + Changed Fl::x(), Fl::y(), Fl::w(), Fl::h() functions + to return the origin and size of the work area of the main screen + (STR #2695 + 2697) + - Created the FL_SCREEN_CONFIGURATION_CHANGED event that is triggered + when a screen is added, removed, moved or when resolution is changed + (STR #2600) + - Improved the description of page size and orientation by + Fl_PostScript_File_Device. CHANGES IN FLTK 1.3.0 -- cgit v1.2.3