summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-11-16 23:17:13 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-11-16 23:17:13 +0000
commit8ea3a457720b702acbdc5c5ea1c5001e525c99c1 (patch)
tree967a1f13a2c3a9d7ab3d2efab47cf223e35a7c74 /CHANGES
parent839ac664018d15b64a99a0acdd6abaa322b737f4 (diff)
Merge all of the scrollbar sizes into a single API call
(Fl::scrollbar_size()) rather than a bunch of separate APIs and hardcoded values (STR #1800) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5547 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 1fea9c9ee..fcff32489 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,13 @@
CHANGES IN FLTK 1.1.8
+ - Documentation fixes (STR #1454, STR #1455, STR #1456,
+ STR #1457, STR #1458, STR #1460, STR #1481)
+ - Added Fl::scrollbar_size() methods that are used by all
+ of the scrollbar-using widgets (STR #1500)
- fl_read_image() was broken on Intel-based Macs (STR
#1490)
- Fl_Progress was using the wrong width to calculate
progress (STR #1492)
- - Documentation fixes (STR #1454, STR #1455, STR #1456,
- STR #1457, STR #1458, STR #1460, STR #1481)
- Fl::x(), Fl::y(), Fl::w(), and Fl::h() did not report
the desktop work area on X11 (STR #1482)
- Shortcut events could be sent to the wrong window (STR