wine
14 years agokernel32/nls: Add Lithuanian winerr translation.
Aurimas Fišeras [Sun, 5 Jul 2009 09:37:05 +0000 (12:37 +0300)] 
kernel32/nls: Add Lithuanian winerr translation.

14 years agowmc: Add support for utf-8 codepage.
Alexandre Julliard [Fri, 10 Jul 2009 11:03:09 +0000 (13:03 +0200)] 
wmc: Add support for utf-8 codepage.

14 years agowined3d: Check the correct constant limit.
Stefan Dösinger [Fri, 10 Jul 2009 07:30:14 +0000 (09:30 +0200)] 
wined3d: Check the correct constant limit.

14 years agowined3d: Drop the color0 mov optimization if the src is overwritten.
Stefan Dösinger [Thu, 9 Jul 2009 20:24:27 +0000 (22:24 +0200)] 
wined3d: Drop the color0 mov optimization if the src is overwritten.

14 years agowined3d: Only use 4 component specular colors if GL allows it.
Stefan Dösinger [Fri, 10 Jul 2009 09:28:49 +0000 (11:28 +0200)] 
wined3d: Only use 4 component specular colors if GL allows it.

14 years agowinex11: Get rid of depth conversion fixme.
Roderick Colenbrander [Thu, 9 Jul 2009 20:01:47 +0000 (22:01 +0200)] 
winex11: Get rid of depth conversion fixme.

14 years agojscript: Added String_link implementation.
Piotr Caban [Thu, 9 Jul 2009 18:09:32 +0000 (20:09 +0200)] 
jscript: Added String_link implementation.

14 years agojscript: Added String_anchor implementation.
Piotr Caban [Thu, 9 Jul 2009 18:09:20 +0000 (20:09 +0200)] 
jscript: Added String_anchor implementation.

14 years agojscript: Added String_fontsize implementation.
Piotr Caban [Thu, 9 Jul 2009 18:09:10 +0000 (20:09 +0200)] 
jscript: Added String_fontsize implementation.

14 years agojscript: Added String_fontcolor implementation.
Piotr Caban [Thu, 9 Jul 2009 20:41:27 +0000 (22:41 +0200)] 
jscript: Added String_fontcolor implementation.

14 years agowininet: Support IPv6 in GetAddress.
Juan Lang [Thu, 9 Jul 2009 18:51:21 +0000 (11:51 -0700)] 
wininet: Support IPv6 in GetAddress.

14 years agowininet: Fail in FTP if the resolved name is not an IPv4 address.
Juan Lang [Thu, 9 Jul 2009 18:45:48 +0000 (11:45 -0700)] 
wininet: Fail in FTP if the resolved name is not an IPv4 address.

14 years agowininet: Support IPv6 addresses in HTTP_ResolveName and HTTP_OpenConnection.
Juan Lang [Thu, 9 Jul 2009 18:42:25 +0000 (11:42 -0700)] 
wininet: Support IPv6 addresses in HTTP_ResolveName and HTTP_OpenConnection.

14 years agowininet: Convert WININETSESSIONW's socketAddress to a struct sockaddr_storage.
Juan Lang [Thu, 9 Jul 2009 18:36:00 +0000 (11:36 -0700)] 
wininet: Convert WININETSESSIONW's socketAddress to a struct sockaddr_storage.

14 years agowininet: Use address length returned by GetAddress in NETCON_connect.
Juan Lang [Thu, 9 Jul 2009 18:30:59 +0000 (11:30 -0700)] 
wininet: Use address length returned by GetAddress in NETCON_connect.

14 years agowininet: Use sizeof(member) rather than sizeof(type) for address lengths.
Juan Lang [Thu, 9 Jul 2009 18:04:33 +0000 (11:04 -0700)] 
wininet: Use sizeof(member) rather than sizeof(type) for address lengths.

14 years agowininet: Use length reported by GetAddress in FTP_Connect.
Juan Lang [Thu, 9 Jul 2009 18:01:44 +0000 (11:01 -0700)] 
wininet: Use length reported by GetAddress in FTP_Connect.

