2005-02-24 16:58:06 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 1.1.6
changes:
- Documentation updates (STR #552, STR #608)
- Added the 2.0 Fl_Widget::copy_label() method to
allow FLTK 1.x applications to have their label
strings managed by FLTK (STR #630)
- Added Fl::delete_widget() method to safely delete
widgets in callback methods (STR #629)
+bugfixes
|
2005-02-23 18:36:26 by Thomas Klausner | Files touched by this commit (272) |
Log message:
Add RMD160 checksums to the SHA1 ones.
|
2004-10-21 10:30:22 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Patches no longer needed
|
2004-10-21 10:29:45 by Adam Ciarcinski | Files touched by this commit (9) | |
Log message:
Changes 1.1.5rc1:
- Documentation updates (STR #186, STR #245, STR #250,
STR #277, STR #281, STR #328, STR #338)
- fl_scroll() did not handle scrolling from off-screen on
WIN32 (STR #315)
- Fl_File_Chooser did not allow manual entry of a drive
letter (STR #339)
- Fl_Menu now uses the boxtype to redraw the menu
background (STR #204)
- Fl_Scroll now shows the background image when a framed
box type is used and the Fl_Scroll is a direct
decendent of a window (STR #205)
- Added a new_directory_tooltip string pointer to allow
localization of the file chooser's new directory
button (STR #340)
- Added Fl_Menu_::find_item() method (STR #316)
- The Fl_Widget copy operator definitions were not
conditionally compiled properly (STR #329)
- FLUID's Layout functionality did not move child
widgets when laying out group widgets (STR #319)
- FLUID's Layout->Center In Group functionality did not
properly handle widgets that were children of a
Fl_Window widget (STR #318)
- The Fl_Text_Display destructor did not remove the
predelete callback associated with the current buffer
(STR #332)
- Fixed several bugs in the MacOS X Fl::add_fd()
handling (STR #333, STR #337)
|
2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-06-27 17:01:59 by grant beattie | Files touched by this commit (2) |
Log message:
fix @dirrm in PLIST:
share/doc/html/fltk -> dirrm share/doc/fltk
bump PKGREVISION.
|
2004-05-23 16:06:45 by Ben Collver | Files touched by this commit (1) |
Log message:
Change PLIST.common location of HTML documentation. Somehow this got
missed while I was addressing PR#25652.
|
2004-05-21 04:16:48 by Ben Collver | Files touched by this commit (3) |
Log message:
Address FLTK issues mentioned in PR#25652. Changes:
* link libjpeg and libpng to fluid
* install documentation to doc instead of doc/html
* bump PKGREVISION
|
2004-05-05 07:07:17 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
No longer used.
|