Jacek Caban [Sun, 29 Oct 2006 17:52:02 +0000 (18:52 +0100)]
wininet: Store WININETAPPINFOW pointer in WININETFTPSESSIONW.
Jacek Caban [Sun, 29 Oct 2006 17:51:15 +0000 (18:51 +0100)]
wininet: Use lpHttpSession instead of lpwhcalback where possible.
Jacek Caban [Sun, 29 Oct 2006 17:50:25 +0000 (18:50 +0100)]
wininet: Store pointer to WININETHTTPSESSIONW in WININETHTTPREQUESTW.
Jacek Caban [Sun, 29 Oct 2006 17:49:39 +0000 (18:49 +0100)]
wininet: Use lpAppInfo instead of lpwhparent where possible.
Jacek Caban [Sun, 29 Oct 2006 17:48:48 +0000 (18:48 +0100)]
wininet: Store WININETAPPINFOW pointer in WININETHTTPSESSIONW.
Paul Vriens [Sun, 29 Oct 2006 09:36:57 +0000 (10:36 +0100)]
shell32: Cast-qual warnings fix.
Andrew Talbot [Sat, 28 Oct 2006 16:27:26 +0000 (17:27 +0100)]
dbghelp: Cast-qual warnings fix.
Andrew Talbot [Sat, 28 Oct 2006 16:26:18 +0000 (17:26 +0100)]
dbghelp: Cast-qual warnings fix.
Andrew Talbot [Sun, 29 Oct 2006 17:23:20 +0000 (17:23 +0000)]
gdi32: Cast-qual warnings fix.
Andrew Talbot [Sun, 29 Oct 2006 17:23:11 +0000 (17:23 +0000)]
gdi32: Cast-qual warnings fix.
Andrew Talbot [Fri, 27 Oct 2006 18:27:24 +0000 (19:27 +0100)]
d3d9: Cast-qual warnings fix.
Mike McCormack [Mon, 30 Oct 2006 07:35:09 +0000 (16:35 +0900)]
msi: Split ACTION_UpdateInstallStates into two separate functions.
Dmitry Timoshkov [Sat, 28 Oct 2006 08:42:56 +0000 (17:42 +0900)]
user32: Flush painting events harder in some places in order to avoid races in the message tests.
Dmitry Timoshkov [Sat, 28 Oct 2006 08:24:13 +0000 (17:24 +0900)]
user32: Properly log HCBT_KEYSKIPPED hook event, make the message
tests pass cleanly under fully up to date XP SP2.
Detlef Riekenberg [Sat, 28 Oct 2006 14:00:41 +0000 (16:00 +0200)]
control.exe: Remove unused define.
Jacek Caban [Sat, 28 Oct 2006 12:16:05 +0000 (14:16 +0200)]
mshtml: Print wine_gecko version in load_wine_gecko.
Jacek Caban [Sat, 28 Oct 2006 12:14:52 +0000 (14:14 +0200)]
wininet: Fixed declaration of INTERNET_STATUS_CALLBACK.
Jacek Caban [Sat, 28 Oct 2006 12:18:37 +0000 (14:18 +0200)]
urlmon: Update winehq.org IP.
Markus Amsler [Sat, 28 Oct 2006 02:06:03 +0000 (04:06 +0200)]
wined3d: Respect ARB_VERTEX_BUFFER_OBJECT in loadVertexData.
Peter Oberndorfer [Fri, 27 Oct 2006 16:47:25 +0000 (18:47 +0200)]
dmusic: Do not write outside of array bounds.
Huw Davies [Fri, 27 Oct 2006 15:22:02 +0000 (16:22 +0100)]
user32: The hiword of the return value from LB_ITEMFROMPOINT should be
a hittest on the item that's returned and not a hittest on the client
area as MSDN states.
Stephen R. Veit [Fri, 27 Oct 2006 14:03:06 +0000 (09:03 -0500)]
iphlpapi: Fix GetAdaptersInfo return value for IpMask.
Alexandre Julliard [Fri, 27 Oct 2006 15:20:13 +0000 (17:20 +0200)]
Release 0.9.24.
Alexandre Julliard [Fri, 27 Oct 2006 13:03:07 +0000 (15:03 +0200)]
wined3d: Simplify some uses of the WineD3D_Context object.
Alexandre Julliard [Fri, 27 Oct 2006 12:42:17 +0000 (14:42 +0200)]
wined3d: The WineD3D_GLContext structure doesn't need to be exported.
Alexandre Julliard [Fri, 27 Oct 2006 12:41:25 +0000 (14:41 +0200)]
wined3d: Fix a memory leak (spotted by Eric Pouech).
Andrew Talbot [Wed, 25 Oct 2006 19:38:54 +0000 (20:38 +0100)]
crypt32: Cast-qual warnings fix.
Kirill K Smirnov [Thu, 26 Oct 2006 09:21:44 +0000 (13:21 +0400)]
winhelp: Properly implement context help and JumpContext macro.
Pierre d'Herbemont [Tue, 24 Oct 2006 13:26:33 +0000 (15:26 +0200)]
quartzdrv: Add the quartz (Mac OS X) video driver to the build system.
Alexandre Julliard [Fri, 27 Oct 2006 12:19:32 +0000 (14:19 +0200)]
winedump: Avoid some dead code.
Kovács András [Wed, 25 Oct 2006 02:32:12 +0000 (04:32 +0200)]
wined3d: Implement D3DSIO_MOVA in ARB backend.
Roderick Colenbrander [Thu, 26 Oct 2006 21:11:07 +0000 (23:11 +0200)]
wgl: Move part of wglGetProcAddress to gdi32.
Duane Clark [Thu, 26 Oct 2006 23:28:11 +0000 (16:28 -0700)]
msvcrt: Fix fread on large buffers in ascii mode.
Kevin Krammer [Thu, 26 Oct 2006 17:00:04 +0000 (19:00 +0200)]
winebrowser: Support for Portland Initiative scripts.
Alexandre Julliard [Fri, 27 Oct 2006 10:27:33 +0000 (12:27 +0200)]
kernel32: Close the directory handle in FindNextFile as soon as we reach the end of the directory.
Andrew Talbot [Thu, 26 Oct 2006 19:57:37 +0000 (20:57 +0100)]
d3d8: Cast-qual warnings fix.
James Hawkins [Fri, 27 Oct 2006 07:42:14 +0000 (00:42 -0700)]
msi: Extract cabinets based on DiskId, not LastSequence.
James Hawkins [Fri, 27 Oct 2006 00:16:05 +0000 (17:16 -0700)]
msi: Test the order in which cab files are handled in the Media table.
James Hawkins [Fri, 27 Oct 2006 00:13:52 +0000 (17:13 -0700)]
msi: Implement handling for the ErrorDialog and use it to change media.
Mike McCormack [Fri, 27 Oct 2006 08:29:19 +0000 (17:29 +0900)]
msi: Avoid crashing if writeout_cabinet_stream fails.
Mike McCormack [Fri, 27 Oct 2006 08:29:02 +0000 (17:29 +0900)]
msi: Remove redundant null checks before MSI_EvaluateCondition.
Mike McCormack [Thu, 26 Oct 2006 12:12:44 +0000 (21:12 +0900)]
comctl32: Move code assuming Nx1 into ImageList_CreateImage.
Detlef Riekenberg [Thu, 26 Oct 2006 16:32:07 +0000 (18:32 +0200)]
tools/wine.inf: Add default printer ports.
Rob Shearman [Thu, 26 Oct 2006 22:16:25 +0000 (23:16 +0100)]
rpcrt4: The allocation hint in request and response packets is just that - a hint.
It is not an error if the stub data exceeds this size, so reallocate the
buffer with the newly calculated size and continue.
Rob Shearman [Thu, 26 Oct 2006 22:15:11 +0000 (23:15 +0100)]
rpcrt4: Don't terminate the loop on the buffer becoming filled, but when we receive a packet with the RPC_FLG_LAST flag set.
This matches what is mentioned in the DCE/RPC specification.
Rob Shearman [Thu, 26 Oct 2006 22:15:00 +0000 (23:15 +0100)]
rpcrt4: Fix RPCRT4_Receive to accept authentication verifier data on any packets, not just bind packets.
Rob Shearman [Thu, 26 Oct 2006 11:38:54 +0000 (12:38 +0100)]
ole32: Fix a memory leak on the error path of dispatch_rpc.
Rob Shearman [Thu, 26 Oct 2006 11:38:38 +0000 (12:38 +0100)]
oleaut32: Update comments at the top of typelib.c and remove "stub" from several traces that are in implemented functions.
Rob Shearman [Thu, 26 Oct 2006 11:38:27 +0000 (12:38 +0100)]
ole32: Fix some memory leaks in the class factory proxy.
Rob Shearman [Thu, 26 Oct 2006 11:38:09 +0000 (12:38 +0100)]
ole32: Always call IRpcChannelBuffer_GetBuffer in the class factory stub.
Jacek Caban [Wed, 25 Oct 2006 21:06:35 +0000 (23:06 +0200)]
shdocvw: Added CUrlHistory stub implementation.
Jacek Caban [Wed, 25 Oct 2006 21:05:50 +0000 (23:05 +0200)]
include: Added urlhist.idl.
Alexandre Julliard [Thu, 26 Oct 2006 10:53:59 +0000 (12:53 +0200)]
winex11.drv: Offset X11 coordinates with the primary monitor position.
No longer force the primary monitor to contain the X11 (0,0) coordinate.
Alexandre Julliard [Thu, 26 Oct 2006 10:51:54 +0000 (12:51 +0200)]
server: Always ignore the root window position when computing coordinates offsets.
David Anderson [Wed, 25 Oct 2006 04:05:21 +0000 (21:05 -0700)]
dbghelp: Avoid printing too many "What the heck" messages from winedbg.
Andrey Turkin [Thu, 26 Oct 2006 02:23:23 +0000 (06:23 +0400)]
ddraw: Add missing dereference operators.
Marcus Meissner [Thu, 26 Oct 2006 06:14:01 +0000 (08:14 +0200)]
mshtml: Moved release of dom_window to right place.
Mike McCormack [Thu, 26 Oct 2006 09:29:52 +0000 (18:29 +0900)]
msi: Fix the join algorithm.
Mike McCormack [Thu, 26 Oct 2006 08:40:47 +0000 (17:40 +0900)]
msi: Allow UPDATE queries without a condition.
Mike McCormack [Thu, 26 Oct 2006 08:09:47 +0000 (17:09 +0900)]
msi: Update tables using records, not integer by integer.
Mike McCormack [Thu, 26 Oct 2006 08:08:43 +0000 (17:08 +0900)]
msi: Remove some unused functions.
Mike McCormack [Thu, 26 Oct 2006 05:08:38 +0000 (14:08 +0900)]
msi: Fixed the UPDATE query to work with explicit values.
Mike McCormack [Thu, 26 Oct 2006 05:09:29 +0000 (14:09 +0900)]
msi: Use msi_feature_set_state and msi_component_set_state where possible.
Mike McCormack [Thu, 26 Oct 2006 03:34:52 +0000 (12:34 +0900)]
msi: Create macro functions to set feature and component states.
James Hawkins [Thu, 26 Oct 2006 02:37:20 +0000 (19:37 -0700)]
msi: Add tests for the UPDATE sql command.
Mikołaj Zalewski [Wed, 25 Oct 2006 20:00:35 +0000 (22:00 +0200)]
comdlg32: Select the Filename edit box content after the user navigated to a directory by entering there the name.
Hwang YunSong(황윤성) [Tue, 24 Oct 2006 07:15:30 +0000 (16:15 +0900)]
kernel32: Added winerr_kor.mc.
Rob Shearman [Wed, 25 Oct 2006 12:28:56 +0000 (13:28 +0100)]
rpcrt4: Move transport-specific server functions to rpc_transport.c.
Oleg Krylov [Wed, 25 Oct 2006 10:31:44 +0000 (13:31 +0300)]
comctl32: Create tooltip windows with WS_POPUP style.
Oleg Krylov [Wed, 25 Oct 2006 10:29:19 +0000 (13:29 +0300)]
comctl32: statusbar: Create tooltip window with WS_POPUP and TTS_ALWAYSTIP style.
Stefan Dösinger [Wed, 25 Oct 2006 10:54:15 +0000 (12:54 +0200)]
ddraw: Forward the depth stencil buffer to wined3d.
Alexandre Julliard [Wed, 25 Oct 2006 18:04:11 +0000 (20:04 +0200)]
user32: Fixed maximized window size on multi-monitor setups.
Alexandre Julliard [Wed, 25 Oct 2006 15:43:22 +0000 (17:43 +0200)]
winhelp: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:43:16 +0000 (17:43 +0200)]
winemine: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:43:09 +0000 (17:43 +0200)]
winefile: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:43:02 +0000 (17:43 +0200)]
wineconsole: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:42:57 +0000 (17:42 +0200)]
regedit: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:42:51 +0000 (17:42 +0200)]
oleview: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:42:42 +0000 (17:42 +0200)]
user32: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:42:11 +0000 (17:42 +0200)]
shell32: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:42:04 +0000 (17:42 +0200)]
msi: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:41:58 +0000 (17:41 +0200)]
hhctrl.ocx: Properly handle negative coordinates for mouse events.
Alexandre Julliard [Wed, 25 Oct 2006 15:41:48 +0000 (17:41 +0200)]
comctl32: Properly handle negative coordinates for mouse events.
Mike McCormack [Wed, 25 Oct 2006 03:50:10 +0000 (12:50 +0900)]
comctl32: Create a point from index function and use it.
Kovács András [Wed, 25 Oct 2006 01:54:22 +0000 (03:54 +0200)]
mlang: Set fnIMLangFontLink_GetStrCodePages stub return values.
Andrew Talbot [Tue, 24 Oct 2006 20:54:07 +0000 (21:54 +0100)]
crypt32: Cast-qual warnings fix.
Dmitry Timoshkov [Tue, 24 Oct 2006 14:49:44 +0000 (23:49 +0900)]
kernel32: Exit from initial thread with ExitThread not by ExitProcess.
Alexandre Julliard [Tue, 24 Oct 2006 18:48:17 +0000 (20:48 +0200)]
Revert "kernel32: Exit from initial thread with ExitThread not by ExitProcess."
This reverts commit
5a1fd50db345c1de97d9d02133728a6080d2848b.
I committed the wrong file.
Aric Stewart [Tue, 24 Oct 2006 17:17:40 +0000 (12:17 -0500)]
winex11.drv: Only create a fontSet if we are going to be using it in the XIC.
Detlef Riekenberg [Tue, 24 Oct 2006 16:06:32 +0000 (18:06 +0200)]
user: Remove wrong comment.
Dmitry Timoshkov [Tue, 24 Oct 2006 14:49:44 +0000 (23:49 +0900)]
kernel32: Exit from initial thread with ExitThread not by ExitProcess.
Ivan Gyurdiev [Tue, 24 Oct 2006 10:06:19 +0000 (06:06 -0400)]
wined3d: Add D3DZBUFFERTYPE to the WINED3D namespace.
Ivan Gyurdiev [Tue, 24 Oct 2006 10:05:39 +0000 (06:05 -0400)]
wined3d: Add D3DBLEND to the WINED3D namespace.
Ivan Gyurdiev [Tue, 24 Oct 2006 10:05:00 +0000 (06:05 -0400)]
wined3d: Add D3DTA masks to the WINED3D namespace.
Also fix usage of D3DTSS/D3DTA in ddraw.
Ivan Gyurdiev [Tue, 24 Oct 2006 10:04:12 +0000 (06:04 -0400)]
wined3d: Add D3DVS_RASTOUT_OFFSETS to the WINED3D namespace.
Ivan Gyurdiev [Tue, 24 Oct 2006 10:03:18 +0000 (06:03 -0400)]
wined3d: Add D3DTADDRESS to the WINED3D namespace.
Ivan Gyurdiev [Tue, 24 Oct 2006 10:02:30 +0000 (06:02 -0400)]
wined3d: D3DLOCK: Use consistently in the WINED3D namespace.
Jeff Latimer [Tue, 24 Oct 2006 09:04:10 +0000 (19:04 +1000)]
usp10: Add tests for ScriptStringCptoX and ScriptStringXtoCp for activation in later patches.
Jeff Latimer [Tue, 24 Oct 2006 09:02:17 +0000 (19:02 +1000)]
usp10: Add tests for ScriptStringAnalyse and ScriptStringFree.
Francois Gouget [Tue, 24 Oct 2006 10:38:21 +0000 (12:38 +0200)]
Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.