14 years agowininet: Use struct sockaddr_storage in InternetCheckConnectionW.
Juan Lang [Thu, 9 Jul 2009 17:58:15 +0000 (10:58 -0700)] 
wininet: Use struct sockaddr_storage in InternetCheckConnectionW.

14 years agowininet: Simplify GetAddress when using getaddrinfo.
Juan Lang [Thu, 9 Jul 2009 17:55:18 +0000 (10:55 -0700)] 
wininet: Simplify GetAddress when using getaddrinfo.

14 years agowininet: Change type of GetAddress from struct sockaddr_in * to struct sockaddr *.
Juan Lang [Thu, 9 Jul 2009 17:53:08 +0000 (10:53 -0700)] 
wininet: Change type of GetAddress from struct sockaddr_in * to struct sockaddr *.

14 years agowininet: Fix tests when running behind a proxy server.
Juan Lang [Thu, 9 Jul 2009 17:19:00 +0000 (10:19 -0700)] 
wininet: Fix tests when running behind a proxy server.

14 years agowrc: Reset the language before processing multiple rc files.
Michael Stefaniuc [Fri, 10 Jul 2009 09:48:34 +0000 (11:48 +0200)] 
wrc: Reset the language before processing multiple rc files.

14 years agod3d9/tests: Use color_match() in a few more places.
Henri Verbeet [Fri, 10 Jul 2009 08:20:15 +0000 (10:20 +0200)] 
d3d9/tests: Use color_match() in a few more places.

14 years agowined3d: Take geometry shaders into account in shader_glsl_load_constantsB().
Henri Verbeet [Fri, 10 Jul 2009 08:20:14 +0000 (10:20 +0200)] 
wined3d: Take geometry shaders into account in shader_glsl_load_constantsB().

14 years agowined3d: Get rid of struct glDescriptor.
Henri Verbeet [Fri, 10 Jul 2009 08:20:13 +0000 (10:20 +0200)] 
wined3d: Get rid of struct glDescriptor.

In general it might not be a bad idea to group GL specific data into a
separate struct, but IWineD3DSurfaceImpl is currently the only thing that
bothers. It doesn't get it quite right either, since e.g. the PBO isn't in
glDescriptor either.

14 years agowined3d: Remove GetGlDesc() from the public IWineD3DSurface interface.
Henri Verbeet [Fri, 10 Jul 2009 08:20:12 +0000 (10:20 +0200)] 
wined3d: Remove GetGlDesc() from the public IWineD3DSurface interface.

14 years agowined3d: Simplify the GLSL sRGB write code.
Henri Verbeet [Fri, 10 Jul 2009 08:20:11 +0000 (10:20 +0200)] 
wined3d: Simplify the GLSL sRGB write code.

14 years agocomdlg32: Memorize and restore the size of the file dialog between calls.
Rein Klazes [Fri, 10 Jul 2009 08:07:48 +0000 (10:07 +0200)] 
comdlg32: Memorize and restore the size of the file dialog between calls.

Includes some fine tuning to fix a couple of todo's in the tests.

14 years agoappwiz.cpl: Fix Dutch translations.
Paul Vriens [Fri, 10 Jul 2009 07:45:54 +0000 (09:45 +0200)] 
appwiz.cpl: Fix Dutch translations.

14 years agoappwiz.cpl: Add Swedish translation.
Daniel Nylander [Thu, 9 Jul 2009 20:43:50 +0000 (22:43 +0200)] 
appwiz.cpl: Add Swedish translation.

14 years agocomctl32/header: Always update rectangles after HDM_SETORDERARRAY.
Nikolay Sivov [Thu, 9 Jul 2009 19:13:28 +0000 (23:13 +0400)] 
comctl32/header: Always update rectangles after HDM_SETORDERARRAY.

14 years agocomctl32/header: Test item rectangles updating after reordering.
Nikolay Sivov [Thu, 9 Jul 2009 19:10:25 +0000 (23:10 +0400)] 
comctl32/header: Test item rectangles updating after reordering.

