| Change Set |
Date |
Downloads |
Comment |
40453
by
dblock
|
Feb 10 at
2:23 PM
|
11 |
Compiler errors when trying to use the "Enumerating Resources" sample code from the 1.2 chm. http://resourcelib.codeplex.com/WorkItem/View.aspx?WorkItemId=5283
|
31852
by
dblock
|
Oct 9 2009 at
10:17 PM
|
35 |
Added missing file.
|
31716
by
dblock
|
Oct 8 2009 at
2:37 PM
|
4 |
Added LoadException that is thrown on a resource enumeration failure that contains both the resource load (inner) exception and the outer Win32 resource enumeration (outer) exception. Added ResourceId.TypeName that returns the string representation of the resource type when the ID represents one. Incremented version to 1.3.
|
28064
by
dblock
|
Sep 15 2009 at
5:47 AM
|
8 |
Added partial support for RT_FONTDIR and RT_FONT. Documented generic addition of new types.
|
28031
by
dblock
|
Sep 13 2009 at
3:22 PM
|
7 |
Added support for RT_STRING.
|
28028
by
dblock
|
Sep 13 2009 at
1:13 PM
|
3 |
Interface change: renamed StringResource to StringTableEntry to accommodate for actual string resource support.
|
28025
by
dblock
|
Sep 13 2009 at
5:55 AM
|
0 |
Added docs for accelerator resources. Simplified complicated padding fixes. Refactored fixed file info into its own class, allowing missing one. Fixed manifest resource r/w to be symmetrical (no data normalization).
|
28021
by
dblock
|
Sep 13 2009 at
1:08 AM
|
1 |
Added support for RT_ACCELERATOR, accelerator resources. Bug: VersionResource.Write erroneously included padding in the structure size.
|
27999
by
dblock
|
Sep 12 2009 at
3:17 AM
|
1 |
Added VersionResource.ToString() that returns a standard resource file string representation of the version resource and all its tables.
|
27985
by
dblock
|
Sep 11 2009 at
1:02 PM
|
2 |
Added write support for RT_MENU. Renamed a few structures, wrote docs and article on menus.
|
27956
by
dblock
|
Sep 10 2009 at
4:25 AM
|
3 |
Added read support for RT_MENU. Consistently named dialog and menu classes and structures.
|
27883
by
dblock
|
Sep 7 2009 at
1:37 PM
|
4 |
Always store the string resource value with two null terminators.
|
27881
by
dblock
|
Sep 7 2009 at
12:32 PM
|
2 |
Automatically appending the double-null terminator, fixed empty values. http://resourcelib.codeplex.com/WorkItem/View.aspx?WorkItemId=3929
|
27880
by
dblock
|
Sep 7 2009 at
12:28 PM
|
3 |
Automatically appending the double-null terminator. http://resourcelib.codeplex.com/WorkItem/View.aspx?WorkItemId=3929
|
27878
by
dblock
|
Sep 7 2009 at
12:06 PM
|
3 |
Bug: overriding version resource's language from the string info is incorrect.
|
27808
by
dblock
|
Sep 5 2009 at
2:13 PM
|
7 |
Wrapped up support for dialog (RT_DIALOG) resources. Added r/w, documentation, UTs and CodeProject article section.
|
27782
by
dblock
|
Sep 4 2009 at
5:02 AM
|
8 |
Supports reading both standard and extended dialog formats. Refactored style to string transforms into DialogTemplateUtil. Added support for creation data.
|
27750
by
dblock
|
Sep 3 2009 at
12:39 PM
|
6 |
Added read support for RT_DIALOGs, working for standard dialogs for now.
|
27520
by
dblock
|
Aug 31 2009 at
3:31 PM
|
10 |
Added BitmapFile representing a .bmp file. Added doc on RT_BITMAP reosurces. Fixed writing of bitmap resources.
|
27496
by
dblock
|
Aug 31 2009 at
12:18 AM
|
8 |
Renamed IconImage to DeviceIndependentBitmap. Cleaned up reading resource on construction. Added support for RT_BITMAP (write is not working). Fixed cursor hotspot properties that aren't walking over the cursor data.
|
27404
by
dblock
|
Aug 28 2009 at
4:19 PM
|
10 |
Bug: language lost in cursor and icon write. Refactored LoadFrom and SaveTo(filename) into the base Resource class.
|
27392
by
dblock
|
Aug 28 2009 at
1:53 AM
|
2 |
Updated CodeProject article with cursor and manifest information. Added r/w for GenericResource and a unit test.
|
27297
by
dblock
|
Aug 25 2009 at
2:06 PM
|
3 |
Refactored conversion from IconFile to DirectoryResource. refactored IconResource into a IconImageResource, IconResource and CursorResource. Bug: IconImage reassign of data with hotspot information dumps header.
|
27280
by
dblock
|
Aug 25 2009 at
4:14 AM
|
1 |
Edited detailed documentation for writing cursor resources.
|
27271
by
dblock
|
Aug 24 2009 at
11:39 PM
|
2 |
Bug: fixed cursor writes, adding hotspot information.
|