summaryrefslogtreecommitdiff
path: root/x11/fltk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-01-27 19:14:24 +0000
committerjlam <jlam@pkgsrc.org>2000-01-27 19:14:24 +0000
commitc7973519f7f589ae278dd350121bc95ac8980f52 (patch)
treeead3474e69ed64cc42cebe193293a85dff7d0cff /x11/fltk
parentc4db0e464328b8719de5a9a5b06e682cd6d161a8 (diff)
downloadpkgsrc-c7973519f7f589ae278dd350121bc95ac8980f52.tar.gz
* Update fltk to 1.0.7. Shared lib minor bump to 1.2.
CHANGES SINCE FLTK 1.0.6 - Fixed Fl_Input_ bug under WIN32 - no longer stop accepting input when one of the "Windows" keys is pressed. - Now call TranslateEvent for all events under WIN32. - Fixes for OpenBSD and NetBSD - The FL_CURSOR_HAND cursor now uses the IDC_HAND cursor instead of IDC_UPARROW under Windows 98 and 2000. - Fl_Scrollbar now does a page-up/down when you click outside the scroller. - Fl_Window::show(0, NULL) causes core dump - Fixed a compile-time error in fl_call_main.c for Borland C++. - "fluid -c filename.fl" would try to open an X display if the FLUID file contained an Fl_Browser widget. - Fl_Browser now correctly measures items with @C or @B color formatting commands. - Fixed a bitmap drawing bug for WIN32 (bit reversal table was wrong) - fl_xyz() dialogs now set a title in the title bar. - fl_alert() sounds the bell under X11. - fl_xyz() dialogs now call MessageBeep() under WIN32. - Fl_Browser_ didn't draw the selection box with the inactive color when the browser wasn't activated. - Fl_Browser now responds to FL_KEYBOARD as well as FL_SHORTCUT. If you subclass it to accept focus then keyboard navigation will work. - Fl_Tile and Fl_Tabs do their callback when the user changes their display. - Made some of the private methods of Fl_Browser protected. - Now set win_gravity correctly, this helps some X window managers that use it position the window where FLTK wants it to be. - 0-width browsers crashed. - Minor change: if the X window manager does not do anything else with windows that don't have their position specified, the windows appear centered in the screen, rather than in the top-left corner. This happened with modal windows under Irix 4Dwm. This also causes windows to be centered when no window manager is running, which might be useful for installation gui programs? - Clicking in an Fl_Input field the first time selects the entire field. - Clicking the middle mouse button in an Fl_Input field now inserts the text at the indicated position instead of the cursor position. - Drag-selecting text in an Fl_Input field now copies the text automatically. - Fl::flush() no longer calls the draw() method for invisible windows. - Calling deactivate() on an invisible widget could cause an infinite loop in some obscure cases. - Added #pragma's for SGI C++ compilers - the 6.{23} X headers had errors in them. - Fl_Gl_Window::ortho() changed so that text and images are not erased if the origin is off the left/bottom of the window. - Small change to Fl_Input so that a click that gives it the focus also selects all the text. - Fixed a slider drawing problem. - You can now add/delete children of Fl_Tabs widgets whether or not they are visible. - Now embed woff options for SGI C++ compilers (gets rid of X11 header warnings) - draw_pixmap used a cast that the Digital UNIX C++ compiler didn't like. - The GLUT function key constants were off by one. - The XPM reading code didn't handle RGB colors other than #rrggbb.
Diffstat (limited to 'x11/fltk')
-rw-r--r--x11/fltk/Makefile6
-rw-r--r--x11/fltk/files/md54
-rw-r--r--x11/fltk/pkg/PLIST4
3 files changed, 7 insertions, 7 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile
index 1ea12a23d5a..264202a2150 100644
--- a/x11/fltk/Makefile
+++ b/x11/fltk/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 1999/10/31 03:00:34 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2000/01/27 19:14:24 jlam Exp $
#
-DISTNAME= fltk-1.0.6-source
+DISTNAME= fltk-1.0.7-source
PKGNAME= ${DISTNAME:S/-source//}
VERS= ${PKGNAME:S/fltk-//}
WRKSRC= ${WRKDIR}/${PKGNAME}
@@ -28,7 +28,7 @@ GNU_CONFIGURE= yes
# bump the MINOR when a new version comes out.
#
FLTK_MAJOR= 1
-FLTK_MINOR= 1
+FLTK_MINOR= 2
MAKE_ENV+= FLTK_MAJOR="${FLTK_MAJOR}" FLTK_MINOR="${FLTK_MINOR}"
DOCDIR= ${PREFIX}/share/doc/fltk
diff --git a/x11/fltk/files/md5 b/x11/fltk/files/md5
index 0bee358b05e..1f5cdb04342 100644
--- a/x11/fltk/files/md5
+++ b/x11/fltk/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.3 1999/10/31 03:00:35 jlam Exp $
+$NetBSD: md5,v 1.4 2000/01/27 19:14:25 jlam Exp $
-MD5 (fltk-1.0.6-source.tar.bz2) = aa54c29c6691bbae518a6cb909420522
+MD5 (fltk-1.0.7-source.tar.bz2) = 7fc6d2a02f4619a217b9a76afa2384ad
diff --git a/x11/fltk/pkg/PLIST b/x11/fltk/pkg/PLIST
index 31c7861e3dc..fbde885d9dd 100644
--- a/x11/fltk/pkg/PLIST
+++ b/x11/fltk/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1999/10/31 03:00:37 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2000/01/27 19:14:25 jlam Exp $
bin/fluid
include/FL/Enumerations.H
include/FL/Enumerations.h
@@ -188,7 +188,7 @@ include/FL/win32.h
include/FL/x.H
include/FL/x.h
lib/libfltk.a
-lib/libfltk.so.1.1
+lib/libfltk.so.1.2
share/doc/fltk/FL.gif
share/doc/fltk/Fl_Adjuster.html
share/doc/fltk/Fl_Box.html