История версий и изменений программы Talisman Desktop

2.99 Build 2990 (01.01.1970)
· Windows Vista support. · New "Theme Manager 3.0 beta", including: Theme Manager, Theme Installer, Theme Builder, Shape Builder, Object Collector. · New TSHAPE 3.0 format for alpha-blended Shape objects. · New "Resize" function for Shape objects. Now you can resize an unlocked Shape object by dragging its bottom-right (8x8 pixels) conner. · New internal commands: restart, poweroff, hibernate. Use these commands to directly restart/shutdown or hibernate computer without Windows dialog. · Antialiased arrows in AClock object. · "Create new object" dialog window for dragging file procedure. · Added new presets for "Default Button" in form settings. · Added new icons for drives (Hard, Floppy, CD/DVD, Net, RAM). · Fixed bug in commenu.mnu for inputbox object. · Fixed bug in "load default menu" command of TOE. · Fixed bug in "move cached form" procedure. · Fixed bug in Button object "Redraw" command. · Other changes and bug fixes.
2.98 (01.01.1970)
· - Updated "wallpaper=windows" option for OnTop forms. If you set "wallpaper" parameter of such form in "windows" - the topform will be drawn over all opened windows using all transparency and alpha-blending effects. Note: this function doesn't use the "alpha-blend" procedures of Windows2000/XP. The function works in Windows9x systems too. But the function doesn't redraw the screen when you move any window under your "transparented topform". You can use only "autohided" or "closed-by-click-outside" forms with "wallpaper=windows" parameter. · - Fixed the "Hide only with parent form" bug of HTML and Flash objects in forms with "Caching" parameter. · - Corrected "moveform" and "sizeform" commands for forms with "Caching" parameter. · - Added PNG support in "Draw" and "Drawex" commands. · - Added new command "Drawicon <x> <y> <iconsize> <iconnum> <form> <align> <filename>" . Where <iconsize> - size of icon (16,24,32,48,64,72,96,128); <iconnum> - number of icon in ICL,DLL,EXE files (use 0 for usual ICO files). The Drawicon function draws icons from ICO, ICL, DLL, EXE files. · - Added new command "Drawpic <x> <y> <width> <height> <form> <align> <filename>". The Drawipic function draws any pictures from BMP, JPG, PNG files. · If <width> and <height> parameters =0 - the picture will be drawn in its original size. If <width> and <height> parameters are not zero - the picture will be scaled. · - Added new command "Drawrect <x> <y> <width> <height> <color> <form> <align>". The Drawrect function draws rectangle and fills it using the current <color>. · <Color> parameter may be defined as decimal or hex RGB value. For example: 0 or $000000 is Black color; 16777215 or $FFFFFF is White color. · - Added new command "Drawtext <x> <y> <width> <height> <form> <align> <text>". The Drawtext function draws text in the specified rectangle using the current Font. Font attributes must be defined by another command: SetDesktopFont. · - Added new command SetDesktopFont <size> <style> <color> <font name>". Where <style> is 0 - normal;1 - bold;2 - italic;3 - bold-italic. The SetDesktopFont function sets a current Font for Drawtext command. · - Fixed the "PNG picture alligned to right/bottom" bug. · - Added new command "tobject alteros3d.command=<alteros command>". This function send any command string in Alteros3D program. See the list of Alteros3D commands in Alteros help file. · - Other changes and bug fixes.
2.97 (01.01.1970)
· Alpha-blended PNG support. · New functions. · Bugs fixes