summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2003-07-18 05:53:21 +0000
committerMatthias Melcher <fltk@matthiasm.com>2003-07-18 05:53:21 +0000
commit4042047358c4a9ebb8f61007ec27c7f66fd0a79e (patch)
tree586cc59db657251c68e9bb3b32dbdac132c65b2b /CHANGES
parent91721061895a16fea93a866061e632c8a6556088 (diff)
updated documentation and Fl_Dial. STR #101, 94, 99
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3049 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index f3c9a407d..09cdecf15 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,15 @@
CHANGES IN FLTK 1.1.4
+ - Non-square Fl_Dial would calculate angle from user
+ input wrong (STR #101)
+ - Updated documentatiopn of fl_draw (STR #94)
+ and Fl_Menu_::add() (STR #99)
- Fluid collapse triangle events were not offset by
horizontal scroll (STR #106)
- QuitAppleEvent now correctly returns from Fl::run()
- instead of just exiting (STR #??)
+ instead of just exiting (STR #87)
- Hiding the first created OpenGL context was not
- possible. FLTK now manages a list of contexts (STR #??)
+ possible. FLTK now manages a list of contexts (STR #77)
- FLUID didn't keep the double/single buffer type for
windows.
- FLTK didn't work with Xft2.