2005-02-08 |
Huw Davies | Add VARIANT_BOOL.
|
commit | commitdiff | tree |
2005-02-03 |
Huw Davies | Coclass support.
|
commit | commitdiff | tree |
2005-02-02 |
Huw Davies | Add support for typedefs.
|
commit | commitdiff | tree |
2005-02-01 |
Huw Davies | Add support for dispinterfaces (slightly hacked because...
|
commit | commitdiff | tree |
2005-01-31 |
Huw Davies | Dynamically allocate the type data storage.
|
commit | commitdiff | tree |
2005-01-28 |
Huw Davies | Added stdole32.tlb.
|
commit | commitdiff | tree |
2005-01-28 |
Huw Davies | Structs with ptrs are also VT_USERDEFINED.
|
commit | commitdiff | tree |
2005-01-28 |
Huw Davies | Add a few missing RegCloseKey calls.
|
commit | commitdiff | tree |
2005-01-26 |
Huw Davies | When adding an interface, midl adds the inherited interface...
|
commit | commitdiff | tree |
2005-01-26 |
Huw Davies | GetMetaFile checks both the version and the header...
|
commit | commitdiff | tree |
2005-01-26 |
Huw Davies | Fix typelib only option.
|
commit | commitdiff | tree |
2005-01-25 |
Huw Davies | Add enum support.
|
commit | commitdiff | tree |
2005-01-25 |
Huw Davies | Add encoding for VT_R8.
|
commit | commitdiff | tree |
2005-01-25 |
Huw Davies | unsigned char support.
|
commit | commitdiff | tree |
2005-01-25 |
Huw Davies | Add interface inheritance.
|
commit | commitdiff | tree |
2005-01-24 |
Huw Davies | Add referenced types that aren't already in the typelib.
|
commit | commitdiff | tree |
2005-01-24 |
Huw Davies | Fix handling of void.
|
commit | commitdiff | tree |
2005-01-24 |
Huw Davies | Add support for hidden and restricted function attributes.
|
commit | commitdiff | tree |
2005-01-21 |
Huw Davies | Bit 0x0200 always appears to be set in the typeinfo's
|
commit | commitdiff | tree |
2005-01-21 |
Huw Davies | [local] functions should not be written to the typelib.
|
commit | commitdiff | tree |
2005-01-20 |
Huw Davies | Don't set ATTR_IN or ATTR_OUT by default - this essentially...
|
commit | commitdiff | tree |
2005-01-20 |
Huw Davies | Better guid hash.
|
commit | commitdiff | tree |
2005-01-20 |
Huw Davies | MIDL adds two sets of custom data to the library: one...
|
commit | commitdiff | tree |
2005-01-19 |
Huw Davies | Add propget and propput function attributes.
|
commit | commitdiff | tree |
2005-01-19 |
Huw Davies | Pad small strings out to eight bytes.
|
commit | commitdiff | tree |
2005-01-18 |
Huw Davies | Add a missing break to fix typeinfo version regression.
|
commit | commitdiff | tree |
2005-01-17 |
Huw Davies | Add VT_VARIANT support.
|
commit | commitdiff | tree |
2005-01-14 |
Huw Davies | Add support for BSTR default values.
|
commit | commitdiff | tree |
2005-01-14 |
Huw Davies | Add support for interface ptrs including the special...
|
commit | commitdiff | tree |
2005-01-12 |
Huw Davies | Better type encoding. (Interface ptrs still not there...
|
commit | commitdiff | tree |
2005-01-11 |
Huw Davies | Add help* attributes for typeinfos and functions.
|
commit | commitdiff | tree |
2005-01-10 |
Huw Davies | Add support for the help* attributes on type libraries.
|
commit | commitdiff | tree |
2005-01-10 |
Huw Davies | Add support for optional arguments and some suppport...
|
commit | commitdiff | tree |
2005-01-10 |
Huw Davies | Add support for hidden, restricted and version attributes on
|
commit | commitdiff | tree |
2005-01-09 |
Huw Davies | The value of a packed VARIANT can be up to 1L << 26...
|
commit | commitdiff | tree |
2005-01-09 |
Huw Davies | Add attributes control, hidden and restricted.
|
commit | commitdiff | tree |
2005-01-06 |
Huw Davies | Initial support for typelib generation.
|
commit | commitdiff | tree |
2005-01-05 |
Huw Davies | Bring the debug functions into line with the rest of...
|
commit | commitdiff | tree |
2005-01-05 |
Huw Davies | Store interfaces, structs, coclasses and modules that...
|
commit | commitdiff | tree |
2005-01-04 |
Huw Davies | Add the precedence of the conditional operator.
|
commit | commitdiff | tree |
2005-01-04 |
Huw Davies | Don't touch the rect if hwnd is invalid.
|
commit | commitdiff | tree |
2004-12-27 |
Huw Davies | Fix typelib generation of CARRAYs.
|
commit | commitdiff | tree |
2004-12-17 |
Huw Davies | Fix comment to reflect reality and indeed the code.
|
commit | commitdiff | tree |
2004-12-13 |
Huw Davies | Fix always false test. Spotted by Eric Pouech.
|
commit | commitdiff | tree |
2004-12-09 |
Huw Davies | Remove the remaining dependencies on internal structures...
|
commit | commitdiff | tree |
2004-12-08 |
Huw Davies | GetTypeAttr should deep copy the typedesc.
|
commit | commitdiff | tree |
2004-12-08 |
Huw Davies | Fix return value of GetVarIndexOfMemId.
|
commit | commitdiff | tree |
2004-12-07 |
Huw Davies | Remove Invoke's dependence on the internal TLBFuncDesc...
|
commit | commitdiff | tree |
2004-12-07 |
Huw Davies | GetFuncIndexOfMemId should respect invkind and return
|
commit | commitdiff | tree |
2004-12-02 |
Huw Davies | Allocate the TYPEATTR rather than copying it.
|
commit | commitdiff | tree |
2004-11-30 |
Huw Davies | For a 15/16 bpp dib we send RGB triples to the printer...
|
commit | commitdiff | tree |
2004-11-28 |
Huw Davies | Protect sscanfs with a "C" locale so that they still...
|
commit | commitdiff | tree |
2004-11-23 |
Huw Davies | We don't use DGA version 1 so remove the configure...
|
commit | commitdiff | tree |
2004-11-21 |
Huw Davies | The default font for the treeview should be the icon...
|
commit | commitdiff | tree |
2004-11-19 |
Huw Davies | Calculating the average width doesn't seem possible...
|
commit | commitdiff | tree |
2004-11-19 |
Huw Davies | Fallback to some sensible default values when underlining...
|
commit | commitdiff | tree |
2004-11-02 |
Huw Davies | Scale the patterns so that they're rendered at 300dpi.
|
commit | commitdiff | tree |
2004-10-11 |
Huw Davies | Apparently this portion of the test was failing under...
|
commit | commitdiff | tree |
2004-10-05 |
Huw Davies | Tests for PathCreateFromUrl, PathIsURL, UrlCreateFromPath and
|
commit | commitdiff | tree |
2004-10-05 |
Huw Davies | Rewrite UrlCreateFromPath.
|
commit | commitdiff | tree |
2004-10-05 |
Huw Davies | Implement CreateDispTypeInfo.
|
commit | commitdiff | tree |
2004-10-05 |
Huw Davies | Rewrite PathCreateFromUrl.
|
commit | commitdiff | tree |
2004-10-05 |
Huw Davies | Fix UrlUnescapeW.
|
commit | commitdiff | tree |
2004-10-05 |
Huw Davies | PathIsURL should return TRUE even if a scheme is unknown.
|
commit | commitdiff | tree |
2004-10-04 |
Huw Davies | UrlEscape has different rules depending on the protocol.
|
commit | commitdiff | tree |
2004-09-29 |
Huw Davies | ParseURL is now documented, so move it into shlwapi.h.
|
commit | commitdiff | tree |
2004-09-28 |
Huw Davies | Fix a reference leak on failure (spotted by Rob Shearman).
|
commit | commitdiff | tree |
2004-09-28 |
Huw Davies | Stub implementation of IInternetSecurityManager.
|
commit | commitdiff | tree |
2004-09-27 |
Huw Davies | Partial implementation of advpack.RegInstall.
|
commit | commitdiff | tree |
2004-09-25 |
Huw Davies | Implement PathSearchAndQualify.
|
commit | commitdiff | tree |
2004-09-22 |
Huw Davies | Don't trash the dst variant if we can't do the type...
|
commit | commitdiff | tree |
2004-09-20 |
Huw Davies | Add a 20 ppem strike with cp1252 coverage to Wine Sans...
|
commit | commitdiff | tree |
2004-09-16 |
Huw Davies | When we blit with a monochrome dibsection as the source...
|
commit | commitdiff | tree |
2004-09-16 |
Huw Davies | It's important to keep the original dib colour table...
|
commit | commitdiff | tree |
2004-09-14 |
Huw Davies | Add cp1250 glyphs to Wine Courier.
|
commit | commitdiff | tree |
2004-09-13 |
Huw Davies | Add cp1250 glyphs to Wine System.
|
commit | commitdiff | tree |
2004-09-13 |
Huw Davies | Helv should be an alias for MS Sans Serif. Spotted...
|
commit | commitdiff | tree |
2004-09-13 |
Huw Davies | Fix the size of the 'G' at 16 ppem. Thanks to Dmitry...
|
commit | commitdiff | tree |
2004-09-10 |
Huw Davies | We want all 1bpp dibsections to have a monochrome bitmap and
|
commit | commitdiff | tree |
2004-08-31 |
Huw Davies | Use 1/4" margins for some standard paper sizes.
|
commit | commitdiff | tree |
2004-08-31 |
Huw Davies | Complete cp1252 coverage.
|
commit | commitdiff | tree |
2004-08-26 |
Huw Davies | Deprecate the "Resolution" entry in the config file...
|
commit | commitdiff | tree |
2004-08-26 |
Huw Davies | FreeType doesn't supply a charmap for bitmap fonts...
|
commit | commitdiff | tree |
2004-08-26 |
Huw Davies | Change System to MS Shell Dlg.
|
commit | commitdiff | tree |
2004-08-26 |
Huw Davies | Fix full name of HKEY_CURRENT_CONFIG.
|
commit | commitdiff | tree |
2004-08-25 |
Huw Davies | Make the DEFAULT_GUI_FONT scalable with screen resolution...
|
commit | commitdiff | tree |
2004-08-24 |
Huw Davies | Change dialogs to use MS Shell Dlg rather than Helv...
|
commit | commitdiff | tree |
2004-08-20 |
Huw Davies | Unicodify a load of strings.
|
commit | commitdiff | tree |
2004-08-19 |
Huw Davies | Complete cp1252 for System.
|
commit | commitdiff | tree |
2004-08-18 |
Huw Davies | Fix printer selection in PD_PRINTSETUP type dialogs.
|
commit | commitdiff | tree |
2004-08-17 |
Huw Davies | First stab at Wine versions of Courier, System and...
|
commit | commitdiff | tree |
2004-08-17 |
Huw Davies | Convert installed font list to list.h.
|
commit | commitdiff | tree |
2004-08-13 |
Huw Davies | If a device doesn't support device bitmaps, then store...
|
commit | commitdiff | tree |
2004-08-13 |
Huw Davies | Fix first parameter of GetDefaultPrinterA|W.
|
commit | commitdiff | tree |
2004-08-13 |
Huw Davies | Sync with dibsection in SetDIBitsToDevice.
|
commit | commitdiff | tree |
2004-08-12 |
Huw Davies | Repect the width of both the src and dst when calculating...
|
commit | commitdiff | tree |
2004-08-11 |
Huw Davies | Don't try to rotate bitmap fonts.
|
commit | commitdiff | tree |
2004-08-11 |
Huw Davies | Fix maskblt to work with any set of rops and to also...
|
commit | commitdiff | tree |
2004-08-11 |
Huw Davies | Ever since win98 pattern brushes have been able to...
|
commit | commitdiff | tree |
2004-08-11 |
Huw Davies | Don't ever return a bitmap font if the driver can't...
|
commit | commitdiff | tree |