0.0.4
-----
	- bugfixes

	- rgb, hsv_hue, hsv_sat, hsv_val, hls_hue, hls_light
	  and hls_sat blends made more precise (compared to
	  non-fast blends gives up to +/- 1 per RGB component)
	  plus optional parameter whether to use fast blends

	- web colors mode (winos, macos and
	  web named colors are also available,
	  but their palettes are not well distributed)
	  plus a MMX-optimized palette-applying routine
	  written; to be installed in a future version

0.0.3
-----
	- bugfixes (including RGB picker bug)

	- new color model added - HLS
	  demo project were changed

	- some macros replaced with inline functions
	  (will cause code to be slower in debug builds)
	  as a result hsv_macroses.h were removed

	- user is able to select a blending mode -
	  tuned or "easy-to-understand"
	  (xgui_statics.h -> FAST_BLENDS)

	- new user control partially implemented -
	  gradient designer


0.0.2
-----
	- first public version
