Kirill K. Smirnov
5744fb45cf
winhelp: We can reference any page in HLPFILE_BrowsePage(). Perform similar change in HLPFILE_DoReadHlpFile() for the symmetry.
2008-04-28 14:19:06 +02:00
Rob Shearman
0cb73cef0b
widl: Accept integer constant suffixes in the lexer.
2008-04-28 13:28:16 +02:00
Rob Shearman
62a6475593
widl: Support hex digits that use an uppercase 0X prefix.
2008-04-28 13:28:16 +02:00
Rob Shearman
80be9df3a7
widl: Add typedefs to typelibs which have the public or uuid attributes, not any other attribute.
2008-04-28 13:28:16 +02:00
Dmitry Timoshkov
1d70c7ada4
winecfg: Update Russian translation.
2008-04-28 13:28:16 +02:00
Rob Shearman
8e08b1dd7f
rpcrt4: Use safe_copy_from_buffer instead of direct memory copy in NdrBaseTypeUnmarshall.
...
This makes the code check that the buffer is big enough to read from
before copying the data from it. The safe_buffer_increment call is still
needed for the case where we point the memory to the buffer, so move the
call there.
2008-04-28 13:28:16 +02:00
Dmitry Timoshkov
c871d9a81d
gdi32: Save/restore internal EMF playing state on EMR_SAVEDC/EMR_RESTOREDC, add a test for this.
2008-04-28 13:27:52 +02:00
Dmitry Timoshkov
d01438bd53
gdi32: Do not reselect objects while recording a metafile, that's done at the playing time.
2008-04-28 13:27:52 +02:00
Eric Pouech
2cf1925eb4
wordpad: Open the filename passed on command line if any.
2008-04-28 13:27:51 +02:00
Vitaliy Margolen
09c6bf415f
winex11: Fix MapVirtualKeyEx to properly map left-right modifier keys.
2008-04-28 13:27:51 +02:00
Vitaliy Margolen
56989b6ed0
winex11: Use constants instead of magic numbers in GetKeyNameText.
2008-04-28 13:27:51 +02:00
Vitaliy Margolen
964687d7c3
winex11: Fix GetKeyNameText for Right Shift.
2008-04-28 13:27:51 +02:00
Vitaliy Margolen
4a2f7497ab
dinput: Explicitly set extended key flag for Right Shift.
2008-04-28 13:27:51 +02:00
Lionel Debroux
27c2b56c5e
dinput: joystick test: Improve reporting when enumerated axes/buttons/POVs don't match capabilities.
2008-04-28 13:27:51 +02:00
Roderick Colenbrander
34d06a5e96
wined3d: Also use WineD3D_ChoosePixelFormat for pbuffers.
2008-04-28 13:27:51 +02:00
Roderick Colenbrander
a38e5a95ef
wined3d: Let WineD3D_ChoosePixelFormat operate on the pixel format database we store at WineD3D startup.
2008-04-28 13:27:51 +02:00
Roderick Colenbrander
31dc00a073
wined3d: Store more information about pixel formats. This is needed for some WineD3D_ChoosePixelFormat restructuring.
2008-04-28 13:27:51 +02:00
Roderick Colenbrander
ec5400b4f8
wined3d: Split WGL pixel format selection code off from CreateContext.
2008-04-28 13:27:51 +02:00
James Hawkins
31ba40fc92
schannel: Fix a test that fails in win2k3.
2008-04-28 13:27:51 +02:00
James Hawkins
404afbaa3c
ddraw: Remove a test that fails in VMs.
2008-04-28 13:27:51 +02:00
James Hawkins
7b385fb60c
d3d9: Fix a few test failures in win2k3.
2008-04-28 13:27:51 +02:00
James Hawkins
fe8c3f9059
cabinet: Revert "cabinet: Fix for FDICopy with an empty cabinet file.".
...
This reverts commit 33e561f53c
.
Fixed the test that fails on all platforms.
2008-04-28 13:27:51 +02:00
James Hawkins
f2189d17b0
msi: Remove a debugging call.
2008-04-28 12:27:09 +02:00
Kusanagi Kouichi
78cb36d607
winex11: Remove unnecessary #include.
2008-04-28 12:26:12 +02:00
Kusanagi Kouichi
9fa27034a0
winex11: hCompStr should never be NULL because Wine expects it is not NULL.
2008-04-28 12:26:07 +02:00
Nikolay Sivov
5873bac95d
gdiplus: Implemented GdipCreateLineBrushFromRect.
2008-04-28 12:21:51 +02:00
Nikolay Sivov
836b4183b9
gdiplus: Implemented GdipCreatePathGradientI.
2008-04-28 12:21:41 +02:00
Nikolay Sivov
da76020e5d
gdiplus: Implemented GdipAddPathEllipseI.
2008-04-28 12:21:22 +02:00
Nikolay Sivov
c282f248fa
gdiplus: Implemented GdipAddPathBeziersI.
2008-04-28 12:21:12 +02:00
Matthias Derer
a41bf52bb8
winejack: Re-added line which has been accidently deleted.
2008-04-28 12:21:02 +02:00
Alexander Morozov
7f3b1daaf2
ntoskrnl.exe: Change calling conventions for Interlocked* functions.
2008-04-28 12:20:42 +02:00
Dmitry Timoshkov
02df8a3ab7
fonts: Change encoding of tahomabd.sfd to unicode.
2008-04-25 17:20:05 +02:00
Alexandre Julliard
93e775a8b7
shell32: Avoid traces that use size_t.
2008-04-25 17:01:50 +02:00
Alexandre Julliard
405575168f
winex11: Check if IsXExtensionPointer is defined before using it.
2008-04-25 16:46:17 +02:00
Vitaly Perov
33e561f53c
cabinet: Fix for FDICopy with an empty cabinet file.
2008-04-25 15:02:10 +02:00
Vitaly Perov
1077238143
cabinet: Added a test for FDICopy with an empty cabinet file.
2008-04-25 15:01:48 +02:00
Vitaliy Margolen
f51e0e2d26
dinput: Limit number of supported axis and buttons.
2008-04-25 15:00:32 +02:00
Kusanagi Kouichi
9b560b5de8
imm32: Fix typos.
2008-04-25 15:00:11 +02:00
Kusanagi Kouichi
4f2330ac0c
winex11: Destroy the handle to the composition string after it is cancelled.
2008-04-25 15:00:05 +02:00
Lei Zhang
ae1b735547
user32: Edit controls should ignore WM_KEYDOWN on control + enter.
2008-04-25 14:53:47 +02:00
James Hawkins
ed714d09b7
kernel32: Fix a test that fails in win2k3.
2008-04-25 14:53:22 +02:00
James Hawkins
2f97a71e36
ddraw: Fix tests that fail with the reference rasterizer.
2008-04-25 14:53:17 +02:00
Alistair Leslie-Hughes
42db8b439f
msxml3: Corrected transformNode.
2008-04-25 14:47:55 +02:00
Jeff Zaroyko
9c8c33006e
msadp32.acm: Use the same szShortName value as windows.
2008-04-25 14:42:49 +02:00
Alexandre Julliard
f0bd1ee70b
winecfg: Allow to configure the desktop separately for each application.
2008-04-25 14:36:45 +02:00
Alexandre Julliard
ad5876734d
winecfg: Add a couple of Unicode helper functions.
2008-04-25 14:36:25 +02:00
ByeongSik Jeon
86b0d5ecc9
imm32: Fix a typo.
2008-04-25 14:36:08 +02:00
ByeongSik Jeon
fab832df68
imm32: ImmGetVirtualKey return orignal virtual key value.
2008-04-25 14:36:02 +02:00
ByeongSik Jeon
7e341002d2
imm32: Reconstruct the ImmProcessKey, ImmTranslateMessage for the VK_PROCESSKEY.
2008-04-25 14:34:34 +02:00
Alexandre Julliard
1f99d80c06
winex11: Don't force tool windows to unmanaged mode.
...
The detection algorithm should be good enough for that case now.
2008-04-25 14:26:52 +02:00