wine
15 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.

15 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.

15 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.

15 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.

15 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 *.

15 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.

15 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.

15 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.

15 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().

15 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.

15 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.

15 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.

15 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.

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

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

15 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.

15 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.

15 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.

15 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.

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

15 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.

15 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.

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

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

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

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

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

15 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.

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

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

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

15 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.

15 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.

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

15 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.

15 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.

15 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.

15 years agowinetest: Create a separate resource file with the SHA1 build id.
Alexandre Julliard [Thu, 9 Jul 2009 10:54:39 +0000 (12:54 +0200)] 
winetest: Create a separate resource file with the SHA1 build id.

15 years agowinebuild: Dump resource data as dwords to reduce the output file size.
Alexandre Julliard [Thu, 9 Jul 2009 10:54:16 +0000 (12:54 +0200)] 
winebuild: Dump resource data as dwords to reduce the output file size.

15 years agoconfigure: Apply makedep flags when doing automatic dependencies.
Alexandre Julliard [Thu, 9 Jul 2009 10:53:49 +0000 (12:53 +0200)] 
configure: Apply makedep flags when doing automatic dependencies.

15 years agowined3d: Update Nvidia driver versions.
Stefan Dösinger [Tue, 7 Jul 2009 15:24:34 +0000 (17:24 +0200)] 
wined3d: Update Nvidia driver versions.

15 years agowined3d: Add Intel GMA X3100 to our card DB.
Stefan Dösinger [Tue, 7 Jul 2009 13:59:50 +0000 (15:59 +0200)] 
wined3d: Add Intel GMA X3100 to our card DB.

15 years agowined3d: An indirect address op can adjust min and max at the same time.
Stefan Dösinger [Wed, 8 Jul 2009 07:20:12 +0000 (09:20 +0200)] 
wined3d: An indirect address op can adjust min and max at the same time.

15 years agowinhttp: Support IPv6 in netconn_resolve.
Juan Lang [Wed, 8 Jul 2009 17:41:17 +0000 (10:41 -0700)] 
winhttp: Support IPv6 in netconn_resolve.

15 years agowinhttp: Support IPv6 addresses in open_connection.
Juan Lang [Wed, 8 Jul 2009 17:40:04 +0000 (10:40 -0700)] 
winhttp: Support IPv6 addresses in open_connection.

15 years agowinhttp: Convert connect_t's address type from a struct sockaddr_in to a struct socka...
Juan Lang [Wed, 8 Jul 2009 17:39:37 +0000 (10:39 -0700)] 
winhttp: Convert connect_t's address type from a struct sockaddr_in to a struct sockaddr_storage.

15 years agowinhttp: Simplify netconn_resolve when using getaddrinfo.
Juan Lang [Wed, 8 Jul 2009 17:39:10 +0000 (10:39 -0700)] 
winhttp: Simplify netconn_resolve when using getaddrinfo.

15 years agowinhttp: Change type of netconn_resolve from struct sockaddr_in * to struct sockaddr *.
Juan Lang [Wed, 8 Jul 2009 17:35:01 +0000 (10:35 -0700)] 
winhttp: Change type of netconn_resolve from struct sockaddr_in * to struct sockaddr *.

15 years agowinemine: Add Swedish translation.
Anders Jonsson [Thu, 9 Jul 2009 07:52:01 +0000 (09:52 +0200)] 
winemine: Add Swedish translation.

15 years agowinemine: Add ellipses for menu entries that open new dialog windows.
Anders Jonsson [Wed, 4 Mar 2009 00:59:35 +0000 (01:59 +0100)] 
winemine: Add ellipses for menu entries that open new dialog windows.

15 years agowined3d: Fix some cast-qual warnings.
Henri Verbeet [Thu, 9 Jul 2009 07:56:11 +0000 (09:56 +0200)] 
wined3d: Fix some cast-qual warnings.

15 years agowined3d: Get rid of the useless "fragcolor" variable in shader_glsl_generate_pshader().
Henri Verbeet [Thu, 9 Jul 2009 07:56:10 +0000 (09:56 +0200)] 
wined3d: Get rid of the useless "fragcolor" variable in shader_glsl_generate_pshader().