usp10: Do glyph translation for truetype fonts only.
[wine] / dlls / advpack /
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-11-13  Francois Gougetadvpack: Skip some tests if not in interactive mode...
2007-10-29  Stefan Leichteradvpack/tests: Print the unexpected result in function...
2007-10-26  James Hawkinsadvpack: Restore the LProgramF string using the acquire...
2007-10-09  Marcus Meissneradvpack: Handle localized C:\Program Files.
2007-08-27  James Hawkinscabinet: Don't extract a file if DoExtract is FALSE.
2007-08-23  James Hawkinsadvpack: Formalize the SESSION struct.
2007-08-13  Jason Edmeadessetupapi: Remove duplicate backslashes on dirids.
2007-08-13  Jason Edmeadesadvpack: Strip single quotes (with tests) on reg keys.
2007-08-10  Jason Edmeadesadvpack: Show fixme when advpack fails to prompt user...
2007-07-10  Detlef Riekenbergadvpack+setupapi: Remove unneeded checks before SetupCl...
2007-07-04  Paul Vriensadvpack/tests: Create the temporary inf-file in a direc...
2007-06-25  Alexandre Julliardadvpack: Get rid of CharPrevW.
2007-05-21  Paul Vriensadvpack/tests: Don't hardcode the system directory.
2007-04-23  Andrew Talbotadvpack: Exclude unused headers.
2007-04-12  Paul Vriensadvpack/tests: Don't hardcode the windows directory.
2007-04-03  Andrew Talbotadvpack: Constify some variables.
2007-04-02  Rob Shearmanadvpack: Stop processing if there was an error register...
2007-04-02  Rob Shearmanadvpack: Call OleInitialize before registering OCXs...
2007-03-17  Joris Huizeradvpack: sign-compare fix.
2007-03-13  Andrew Talbotadvpack: Constify some variables.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-02-05  Bang Jun-Youngadvpack: Constify the 3rd argument of RebootCheckOnInst...
2007-01-22  Bang Jun-Youngadvpack/tests: Fix typo.
2007-01-10  James Hawkinsadvpack: Fill the output buffer to workaround a bug...
2006-12-08  Paul Vriensadvpack/tests: Change the output for HRESULT's.
2006-11-24  Paul Vriensadvpack: Remove test that crashes on systems with IE7.
2006-11-02  James Hawkinsadvpack: Use the full path of the INF file as the sourc...
2006-10-31  Paul Vriensadvpack: Add another test.
2006-10-31  Paul Vriensadvpack: Fix typos.
2006-10-24  James Hawkinsadvpack: Fix the full path check.
2006-10-23  Eric Pouechadvpack: Plug a couple of memory leaks.
2006-10-12  Michael Ploujnikovadvpack/tests: Win64 printf format warning fixes.
2006-10-09  James Hawkinsadvpack: Make internal functions static.
2006-10-07  James Hawkinsadvpack: Win64 printf format warning fixes.
2006-10-06  Paul Vriensadvpack: Make tests run on Win98 again.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-21  James Hawkinsadvpack: backup should be a const string.
2006-09-20  Andrew Talbotadvpack: Remove duplicate function declaration.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-08  Andrew Talbotadvpack: Cast-qual warnings fix.
2006-09-07  James Hawkinsadvpack: Add the regsvr action to the SetupInstallFromI...
2006-09-07  James Hawkinsadvpack: Get the proper working directory in install_init.
2006-09-07  Andrew Talbotadvpack: Cast-qual warnings fix.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-21  Saulius Krasuckasadvpack/tests: Make RunSetupCommand not popup dialogs.
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-08-14  Andrew Talbotadvpack/tests: Write-strings warnings fix.
2006-07-31  Andrew Talbotadvpack/tests: Write-strings warnings fix.
2006-07-29  Andrew Talbotadvpack/tests: Write-strings warnings fix.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-10  James Hawkinsadvpack: Add tests for different configurations of...
2006-06-21  James Hawkinsadvpack: Implement DoInfInstall on top of the install...
2006-06-14  Mike McCormackadvpack: Remove some dead code. (Coverity)
2006-06-07  Michael StefaniucRemove more redundant NULL checks before HeapFree ...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Francois GougetAssorted spelling fixes.
2006-05-08  James Hawkinsadvpack: DelDirs should only remove a directory if...
2006-05-08  James Hawkinsadvpack: The only flag we don't handle is RSC_FLAG_UPDH...
2006-05-05  James Hawkinsadvpack: Don't fail if the dll to register doesn't...
2006-05-05  James Hawkinsadvpack: Implement the DelDirs command.
2006-05-05  James Hawkinsadvpack: Implement the CheckAdminRights option.
2006-05-05  James Hawkinsadvpack: Implement the RunPreSetupCommands command.
2006-05-05  James Hawkinsadvpack: INF install is implemented so fix the document...
2006-05-05  James Hawkinsadvpack: Implement the PerUserInstall command.
2006-05-05  James Hawkinsadvpack: Leave room for the NULL terminator in the...
2006-05-05  James Hawkinsadvpack: NULL-terminate the source path.
2006-05-05  James Hawkinsadvpack: Return the hresult in ExecuteCabW.
2006-05-05  James Hawkinsadvpack: Clean up the formatting of RegInstall to match...
2006-05-05  James Hawkinsadvpack: Perform an Advanced INF-level install in RegIn...
2006-05-05  James Hawkinsadvpack: Factor out writing predefined strings into...
2006-05-05  James Hawkinsadvpack: Ignore the return value from the OCX registration.
2006-04-20  James Hawkinsadvpack: Implement LaunchINFSectionW.
2006-04-20  James Hawkinsadvpack: Implement ExecuteCabW.
2006-04-20  James Hawkinsadvpack: Implement the RunPostSetupCommands callback.
2006-04-20  James Hawkinsadvpack: Implement the RegisterOCXs callback.
2006-04-20  James Hawkinsadvpack: Set the ldids of the install section in instal...
2006-04-20  James Hawkinsadvpack: Add stub handling for the RegisterOCXs command.
2006-04-20  James Hawkinsadvpack: Don't TRACE the internals of the setup pointer...
2006-04-20  James Hawkinsadvpack: LaunchINFSectionExA is no longer a stub.
2006-04-19  James Hawkinsadvpack: Set the destination directory to the working...
2006-04-19  James Hawkinsadvpack: Add the ability to set multiple keys on one...
2006-04-19  James Hawkinsadvpack: Put function declarations in advpack_private.h.
2006-04-17  James Hawkinsadvpack: Add install_init/release to perform install...
2006-04-17  James Hawkinsadvpack: Factor out OCX registering into do_ocx_reg.
2006-04-17  James Hawkinsadvpack: Use get_parameter to read the three parameters...
2006-04-17  James Hawkinsadvpack: The fallback directory is the fifth field...
2006-04-17  James Hawkinsadvpack: Use the default queue callback when calling...
2006-04-17  James Hawkinsadvpack: Fix the documentation for RegisterOCX.
2006-04-17  James Hawkinsadvpack: Fix the return type of RegisterOCX.
2006-04-14  James Hawkinsadvpack: Document RegisterOCX.
2006-04-13  Alexandre Julliardadvpack: Fixed a couple of typos in Unicode conversion.
2006-04-11  James Hawkinsadvpack: Implement UserInstStubWrapper.
2006-04-11  James Hawkinsadvpack: Perform a setupapi-level install of the INF...
2006-04-11  James Hawkinsadvpack: Implement LaunchINFSectionEx.
2006-04-11  James Hawkinsadvpack: Standardize the format of advpack traces.
next