|
|
Full versions are encrypted for registered users. You need the Registrator Application together with a valid serial number to decrypt them.
Demo versions are free for everyone, they have all the same features as the full versions. Demo versions will display a demo message box in compiled applications.
Open source library helpers come as they are, without support. Most of the open source library helpers come from 3rd party authors. All of the open source library helpers on this page extend one or more of the library from us that are posted on this page.
|
| 10. Aug 2008 - LongBinaryStream 3.6 |
|
|
|
A REALbasic plugin to handle huge files (files > 2 GB)
- Can handle files > 2 GB.
- Is MacOS Classic, MacOS X, Win32 and Linux compatible.
- Is as easy to use as REALbasic's built in BinaryStream.
- Will automatically switch to < 2 GB API on old PPC systems that do not support > 2 GB files.
- Supports long file names on OS 9 and OS X.
- Supports Unicode file names on Windows and MacOS X.
- Has highly optimized streaming mode by using block sharing.
- Is compatible with REALbasic MacOS IDE 4.5 or later, REALbasic Win32 IDE 5.2 or later, and all versions of REALbasic Linux IDE.
-
New in 3.6:
- Added support for REALbasic 2007r3.x.
|
| 10. Aug 2008 - ResourceStream 3.6 |
|
|
|
The ResourceStream is a plugin class to stream file resource forks.
New in 3.6:
- Added support for REALbasic 2007r3.x.
|
| 5. Aug 2008 - IconLib 4.1 |
|
|
|
A REALbasic plugin to retrieve File Icons.
- Can read all sizes (including 128x128) of File Icons on MacOS systems.
- Can read grayscale icon masks on MacOS systems.
- Can read 16x16 and 32x32 Icons on Windows systems.
- Is PPC - Carbon, Mach-O and Win32 compatible.
- Can read system defined icons.
- Can read icns files.
- Will automatically switch to old Icon API on old MacOS systems that dont support the modern Icon API.
|
| 21. Jul 2008 - GraphicsFormats 2.9 |
|
|
|
GraphicsFormats is a REALbasic plugin to import and export pictures.
The plugin currently supports PNG and Jpeg file formats.
Both formats have the following features:
- Importing from a file.
- Importing from a string.
- Importing from a IBinaryStreamReader.
- Exporting to a file.
- Exporting to a string.
- Exporting to a IBinaryStreamWriter.
- Import and export to RGB color space.
- Import and export without using REALbasic Picture Object.
The following features are unique to the PNG format:
- Importing with Alpha channels for all import types (file,string,stream).
- Exporting with Alpha channels for all export types (file,string,stream).
The following features are unique to the Jpeg format:
- Import and export to Grayscale color space.
- Setting Quality.
- Setting Baseline parameter.
- Setting Progressive parameter.
- Setting Smoothing factor.
- Import and export horizonatal and vertical resolution values.
GraphicsFormats supports MacOS Classic, MacOS X PPC, MacOS X x86, Win32 and Linux compile.
(This plugin uses technology from the PictureEffects plugin to access picture raw data in the fastest possible way)
New in 2.9:
- JpegImporter now more gracefully handles certain types of corrupted JPEG images.
- RAWJpegImporter now more gracefully handles certain types of corrupted JPEG images.
- Did some changes to make the plugin work on the latest REALbasic version.
- Plugin is now linked against and dependent on libstdc++6 instead of libstdc++5 on Linux systems.
|
| 8. Jul 2008 - PictureEffects 6.3 |
|
|
|
The PictureEffects is a REALbasic plugin to do picture manipulation on 32bit images. The plugin is supported on MacOS Classic, MacOS X, Win32 and Linux target platforms.
Main features: Red Eye Reduction, Brightness, Contrast, Sepia, Color Filter, NTSCColorFilter, Hue, Saturation, Lightness, Desaturate, Gamma, Blend, Rotate, Diffuse, Interlace, Flip Horizontal, Flip Vertical, GrayScale, Invert , Sharpen, Smooth, Blur, MotionBlur, Gaussian Blur, Edge Detect, RankOrderFilter, Emboss, Pixelate, Mean Removal, Custom 3x3 matrix filter, Oil Paint, high quality Bilinear Scaling, Stretch, Polar Coordinates, Barrel Distort, Twirl, Wave, Water Drops, Surface Wave, PageCurl, TrimPicture, Create Chroma masks, Render Clouds, Render Wood, Render Marble, Render Textile, Render Labyrinth and a IProgressHandler Interface support for every filter. The PictureEffects also supports masking for most of the effects.
The following effects have been accelerated on MacOS X, Windows and Linux platforms to make use of up to 4 CPU cores: Rotate, Brightness, Contrast, Sephia, Color Filter, Grayscale, Desaturate, Hue, Saturation, Lightness, Invert, Blend, Flip Horizontal, Flip Vertical, Sharpen, Smooth, Blur, Edge Detect, Emboss, Interlace, Mean Removal, Custom 3x3 matrix filter, Bilinear Scaling and Stretch.
(More effects will be accelerated for multiple CPU cores in the next upcoming versions)
New in 6.3:
- Multiprocessing is now also supported on Linux systems on all those filters that inherit from MPImageFilter.
- The Interlace class now inherits from the MPImageFilter class, making it support multiple processor acceleration.
- Interlace now has both Apply and ApplyInPlace functions.
- Fixed a memory leak in the Blend class.
- Changed the constructors and did other internal changes to support future REALbasic versions.
- Plugin is now linked against and dependent on libstdc++6 instead of libstdc++5 on Linux systems.
|
| 21. Jun 2008 - CoreClasses 4.7 |
|
|
|
The CoreClasses plugin consist of data structures that are implemented to support currnet and future plugins internally. (Those structures can of course also be used directly in REALbasic).
The CoreClasses plugin implements high speed arrays, stacks, queues, collections, dictionaries, trees, sets and StringTokenizers. See more details in the details section.
CoreClasses supports MacOS Classic, MacOS X, MacOS X Universal Binary, Win32 and Linux compile.
|
| 7. Dec 2006 - GammaLib 3.1 |
|
|
|
A REALbasic plugin to control the monitors gamma tables.
New in 3.1:
- Added another variation of SetDisplayGammaRamp which enables smoother Gamma fading.
|
| 14. Nov 2006 - UtilsLib 5.7.2 |
|
|
|
UtilsLib is a REALbasic plugin, which has cross platform GUID Generation, ComputerName and UserName, day names, month names, bit wise handling, currency formatting, access to the location manager and many other utility functions.
Many functions of this plugin are supported on MacOS Classic, MacOS X PPC, MacOS X x86, Windows x86 and Linux x86.
New in 5.7 (5.7.2 had some fixes to problems that were discovered in version 5.7):
- Added a CurrencyFormatter class.
- Added PositiveCurrencyFormat function to the CurrencyFormatter class.
- Added NegativeCurrencyFormat function to the CurrencyFormatter class.
- Added two variations of a Format function to the CurrencyFormatter class.
- Moved the CurrencyCode function from the LocaleInfo class to the new CurrencyFormatter class.
- The CurrencyCode function can now operate on all MacOS versions when compiled as Mach-O, before it only worked on 10.3 and later.
- The CurrencySymbol function can now operate on all MacOS versions when compiled as Mach-O, before it only worked on 10.3 and later.
- The DecimalPoint function can now operate on all MacOS versions when compiled as Mach-O, before it only worked on 10.3 and later.
- The ThousandsSeparator function can now operate on all MacOS versions when compiled as Mach-O, before it only worked on 10.3 and later.
- Added AMDesignator function to the LocaleInfo class.
- Added PMDesignator function to the LocaleInfo class.
- Moved the CurrencySymbolLeads function from the LocalInfo class to the CurrencyFormatter class and splitted it up to two functions, PositiveCurrencySymbolLeads and NegativeCurrencySymbolLeads.
- Fixed a minor memory leak in the GenerateGuid function.
- Improved Unicode support on Windows systems for various of functions.
- Added a NegativeSign function to the CurrencyFormatter class.
- Added a PositiveSign function to the CurrencyFormatter class.
- Added a DecimalPoint function to the CurrencyFormatter class.
- Added a ThousandsSeparator function to the CurrencyFormatter class.
- Added again because of requests the formerly depreciated GetEthernetAddress and GetEthernetAddressCount functions.
|
| 30. Oct 2006 - EventLib 4.0 |
|
|
|
A REALbasic plugin to access some event manager related functions such as for example mouse location set/get, optain double click timing and more.
Many functions of this plugin are supported on MacOS Classic, MacOS X PPC, MacOS X x86, Windows x86 and Linux x86.
New in 4.0:
- Added support for MacOS X Universal Build.
- Added a GetDoubleClickDistance function.
- Added a GetDragThreshold function.
- Added support for TypeLib 5.5.
|
| 18. Oct 2006 - FileLib 4.5 |
|
|
|
A REALbasic plugin to access some file related functions such as for example Destop Comments and MacOS X/Unix file Permissions and optaining location of special folders.
New in 4.5:
- Added support for MacOS X Universal Build.
- Added support for TypeLib 5.5.
- Added a ContentModificationDateUTC function to the FolderItemInfo class.
- Added a CreationDateUTC function to the FolderItemInfo class.
- Added a AccessDateUTC function to the FolderItemInfo class.
- Added a BackupDateUTC function to the FolderItemInfo class.
- Added a AttributeModificationDateUTC function to the FolderItemInfo class.
- The non UTC versiosn of ContentModificationDate, CreationDate, AccessDate, BackupDate and AttributeModificationDate now return local time on all platforms.
- Get/SetDesktopLocation has been moved to the FolderItemInfo class.
- Get/SetFolderItemFlags has been moved to the FolderItemInfo class.
- Get/SetDesktopLabelNumber has been moved to the FolderItemInfo class.
- GetDocumentType has been moved to the FolderItemInfo class.
- DocumentType on MacOS X systems when compiled to a Mach-O target returns a much more detailed type description.
- Improved Unicode support for DocumentType on Windows systems.
- Added two new constants to the FolderIteInfoRequest constant module, FileFlags and FileFlagsAndDates.
|
| 9. Oct 2006 - SpellingChecker 1.5 |
|
|
|
The SpellingChecker is a REALbasic plugin to access the Cocoa Framework in MacOS X to check spelling.
The Plugin handles application wide ignore lists, document ignore lists, saving and restoring ignore lists and more.
The plugin uses the CoreClasses plugin to make the programming interface very simple to use.
New in 1.5:
- Added support for MacOS X Universal Build.
|
| 28. Mar 2004 - MenuLib 4.3 & ColorMDEF 1.0 |
|
|
ColorMDEF 1.0:
- A Open source class which uses the ability in MenuLib 4.3 to create custom Color Menu in REALbasic.
- Has samples to create popup color menus.
- Has samples to create color menus to put in the MenuBar.
- Has samples to create color menus to put in submenus.
MenuLib 4.3:
- Added REALbasic 5.5 support.
Note: On REALbasic 5 and later then this plugin should only be used for creating advanched popup menus. The main menu on REALbasic 5 and later should not and can not be tampered with.
|
| 11. Aug 2003 - EngineManager 3.0 |
|
|
A REALbasic plugin to dynamically load external encryption engines.
Flexible plugin driven crypto engine plugin for REALbasic (REALbasic plugin that launches Cipher and Hash plugins).
- Multiplatform (PPC, Carbon and x86). Supporting all platforms is very important to us, so EngineManager supports all platforms that REALbasic supports.
- Currently avalible crypto engines for Engine Manager:
- Blowfish ECB
- Blowfish CBC
- Twofish ECB
- Twofish CBC
- AES (Rijndael) ECB
- AES (Rijndael) CBC
- e-CryptIt
- MD5
- HMAC_MD5
- SHA
- SHA1
- HMAC SHA1
- SHA 256
- SHA 384
- SHA 512
Q: So whats this all about ?
A: This means that you design your application using just one engine platform, and then deploy your application, and the user of your application can plugin new algorithms at later time. This is expesially useful as residents of the US may not distrubute strong encryption out of the US. Now they can deploy the app with a week encryption and their users will be able to download for free a strong encryption algorithms right here from us (in Europe) and plug it in. So you application can support many encryption algoritms at the same time without you having to talk to diffrent interfaces or worry about export laws.
Download area, to download Engines for applications that use EngineManager, where your users can download plugin engines for free (Hosted in Europe)
|
|