atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / font.c
2011-09-23  Hans Leidekkermsi: Only use Windows platform-specific encoded strings...
2011-09-23  Hans Leidekkermsi: Improve font version parsing.
2011-09-21  Hans Leidekkermsi: Support reading version information from OpenType...
2011-09-20  Hans Leidekkermsi: Support TrueType font files in MsiGetFileVersion.
2011-07-27  Hans Leidekkermsi: Always check the return value of MSI_IterateRecords.
2011-07-27  Hans Leidekkermsi: Clean up the database queries.
2011-07-07  Hans Leidekkermsi: Remove some dead assignments (clang).
2011-06-13  Marcus Meissnermsi: Fix some NULL dereferences (Coverity).
2011-05-24  Hans Leidekkermsi: Fix the font actions to revert components to the...
2011-05-06  Hans Leidekkermsi: Get rid of helpers.c.
2011-03-31  Francois Gougetmsi: Make load_ttf_name_id() static.
2011-01-11  Hans Leidekkermsi: Add support for comparing TrueType font versions.
2010-07-21  Hans Leidekkermsi: Move the component enabled check into the standard...
2010-04-02  Hans Leidekkermsi: Implement the UnregisterProgIdInfo standard action.
2010-02-16  Hans Leidekkermsi: Get rid of ACTION_VerifyComponentForAction.
2010-02-10  Hans Leidekkermsi: Implement the UnregisterFonts standard action.
2009-01-15  Michael Stefaniucmsi: Remove superfluous pointer casts.
2007-04-11  Aric Stewartmsi: Register fonts with full target paths as applicati...
2006-11-29  Dmitry Timoshkovmsi: Make some data const and static.
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-09-13  Mike McCormackmsi: Split the font registration code out into a separa...