14 years agourlmon/tests: Windows headers need _WIN32_IE for IInternetZoneManagerEx2.
Detlef Riekenberg [Thu, 9 Jul 2009 20:37:15 +0000 (22:37 +0200)] 
urlmon/tests: Windows headers need _WIN32_IE for IInternetZoneManagerEx2.

14 years agows2_32: Test AcceptEx early disconnects and invalid parameters.
Damjan Jovanovic [Thu, 9 Jul 2009 18:00:10 +0000 (20:00 +0200)] 
ws2_32: Test AcceptEx early disconnects and invalid parameters.

14 years agocryptdlg: Update French translation.
Frédéric Delanoy [Fri, 10 Jul 2009 06:36:25 +0000 (08:36 +0200)] 
cryptdlg: Update French translation.

14 years agoshell32: Fix French translation & UI display.
Frédéric Delanoy [Thu, 9 Jul 2009 23:36:12 +0000 (01:36 +0200)] 
shell32: Fix French translation & UI display.

14 years agoclock: Convert French resources to UTF-8.
Frédéric Delanoy [Thu, 9 Jul 2009 23:03:36 +0000 (01:03 +0200)] 
clock: Convert French resources to UTF-8.

14 years agoreg: Fix French translation.
Frédéric Delanoy [Thu, 9 Jul 2009 22:51:21 +0000 (00:51 +0200)] 
reg: Fix French translation.

14 years agocomdlgtst: Fix French translation & UI display.
Frédéric Delanoy [Thu, 9 Jul 2009 22:42:53 +0000 (00:42 +0200)] 
comdlgtst: Fix French translation & UI display.

14 years agocomdlg32: Fix left-right margins inversion in French page setup UI.
Frédéric Delanoy [Thu, 9 Jul 2009 21:56:55 +0000 (23:56 +0200)] 
comdlg32: Fix left-right margins inversion in French page setup UI.

14 years agoview: Convert French resources to UTF-8.
Frédéric Delanoy [Thu, 9 Jul 2009 20:40:33 +0000 (22:40 +0200)] 
view: Convert French resources to UTF-8.

14 years agowinemine: Fix French translation & UI display.
Frédéric Delanoy [Thu, 9 Jul 2009 20:34:35 +0000 (22:34 +0200)] 
winemine: Fix French translation & UI display.

14 years agoprogman: Fix French translation & UI display.
Frédéric Delanoy [Thu, 9 Jul 2009 17:32:38 +0000 (19:32 +0200)] 
progman: Fix French translation & UI display.

14 years agomsvidc32: Convert French resources to UTF-8.
Frédéric Delanoy [Thu, 9 Jul 2009 16:42:03 +0000 (18:42 +0200)] 
msvidc32: Convert French resources to UTF-8.

14 years agomsvfw32: Fix French UI display.
Frédéric Delanoy [Thu, 9 Jul 2009 16:23:19 +0000 (18:23 +0200)] 
msvfw32: Fix French UI display.

14 years agoshdoclc: Fix French translation & UI display.
Frédéric Delanoy [Thu, 9 Jul 2009 15:05:52 +0000 (17:05 +0200)] 
shdoclc: Fix French translation & UI display.

14 years agotaskmgr: Fix typo in French translation.
Frédéric Delanoy [Thu, 9 Jul 2009 14:53:31 +0000 (16:53 +0200)] 
taskmgr: Fix typo in French translation.

14 years agokernel32: Explicitly specify the codepage in message files.
Alexandre Julliard [Thu, 9 Jul 2009 18:39:23 +0000 (20:39 +0200)] 
kernel32: Explicitly specify the codepage in message files.

14 years agontdll: Add support for the MEM_RESET flag in VirtualAlloc, with tests.
Alexandre Julliard [Thu, 9 Jul 2009 17:17:49 +0000 (19:17 +0200)] 
ntdll: Add support for the MEM_RESET flag in VirtualAlloc, with tests.

14 years agojscript: Changed to_primitive implementation.
Piotr Caban [Wed, 8 Jul 2009 08:52:56 +0000 (10:52 +0200)] 
jscript: Changed to_primitive implementation.

14 years agojscript: Added Function_valueOf implementation.
Piotr Caban [Tue, 7 Jul 2009 21:19:54 +0000 (23:19 +0200)] 
jscript: Added Function_valueOf implementation.

