diff options
| author | Manolo Gouy <Manolo> | 2011-11-11 11:58:28 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-11-11 11:58:28 +0000 |
| commit | 4fbc7664222c056f78ed5606774434e7b31ca119 (patch) | |
| tree | c358731549acd6f6f6198f8e97af9cf74f158474 | |
| parent | e37006f259776aa797c5b2ea82dad1925516bb04 (diff) | |
Fixes for STR 2600, 2695, 2697.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9169 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
