Use the gasp table to check whether we should trigger antialiasing.
[wine] / dlls / msi / helpers.c
2005-09-12  Mike McCormackMake sure not to access invalid components or features.
2005-09-09  Mike McCormackMove a fixed size buffer to the heap.
2005-09-08  Mike McCormackAllocate memory rather than using fixed length buffers.
2005-09-08  Mike McCormackFix memory leaks.
2005-09-07  Mike McCormackKeep temporary files in a seperate list.
2005-09-06  Mike McCormackAvoid fixed length buffers for conditions.
2005-09-06  Mike McCormackRemove an unnecessary level of indent.
2005-09-06  Mike McCormackConvert progids to a standard list.
2005-09-02  Mike McCormack- convert verbs into a standard list
2005-08-29  Mike McCormack- build a standard Wine list of extensions instead...
2005-08-26  Mike McCormack- build a standard Wine list of mime types instead...
2005-08-25  Mike McCormack- build a standard Wine list of classes instead of...
2005-08-24  Mike McCormack- build a standard Wine list of appids instead of using...
2005-08-23  Mike McCormack- build a standard Wine list of folders instead of...
2005-08-23  Mike McCormack- build a standard Wine list of files instead of using...
2005-08-22  Mike McCormack- build a standard Wine list of features instead of...
2005-08-22  Mike McCormack- build a standard Wine list of components instead...
2005-08-19  Mike McCormackStore the component information in a standard Wine...
2005-07-07  Aric StewartFill and use the ProductCode part of the MSIPACKAGE...
2005-06-30  Aric StewartKeep track of what sequence we are in and register...
2005-06-29  Aric StewartHandle installs off multiple volumes and properly pull...
2005-06-28  Aric StewartRelocate the msi file to prevent cd locking, corrected...
2005-06-21  Aric StewartFix situations where TARGETDIR is set to a non \ terminated
2005-06-15  Aric StewartBreak out all the helper functions into helpers.c.