2008-11-16 08:13:37 by David Sainty | Files touched by this commit (3) |
Log message:
Complete the libtoolisation of 'fluid' so it installs the real executable,
not the libtool wrapper.
Bump PKGREVISION, the previous revision installed an unusable "fluid".
|
2008-11-10 20:03:15 by Adam Ciarcinski | Files touched by this commit (10) |
Log message:
Changes 1.1.9:
- Improved color contrast in secondary selection blocks of Fl_Text_Display
- Fixed regression in callback handling
- Fixed wrong relative path when absolute path has a
trailing slash in fl_filename_relative
- Fixed multiple selction of files and directories in Fl_File_Chooser
- Fixed MSWindows crash when selecting umlauts in Fl_Help_View
Changes 1.1.8:
- Documentation fixes
- Fixed library path in Makefile
- Fixed image read for partial regions on X11
- Fixed KDE/Gnome icon paths
- Fixed Tab key to wrap around menu bars
- Fixed possible timer leak in Scrollbar
- Added documentation about the potential limitations
of Fl::grab on newer operating systems
- Fixed lockout when mixing popups and alerts
- Fixed recursion crash in event handling
- Fixed missing return code in 'fltk-config'
- Fixed inconsistencies with CHANGED flags
- Fixed message sent to hidden widgets
- Fixed width calculation in Fl_Help_View
- Fixed offset bug in OS X pixmap code
- Fixed potential buffer overrun in Fl_Preferences
- More...
|
2008-08-23 09:47:00 by OBATA Akio | Files touched by this commit (13) |
Log message:
Remove unresolvable hosts from MASTER_SITES.
Noticed by Zafer Aydogan via private mail.
|
2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370) |
Log message:
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
|
2007-03-16 22:40:33 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Needs libXt on modular Xorg for build.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2007-01-02 13:42:45 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
DESTDIR and modular Xorg support.
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-06-01 15:14:19 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Don't install cat pages by default, fixes PR 33587. Bump revision.
|