61ddf77277
* BUG: Link with libgettextlib only with OpenBSD. Otherwise, on Linux, there is a symbol comflict with the libxml used by fontconfig, and you get spurious fontconfig warnings, and weird fonts or no font at all! [DEVELOPMENT ENVIRONMENT] * NEW: Use the new image methods for the hall of fame animation. * BUG: Text editor does not flash anymore when being resized. * BUG: The virtual control are now drawn bigger in Dekstop.Scale is too small. [EXAMPLES] * BUG: Fix many examples according to the new way of calculating Desktop.Scale. [INTERPRETER] * BUG: Symbol polymorphism is now correctly handled when the inheritance depth is greater than two! [GB.GTK] * NEW: Image.MakeGray() is a new method that makes an image use gray colors only. * NEW: Image.MakeTransparent() is a new method that intelligently replace a color by transparency. [GB.FORM] * NEW: Add a slider for setting the alpha color component. * BUG: Correctly cancel an impossible rename operation in the DirView control. [GB.QT] * NEW: Image.MakeGray() is a new method that makes an image use gray colors only. * NEW: Image.MakeTransparent() is a new method that intelligently replace a color by transparency. [GB.QT.EXT] * BUG: In Editor, always draw function expanders with the foreground color. git-svn-id: svn://localhost/gambas/trunk@1308 867c0c6c-44f3-4631-809d-bfa615b0a4ec |
||
---|---|---|
.. | ||
acinclude.m4 | ||
aclocal.m4 | ||
config-h.in | ||
config.guess | ||
config.sub | ||
configure.ac | ||
COPYING.LIB | ||
install-sh | ||
ltdl.c | ||
ltdl.h | ||
ltmain.sh | ||
Makefile.am | ||
missing | ||
README |
This is GNU libltdl, a system independent dlopen wrapper for GNU libtool. It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibrary (Win16 and Win32) * load_add_on (BeOS) * GNU DLD (emulates dynamic linking for static libraries) * dyld (darwin/Mac OS X) * libtool's dlpreopen