Camillo Lugaresi
0b5dcbafea
configure: Fix problem with linking on OS X 10.7.
...
Some of the new link commands in the latest ld appear to be buggy and cause
bus error while initializing libSystem. Fixed by reverting to 10.6 linking
behavior.
2011-08-02 20:47:50 +02:00
Jay Yang
23c8704cb5
shell32/tests: Add tests for SHCreateDefaultContextMenu.
2011-08-02 20:47:49 +02:00
Jay Yang
ae3108e66f
include: Add header entries required for SHCreateDefaultContextMenu and CDefFolderMenu_Create2.
2011-08-02 20:47:49 +02:00
Jay Yang
2e5e7dbeba
shell32: Have the system context menus respect idCmdFirst.
2011-08-02 20:47:49 +02:00
Alexandre Julliard
b56dc9a6f7
winecrt0: Remove the clsid parameter in __wine_(un)register_resources.
2011-08-02 20:47:49 +02:00
Alexandre Julliard
e76db63c02
winecrt0: No longer register typelibs, they use IRegistrar scripts now.
2011-08-02 20:47:49 +02:00
Alexandre Julliard
1380a77074
ieframe: Remove registrations that are duplicated in mshtml.
2011-08-02 20:47:49 +02:00
Alexandre Julliard
6adfeeacf9
mshtml: Remove typelib registrations.
2011-08-02 20:47:49 +02:00
Alexandre Julliard
0d37433d65
oleaut32: Remove typelib registrations.
2011-08-02 20:47:48 +02:00
Alexandre Julliard
c091a3fc83
makefiles: Remove some redundant registration scripts.
2011-08-02 20:47:48 +02:00
Alexandre Julliard
4ff0faa67c
widl: Generate a registration script along with the typelib when creating a resource file.
2011-08-02 20:47:48 +02:00
Alexandre Julliard
5ec4e8f192
setupapi: Run registration scripts of fake dlls as they are copied.
2011-08-02 20:47:34 +02:00
Alexandre Julliard
39a4c2532b
setupapi: Allocate a virtual memory buffer to read fake dll files.
2011-08-02 12:58:26 +02:00
Jacek Caban
81bb472db9
ieframe: Moved WebBrowser object tests to ieframe.
2011-08-02 12:25:06 +02:00
Jacek Caban
ff127a3461
mshtml: Always set onclick event handler during document initialization.
2011-08-02 11:51:06 +02:00
Jacek Caban
2610ef9c9c
mshtml: Always alloc event_vector for documents.
2011-08-02 11:51:06 +02:00
Jacek Caban
be6dd66edf
mshtml: Moved nsevents.c declarations to htmlevent.h.
2011-08-02 11:51:06 +02:00
Jacek Caban
3742a184d2
mshtml: Added default click handler for anchor element.
2011-08-02 11:51:06 +02:00
Jacek Caban
6d7667894e
mshtml: Added possibility for node implementations to add default event handlers.
2011-08-02 11:51:06 +02:00
Jacek Caban
aa6ee29e01
mshtml: Rename call_event to fire_event.
2011-08-02 11:51:06 +02:00
Michael Stefaniuc
989f39ef32
dmloader: Simplify the module refcount handling.
2011-08-02 11:51:06 +02:00
Michael Stefaniuc
98a36f4694
dmloader: Merge and simplify the IClassFactory implementations.
2011-08-02 11:51:06 +02:00
Hans Leidekker
cf4aec0cbd
msi: Avoid a crash in ControlEvent_SetTargetPath.
2011-08-02 11:51:06 +02:00
Hans Leidekker
cfe4c56624
winhttp: Verify parameter types in IWinHttpRequest::SetProxy.
2011-08-02 11:51:05 +02:00
Hans Leidekker
40bf74107f
winhttp: Implement IWinHttpRequest::SetAutoLogonPolicy.
2011-08-02 11:51:05 +02:00
Hans Leidekker
e5b8c497ef
winhttp: Execute asynchronous requests in a separate thread.
2011-08-02 11:51:01 +02:00
Hans Leidekker
916e3c1cc4
winhttp: Protect access to the request object with a critical section.
2011-08-02 11:41:52 +02:00
Nikolay Sivov
3dc6226519
advapi32: Basic test for CreateRestrictedToken.
2011-08-02 11:41:42 +02:00
Nikolay Sivov
5290766ae0
advapi32: Fix CheckTokenMemberShip for primary tokens.
2011-08-02 11:41:32 +02:00
Hwang YunSong
01fb0fdfe0
po: Updated Korean translation.
2011-08-02 11:41:14 +02:00
Aurimas Fišeras
ff6501e8a5
po: Update Lithuanian translation.
2011-08-02 11:40:36 +02:00
Henri Verbeet
98650e841e
wined3d: Go to the fallbacks if D3D is not initialized in surface_blt().
...
Even though this is the "OpenGL" surface implementation, this can still happen
in e.g. ddraw if no swapchain is created yet. That's something we should fix,
but not today.
2011-08-02 11:40:20 +02:00
Henri Verbeet
7539cc8faa
wined3d: Go straight to the fallbacks for complex blits in surface_blt().
...
At the moment this is only marginally useful, since it just avoids silly
things like color keyed depth fills that are probably invalid anyway. However,
the idea is to gradually move normal color fill and blit handling out of
IWineD3DSurfaceImpl_BltOverride() and surface_cpu_blt(), and eventually make
those functions go away completely.
2011-08-02 11:40:16 +02:00
Henri Verbeet
4bdd4ef45b
wined3d: Check for locked surfaces in wined3d_surface_blt().
2011-08-02 11:40:11 +02:00
Henri Verbeet
50d883c37e
wined3d: IWineD3DSurfaceImpl_BltOverride() is always passed valid source and destination rectangles.
...
So no need to call surface_get_rect() anymore.
2011-08-02 11:40:07 +02:00
Henri Verbeet
ace241ad59
wined3d: Resolve source and destination rectangles in wined3d_surface_blt().
2011-08-02 11:40:01 +02:00
Andrew Eikum
5512c2482f
winmm: Fix looping handling.
2011-08-02 11:39:56 +02:00
Alexandre Julliard
729afa6adc
makefiles: Generate resource files for typelibs.
2011-08-02 10:11:10 +02:00
Alexandre Julliard
b568287eef
widl: Add support for generating typelibs directly in resource format.
2011-08-01 21:38:56 +02:00
Alexandre Julliard
36e73eb3fb
widl: Add helper functions for outputting resource files.
2011-08-01 21:38:14 +02:00
Frédéric Delanoy
f932abf326
dlls: Assorted spelling fixes.
2011-08-01 18:26:27 +02:00
Alexandre Julliard
65d1760452
configure: Don't reserve page zero on Mac OS, it won't run DOS apps anyway.
2011-08-01 18:26:27 +02:00
Piotr Caban
40b426b466
shdocvw/tests: Added OleObject_Close tests.
2011-08-01 18:26:27 +02:00
Piotr Caban
1cf571eb5f
ieframe: Added OleObject_Close implementation.
2011-08-01 18:26:27 +02:00
Frédéric Delanoy
3c8674a721
cmd/tests: Add tests for variable delayed expansion.
2011-08-01 18:26:27 +02:00
André Hentschel
bb44fe5698
c2man: We don't have multiple dlls in one directory anymore.
2011-08-01 18:26:26 +02:00
André Hentschel
e6390a5c7f
dbghelp: One line only for the copyright.
2011-08-01 18:26:26 +02:00
Piotr Caban
0c14dc5330
msvcrt: Added vscwprintf_{l,p_l} functions implementation.
2011-08-01 18:26:26 +02:00
Francois Gouget
9b29faae6a
net: Make it possible to translate the connection status descriptions.
...
Also remove the description for USE_DISCONN as it is in fact a synonym
for USE_SESSLOST.
2011-08-01 18:26:26 +02:00
Francois Gouget
2b8f18df47
netapi32: Add some lmuse.h constants.
2011-08-01 18:26:26 +02:00