Lei Zhang
0399cdaff0
gdiplus: Add a stub for GdipSetLineLinearBlend.
2008-04-11 11:15:46 +02:00
Lei Zhang
89b0a979c8
gdiplus: Add a stub for GdipSetLineColors.
2008-04-11 11:15:34 +02:00
Lei Zhang
0fe2f5b677
gdiplus: Add a stub for GdipSetInfinite.
2008-04-11 11:15:25 +02:00
Lei Zhang
6a44f19179
gdiplus: Add a stub for GdipSetImageAttributesToIdentity.
2008-04-11 11:15:19 +02:00
Lei Zhang
03c7d55830
gdiplus: Add a stub for GdipSetImageAttributesThreshold.
2008-04-11 11:15:08 +02:00
Lei Zhang
65445b9e7e
gdiplus: Add a stub for GdipSetImageAttributesRemapTable.
2008-04-11 11:14:53 +02:00
Juan Lang
2016c63e82
cryptui: Add stub DLL.
2008-04-11 11:13:41 +02:00
Juan Lang
7267c0772b
softpub: Forward softpub functions to wintrust.
2008-04-11 11:12:44 +02:00
Rob Shearman
8dcde49a53
winedos: The calling convention should come after the return type in the declaration of VGA_DoShowMouse for portability.
2008-04-11 11:12:31 +02:00
Rob Shearman
f07152d7b7
mshtml: Fix the buffer length being passed into MultiByteToWideChar in set_registry.
2008-04-11 11:12:26 +02:00
Rob Shearman
a5d47baba4
mshtml: Support parsing the resource type in the res:// protocol.
2008-04-11 11:12:23 +02:00
Rob Shearman
21b9a50e08
shell32: Implement ParseDisplayName for EntireNetwork in the Network Places shell folder.
...
Add a test for this behaviour.
2008-04-11 11:12:04 +02:00
Alexandre Julliard
ac0db11459
user32/tests: Replace the keyboard flags bitfield by the official flag definitions.
2008-04-10 17:59:10 +02:00
Alexandre Julliard
8445841dcd
winex11: Replace the keyboard flags bitfield by the official flag definitions.
2008-04-10 17:59:06 +02:00
Alexandre Julliard
eb857aebeb
user32: Moved the menu activation hack on managed windows to the X11 driver.
2008-04-10 16:41:26 +02:00
Alexandre Julliard
fa677c7f72
user32: Forward all WM_SYSCOMMAND messages to the driver, not only moves and resizes.
2008-04-10 15:58:43 +02:00
Alexandre Julliard
9bcdc46e9d
comctl32: Get rid of the hack to remove size grips on managed windows.
2008-04-10 14:47:44 +02:00
Alexandre Julliard
70ef99e5e1
winex11: Make sure to flush painting operations before moving a window.
2008-04-10 14:47:19 +02:00
Kusanagi Kouichi
185157cb6e
winex11: Connect to XIM server dynamically.
2008-04-10 12:45:56 +02:00
Alexandre Julliard
5c30e9ae00
winex11: Separate the XIM process-wide setup from the IME creation.
2008-04-10 12:29:01 +02:00
Maarten Lankhorst
bd324db059
quartz: Add stubs for the IMediaSeeking interface in SeekingPassThru.
2008-04-10 11:31:11 +02:00
Maarten Lankhorst
65e6bbd186
quartz: Add a stub for SeekingPassThru.
2008-04-10 11:31:06 +02:00
Jacek Caban
732682b08c
mshtml: Correctly handle NULL req in get_nscontainer_from_load_group.
2008-04-10 11:16:32 +02:00
Jacek Caban
b9117b6166
jscript: Added IObjectSafety tests.
2008-04-10 11:16:12 +02:00
Lei Zhang
5ba99f4eb5
gdiplus: Add a stub for GdipSetImageAttributesOutputChannelColorProfile.
2008-04-10 10:33:43 +02:00
Lei Zhang
139da784bf
gdiplus: Add a stub for GdipSetImageAttributesOutputChannel.
2008-04-10 10:33:35 +02:00
Lei Zhang
68f5cdb28e
gdiplus: Add a stub for GdipSetImageAttributesNoOp.
2008-04-10 10:32:54 +02:00
Lei Zhang
7b403d6b46
gdiplus: Add a stub for GdipSetImageAttributesGamma.
2008-04-10 10:32:44 +02:00
Lei Zhang
2b2db98cb6
gdiplus: Add a stub for GdipSetImageAttributesCachedBackground.
2008-04-10 10:32:22 +02:00
Lei Zhang
5d7e2254f6
gdiplus: Add a stub for GdipSetEmpty.
2008-04-10 10:31:49 +02:00
Lei Zhang
20a8cf6417
gdiplus: Add a stub for GdipSetEffectParameters.
2008-04-10 10:31:34 +02:00
Lei Zhang
a1394d4d48
gdiplus: Add a stub for GdipSetCustomLineCapWidthScale.
2008-04-10 10:31:26 +02:00
Lei Zhang
1131685a94
gdiplus: Add a stub for GdipSetCustomLineCapStrokeJoin.
2008-04-10 10:31:18 +02:00
Lei Zhang
af1e221f17
gdiplus: Add a stub for GdipSetCustomLineCapBaseInset.
2008-04-10 10:31:12 +02:00
Lei Zhang
6112d16bad
gdiplus: Add a stub for GdipGetCustomLineCapBaseInset.
2008-04-10 10:31:04 +02:00
Lei Zhang
39e9bdbd2a
gdiplus: Add a stub for GdipSetCustomLineCapBaseCap.
2008-04-10 10:30:48 +02:00
Lei Zhang
cec6c2eb4d
gdiplus: Add a stub for GdipSetClipRegion.
2008-04-10 10:30:39 +02:00
Lei Zhang
95f323ed46
user32: Handle VK_TAB in EDIT_WM_KeyDown.
2008-04-10 10:00:03 +02:00
Dan Hipschman
dfbb2fc9e0
qedit: Add a stub for IMediaDet_get_StreamLength.
...
To get this working by querying the filters for IMediaSeeking and calling
GetDuration, we need a little better support from quartz. For now a stub
is better than nothing.
2008-04-10 09:55:14 +02:00
Dan Hipschman
9536002552
qedit: Implement IMediaDet_get_FrameRate.
2008-04-10 09:55:03 +02:00
Dan Hipschman
3b0d68e409
qedit: Implement IMediaDet_get_StreamMediaType.
2008-04-10 09:54:53 +02:00
Andrew Talbot
6324670b31
msdmo: Fix calculation of array size in bytes.
2008-04-10 09:51:42 +02:00
Austin English
1b24da3aa0
ole32: Spelling fixes.
2008-04-10 09:51:12 +02:00
Maarten Lankhorst
2734e6332c
quartz: Implement stop position in the mpeg splitter.
2008-04-10 09:50:48 +02:00
Maarten Lankhorst
43f9fff0a0
quartz: Implement stop position in the filtergraph.
2008-04-10 09:48:13 +02:00
Alexandre Julliard
e3ac70c1cb
user32/tests: Avoid testing uninitialized data.
2008-04-10 09:45:34 +02:00
Tomasz Jezierski
0b64b866a4
hhctrl.ocx: Fix for writing outside allocated memory in HH_AddToolbar.
2008-04-09 21:02:15 +02:00
Lei Zhang
5cc671eec5
user32: Fix a typo.
2008-04-09 21:00:54 +02:00
Lei Zhang
b7ffa86725
user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_TAB.
2008-04-09 21:00:45 +02:00
Lei Zhang
f704d5c699
user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_RETURN.
2008-04-09 21:00:23 +02:00
Alexandre Julliard
731d77f762
winex11: Flush the display after creating X windows.
2008-04-09 20:24:27 +02:00
Alexandre Julliard
704ac5a51e
winex11: Added an error handler to catch bad atoms in clipboard selections.
2008-04-09 20:09:40 +02:00
Aric Stewart
5ce9649f5a
imm32: Implement ImmUnregisterWord using loaded IME.
2008-04-09 19:57:57 +02:00
Aric Stewart
25cb21de44
imm32: Implement ImmRegisterWord using loaded IME.
2008-04-09 19:57:43 +02:00
Aric Stewart
fb12a3ec7a
imm32: Implement ImmGetRegisterWordStyle using loaded IME.
2008-04-09 19:57:37 +02:00
Aric Stewart
f9414028ca
imm32: Semi-stub implement ImmGetConversionList using loaded IME.
2008-04-09 19:56:43 +02:00
Aric Stewart
35e148594e
imm32: Semi-stub implement ImmEscape using loaded IME.
2008-04-09 19:56:34 +02:00
Aric Stewart
5818a0e787
imm32: Semi-stub implement ImmEnumRegisterWord using loaded IME.
2008-04-09 19:56:29 +02:00
Mikołaj Zalewski
7656d8860e
qedit/tests: Fix dependency.
2008-04-09 16:25:49 +02:00
Alexandre Julliard
dc1ee0d142
winex11: Fix KeymapNotify handler to take left/right modifiers into account.
2008-04-09 16:25:15 +02:00
Alexandre Julliard
740b0e646b
winex11: Get rid of the useless systray hidden flag.
2008-04-09 16:22:57 +02:00
Alexandre Julliard
a0ac99c536
winex11: Add some generic support for XEMBED client windows.
2008-04-09 15:46:33 +02:00
Alexandre Julliard
ea59ea5904
winex11: Abstract window map/unmap to separate functions.
2008-04-09 15:06:40 +02:00
Hwang YunSong(황윤성)
3625d1f88c
wineps.drv: Updated Korean resource.
2008-04-09 12:20:15 +02:00
Hwang YunSong(황윤성)
72c28450cc
shell32: Updated Korean resource.
2008-04-09 12:19:35 +02:00
Chris Robinson
fd823fc2d2
wined3d: Check for NULL vertex declarations.
2008-04-09 12:17:35 +02:00
Lei Zhang
d9a4299bfc
gdiplus: Add a stub for GdipSetClipRectI.
2008-04-09 12:16:52 +02:00
Austin English
05faae7b5a
Spelling fixes.
2008-04-09 12:07:39 +02:00
Maarten Lankhorst
f2dccab7e3
quartz: Make the directsound renderer handle the Play->Pause->Play position without dropping data.
2008-04-09 12:07:21 +02:00
Maarten Lankhorst
24cac935f0
quartz: Generate a seek table for the mpeg splitter.
...
Speeds up seeking mp3's on large files.
2008-04-09 12:07:16 +02:00
Maarten Lankhorst
55f3ba9dc0
quartz: Remove while { } while construct.
...
Thanks to Andrew Talbot for spotting this.
2008-04-09 12:07:11 +02:00
Stefan Dösinger
3e5899b38d
d3d9: Some Windows drivers set undefined attributes to 0.0.
2008-04-09 11:55:22 +02:00
Stefan Dösinger
1c3e725d63
d3d9: Accept erros in the fvp->3.0 pixel shader varying test.
...
Some cards/drivers like ATI and the Geforce 8 driver return an error in
this case, make the test accept that. This lifts some constraints we
have to care for in WineD3D and removes one of the requirement for the
packing shader. We still need the packing shader for vs_1_1 -> ps_3_0
mapping and for indirect pixel shader varying addressing though.
2008-04-09 11:54:09 +02:00
Stefan Dösinger
9cd1d505bd
d3d9: Make the srgb reading test less strict.
2008-04-09 11:53:52 +02:00
Stefan Dösinger
fb8fde81d1
wined3d: Disable blending when clearing.
2008-04-09 11:53:44 +02:00
Stefan Dösinger
481bcdfe2a
wined3d: Disable MAG filters on formats that do not support them.
2008-04-09 11:53:35 +02:00
Stefan Dösinger
a22203adeb
wined3d: Make the mag filter lookup a separate array.
...
This makes it easier to make this a per texture / per adapter property.
Somewhen we should rename the remaining lookup type in the general
lookup table to wraplookup.
2008-04-09 11:48:30 +02:00
Stefan Dösinger
0cbd08b2b9
wined3d: Disable texture filtering on textures that do not support it.
...
OpenGL always offers filtering on all formats, and if the hardware
doesn't support it the driver falls back to software. Direct3D on the
other hand silently disables filtering, so that's what we should do too.
2008-04-09 11:48:13 +02:00
Stefan Dösinger
4bb54a1ab7
wined3d: Make the min mip lookup type a texture property.
2008-04-09 11:47:58 +02:00
Stefan Dösinger
98b56c3ff0
wined3d: Report D3DUSAGE_QUERY_WRAPANDMIP support.
2008-04-09 11:47:49 +02:00
Stefan Dösinger
67e0943ba3
wined3d: Store the number of aux buffers in the context.
2008-04-09 11:47:24 +02:00
Michael Stefaniuc
71e9455b73
quartz: Add missing lock releases on some code paths (Smatch).
2008-04-09 11:47:07 +02:00
Dan Hipschman
33f270afc0
qedit: Implement IMediaDet_(put|get)_CurrentStream.
2008-04-09 11:46:59 +02:00
Dan Hipschman
d3061d48e1
qedit: Implement IMediaDet_get_OutputStreams.
2008-04-09 11:46:38 +02:00
Dan Hipschman
7d2d5a25cb
qedit: Implement IMediaDet_get_Filename.
2008-04-09 11:44:51 +02:00
Dan Hipschman
dc3d6fbe7f
qedit: Implement IMediaDet_put_Filename.
2008-04-09 11:44:41 +02:00
Dan Hipschman
063aa3a1af
qedit/tests: Fix an incorrect count given to GetTempPathW.
2008-04-09 11:44:33 +02:00
Aric Stewart
bb52d30111
imm32: ImmDestroyContext cannot destroy the default context.
2008-04-09 11:43:53 +02:00
Andrew Talbot
5c8473ba78
advapi32: Array parameters are passed to function as pointers so lose size information.
2008-04-09 11:43:41 +02:00
Erik de Castro Lopo
60501aa93e
msvcrt: Clear end-of-file flag on fseek.
2008-04-09 11:43:35 +02:00
Maarten Lankhorst
994af69cac
quartz: Make the pullpin forward the BeginFlush before doing its own flushing.
2008-04-09 11:43:09 +02:00
Maarten Lankhorst
4763e83b60
quartz: Don't free a null media type in the file source.
2008-04-09 11:43:05 +02:00
Maarten Lankhorst
de117c1eb5
quartz: Make the DirectSound renderer return S_FALSE packet if in the paused state.
2008-04-09 11:42:59 +02:00
Maarten Lankhorst
8939a41563
quartz: Drop packets in the transform filter if in the wrong state.
2008-04-09 11:42:55 +02:00
Maarten Lankhorst
0117468754
quartz: Try creating the file reader from the filter source first before falling back to the generic async file reader.
2008-04-09 11:42:37 +02:00
Maarten Lankhorst
4bc4457109
quartz: Make mpeg splitter keep track of play position and keep last sample if sending was not successful.
...
This fixes data discontinuities that earlier occured after a
stop/pause command or the downright rejection of a sample (S_FALSE).
2008-04-09 11:42:17 +02:00
Alexandre Julliard
49f467c339
winex11: Add a timer to detect when a systray owner has been destroyed.
2008-04-08 15:56:09 +02:00
Alexandre Julliard
498a7628c9
winex11: Make the system tray window transparent.
2008-04-08 15:51:22 +02:00
Alexandre Julliard
52246fb921
winex11: Move all the embedded systray window support to winex11.drv.
2008-04-08 15:47:36 +02:00
Huw Davies
a643337c26
gdi32: Don't overrun the current scanline while copying a glyph's bitmap.
2008-04-08 13:25:02 +02:00
Alexander Dorofeyev
7c8b8e0a93
wined3d: Set isInDraw later in drawPrimitive.
...
This should fix the problem that in LoadLocation SFLAG_INTEXTURE path gl calls
can be made without activating context, due to isInDraw checks.
2008-04-08 13:20:34 +02:00
Michael Stefaniuc
e7311f0aa4
msacm32: Add the Romanian translation.
2008-04-08 13:20:30 +02:00
Michael Stefaniuc
08f5157ff3
mpr: Add the Romanian translation.
2008-04-08 12:28:16 +02:00
Michael Stefaniuc
f41fd59ddb
sane.ds: Add the Romanian translation.
2008-04-08 12:28:10 +02:00
Michael Stefaniuc
fe662c7be6
localui: Add the Romanian translation.
2008-04-08 12:28:04 +02:00
Austin English
5644f05edf
msi: Spelling fixes.
2008-04-08 12:25:13 +02:00
Alexandre Julliard
828ac88f24
winex11: Improved handling of broken 8-bit TARGETS selection.
2008-04-08 12:24:54 +02:00
Detlef Riekenberg
28553fa8a7
ntoskrnl.exe: Implement KeQueryInterruptTime.
2008-04-08 12:22:11 +02:00
Detlef Riekenberg
ee4a996963
ntoskrnl.exe: Implement KeQueryActiveProcessors.
2008-04-08 12:22:04 +02:00
Maarten Lankhorst
f4d9c09dd4
quartz: Fix deadlocks in pullpin.
2008-04-08 12:21:00 +02:00
Maarten Lankhorst
d1aa222e85
quartz: Make wait timeout in directsound slightly larger.
2008-04-08 12:20:55 +02:00
Alexandre Julliard
806d08c206
user32: Get rid of the debug mark option in the system menu.
2008-04-08 12:20:04 +02:00
Lei Zhang
6736ed82ed
user32: Handle VK_ESCAPE correctly in EDIT_WM_KeyDown.
2008-04-08 12:18:38 +02:00
Lei Zhang
7f10fe0744
user32: Handle ES_MULTILINE correctly for WM_KEYDOWN/VK_RETURN.
2008-04-08 12:18:18 +02:00
Lei Zhang
c8a4bb8fff
user32: Fix WM_CHAR return value for edit controls.
2008-04-08 12:18:05 +02:00
Lei Zhang
42d32aba02
user32: Add tests for edit controls and VK_TAB.
2008-04-08 12:17:54 +02:00
Lei Zhang
d1abf27f8d
user32: Add tests for edit controls and VK_RETURN.
2008-04-08 12:17:43 +02:00
Lei Zhang
e91de39521
user32: Add more tests for single line edit control inside a dialog.
2008-04-08 12:17:28 +02:00
Lei Zhang
8cf7eef073
user32: Add more tests for ES_WANTRETURN.
2008-04-08 12:17:13 +02:00
Stefan Dösinger
df2b1bea63
wined3d: Mark the SYSMEM copy outdated after releasing memory.
...
Strictly speaking this is redundant because the UnLoad before did the
job, but if we mess with the allocated memory we have to tell the
surface about that. Updating INDRAWABLE will automatically mark SYSMEM
outdated.
2008-04-08 11:59:46 +02:00
Stefan Dösinger
0de167db9e
wined3d: Put implicit surfaces into drawable on unload.
...
If we mark the sysmem copy up to date we would have to take care about
allocating it. As explained in the comment, INDRAWABLE is a saner
choice
2008-04-08 11:59:28 +02:00
Andrew Talbot
a9200b2401
msdmo: Array parameter is passed to function as pointer so loses size information.
2008-04-08 11:59:14 +02:00
Rok Mandeljc
0f4f6fac3c
oleaut32: Added Slovenian translation.
2008-04-08 11:59:07 +02:00
Rok Mandeljc
44aa996e3d
msvfw32: Added Slovenian translation.
2008-04-08 11:58:52 +02:00
Rok Mandeljc
704949d76a
msvidc32: Added Slovenian translation.
2008-04-08 11:58:49 +02:00
Rok Mandeljc
151ae30aaf
localui: Added Slovenian translation.
2008-04-08 11:58:29 +02:00
Rok Mandeljc
ea2cd45b0e
shell32: Updated Slovenian translation.
2008-04-08 11:57:56 +02:00
Rok Mandeljc
a81d15400f
devenum: Added Slovenian translation.
2008-04-08 11:57:24 +02:00
Rok Mandeljc
406507423b
shlwapi: Added Slovenian translation.
2008-04-08 11:57:10 +02:00
Rok Mandeljc
109748244d
shdoclc: Added Slovenian translation.
2008-04-08 11:57:03 +02:00
Rok Mandeljc
de234a3ce4
hhctrl.ocx: Added Slovenian translation.
2008-04-08 11:56:36 +02:00
Rok Mandeljc
0b07a620b4
mpr: Added Slovenian translation.
2008-04-08 11:56:29 +02:00
Rok Mandeljc
b8e6daa18c
credui: Added Slovenian translation.
2008-04-08 11:56:07 +02:00
Rok Mandeljc
4b96894fdd
oledlg: Added Slovenian translation.
2008-04-08 11:56:00 +02:00
Rok Mandeljc
d268561f9b
browseui: Added Slovenian translation.
2008-04-08 11:55:50 +02:00
Rok Mandeljc
59efdb3e80
wininet: Updated Slovenian translation.
2008-04-07 21:40:53 +02:00
Rok Mandeljc
6398e55bf0
localspl: Added Slovenian translation.
2008-04-07 21:40:47 +02:00
Rok Mandeljc
0ed65a1ebc
comdlg32: Updated Slovenian translation.
2008-04-07 21:40:40 +02:00
Rok Mandeljc
38323f8284
winmm: Updated Slovenian translation.
2008-04-07 21:40:29 +02:00
Rok Mandeljc
814e781026
user32: Updated Slovenian translation.
2008-04-07 21:40:25 +02:00
Rok Mandeljc
85cc101e90
msrle32: Updated Slovenian translation.
2008-04-07 21:40:19 +02:00
Rok Mandeljc
33eedaf60b
comctl32: Updated Slovenian translation.
2008-04-07 21:40:06 +02:00
Rok Mandeljc
04a740efc4
msi: Added Slovenian translation.
2008-04-07 21:39:59 +02:00
Rok Mandeljc
5372b7439a
winspool.drv: Added Slovenian translation.
2008-04-07 21:39:51 +02:00
Rok Mandeljc
b541a87f0e
sane.ds: Added Slovenian translation.
2008-04-07 21:39:45 +02:00
Rok Mandeljc
c8a8893916
mshtml: Added Slovenian translation.
2008-04-07 21:39:38 +02:00
Rok Mandeljc
50539a247f
mscacm32: Added Slovenian translation.
2008-04-07 21:39:30 +02:00
Rok Mandeljc
624c0b002d
iccvid: Added Slovenian translation.
2008-04-07 21:39:24 +02:00
Rok Mandeljc
d6f32d322d
gphoto2.ds: Added Slovenian translation.
2008-04-07 21:39:18 +02:00
Rok Mandeljc
6b144b3876
avifil32: Updated Slovenian translation.
2008-04-07 21:38:52 +02:00
Rico Schüller
54d23c9669
d3d9: Add stream_test with instancing.
2008-04-07 21:20:59 +02:00
Rico Schüller
a44da70d63
wined3d: Improve drawStridedInstanced().
2008-04-07 21:20:07 +02:00
Rico Schüller
73d98ccd4e
wined3d: Filter out invalid stuff in SetStreamSourceFreq().
2008-04-07 21:19:57 +02:00
Alexander Dorofeyev
65f9abc88d
wined3d: Move PreLoad to avoid calling it with gl lock held.
2008-04-07 21:18:47 +02:00
Alexander Dorofeyev
7f2257ca55
wined3d: Add device->isInDraw checks in LoadLocation.
...
Prevents calling ActivateContext while holding gl lock, e.g. when preloading
texture in sampler().
2008-04-07 21:18:36 +02:00
Alexander Dorofeyev
71ca80355d
wined3d: move ENTER_GL in IWineD3DDeviceImpl_Init3D.
2008-04-07 21:18:28 +02:00
Alexander Dorofeyev
b949190dcd
wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DOcclusionQueryImpl_Issue.
2008-04-07 21:18:18 +02:00
Alexander Dorofeyev
93fefdf94d
wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DEventQueryImpl_Issue.
2008-04-07 21:18:12 +02:00
Alexander Dorofeyev
84553fd864
wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DEventQueryImpl_GetData.
2008-04-07 21:18:06 +02:00
Alexander Dorofeyev
2711b84601
wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DOcclusionQueryImpl_GetData.
2008-04-07 21:18:00 +02:00
Alexander Dorofeyev
f24289e49a
wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DQueryImpl_Release.
2008-04-07 21:17:55 +02:00
Alexander Dorofeyev
5ccf91b705
wined3d: LEAVE_GL when exiting with error in tesselate_rectpatch.
2008-04-07 21:17:49 +02:00
Alexander Dorofeyev
2157c7d76c
wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DDeviceImpl_ResourceReleased.
2008-04-07 21:17:37 +02:00
Alexander Dorofeyev
a2017f4f21
wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DDeviceImpl_ColorFill.
2008-04-07 21:17:31 +02:00
Alexander Dorofeyev
7c261553d0
wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DDeviceImpl_Uninit3D.
2008-04-07 21:17:26 +02:00
Alexander Dorofeyev
29b38bc886
wined3d: Implement CONVERT_RGB32_888 conversion.
2008-04-07 21:17:15 +02:00
Alexander Dorofeyev
2f9e8a901c
wined3d: Don't copy the extra line.
...
biSizeImage has an extra line added to it, and passing it to memcpy can cause a
crash.
2008-04-07 21:17:06 +02:00
Aric Stewart
e7c00ca727
imm32: Properly handle unicode and non unicode IMEs with SetCompositionString.
2008-04-07 20:53:23 +02:00
Aric Stewart
b72dcd114d
imm: Default context and hwnd are per thread so store that data in a thread local storage.
2008-04-07 20:53:05 +02:00
Aric Stewart
7fd05b01ae
imm32: Make use of of the loaded IME for all processing.
2008-04-07 20:49:02 +02:00
Aric Stewart
26b8aa43a0
winex11: Have all xim interaction pass through the new x11drv IME interface.
2008-04-07 20:48:00 +02:00
Aric Stewart
f4fd36e543
imm32: Implement ImmGetImeMenuItems using loaded IME.
2008-04-07 20:47:29 +02:00
Aric Stewart
2a8a18fc5b
imm32: Load a default IME if a specific one is not specified. This defaults to x11.
2008-04-07 20:47:08 +02:00
Aric Stewart
467ab8a065
imm32: Implement ImmConfigureIME using the loaded IME.
2008-04-07 20:45:35 +02:00
Aric Stewart
6dca48feaf
winex11: Add IME functionality to winex11drv.
...
All XIM interaction will soon pass through this functionality instead
of directly to imm32.
2008-04-07 20:44:43 +02:00
Dmitry Timoshkov
1bf824e0b0
winex11.drv: Do not set window type to utility to avoid a Metacity bug.
2008-04-07 20:35:27 +02:00
Dmitry Timoshkov
0fdd381f26
gdi32: Move negative lfWidth test into a separate body, skip the test if there is no 'x' in the font.
2008-04-07 20:34:49 +02:00
Dmitry Timoshkov
c5d07b7c22
gdi32: Fix lfWidth before caching the font to avoid duplicate entries in the cache.
2008-04-07 20:34:37 +02:00
Alexandre Julliard
cf4c2e0b54
user32: Fix list_window_parents when run in the desktop process.
2008-04-07 20:34:24 +02:00
Alexandre Julliard
334e88bc02
winex11: Don't set NET_WM_STATE on the desktop window.
2008-04-07 17:34:47 +02:00
Andrew Talbot
2ae8e87616
advapi32: Do not call MIDL_user_free() with pointer to stack memory.
2008-04-07 13:39:32 +02:00
Francois Gouget
8a18e0e43a
Assorted spelling fixes.
2008-04-07 13:36:18 +02:00
Francois Gouget
e1ee7a3b8b
fusion/tests: Fix compilation on systems that don't support nameless unions.
2008-04-07 13:36:18 +02:00
Francois Gouget
0d0c4a355b
ddraw/tests: Fix compilation on systems that don't support nameless unions.
2008-04-07 13:36:18 +02:00
Jacek Caban
7d95c210c8
jscript: Added IObjectSafety implementation.
2008-04-07 13:36:17 +02:00
Jacek Caban
d02c37aa4e
mshtml: Remove unneeded includes.
2008-04-07 13:36:17 +02:00
Jacek Caban
b024cd6de2
mshtml: Don't crash if nsWebBrowser could not be created.
2008-04-07 13:36:17 +02:00
Jacek Caban
9c352a11cc
mshtml: Added IHTMLWindow2::get_navigator implementation.
2008-04-07 13:36:17 +02:00
Austin English
f4c4488df8
Spelling fixes.
2008-04-07 13:36:17 +02:00
Vitaliy Margolen
bc325ac268
winex11: Properly report state of the caps-lock and num-lock and scroll-lock keys.
2008-04-07 13:01:13 +02:00
Vitaliy Margolen
b4d99eebbb
winex11: Get the ScrollLock mask.
2008-04-07 12:58:34 +02:00
Dmitry Timoshkov
751a71a044
winex11: Change the priority of evaluated window styles to workaround a Metacity bug with handling of utility windows.
2008-04-07 12:15:26 +02:00
Dmitry Timoshkov
1f35b6e62e
gdi32: Fully initialize face->ntmFlags on font load.
2008-04-07 12:14:14 +02:00
Alexander Nicolaysen Sørnes
bc9f05f50b
shell32: Update Norwegian Bokmål resource.
2008-04-07 12:13:54 +02:00
Alexander Nicolaysen Sørnes
7d712909bb
oledlg: Fix control class in Norwegian Bokmål resource.
2008-04-07 12:13:51 +02:00
Alexander Nicolaysen Sørnes
0f39218860
comdlg32: Update Norwegian Bokmål resource.
2008-04-07 12:13:48 +02:00
Roderick Colenbrander
f04d870a8d
wined3d: Remove a PBO when a converted surface is detected.
...
This can happen e.g. when suddenly color keying is activated and at
some stages we don't know if we will need conversion at PBO creation
time.
2008-04-07 12:05:54 +02:00
Roderick Colenbrander
0efefef34b
wined3d: Use the render target its palette when performing a texture copy as the texture doesn't hold one.
2008-04-07 12:05:39 +02:00
Rico Schüller
29713df8d9
d3d9: fix two copy and paste mistakes.
2008-04-07 12:05:13 +02:00
Rico Schüller
82521353f5
d3d9: Make the shader test more precision tolerant.
2008-04-07 12:05:06 +02:00
Stefan Dösinger
c65020646c
d3d9: Run the visual test with hardware vertex processing.
2008-04-07 11:49:39 +02:00
Stefan Dösinger
5b7ad3ad61
d3d9: Fix a few ok conditions in the visual tests.
2008-04-07 11:49:27 +02:00
Stefan Dösinger
b245c37ce6
d3d9: Accept nvidia hardware vp garbage.
...
Apparently nvidia cards do not like 3.0 vshader + fixed function fragment
processing, so accept their result. This has no implementation implications
for Wine because we need the code to support the 3.0+ffp combination to
handle 3.0+1.x and 3.0+2.0 shader combinations too
2008-04-07 11:49:20 +02:00
Stefan Dösinger
3ec49a32f2
d3d9: Read from a slightly different spot in a test.
2008-04-07 11:48:46 +02:00
Stefan Dösinger
b094c95d85
d3d9: Remove some test trace lines.
2008-04-07 11:48:33 +02:00
Stefan Dösinger
cd7d2dc136
d3d9: Enforce ColorFill restrictions.
2008-04-07 11:48:26 +02:00
Alexandre Julliard
fd97acbadf
winex11: Set the _NET_WM_STATE atom directly for unmapped windows.
2008-04-07 11:43:46 +02:00
Alexandre Julliard
2108734f97
winex11: Get rid of the SetWindowPos hack to unmap systray windows.
2008-04-07 11:42:31 +02:00
Alexandre Julliard
3bfa90eeda
winex11: Fix handling of property sizes for 64-bit platforms.
2008-04-07 11:41:54 +02:00
Apostolos Alexiadis
6d80f099f7
comdlg32: Greek resources update.
2008-04-07 11:37:52 +02:00
Apostolos Alexiadis
d7247a8a05
comctl32: Greek resources update.
2008-04-07 11:37:42 +02:00
Apostolos Alexiadis
825e5ffb3f
oleaut32: Added Greek translation.
2008-04-07 11:37:33 +02:00
Maarten Lankhorst
01c6e64da6
quartz: Handle flushing and end of stream notifications for input pins.
2008-04-07 11:35:36 +02:00
Maarten Lankhorst
ee792916e0
quartz: Reset EcCompleteCount before starting filters.
...
This sends EC_COMPLETE notifications to the application after a graph has
finished running for the second time.
2008-04-07 11:35:29 +02:00
Maarten Lankhorst
3d3dcc4e07
quartz: Fix past mistake to release lock during seeking and changing state.
2008-04-07 11:35:21 +02:00
Maarten Lankhorst
45bd38ece3
quartz: Fix some memory leaks in the file source.
2008-04-07 11:35:11 +02:00
Maarten Lankhorst
d56c50c85b
quartz: Make FileAsyncReader_WaitForNext return an empty sample in flushing state.
2008-04-07 11:35:06 +02:00
Maarten Lankhorst
fab66ee7a0
quartz: Get rid of code duplication and add a flush method.
2008-04-07 11:34:59 +02:00
Maarten Lankhorst
7f7c1d0752
quartz: Add more state transitions to the filtergraph.
2008-04-07 11:34:39 +02:00
Maarten Lankhorst
98933362f3
dsound: Hold lock in GetStatus.
2008-04-07 11:34:28 +02:00
Vitaliy Margolen
3f9209eb2a
msacm32: Add Russian translation.
2008-04-07 11:34:19 +02:00
Vitaliy Margolen
76a0306856
sane.ds: Add Russian translation.
2008-04-07 11:34:17 +02:00
Vitaliy Margolen
e00a93fd5d
msvidc32: Add Russian translation.
2008-04-07 11:34:14 +02:00
Vitaliy Margolen
24ce6dc61d
msvfw32: Add Russian translation.
2008-04-07 11:34:12 +02:00
Vitaliy Margolen
7d3a5af43e
mpr: Add Russian translation.
2008-04-07 11:34:09 +02:00
Vitaliy Margolen
a4d9ad0fe2
localui: Add Russian translation.
2008-04-07 11:34:06 +02:00
Vitaliy Margolen
2e4e2ac3c3
iccvid: Add Russian translation.
2008-04-07 11:34:04 +02:00
Eric Pouech
ce7656d218
dbghelp: Prevent debug overflow of internal buffer while tracing.
2008-04-07 11:27:52 +02:00
Eric Pouech
f46d717818
dbghelp: Be stricter when looping in symbol tables.
2008-04-07 11:27:46 +02:00
James Hawkins
4d9c17da02
msi: Don't execute the view again when modifying a WHERE query.
2008-04-07 11:27:39 +02:00
James Hawkins
bcba82dc0c
msi: Open the install properties key based on the install context.
2008-04-07 11:27:30 +02:00
James Hawkins
e21a26e47b
msi: Test and reimplement MsiQueryProductState.
2008-04-07 11:27:24 +02:00
James Hawkins
85866317c5
msi: Don't reorder the table when matching rows as the results are already ordered.
2008-04-07 11:27:15 +02:00
James Hawkins
82517d6d67
msi: Set the install context based on the ALLUSERS property.
2008-04-07 11:27:10 +02:00
James Hawkins
30c1b88828
msi: Reset the feature states if iInstallLevel is 0 or below.
2008-04-07 11:26:54 +02:00
Dan Hipschman
742120ba94
qedit/tests: Add a partial test for IMediaDet_get_StreamMediaType.
2008-04-07 11:26:48 +02:00
Dan Hipschman
b37ee80166
qedit/tests: Add a test for IMediaDet_(put|get)_CurrentStream.
2008-04-07 11:26:42 +02:00
Dan Hipschman
07f9c44b36
qedit/tests: Add a test for IMediaDet_get_Filename.
2008-04-07 11:26:37 +02:00
Dan Hipschman
b0b47ac5f5
qedit/tests: Add a test for IMediaDet_get_OutputStreams.
2008-04-07 11:26:31 +02:00
Dan Hipschman
999bc5bcb2
qedit/tests: Add test framework and test for IMediaDet_put_Filename.
2008-04-07 11:26:24 +02:00
Dan Hipschman
8b432b3655
qedit/tests: Don't forget CoUninitialize.
2008-04-07 11:24:21 +02:00
Andrew Talbot
e68cc16a11
wintrust: Avoid assigning to struct members from other structs.
2008-04-07 11:24:09 +02:00
Paul Vriens
66c022c28c
rsaenh/tests: Fix a test on W2K and above.
2008-04-07 11:24:01 +02:00
Alexandre Julliard
d0e1dd84b2
user32: Fix a few ShowWindow todo tests.
2008-04-04 18:22:40 +02:00
Alexandre Julliard
f6662c7bbe
winex11: Ignore ConfigureNotify events when a window is iconified.
2008-04-04 18:22:23 +02:00
Alexandre Julliard
6e643f3b57
winex11: Avoid updating the wm states inside a ConfigureNotify event.
2008-04-04 13:41:27 +02:00
Alexandre Julliard
631f469cb5
wininet: Avoid size_t type in trace.
2008-04-04 13:12:21 +02:00
Hwang YunSong(황윤성)
faa54aeac8
crypt32: Updated Korean resource.
2008-04-04 12:02:50 +02:00
Hwang YunSong(황윤성)
521a217826
msrle32: Updated Korean resource.
2008-04-04 12:02:38 +02:00
Hwang YunSong(황윤성)
405b31aa96
msi: Updated Korean resource.
2008-04-04 12:02:27 +02:00