Toolbar Editor Changelog

What's new in Toolbar Editor 1.60

Oct 25, 2012
  • Improvements:
  • Imagelist editing
  • Rotate image: now the rotate image function is enabled
  • Resize image now use a better resizing algorithm
  • Export image to library function
  • Some improvements in the option dialog: “autodetect” feature of afxres.h file (works with Visual Studio 2005 up to 2010)
  • The background color is now prevented to be changed by the optimization of the palette when abitmap < 24 bit is saved (16 color bitmap for example)
  • Better toolbar layout and document handling
  • Some UI improvements
  • BugFix
  • Fixed a bug during saving of gray scale bitmaps (bitmap file wrongly reported as 4bit depth)
  • Fixed some bad behaviors of menu
  • Minor bug fixes

New in Toolbar Editor 1.50 (Jul 11, 2011)

  • Program default data directory moved to [USERAPPDATA] windows default folder. This is to avoid administrative user rights requirement in Vista/Windows 7
  • Added a more detailed manual to the installation package
  • Moved to shared MFC linking to reduce exe file dimension
  • Fixed bug on the new function to select the background color

New in Toolbar Editor 1.42 (Jul 11, 2011)

  • New function to select transparent color
  • Fixed bug that cause wrong background color selection
  • Fixed crash if wrong toolbar id is selected for parsing

New in Toolbar Editor 1.41 (Oct 20, 2009)

  • New dialog Layout to handle toolbars up to 48x48px
  • Better icon handling: now before use they are all ported to true color
  • Added support for png images/icons
  • Fixed bug on reopeing an existing toolbar without a true color bitmap
  • Fixed bug on first toolbar display: listcontrol without icon preview
  • Minor bug fixes

New in Toolbar Editor 1.3d (Oct 20, 2009)

  • Some internal modification on code to prepare the new release (again).
  • Better error handling during parsing.
  • Minor bug-fix.

New in Toolbar Editor 1.3c (Oct 20, 2009)

  • Some internal modification on code to prepare the new release.
  • Fixed bug on "check for updates routine".

New in Toolbar Editor 1.3b (Oct 20, 2009)

  • Added check for update routine.
  • Fixed bug caused by MRU implementation (crash on startup).
  • Fixed bug with 16 colors bitmap (ugly view in preview).

New in Toolbar Editor 1.3 (Oct 20, 2009)

  • Added "new" toolbar feature.
  • Added hot imagelist creation.
  • Added some accelerators.
  • Added MRU list.
  • Improved drag and drop (now you can use it to move buttons also, and replace only the image by holding the CTRL key).
  • Fixed bug when two buttons have the same ID.

New in Toolbar Editor 1.2 (Oct 20, 2009)

  • Now it's possible to parse more files with IDs.
  • Linked statically to avoid dependency problems.
  • Changed true color bitmap generation checkbox to true as default.
  • Now, if available, atrue color bitmap is used to create the imagelist when a toolbar is opened.
  • Disabled "error diffusion" in 16 color bitmap creation.

New in Toolbar Editor 1.1 (Oct 20, 2009)

  • Fixed some compatibility issues with VC6.