home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 May / Gamestar_62_2004-05_dvd.iso / Programy / ClocX14.exe / README.TXT < prev    next >
Text File  |  2004-01-31  |  5KB  |  146 lines

  1. ClocX 1.4
  2. This program is freeware.
  3. Website:
  4.   http://www.tenzor.cz/clocx
  5.   http://clocx.zde.cz
  6.   http://beam.to/clocx
  7.  
  8.  
  9. Customizing:
  10. You can place any bitmap or PNG file in Presets subfolder and set it in ClocX's 
  11. options as background. Additional backgrounds can be downloaded from Download
  12. section of ClocX homepage.
  13. When using BMP image, ClocX window is cutted by predefined color (default RED (RGB 255,0,0)). 
  14. You can define many preset properties like cutting color and properties of hand
  15. in .INI file named as your background (INI extension instead of BMP/PNG). Simply
  16. copy default.ini to yourbitmap.ini (when you have yourbitmap.bmp or yourbitmap.png) 
  17. and edit it.
  18.  
  19.  
  20. Uninstalling:
  21. 1. Automatic - use Uninstall shortcut or Uninstall.exe in ClocX's directory
  22. OR
  23. 2. Manual
  24.   - Uncheck "Start with Windows" and "Start with login" checkboxes in Options.
  25.   - Optionally, you can delete ClocX's registry (HKEY_CURRENT_USER\Software\BonSoft\ClocX).
  26.   - Delete files.
  27.  
  28.  
  29. Bug report:
  30. If you find any bugs or have any good ideas for improving this program, please
  31. send an e-mail to clocx@centrum.cz (no spam please).
  32.  
  33. Known bugs:
  34. Some people report problems with Background combo box (drop list) in Options
  35. dialog. I don't have any idea what can cause it because I have no problems with
  36. it. Probably, you still will be able to select backgrounds with arrow keys after
  37. selecting Background combo box.
  38.  
  39.  
  40. Performance tips:
  41. Run ClocX with -benchmark or -bench2 parameters to test your max frame rate.
  42. ClocX's CPU usage can be minimized by these steps:
  43. -Disable showing AM/PM and Date indicators
  44. -Do not use backgrounds with PNG hands (like mx-clocx.png)
  45. -Use antialiasing method 1 or disable antialiasing
  46. -Smaller backgrounds are faster than bigger
  47. -Win2k/XP: use 32-bit color depth (PNGs are drawn faster)
  48. -Win2k/XP: PNGs are drawn slower than BMPs due to use of per-pixel alphablending
  49.  
  50.  
  51. If you like this program, send us some acknowledgements to support future
  52. development. You can also donate to this project.
  53.  
  54.  
  55.  
  56. What's new:
  57. 1.4
  58.  -updated language files
  59.  -updated Nullsoft installer
  60.  
  61. 1.4b3
  62.  -internal time structure changed from tm/time_t to SYSTEMTIME/FILETIME (some
  63.   users was reporting incorrect time in 1.4a1 - 1.4b2)
  64.  -added option to hide ClocX window from Alt-Tab window list
  65.  -added option Allow multiple instances
  66.  -systray tooltip now shows the name of the day in week
  67.  -optimized antialiasing code (5-30% faster)
  68.  -changes from right-click menu are now saved properly
  69.  
  70. 1.4b2
  71.  -fixed a bug of crash, when loading background with PNG hands
  72.  
  73. 1.4b1
  74.  -added option to show date indicator
  75.  -added option to show time and date as ClocX's systray tooltip
  76.  -changed About dialog
  77.  -time of alarms in Alarms dialog is now formatted by user locale
  78.  
  79. 1.4a2
  80.  -added support for language files (*.lng in Lang subdirectory)
  81.  -some minor changes and bugfixes
  82.  -added low-color 16x16 icon (better look for non-WinXP)
  83.  
  84. 1.4a1
  85.  -added ALARMS (Alarms in right-click menu) - you can define alarm time,
  86.   reoccurence(once, daily, weakly, monthly, yearly) and actions (show window
  87.   with alarm description, play sound, execute application and shutdown computer)
  88.  -some minor changes
  89.  -added some PNGs
  90.  -removed some BMPs from installation, additional BMPs and PNGs can be
  91.   downloaded from Download section of ClocX homepage
  92.  
  93. 1.3a4
  94.  -added Calendar to right-click menu
  95.  -web site moved to http://www.tenzor.cz/clocx
  96.  
  97. 1.3a3
  98.  -disabled UpdateLayeredWindow error window (caused problems with standby mode)
  99.  -added option "Don't reposition window" (usable for dual monitor or if you
  100.      want ClocX behind the screen edge)
  101.  
  102. 1.3a2
  103.  -skinnable hands - added support for custom PNG hands and INI file options
  104.      HourPNG, MinutePNG, SecondPNG, HourPNGCenterDist, MinutePNGCenterDist,
  105.      SecondPNGCenterDist
  106.  -added option "Smooth PNG hands rotation" for smoother(&slower) skinned hands
  107.  -remembers position of Options dialog
  108.  -added option "ShowAM/PM"
  109.  -INI file option "ShowAMPM" changed to "DisableAMPM" (=don't show AM/PM even 
  110.      enabled in Options)
  111.  -added INI file options "AMPMFont" and "AMPMFontSize" to customize AM/PM font
  112.  -added command line option "-benchmark" to benchmark your ClocX's settings
  113.  -fixed bug with pen for drawing hands
  114.  -added support for interlaced&progressive PNGs
  115.  
  116. 1.3a1
  117.  -added support for PNG files + per-pixel alfablending!!! (Win2k/XP recomended)
  118.  -added option "Pin to Desktop"
  119.  -added option "Click through"
  120.  -"Always on top" moved from context menu to options
  121.  -for alfablending used UpdateLayeredWindow instead of SetLayeredWinAttr
  122.  -you can specify color of AM/PM indicator in INI files
  123.  -you can specify clock's center point in INI files
  124.  
  125. 1.2a5
  126.  -added AM/PM indicator (optional, can be enabled in INI file)
  127.  -length of hands is now in pixels instead of float
  128.  -Nullsoft Install System is used for installing and uninstalling
  129.  -tray bar's icon is 16x16 instead of shrinked 32x32
  130.  -you can now specify overlap of hands
  131.  
  132. 1.2a4
  133.  -you can use .INI files for customizing
  134.  -added some backgrounds
  135.  -changed program's icon
  136.  -added file LargeIcon.ico with icons up to 128x128
  137.  
  138. 1.2a3
  139.  -corrected bug with changing length of hands
  140.  -added some backgrounds
  141.  
  142. 1.2a2
  143.  -renamed from XClock to ClocX
  144.  -added options "Unmovable window" and "Limit position by screen"
  145.  -you can now specify length of hands in registry
  146.