14 years agohal: Add stub for KeGetCurrentIrql.
Austin English [Wed, 8 Jul 2009 23:57:06 +0000 (18:57 -0500)] 
hal: Add stub for KeGetCurrentIrql.

14 years agomsctf: Correct return value from GetValue.
Aric Stewart [Thu, 9 Jul 2009 13:16:14 +0000 (08:16 -0500)] 
msctf: Correct return value from GetValue.

14 years agoRemove some obsolete README files.
Alexandre Julliard [Thu, 9 Jul 2009 14:02:19 +0000 (16:02 +0200)] 
Remove some obsolete README files.

14 years agomswsock: Convert the language-neutral resource file to UTF-8.
Alexandre Julliard [Thu, 9 Jul 2009 13:47:43 +0000 (15:47 +0200)] 
mswsock: Convert the language-neutral resource file to UTF-8.

14 years agomsdmo: Convert the language-neutral resource file to UTF-8.
Alexandre Julliard [Thu, 9 Jul 2009 13:47:37 +0000 (15:47 +0200)] 
msdmo: Convert the language-neutral resource file to UTF-8.

14 years agoavifil32: Convert the language-neutral resource file to UTF-8.
Alexandre Julliard [Thu, 9 Jul 2009 13:47:33 +0000 (15:47 +0200)] 
avifil32: Convert the language-neutral resource file to UTF-8.

14 years agotaskmgr: Convert the language-neutral resource file to UTF-8.
Alexandre Julliard [Thu, 9 Jul 2009 13:47:26 +0000 (15:47 +0200)] 
taskmgr: Convert the language-neutral resource file to UTF-8.

14 years agowinmm: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:47 +0000 (13:52 +0200)] 
winmm: Convert the German resources to UTF-8.

14 years agocomdlg32: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:46 +0000 (13:52 +0200)] 
comdlg32: Convert the German resources to UTF-8.

14 years agowinefile: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:50 +0000 (13:52 +0200)] 
winefile: Convert the German resources to UTF-8.

14 years agooledlg: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:41 +0000 (13:52 +0200)] 
oledlg: Convert the German resources to UTF-8.

14 years agowineconsole: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:49 +0000 (13:52 +0200)] 
wineconsole: Convert the German resources to UTF-8.

14 years agoprogman: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:54 +0000 (13:52 +0200)] 
progman: Convert the German resources to UTF-8.

14 years agooleview: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:51 +0000 (13:52 +0200)] 
oleview: Convert the German resources to UTF-8.

14 years agonotepad: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:54 +0000 (13:52 +0200)] 
notepad: Convert the German resources to UTF-8.

14 years agocmdlgtst: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:52 +0000 (13:52 +0200)] 
cmdlgtst: Convert the German resources to UTF-8.

14 years agowldap32: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:36 +0000 (13:52 +0200)] 
wldap32: Convert the German resources to UTF-8.

14 years agoxcopy: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:50 +0000 (13:52 +0200)] 
xcopy: Convert the German resources to UTF-8.

14 years agocomctl32: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:40 +0000 (13:52 +0200)] 
comctl32: Convert the German resources to UTF-8.

14 years agoclock: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:55 +0000 (13:52 +0200)] 
clock: Convert the German resources to UTF-8.

14 years agostart: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:53 +0000 (13:52 +0200)] 
start: Convert the German resources to UTF-8.

14 years agolocalui: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:38 +0000 (13:52 +0200)] 
localui: Convert the German resources to UTF-8.

14 years agowinemine: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:48 +0000 (13:52 +0200)] 
winemine: Convert the German resources to UTF-8.

14 years agowinhlp32: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:49 +0000 (13:52 +0200)] 
winhlp32: Convert the German resources to UTF-8.

14 years agogphoto2.ds: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:42 +0000 (13:52 +0200)] 
gphoto2.ds: Convert the German resources to UTF-8.

14 years agocredui: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:43 +0000 (13:52 +0200)] 
credui: Convert the German resources to UTF-8.

