Francois Gouget
|
6fc6b23287
|
user32/tests: Don't use nameless unions where they are not needed.
|
2007-10-11 19:52:36 +02:00 |
Francois Gouget
|
0b67c0a6e1
|
winex11.drv: Add the trailing '\n' to a Wine trace.
|
2007-10-11 19:52:32 +02:00 |
Francois Gouget
|
e396288ec5
|
winex11.drv: Remove an obsolete FIXME comment.
|
2007-10-11 19:52:25 +02:00 |
Andrey Turkin
|
4ac1375c5a
|
wine.inf: Add Protected Storage System Provider key.
|
2007-10-11 17:45:40 +02:00 |
Jacek Caban
|
f4e1ff6e1f
|
mshtml: Added support for installing Gecko from the local file.
|
2007-10-11 16:24:29 +02:00 |
Aric Stewart
|
352d29b194
|
msdmo: Improve registration and reading of codecs.
|
2007-10-11 16:24:29 +02:00 |
John Klehm
|
c632a7500f
|
msinkaut.idl: Declare the IInkCollector interface and its dependencies.
|
2007-10-11 16:24:28 +02:00 |
Roy Shea
|
2b0255f6d8
|
qmgr: Skeleton implementation of Background Intelligent Transfer Service (BITS).
|
2007-10-11 16:24:28 +02:00 |
Alexandre Julliard
|
c881875c07
|
winex11: Don't use a window manager border for a simple WS_BORDER-style border.
|
2007-10-11 16:24:28 +02:00 |
Alexandre Julliard
|
c4e20e7462
|
winex11: Reuse the mwm hints when computing the window X11 rectangle.
This allows more flexibility in deciding which elements of the decor
are done by the window manager.
|
2007-10-11 16:24:28 +02:00 |
Alexandre Julliard
|
a0019801eb
|
winex11: Set the SKIP_PAGER and SKIP_TASKBAR styles on tool windows.
|
2007-10-11 16:24:28 +02:00 |
Alexandre Julliard
|
8a87429d12
|
winex11: Add generic mechanism for managing WM_STATE properties.
|
2007-10-11 16:24:28 +02:00 |
Detlef Riekenberg
|
f98b4507ba
|
wininet/tests: Initial tests for InternetCanonicalizeUrlA.
|
2007-10-11 16:24:28 +02:00 |
Chris Robinson
|
fc96587b3d
|
wined3d: Set D3DCAPS2_CANAUTOGENMIPMAP flag when supported.
|
2007-10-11 16:24:28 +02:00 |
Nigel Liang
|
c31faf4991
|
include/winsock.h: Fix parenthesis mismatch.
|
2007-10-11 16:24:28 +02:00 |
Dan Hipschman
|
acfde97b9e
|
rpcrt4, widl: Make pointer layouts compatible with windows; fix conformant array tests.
|
2007-10-11 16:24:28 +02:00 |
Andrew Talbot
|
a76d10d1d9
|
wineps.drv: Fix some memory leaks.
|
2007-10-10 22:08:19 +02:00 |
Mikolaj Zalewski
|
bda66cc37a
|
oleaut32: Function kind for dispatch interfaces should be FUNC_DISPATCH.
|
2007-10-10 21:33:38 +02:00 |
H. Verbeet
|
3587dfeb48
|
d3d9: Release pixel shaders after we're done with them in the visual test.
|
2007-10-10 19:52:22 +02:00 |
Alexandre Julliard
|
49864b084d
|
msvcrt: Fix demangling of function pointers by maintaining the left/right distinction for type references.
|
2007-10-10 19:52:16 +02:00 |
Robert Shearman
|
836cdb88ce
|
mshtml: Set the SETUP_IS_CHROME_WRAPPER to FALSE as the embedded Gecko is always used to display content and not chrome.
|
2007-10-10 19:46:51 +02:00 |
Louis Lenders
|
afb8f6257b
|
wine.inf: Add 2 keys for *.chm files.
|
2007-10-10 19:46:40 +02:00 |
Chris Robinson
|
0cca1ea876
|
winex11: Don't choose double buffered modes with gdi support.
|
2007-10-10 17:40:24 +02:00 |
Chris Robinson
|
d298b68f50
|
winex11: Use the specified format for GL Bitmaps.
|
2007-10-10 17:40:03 +02:00 |
Chris Robinson
|
fa6598a260
|
winex11: Create GLXPixmap for bitmaps in SetPixelFormat.
|
2007-10-10 17:39:35 +02:00 |
Alexandre Julliard
|
6cd7d06823
|
winex11: Don't store a physdev pointer in the GL context.
|
2007-10-10 17:38:51 +02:00 |
Alexandre Julliard
|
771d61a886
|
winex11: Use ExtEscape to flush the GL drawable to the physdev.
Based on a patch by Chris Robinson.
|
2007-10-10 17:33:35 +02:00 |
Alexandre Julliard
|
235532ce28
|
server: Use the file_pos_t type for file sizes and offsets in the protocol structures.
|
2007-10-10 14:06:25 +02:00 |
Ken Thomases
|
54a471732f
|
ntdll: Work around a bug in Mac OS X's getdirentries().
|
2007-10-10 13:42:44 +02:00 |
Alexandre Julliard
|
3eea9a6193
|
kernel32: Use FIELD_OFFSET instead of pointer cast.
|
2007-10-10 12:38:58 +02:00 |
Karl Relton
|
e764e61369
|
wineserver: Allow already peeked messages to merge.
|
2007-10-10 12:37:01 +02:00 |
Stefan Leichter
|
b0180f7b1d
|
regedit: Replace call to delete_branch with RegDeleteTreeA.
|
2007-10-10 12:16:33 +02:00 |
Hwang YunSong(황윤성)
|
3fbff605bd
|
winecfg: Updated Korean resource.
|
2007-10-10 12:16:24 +02:00 |
Vitaliy Margolen
|
7e6d0e71eb
|
dinput: Use ClipCursor() to keep mouse from leaving the window.
|
2007-10-10 12:16:16 +02:00 |
Jacek Caban
|
d9d11b3e7c
|
mshtml: Fixed test crash on Windows.
|
2007-10-10 12:16:13 +02:00 |
David Adam
|
1feb1c052b
|
include: Skeleton header for D3DX8.
|
2007-10-10 12:16:07 +02:00 |
Roderick Colenbrander
|
8e64d870b1
|
wined3d: Merge p8 palette initialization code.
|
2007-10-10 11:59:51 +02:00 |
Stefan Dösinger
|
848650d908
|
ddraw: Downgrade the SetCooperativeLevel FIXME to a TRACE.
|
2007-10-10 11:59:33 +02:00 |
Stefan Dösinger
|
7a445747ea
|
ddraw: Do not fail on surface creation errors, skip instead.
|
2007-10-10 11:59:26 +02:00 |
Stefan Dösinger
|
aec86b4ef9
|
wined3d: Silently ignore setting the 0 texture on gdi surfaces.
|
2007-10-10 11:59:18 +02:00 |
Stefan Dösinger
|
c5055fb3eb
|
ddraw: Cope with Init3D failures.
|
2007-10-10 11:58:37 +02:00 |
Stefan Dösinger
|
8fc4e3cec7
|
wined3d: Clear up in Init3D if something fails.
|
2007-10-10 11:58:23 +02:00 |
Hwang YunSong(황윤성)
|
4bf62af099
|
wineboot: New Korean resource.
|
2007-10-10 11:58:09 +02:00 |
Andrew Talbot
|
91128b901e
|
wineps.drv: Fix some memory leaks.
|
2007-10-10 11:57:05 +02:00 |
Andrew Talbot
|
057a7eba55
|
wined3d: Fix a memory leak.
|
2007-10-10 11:57:01 +02:00 |
Andrew Talbot
|
3b47a5732a
|
winealsa.drv: Fix a memory leak.
|
2007-10-10 11:56:56 +02:00 |
Andrew Talbot
|
dbf995a8b4
|
urlmon: Fix some memory leaks.
|
2007-10-10 11:56:51 +02:00 |
Francois Gouget
|
ea5d653f3e
|
regedit: Add support for 'regedit /E -', to export the registry to stdout.
|
2007-10-10 11:18:56 +02:00 |
Francois Gouget
|
09641eeddb
|
regedit: Add support for 'regedit -' for feeding regedit from stdin.
|
2007-10-10 11:18:50 +02:00 |
Mikolaj Zalewski
|
01e7891d48
|
ole32: OleIsRunning should return TRUE if the class doesn't implement IRunnableObject.
|
2007-10-10 11:18:44 +02:00 |