wine
2005-09-02  Robert ShearmanThe [string] attribute is only valid on byte, char...
2005-09-02  Robert ShearmanAdd VT_UNKNOWN support for VARIANT marshaling by genera...
2005-09-02  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-09-02  Jacek CabanMake OleInPlaceObjectWindowlessVtbl const.
2005-09-02  Dmitry TimoshkovTranslate file name from unix to ANSI encoding in
2005-09-02  Oliver StieberAdded the tracking of stream frequency and flags. Strea...
2005-09-02  Jacek CabanAdded exec_on_unload implementation.
2005-09-02  Hans LeidekkerFix the build without openldap headers.
2005-08-30  Alexandre JulliardRelease 20050830. wine-20050830
2005-08-30  Frank RichterFix warnings in 64bit.
2005-08-30  Frank RichterAdd an "Install theme" button to the appearance page...
2005-08-30  Alexander N... Norwegian translation of winecfg.
2005-08-30  Juan LangImplement collection stores.
2005-08-30  Frank RichterMore elaborate IsThemeBackgroundPartiallyTransparent...
2005-08-30  Michael JungUse FIXME's in stubs instead of TRACE's.
2005-08-30  Mike McCormackFix some gcc 4.0 warnings.
2005-08-30  Henning GerhardtUpdate the German resource file.
2005-08-30  Alexandre JulliardAuthors: James Hawkins <truiken@gmail.com>, Juan Lang...
2005-08-30  Frank RichterEnumThemeColors() and EnumThemeSizes() actually do...
2005-08-30  Frank RichterSince theme images are reused now it's not really a...
2005-08-30  Paul VriensUpdate to the latest theme and tab settings.
2005-08-30  Hans LeidekkerImplement ldap_count_entries, ldap_count_references,
2005-08-29  Alexandre JulliardAvoid using common symbols, they are broken on Mac OS.
2005-08-29  Frank RichterPass around what kind of transparency an image actually...
2005-08-29  Frank RichterMake THEME_update_color_and_size static and drop THEME_...
2005-08-29  Robert ShearmanMake typelib marshaler use IRpcChannelBuffer::GetBuffer...
2005-08-29  Robert Shearman- Shunt some trace statements over to the typelib chann...
2005-08-29  Michael JungClone pidlLast before free'ing pidl after call to SHBin...
2005-08-29  Michael JungAdded test to show that Windows does not allocate a...
2005-08-29  Michael JungUse StringFromGUID2 instead of StringFromCLSID in
2005-08-29  Alexandre JulliardCompute the ordinal base and limit in assign_ordinals...
2005-08-29  Alexandre JulliardUncomment out DisableThreadLibraryCalls in DllMain...
2005-08-29  Alexandre JulliardStore the result of the A/W conversions in the extra...
2005-08-29  Paul VriensReserve extra space for conversions.
2005-08-29  Alexandre JulliardMoved more of the spec initialization code to the winec...
2005-08-29  Hans LeidekkerImplement ldap_count_values*, ldap_get_values*, ldap_m...
2005-08-29  Juan LangImplement encoding/decoding of CERT_ALT_NAME_INFOs...
2005-08-29  Alexandre JulliardMoved the implementation of a couple of system.drv...
2005-08-29  Oliver StieberAdded support for DXT2 and DXT4.
2005-08-29  Juan LangAdded a LIST_FOR_EACH_ENTRY_SAFE helper macro.
2005-08-29  Juan LangImplemented memory cert stores.
2005-08-29  Phil KrylovImproved header control performance by maintaining...
2005-08-29  Alexandre JulliardImplemented wine_ldt_alloc_fs and wine_ldt_init_fs...
2005-08-29  Alexandre JulliardUse __wine_unimplemented_stub from crt0 for 16-bit...
2005-08-29  Alexander N... Norwegian language support.
2005-08-29  Jonathan ErnstFrench resources.
2005-08-29  Frank RichterIf a MINSIZEn property is not present, fall back to...
2005-08-29  Alexandre JulliardRemoved a few no longer used 16-bit exports.
2005-08-29  Alexandre JulliardMoved TaskFindHandle16 to toolhelp16.c.
2005-08-29  Alexandre JulliardMoved GlobalMasterHandle to global16.c.
2005-08-29  Alexandre JulliardMoved the kernel 16-bit initialization to a new DllEntr...
2005-08-29  Mike McCormack- the combination of all table keys must be unique...
2005-08-29  Frank RichterTake a common computation out of two if-branches in
2005-08-29  Oliver StieberImplemented IWineD3DDevice_GetRenderTargetData.
2005-08-29  Jacek CabanMove strings to resources.
2005-08-29  Alexandre JulliardUse the correct ordinal flag for Win64 support.
2005-08-29  Alexandre JulliardAdded a couple of missing stubs for the non-ELF case.
2005-08-29  Alexandre JulliardGet rid of the unused owner_name field.
2005-08-29  Jonathan ErnstTheming setings in French.
2005-08-29  Yuri KozlovSet default size for toolbar bitmap if not specified.
2005-08-29  Mike McCormack- build a standard Wine list of extensions instead...
2005-08-29  Mike McCormackgcc 4.0 warning fixes.
2005-08-29  Hans LeidekkerImplement ldap_extended_operation* and ldap_close_exten...
2005-08-29  Oliver StieberUse wined3dformat when calling wined3d.
2005-08-29  Frank RichterImplement "manual" image sharing(as opposed to using...
2005-08-29  Jacek Caban- Added IHlinkTarget::Navigate test.
2005-08-29  Yuri KozlovTheme dialog added in Ru.rc.
2005-08-27  Alexandre JulliardFixed the checklink target to link against winecrt0...
2005-08-27  Alexandre JulliardDon't try to initialize the 16-bit thunking code if...
2005-08-27  Mike McCormackAdd the allocated mime type to the mime type list.
2005-08-27  Mike McCormackFix gcc 4.0 warnings.
2005-08-27  Thomas WeidenmuellerIt should be allowed to pass NULL handles in the phpage...
2005-08-27  Oliver StieberMoved GetRasterStatus from device to swapchain.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-27  Jacek CabanAdded IHlinkTarget interface.
2005-08-27  Robert Shearman- Implement IMarshal on proxies so that we don't end...
2005-08-27  Henning GerhardtAdded German resources.
2005-08-27  Jason EdmeadesListbox delete string handling should validate the...
2005-08-27  Oliver StieberChange SetDirty in texture to pass the value of dirty...
2005-08-27  Frank RichterMake AlphaBlend() respect the destination clipping...
2005-08-27  Frank RichterAdded WC_SCROLLBAR.
2005-08-27  Hans LeidekkerAvoid using the obsolete inet_addr.
2005-08-27  Jacek CabanMake pActiveObject test language specific.
2005-08-27  Marcus MeissnerIsNetworkAlive() enhanced, always reports LAN.
2005-08-26  Jacek CabanBeginning implementation of Gecko focus handling.
2005-08-26  Michael JungImplemented 'My Documents' folder.
2005-08-26  Mike McCormackFix gcc 4.0 warnings.
2005-08-26  Alexandre JulliardWe no longer need a special case for the ntdll import...
2005-08-26  Robert ShearmanAdded more wtypes definitions, particularly for GDI...
2005-08-26  Robert Shearman- The output size should be *pcbPolicy for ppPolicy...
2005-08-26  Robert ShearmanMove interfaces around to satisfy MIDL.
2005-08-26  Robert ShearmanRemove nonsense msxml IDL attributes.
2005-08-26  Pavel RoskinExtend uRelax scale so that yres is relaxed before...
2005-08-26  Mike McCormack- build a standard Wine list of mime types instead...
2005-08-26  Robert ShearmanAdd stub for CoAllowSetForegroundWindow.
2005-08-26  Juan LangAdded a bunch of stubs.
2005-08-26  Jacek CabanAdded default MSHTML context menu.
2005-08-26  Juan LangCorrect a typo, and add more definitions.
2005-08-25  Alexandre JulliardMoved the delay loading support code to the winecrt0...
2005-08-25  Detlef RiekenbergAdded winsplp.h header.
next