Nikolay Sivov
|
f994306a02
|
gdiplus: Implemented GdipCloneFont.
|
2008-04-23 14:32:31 +02:00 |
Reece Dunn
|
eb139e44a7
|
shlwapi/tests: Improve the way that the UrlCanonicalize tests report failure.
|
2008-04-23 14:32:16 +02:00 |
James Hawkins
|
4d07047d4e
|
kernel32: Fix a test that fails on win9x.
|
2008-04-23 14:29:50 +02:00 |
James Hawkins
|
3550d3bfbc
|
version: Fix tests that fail in win9x and win2k.
|
2008-04-23 14:29:41 +02:00 |
ByeongSik Jeon
|
a720292bac
|
imm32: More implementation of the ImmGetConversionStatus().
Match the ImmSetConversionStatus() function.
|
2008-04-23 13:28:16 +02:00 |
ByeongSik Jeon
|
4c5a21c60e
|
imm32: Pass the old conversion status value to the IME.
|
2008-04-23 13:28:06 +02:00 |
ByeongSik Jeon
|
9a89e4d68c
|
imm32: Examine whether the fOpen value differs with its old value.
|
2008-04-23 13:27:53 +02:00 |
ByeongSik Jeon
|
4b77bb4ae2
|
user32: Pass the WM_IME_NOTIFY message to the default IME window.
|
2008-04-23 13:27:13 +02:00 |
ByeongSik Jeon
|
a6ff00c4da
|
imm32: Add stub and header of Imm{Create|Show|Destroy}SoftKeyboard.
|
2008-04-23 13:26:48 +02:00 |
ByeongSik Jeon
|
f9316b1877
|
imm32: Add stub and header of ImmRequestMessage.
|
2008-04-23 13:26:45 +02:00 |
Tomasz Jezierski
|
3229c3de92
|
shell32: Secure filename copy to fixed size variable wfileName.
|
2008-04-23 13:26:05 +02:00 |
Maarten Lankhorst
|
bf739cbcc3
|
dsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx < 8.
|
2008-04-23 13:05:24 +02:00 |
Maarten Lankhorst
|
e0fe0ef01b
|
quartz: Make the file source support multiple samples by preallocating enough handles.
|
2008-04-23 13:04:36 +02:00 |
Maarten Lankhorst
|
3a39805ed8
|
quartz: Make wave parser and mpeg splitter zero copy by getting rid of the seperate allocator for the output pin.
|
2008-04-23 13:03:50 +02:00 |
Maarten Lankhorst
|
ec124be823
|
quartz: Add some sanity checks to file splitter.
|
2008-04-23 13:02:53 +02:00 |
Maarten Lankhorst
|
4abbf915d3
|
quartz: Copy discontinuity status in acmwrapper.
|
2008-04-23 13:02:48 +02:00 |
Maarten Lankhorst
|
2f736c4a5a
|
quartz: Fix inverted logic in memallocator.
|
2008-04-23 13:02:42 +02:00 |
Maarten Lankhorst
|
1e9dbcc512
|
quartz: Fix error message names in tests.
|
2008-04-23 13:02:36 +02:00 |
Maarten Lankhorst
|
a022467690
|
quartz: Optimize the processing thread to fetch one sample while processing another.
|
2008-04-23 13:02:28 +02:00 |
Dmitry Timoshkov
|
3cbd9639da
|
gdi32: Reselect objects into the DC only if scaling factors change.
|
2008-04-23 12:31:14 +02:00 |
Austin English
|
c531e2abdb
|
Spelling fixes.
|
2008-04-23 12:31:07 +02:00 |
Eric Pouech
|
dd39c1f90d
|
winhelp: Be sure to raise a newly (re)created window in all cases.
|
2008-04-23 12:29:45 +02:00 |
Eric Pouech
|
0c18020ca9
|
winhelp: Fix the link kind (and color) of the 0xEA-0xEF family.
|
2008-04-23 12:29:31 +02:00 |
Eric Pouech
|
b2061c26b8
|
winhelp: Popup's background color should be inherited from parent.
|
2008-04-23 12:29:21 +02:00 |
Eric Pouech
|
6cd9b1a313
|
winhelp: Store reference to the popup (if any) as a WINHELP_WINDOW pointer.
|
2008-04-23 12:29:12 +02:00 |
Eric Pouech
|
3f1b62f2f7
|
winhelp: Simplify most of the helpers dealing with window creation.
|
2008-04-23 12:28:32 +02:00 |
Eric Pouech
|
857d0e063c
|
winhelp: Also store the relative offsets of a page in the history and back information sets.
|
2008-04-23 12:28:22 +02:00 |
Eric Pouech
|
a4480365d7
|
winhelp: Added ability to locate information within a page (and to store it inside WNDPAGE).
|
2008-04-23 12:28:11 +02:00 |
Eric Pouech
|
61cc510623
|
winhelp: Now use the icon out of hlpfile if any.
|
2008-04-23 12:28:00 +02:00 |
Eric Pouech
|
c631bb0b56
|
winhelp: Simplified message box handling.
|
2008-04-23 12:27:51 +02:00 |
Eric Pouech
|
3ae5ad8ede
|
winhelp: Enable/Disable prev/next buttons if there's a prev/next page.
|
2008-04-23 12:27:24 +02:00 |
Eric Pouech
|
7ae1bb28fe
|
winhelp: Fixed JumpId and JumpKeyword with correct signature and implementation.
|
2008-04-23 12:27:13 +02:00 |
Eric Pouech
|
951926e6e5
|
winhelp: Replaced an erroneous FIXME by a TRACE in MACRO_DisableButton().
|
2008-04-23 12:27:05 +02:00 |
Eric Pouech
|
4a89d29104
|
winhelp: Don't add a page to the history when using the back button.
|
2008-04-23 12:26:20 +02:00 |
Eric Pouech
|
07cf778b2b
|
winhelp: Properly display the page title.
|
2008-04-23 12:26:11 +02:00 |
Eric Pouech
|
e862e7d84c
|
winhelp: Fix the loading of a row in a table (especially, for multiple paragraphs in a single cell).
|
2008-04-23 12:26:01 +02:00 |
Eric Pouech
|
e0032f0ceb
|
winhelp: Fix window caption index in |SYSTEM.
|
2008-04-23 12:25:50 +02:00 |
Eric Pouech
|
ccd75350dd
|
winhelp: Properly handle the back button (in multiple windows, in empty stack...).
|
2008-04-23 12:25:17 +02:00 |
Eric Pouech
|
d95bcb73a9
|
winhelp: Present correctly the history when dealing with multiple files.
|
2008-04-23 12:25:02 +02:00 |
Eric Pouech
|
db5902baee
|
winhelp: Store the history in correct order.
|
2008-04-23 12:24:52 +02:00 |
Eric Pouech
|
6d40dbe3da
|
winhelp: Added the notion of WINHELP_WNDPAGE and use it to move the history to the global variables.
|
2008-04-23 12:24:31 +02:00 |
Eric Pouech
|
7a608ea627
|
winhelp: Get rid of the reuse concept for Windows and refactor the code a bit for window creation / deletion.
|
2008-04-23 12:24:07 +02:00 |
Dan Kegel
|
faaccca59b
|
winecfg: Restrict dpi slider to sane values.
|
2008-04-23 12:23:45 +02:00 |
Dan Hipschman
|
a1ebffb452
|
wininet: Remove custom content-length/type headers from redirects.
|
2008-04-23 12:23:39 +02:00 |
Andrew Talbot
|
34480aef09
|
netapi32: Remove unused variable.
|
2008-04-23 12:23:33 +02:00 |
Andrew Talbot
|
664349eacc
|
ntdll: Remove unused variables.
|
2008-04-23 12:23:29 +02:00 |
Andrew Talbot
|
ba742868e5
|
oleaut32: Remove unused variables.
|
2008-04-23 12:23:27 +02:00 |
Andrew Talbot
|
bacd4516d6
|
msvcrt: Remove unused variable.
|
2008-04-23 12:23:23 +02:00 |
Andrew Talbot
|
7b0c084e50
|
msvfw32: Remove unused variable.
|
2008-04-23 12:23:20 +02:00 |
Paul Vriens
|
55902e0ce0
|
gdi32/tests: Run tests on win9x again.
|
2008-04-23 12:23:15 +02:00 |