14 years agohhctrl.ocx: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:44 +0000 (13:52 +0200)] 
hhctrl.ocx: Convert the German resources to UTF-8.

14 years agomsvfw32: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:45 +0000 (13:52 +0200)] 
msvfw32: Convert the German resources to UTF-8.

14 years agoavifil32: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:37 +0000 (13:52 +0200)] 
avifil32: Convert the German resources to UTF-8.

14 years agoserialui: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:37 +0000 (13:52 +0200)] 
serialui: Convert the German resources to UTF-8.

14 years agowineboot: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:52 +0000 (13:52 +0200)] 
wineboot: Convert the German resources to UTF-8.

14 years agomsrle32: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:39 +0000 (13:52 +0200)] 
msrle32: Convert the German resources to UTF-8.

14 years agouninstaller: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:47 +0000 (13:52 +0200)] 
uninstaller: Convert the German resources to UTF-8.

14 years agowinspool.drv: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:43 +0000 (13:52 +0200)] 
winspool.drv: Convert the German resources to UTF-8.

14 years agowineps.drv: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:41 +0000 (13:52 +0200)] 
wineps.drv: Convert the German resources to UTF-8.

14 years agoview: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:56 +0000 (13:52 +0200)] 
view: Convert the German resources to UTF-8.

14 years agocmd: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:53:16 +0000 (13:53 +0200)] 
cmd: Convert the German resources to UTF-8.

14 years agoshdoclc: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:36 +0000 (13:52 +0200)] 
shdoclc: Convert the German resources to UTF-8.

14 years agontdll: Display write watch status in virtual traces.
Alexandre Julliard [Thu, 9 Jul 2009 13:21:59 +0000 (15:21 +0200)] 
ntdll: Display write watch status in virtual traces.

14 years agows2_32: Check buffers before recvmsg() to trigger write watches.
Alexandre Julliard [Thu, 9 Jul 2009 13:21:30 +0000 (15:21 +0200)] 
ws2_32: Check buffers before recvmsg() to trigger write watches.

14 years agomshtml: Convert French resources to UTF-8.
Frédéric Delanoy [Thu, 9 Jul 2009 12:57:45 +0000 (14:57 +0200)] 
mshtml: Convert French resources to UTF-8.

14 years agowinspool.drv: Convert French resources to UTF-8.
Frédéric Delanoy [Thu, 9 Jul 2009 12:52:53 +0000 (14:52 +0200)] 
winspool.drv: Convert French resources to UTF-8.

14 years agompr: Fix French translation.
Frédéric Delanoy [Thu, 9 Jul 2009 12:46:35 +0000 (14:46 +0200)] 
mpr: Fix French translation.

14 years agocomctl32: Fix French translation & UI display.
Frédéric Delanoy [Wed, 8 Jul 2009 13:18:09 +0000 (15:18 +0200)] 
comctl32: Fix French translation & UI display.

14 years agocomdlg32: Fix French translation & UI display.
Frédéric Delanoy [Wed, 8 Jul 2009 13:18:42 +0000 (15:18 +0200)] 
comdlg32: Fix French translation & UI display.

14 years agowldap32: Fix French translation.
Frédéric Delanoy [Thu, 9 Jul 2009 11:48:05 +0000 (13:48 +0200)] 
wldap32: Fix French translation.

14 years agomsacm32: Fix French translation & UI display.
Frédéric Delanoy [Thu, 9 Jul 2009 10:02:14 +0000 (12:02 +0200)] 
msacm32: Fix French translation & UI display.

14 years agowinapi/c_parser: Remove special cases for DEFINE_SHLGUID() and ICOM_DEFINE().
Francois Gouget [Thu, 9 Jul 2009 10:26:39 +0000 (12:26 +0200)] 
winapi/c_parser: Remove special cases for DEFINE_SHLGUID() and ICOM_DEFINE().

These macros don't exist anymore.

14 years agowinapi/c_parser: Badly indenting a closing brace should be a warning, not an error.
Francois Gouget [Thu, 9 Jul 2009 10:26:30 +0000 (12:26 +0200)] 
winapi/c_parser: Badly indenting a closing brace should be a warning, not an error.