Jacek Caban
|
cc8ed9a371
|
shdocvw: Added OnStopBinding implementation and use it in http_load_hack.
|
2008-01-04 11:56:53 +01:00 |
Jacek Caban
|
f79771cb6c
|
shdocvw: Added OnProgress implementation.
|
2008-01-04 11:56:47 +01:00 |
Jacek Caban
|
6f1c3f3613
|
shdocvw: Use OnObjectAvailable in http_load_hack.
|
2008-01-04 11:56:43 +01:00 |
Jacek Caban
|
e3fb7ba8a9
|
shdocvw: Added OnObjectAvailable implementation.
|
2008-01-04 11:56:38 +01:00 |
Jacek Caban
|
6a4c916716
|
shdocvw: Always create BindStatusCallback object.
|
2008-01-04 11:56:34 +01:00 |
Jacek Caban
|
d273150b69
|
shdocvw: Return correct variables in GetBindInfo.
|
2008-01-04 11:56:26 +01:00 |
Jacek Caban
|
c42a778932
|
shdocvw: Return S_OK in OnStartBinding.
|
2008-01-04 11:56:22 +01:00 |
Jacek Caban
|
3ebdcb847d
|
shdocvw: Store DocHost in BindStatusCallback.
|
2008-01-04 11:56:18 +01:00 |
Jacek Caban
|
4a5339ae5f
|
shdocvw: Added missing OnObjectAvailable function.
|
2008-01-04 11:56:12 +01:00 |
Dmitry Timoshkov
|
2ae3945d3d
|
winecfg: Don't mix the strings in unix and windows locales.
|
2008-01-04 11:55:59 +01:00 |
Alistair Leslie-Hughes
|
7c1a7491ec
|
msxml3: Return E_INVALIDARG when value is NULL.
|
2008-01-03 13:30:41 +01:00 |
Marcus Meissner
|
fe475d9e88
|
wininet: Check return value of InternetCrackUrl when checking referrer host.
|
2008-01-03 13:30:26 +01:00 |
Alexandre Julliard
|
a39ac0a701
|
ntdll: Print an error for unsupported shared writable mappings.
|
2008-01-03 13:20:03 +01:00 |
Zach Goldberg
|
17651d0d0c
|
Fix some typos.
|
2008-01-03 13:10:04 +01:00 |
Austin English
|
464258b7cd
|
Spelling fixes.
|
2008-01-03 13:08:54 +01:00 |
Michael Jung
|
0a31ab7e2a
|
imm32: Added some unit test cases.
|
2008-01-03 12:34:05 +01:00 |
Aric Stewart
|
1b997a9986
|
imm32: When updating a NULL HIMCC with NULL just return NULL. Handle the NULL HIMCC for the compstr when doing a ImmNotifyIME for a reset.
|
2008-01-03 12:09:52 +01:00 |
Gerald Pfeifer
|
bb8471beac
|
msi: Remove an extraneous safety check and simplify generate_error_string().
|
2008-01-03 11:53:45 +01:00 |
Gerald Pfeifer
|
257f519eb5
|
ws2_32: Remove two noop checks.
|
2008-01-03 11:53:38 +01:00 |
Gerald Pfeifer
|
21a9c2d2f9
|
wined3d: Removed dead FIXME checks.
|
2008-01-03 11:53:29 +01:00 |
Rob Shearman
|
1cef5dce9c
|
include: ws2tcpip.h should include winsock2.h.
|
2008-01-03 11:40:31 +01:00 |
H. Verbeet
|
3f6c3d2db0
|
wined3d: Properly handle the surface location in stretch_rect_fbo().
|
2008-01-03 11:40:31 +01:00 |
H. Verbeet
|
bf50e07f34
|
wined3d: SFLAG_INTEXTURE is the same as SFLAG_INDRAWABLE for offscreen render targets when ORM_FBO is used.
|
2008-01-03 11:40:31 +01:00 |
H. Verbeet
|
4863daf06a
|
wined3d: Bind the surface texture in LoadLocation().
|
2008-01-03 11:40:31 +01:00 |
H. Verbeet
|
6cab4c8005
|
wined3d: Move binding the texture and dirtifying the sampler to its own function from surface_download_data().
|
2008-01-03 11:40:31 +01:00 |
H. Verbeet
|
2820ecc5fe
|
wined3d: Call SetGlTextureDesc() from BindTexture() rather than from PreLoad().
|
2008-01-03 11:40:31 +01:00 |
H. Verbeet
|
c46c53a12c
|
wined3d: Call ActivateContext regardless of WINED3DCREATE_MULTITHREADED.
|
2008-01-03 11:40:31 +01:00 |
Alexandre Julliard
|
af268c6211
|
server: Redesign the server shutdown processing.
System processes are now killed only after the server persistence
delay has expired. New processes are not allowed to start during
shutdown.
|
2008-01-03 11:40:03 +01:00 |
Alexandre Julliard
|
307cb09a62
|
server: Use exponential backoff when waiting for wineserver -k to complete.
|
2008-01-02 16:13:08 +01:00 |
Rob Shearman
|
910cf61723
|
kernel32: Add tests for RegisterWaitForSingleObject and UnregisterWait.
|
2008-01-02 14:30:14 +01:00 |
Rob Shearman
|
1822a722d9
|
kernel32: Implement RegisterWaitForSingleObject and UnregisterWait.
|
2008-01-02 14:30:11 +01:00 |
Rob Shearman
|
25bc7023ba
|
ntdll: Implement RtlRegisterWait, RtlDeregisterWait and RtlDeregisterWaitEx.
|
2008-01-02 14:30:08 +01:00 |
Eric Pouech
|
39aa3beaf2
|
richedit: Simplify first para style handling by creating a context.
|
2008-01-02 13:58:09 +01:00 |
Eric Pouech
|
d5478118a1
|
richedit: Don't force repaint while the redraw flag is off.
|
2008-01-02 13:57:53 +01:00 |
Eric Pouech
|
f43570cbf0
|
richedit: Optimizations for the style selection.
Use a ME_Context for style selection/unselection.
Store the (x,y) dpi information for a given DC in the corresponding ME_Context structure.
|
2008-01-02 13:57:37 +01:00 |
Eric Pouech
|
475b45d8ab
|
richedit: Don't recreate the DC all the time, but use uniformely a ME_Context structure where needed.
|
2008-01-02 13:56:02 +01:00 |
Eric Pouech
|
4cecb5dc70
|
richedit: Move init code after some sanity checks to avoid unneeded computations.
|
2008-01-02 13:55:53 +01:00 |
Eric Pouech
|
d48905cf21
|
richedit: Small optimisation in ME_GetSelectionInsertStyle.
|
2008-01-02 13:55:24 +01:00 |
Eric Pouech
|
e9be142d78
|
richedit: Rewrote FindPixelPos so that it always return something.
Made the function static as well.
|
2008-01-02 13:55:14 +01:00 |
Eric Pouech
|
d319033a97
|
richedit: Added support for intra-paragraph line space.
|
2008-01-02 13:54:49 +01:00 |
Eric Pouech
|
f1b029ef6a
|
richedit: Added support for spaces above & below paragraphs.
|
2008-01-02 13:54:25 +01:00 |
Eric Pouech
|
caa37c749a
|
richedit: Now drawing the paragraph borders (if any) from paraformat2.
|
2008-01-02 13:54:01 +01:00 |
Eric Pouech
|
28cc0f9e69
|
richedit: Fix the para computation when zoom is used.
|
2008-01-02 13:52:52 +01:00 |
Eric Pouech
|
f4fd063101
|
richedit: Enforce usage of paraformat2 fields instead of homegrown ones for paragraphs.
|
2008-01-02 13:52:10 +01:00 |
Eric Pouech
|
0e8c087561
|
richedit: Properly copying the paraformat2 structure for paragraphs.
|
2008-01-02 13:51:49 +01:00 |
Eric Pouech
|
8f60c8c46e
|
richedit: Now dumping all fields from the paraformat2 structure.
|
2008-01-02 13:50:38 +01:00 |
Eric Pouech
|
566912dc3b
|
richedit: Correctly initialize the paraformat structure.
|
2008-01-02 13:50:04 +01:00 |
Eric Pouech
|
0549b9009a
|
richedit: Simplified handling of background brush while painting.
|
2008-01-02 13:49:57 +01:00 |
Eric Pouech
|
2602a39bd9
|
richedit: Now painting the newly supported underline types.
|
2008-01-02 13:48:53 +01:00 |
Eric Pouech
|
6b591ef23a
|
richedit: Extend the usage of underlinetype from charformat2 in richedit.
|
2008-01-02 13:48:11 +01:00 |