Henri Verbeet [Mon, 19 Jul 2010 10:47:57 +0000 (12:47 +0200)]
ddraw: Get rid of the useless "ddraw_owner" fields.
Henri Verbeet [Mon, 19 Jul 2010 10:47:56 +0000 (12:47 +0200)]
ddraw: Avoid some forward declarations.
Andrew Nguyen [Sun, 18 Jul 2010 21:27:10 +0000 (16:27 -0500)]
ddraw/tests: Test IDirect3D::FindDevice HAL enumeration.
Andrew Nguyen [Sun, 18 Jul 2010 21:26:57 +0000 (16:26 -0500)]
ddraw: Don't permit the enumeration of the Direct3D reference device in IDirect3D1::FindDevice.
Andrew Nguyen [Sun, 18 Jul 2010 21:26:33 +0000 (16:26 -0500)]
ddraw: Return a failure code in IDirectDrawSurfaceImpl::QueryInterface if IDirect3D7::CreateDevice fails.
Florian Köberle [Sat, 17 Jul 2010 08:02:11 +0000 (10:02 +0200)]
comctl32: Simplify the code.
Florian Köberle [Sat, 17 Jul 2010 08:02:10 +0000 (10:02 +0200)]
comctl32: Call TREEVIEW_SendExpanded after expanding.
Greg Geldorp [Sat, 17 Jul 2010 06:48:42 +0000 (08:48 +0200)]
winetest: Take manifests into account when hunting for DLLs.
Austin English [Fri, 16 Jul 2010 18:20:52 +0000 (13:20 -0500)]
winscard: Add stubs for SCardIsValidContext/SCardReleaseContext.
Andrew Eikum [Fri, 16 Jul 2010 17:27:27 +0000 (12:27 -0500)]
oleaut32: Don't fail if member is missing in ITypeComp::Bind.
Thomas Mullaly [Tue, 6 Jul 2010 20:19:58 +0000 (16:19 -0400)]
urlmon: Implemented functionality for retrieving the RAW_URI property of a IUri.
Igor Paliychuk [Sun, 18 Jul 2010 20:43:03 +0000 (23:43 +0300)]
appwiz.cpl: Add Ukrainian translation.
Igor Paliychuk [Sun, 18 Jul 2010 20:44:12 +0000 (23:44 +0300)]
notepad: Add Ukrainian translation.
Igor Paliychuk [Sun, 18 Jul 2010 14:09:08 +0000 (17:09 +0300)]
winecfg: Add Ukrainian translation.
Igor Paliychuk [Sun, 18 Jul 2010 14:10:00 +0000 (17:10 +0300)]
oleview: Add Ukrainian translation.
Igor Paliychuk [Sun, 18 Jul 2010 14:08:41 +0000 (17:08 +0300)]
regedit: Add Ukrainian translation.
Igor Paliychuk [Sun, 18 Jul 2010 14:08:15 +0000 (17:08 +0300)]
taskmgr: Add Ukrainian translation.
Igor Paliychuk [Sun, 18 Jul 2010 14:07:15 +0000 (17:07 +0300)]
shell32: Update Ukrainian translation.
Andrew Nguyen [Sun, 18 Jul 2010 21:23:21 +0000 (16:23 -0500)]
krnl386.exe: Fix a potential leak and NULL dereference in DPMI_xrealloc.
Andrew Nguyen [Sun, 18 Jul 2010 21:22:50 +0000 (16:22 -0500)]
krnl386.exe: Use the correct format specifier for size traces.
Paul Vriens [Sun, 18 Jul 2010 21:14:23 +0000 (23:14 +0200)]
msi: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
Paul Vriens [Sun, 18 Jul 2010 21:03:43 +0000 (23:03 +0200)]
comctl32: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
Dylan Smith [Sun, 18 Jul 2010 04:59:34 +0000 (00:59 -0400)]
user32: RegisterClassEx should check for invalid cbSize field.
Dylan Smith [Sat, 17 Jul 2010 19:29:28 +0000 (15:29 -0400)]
richedit: Fix streaming rtf with table at the start of the text.
The first paragraph was being handled just by ME_StreamOutParaProps,
but subsequent paragraphs would check if the paragraph was starting or
ending a table. So I moved the code to check for tables into
ME_StreamOutParaProps.
Dylan Smith [Sat, 17 Jul 2010 19:29:08 +0000 (15:29 -0400)]
richedit: Don't break when streaming out a table, just continue.
This is a regression caused by commit
54b53b6018da93cf82a4ee60ae5a4d3357cd7cfc which change the code to use
if statements instead of a switch, so the break statement should have
been changed to a continue statement.
Vincent Povirk [Sat, 17 Jul 2010 18:07:21 +0000 (13:07 -0500)]
ole32: Flush the ILockBytes object of a storage on commit and final release.
Some ILockBytes objects will not really write changes until their Flush
method is called. Also, further optimizations to the storage implementation
will involve caching writes, which will have to be flushed at times.
Vincent Povirk [Sat, 17 Jul 2010 18:01:00 +0000 (13:01 -0500)]
ole32: Remove an unused variable.
Vincent Povirk [Sat, 17 Jul 2010 18:00:17 +0000 (13:00 -0500)]
ole32: Use ILockBytes_Stat to get the filename of a storage.
Vincent Povirk [Sat, 17 Jul 2010 16:56:17 +0000 (11:56 -0500)]
ole32: Remove the BigBlockFile abstraction and always use an ILockBytes.
Vincent Povirk [Wed, 7 Apr 2010 14:54:51 +0000 (09:54 -0500)]
ole32: Don't map storage files in memory.
Vincent Povirk [Sat, 17 Jul 2010 14:46:43 +0000 (09:46 -0500)]
ole32: Update storage header saving code based on the latest MS spec.
These fields are needed for the MS storage implementation to load
files that were created by Wine with a block size of 4096.
Sven Baars [Sat, 17 Jul 2010 12:41:22 +0000 (14:41 +0200)]
user32: Fix the Dutch translation.
Alexandre Julliard [Mon, 19 Jul 2010 09:17:14 +0000 (11:17 +0200)]
gdi32/tests: Fixed coordinates matching to use a relative error.
Seth Shelnutt [Mon, 12 Jul 2010 22:56:37 +0000 (22:56 +0000)]
wined3d: Nvidia Geforce 8400 and 8500 are now reported as 8400GS instead of 8300GS.
Piotr Caban [Sat, 17 Jul 2010 12:08:44 +0000 (14:08 +0200)]
wininet: Cache non basic authorization data.
Piotr Caban [Sat, 17 Jul 2010 12:08:11 +0000 (14:08 +0200)]
wininet: Delete authorization data on unsucessful login.
Piotr Caban [Sat, 17 Jul 2010 12:07:43 +0000 (14:07 +0200)]
wininet: Fix reporting errors in callbacks.
Piotr Caban [Sat, 17 Jul 2010 12:06:53 +0000 (14:06 +0200)]
msxml3: Improve bstr_from_xmlCharN implementation.
Piotr Caban [Sat, 17 Jul 2010 12:06:27 +0000 (14:06 +0200)]
msxml3: Improve QName_from_xmlChar implementation.
Piotr Caban [Sat, 17 Jul 2010 12:05:56 +0000 (14:05 +0200)]
msxml3: Correctly allocate namespaces stack in saxreader.
Jacek Caban [Sat, 17 Jul 2010 11:31:43 +0000 (13:31 +0200)]
mshtml: Added IHTMLDocument3::detachEvent implementation.
Jacek Caban [Sat, 17 Jul 2010 11:31:15 +0000 (13:31 +0200)]
mshtml: Added implementation of remaining IHTMLRect getters.
Jacek Caban [Sat, 17 Jul 2010 11:30:43 +0000 (13:30 +0200)]
mshtml: Added IHTMLRect::get_top implementation.
Jacek Caban [Sat, 17 Jul 2010 11:29:24 +0000 (13:29 +0200)]
mshtml: Added IHTMLElement2::getBoundingClientRect implementation.
Jacek Caban [Sun, 18 Jul 2010 10:39:29 +0000 (12:39 +0200)]
jscript: Fixed sort_cmp for non-string arguments.
Eric Pouech [Fri, 16 Jul 2010 19:12:34 +0000 (21:12 +0200)]
wineoss.drv: Be consistent for aux devices about what we actually support.
Vincent Povirk [Fri, 16 Jul 2010 20:36:30 +0000 (15:36 -0500)]
shell32: Don't access szFullPath when SHGFI_PIDL is set in SHGetFileInfo.
Vincent Povirk [Fri, 16 Jul 2010 20:11:04 +0000 (15:11 -0500)]
user32: Don't dump structures of some ambiguous listview messages.
Vincent Povirk [Fri, 16 Jul 2010 19:19:28 +0000 (14:19 -0500)]
oleaut32: Add test for dibs vs. ddbs in IPicture.
Vincent Povirk [Fri, 16 Jul 2010 17:31:49 +0000 (12:31 -0500)]
windowscodecs: Ignore the length field of RLE compressed bitmaps.
Marko Nikolic [Fri, 16 Jul 2010 13:36:41 +0000 (15:36 +0200)]
advapi32/tests: Removed sign comparison warning in service.c.
Sven Baars [Fri, 16 Jul 2010 13:19:19 +0000 (15:19 +0200)]
kernel32: Update the Dutch translation.
Alexandre Julliard [Fri, 16 Jul 2010 15:05:45 +0000 (17:05 +0200)]
Release 1.2.
Alexandre Julliard [Thu, 15 Jul 2010 17:43:10 +0000 (19:43 +0200)]
Updated the authors list.
Igor Paliychuk [Wed, 14 Jul 2010 21:32:43 +0000 (00:32 +0300)]
kernel32: Ukrainian translation update.
Igor Paliychuk [Wed, 14 Jul 2010 20:00:09 +0000 (23:00 +0300)]
winmm: Add Ukrainian translation.
Igor Paliychuk [Wed, 14 Jul 2010 19:59:29 +0000 (22:59 +0300)]
setupapi: Add Ukrainian translation.
André Hentschel [Wed, 14 Jul 2010 17:35:54 +0000 (19:35 +0200)]
README.de: Remove unnecessary information.
André Hentschel [Wed, 14 Jul 2010 15:53:08 +0000 (17:53 +0200)]
README: Update German translation.
Luca Bennati [Wed, 14 Jul 2010 09:51:51 +0000 (11:51 +0200)]
README: Update Italian translation.
Damjan Jovanovic [Wed, 14 Jul 2010 14:18:04 +0000 (16:18 +0200)]
winedbg: Fix Serbian Latin translation.
Damjan Jovanovic [Wed, 14 Jul 2010 14:17:20 +0000 (16:17 +0200)]
wineboot: Fix Serbian Latin translation.
Michael Stefaniuc [Wed, 14 Jul 2010 08:55:56 +0000 (10:55 +0200)]
cmdlgtst: Add the Romanian translation.
Translation by Claudia Cotună and me.
Igor Paliychuk [Tue, 13 Jul 2010 10:54:46 +0000 (13:54 +0300)]
kernel32: Add Ukrainian translation.
Alexander Nicolaysen Sørnes [Wed, 14 Jul 2010 00:13:55 +0000 (02:13 +0200)]
cryptui: Fix a typo in the Norwegian Bokmål translation.
Cheer Xiao [Tue, 13 Jul 2010 23:18:02 +0000 (07:18 +0800)]
shell32: Fix the errors in two Chinese (Simplified) resources.
Michael Stefaniuc [Tue, 13 Jul 2010 22:58:33 +0000 (00:58 +0200)]
wineconsole: Add the Romanian translation.
Translation by Claudia Cotună.
Michael Stefaniuc [Tue, 13 Jul 2010 22:58:09 +0000 (00:58 +0200)]
wldap32: Add the Romanian translation.
Translation by Claudia Cotună.
Frédéric Delanoy [Tue, 13 Jul 2010 21:25:12 +0000 (23:25 +0200)]
wine.desktop: Fix the French translation.
Frédéric Delanoy [Tue, 13 Jul 2010 21:19:14 +0000 (23:19 +0200)]
README: Update French translation.
Paul Vriens [Tue, 13 Jul 2010 17:45:59 +0000 (19:45 +0200)]
winedbg: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
Paul Vriens [Tue, 13 Jul 2010 17:18:05 +0000 (19:18 +0200)]
wineboot: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
Michael Stefaniuc [Tue, 13 Jul 2010 14:42:22 +0000 (16:42 +0200)]
shell32: Fix the errors in a Chinese (Traditional) resource.
Michael Stefaniuc [Tue, 13 Jul 2010 14:32:22 +0000 (16:32 +0200)]
wordpad: Fix the errors in the Chinese (Traditional) resources.
Michael Stefaniuc [Tue, 13 Jul 2010 14:31:53 +0000 (16:31 +0200)]
taskmgr: Fix an error in a Chinese (Traditional) resource.
Michael Stefaniuc [Tue, 13 Jul 2010 14:31:27 +0000 (16:31 +0200)]
regedit: Fix an error in a Chinese (Traditional) resource.
Michael Stefaniuc [Tue, 13 Jul 2010 14:30:57 +0000 (16:30 +0200)]
appwiz.cpl: Fix the errors in the Chinese (Traditional) resources.
Michael Stefaniuc [Tue, 13 Jul 2010 13:23:57 +0000 (15:23 +0200)]
wine.desktop: Add the Romanian translation.
Alexander Nicolaysen Sørnes [Tue, 13 Jul 2010 13:53:11 +0000 (15:53 +0200)]
wine.desktop: Fix the Norwegian translations.
Alexander Nicolaysen Sørnes [Tue, 13 Jul 2010 13:07:35 +0000 (15:07 +0200)]
README: Update Norwegian Bokmål translation.
Cheer Xiao [Tue, 13 Jul 2010 12:50:29 +0000 (20:50 +0800)]
wordpad: Update simplified Chinese translation.
Cheer Xiao [Tue, 13 Jul 2010 12:49:55 +0000 (20:49 +0800)]
wineboot: Update simplified Chinese translation.
Cheer Xiao [Tue, 13 Jul 2010 12:49:24 +0000 (20:49 +0800)]
taskmgr: Update simplified Chinese translation.
Cheer Xiao [Tue, 13 Jul 2010 12:48:56 +0000 (20:48 +0800)]
regedit: Update simplified Chinese translation.
Cheer Xiao [Tue, 13 Jul 2010 12:48:09 +0000 (20:48 +0800)]
mshtml: Update simplified Chinese translation.
Cheer Xiao [Tue, 13 Jul 2010 12:47:23 +0000 (20:47 +0800)]
appwiz.cpl: Update simplified Chinese translation.
Cheer Xiao [Tue, 13 Jul 2010 12:46:23 +0000 (20:46 +0800)]
comdlg32: Update simplified Chinese translation.
Cheer Xiao [Tue, 13 Jul 2010 11:45:41 +0000 (19:45 +0800)]
shell32: Update for simplified Chinese translation.
Michael Stefaniuc [Tue, 13 Jul 2010 11:50:11 +0000 (13:50 +0200)]
cmd: Add the Romanian translation.
Translation by Claudia Cotună.
Alexander Nicolaysen Sørnes [Tue, 13 Jul 2010 11:50:08 +0000 (13:50 +0200)]
winecfg: Update Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Tue, 13 Jul 2010 11:35:44 +0000 (13:35 +0200)]
cryptdlg: Add Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Mon, 12 Jul 2010 23:46:14 +0000 (01:46 +0200)]
cryptui: Add Norwegian Bokmål translation.
Sven Baars [Tue, 13 Jul 2010 07:24:44 +0000 (09:24 +0200)]
kernel32: Partially update the Dutch translation.
Michael Stefaniuc [Mon, 12 Jul 2010 23:17:10 +0000 (01:17 +0200)]
winmm: Add the Romanian translation.
Translation by Claudia Cotună.
Michael Stefaniuc [Mon, 12 Jul 2010 22:09:45 +0000 (00:09 +0200)]
winecfg: Fix the errors in a Chinese (Traditional) resource.
Michael Stefaniuc [Mon, 12 Jul 2010 22:09:20 +0000 (00:09 +0200)]
taskmgr: Fix an error in a Turkish resource.
Michael Stefaniuc [Mon, 12 Jul 2010 22:08:55 +0000 (00:08 +0200)]
notepad: Fix an error in a Chinese (Traditional) resource.
Michael Stefaniuc [Mon, 12 Jul 2010 22:08:46 +0000 (00:08 +0200)]
notepad: Fix an error in a Turkish resource.
Michael Stefaniuc [Mon, 12 Jul 2010 22:07:32 +0000 (00:07 +0200)]
notepad: Fix an error in a Thai resource.
Michael Stefaniuc [Mon, 12 Jul 2010 22:05:18 +0000 (00:05 +0200)]
notepad: Fix an error in an Esperanto resource.