Changelog.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2684 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2002-10-22 17:47:23 +00:00
parent 4c0903ad50
commit a79e377dc7

View File

@ -1,5 +1,10 @@
CHANGES IN FLTK 1.1.1
- Fl_Tabs now only redraws the tabs themselves when
making focus changes. This reduces flicker in tabbed
interfaces.
- The WIN32 redraw handler now correctly merges the FLTK
and Windows redraw regions.
- The Fl_Text_* widgets use the C++ bool type, which is
not supported by older C++ compilers. Added a
configure check and workaround code for this.