Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Releases: d2lmirrors/anolis

Resourcer 0.9

01 Sep 03:16
Compare
Choose a tag to compare
Resourcer 0.9 Pre-release
Pre-release

Anolis.Resourcer - 0.9.0 Beta, released 2009-09-01

  • Resourcer changes
    • Added a menubar for those seeking Reshacker-like UI (you can disable either the menubar or the toolbar, or have both enabled at the same time)
      Note the menubar does not expose any new functionality that isn't already (directly or indirectly) accessible via the Toolbar (except for Help Contents)
      • You can hide either the menubar or the toolbar, but not both
      • A context menu on the toolbar lets you choose icon size and allows you to hide or show the toolbar or menubar
    • Thumbnails for bitmaps now maintain aspect ratio (rather than stretching to fill). Bitmaps smaller than the thumbnail area are now centred, rather than upscaled
    • Added a Help file, access it via Help > Help Topics
    • If a resource name only has one lang then its tree view node will not be expanded unless explicitly expanded
    • Various improvements to the Batch Export form
  • Library changes
    • Fixed an issue with editing resources in Windows Vista (and later) where files with RC Config entries (listed as "MUI" resource types) could not be modified, even though the operation completed successfully
      The solution has been implemented as a workaround. A more purer solution exists, but would require implementing our own PE/COFF format reader, which is too much trouble
    • Fixed a major issue where icon directories lacking bit-depth information would be applied to a resource source without that information
      Bit-depths are now obtained from the DIB information if they're missing
      NOTE: PNG format subimage data is always assumed to be 32bpp
    • You can now choose to replace icons by replacing the subimages rather than merging them. Click the "Edit Factory Options..." button on the Replace Resource Form for more details.

development status: Beta; last modified: 2009-09-01T14:51:30.767-07:00