Vitaliy Margolen
67daa7f760
wineserver: Add support for long command line options.
2008-05-22 12:41:24 +02:00
Alexandre Julliard
284335229a
kernel32: Don't require write access on profile file when only reading.
2008-05-22 12:15:37 +02:00
Maarten Lankhorst
5026c25e05
quartz: Initialize some uninitialized variables in the video renderer.
2008-05-22 11:46:25 +02:00
Maarten Lankhorst
c4e32aad01
quartz: Do timekeeping in the avi decoder.
...
Fixes the timestamps generated.
2008-05-22 11:46:19 +02:00
Maarten Lankhorst
6d7518685e
quartz: Don't free memory twice in null renderer.
...
_Release already frees it.
2008-05-22 11:46:05 +02:00
Maarten Lankhorst
a9a852faa9
ntdll: Give earlier notify to valgrind that HeapFree is trying to free some memory.
2008-05-22 11:45:40 +02:00
Lei Zhang
bd58463eda
wininet: Send https scheme to proxy server when appropriate.
2008-05-22 11:44:29 +02:00
Lei Zhang
09e8a33289
mshtml: Added ProxyEnable / ProxyServer handling.
2008-05-22 11:44:16 +02:00
Francois Gouget
089221fcce
wininet/tests: Get the tests running again on Win98.
2008-05-22 11:43:18 +02:00
Francois Gouget
824842cac7
wininet/tests: Remove a stray reference to InternetSetStatusCallback().
2008-05-22 11:43:15 +02:00
Francois Gouget
705de5d391
advapi32/tests: Remove a stray reference to CryptReleaseContext(). This gets the test to run again on Win95.
2008-05-22 11:43:09 +02:00
Francois Gouget
315bf2fa45
ole32/tests: Add a trailing '\n' to ok() calls.
2008-05-22 11:42:54 +02:00
James Hawkins
458c729251
user32: Fix a test that fails in almost all reports.
2008-05-22 11:42:47 +02:00
James Hawkins
6848da72d9
secur32: Fix a few tests that fail in win2k3.
2008-05-22 11:31:06 +02:00
James Hawkins
77d259f46c
msi: Search the last used source if the cabinet to extract cannot be found.
2008-05-22 11:30:54 +02:00
Alexander Nicolaysen Sørnes
c1940e397e
regedit: Set selected key name as default favourite name.
2008-05-22 11:30:34 +02:00
Alexander Nicolaysen Sørnes
bb0eefb939
regedit: Allow modifying values of root keys.
2008-05-22 11:29:14 +02:00
Andrew Talbot
fed3a4aebe
dplayx: Remove unneeded "extern" from function definitions.
2008-05-22 11:29:09 +02:00
Andrew Talbot
c58e59f40f
wined3d: Remove unneeded "extern" from function definition.
2008-05-22 11:29:05 +02:00
Andrew Talbot
0c1407008d
ws2_32: Remove unused function.
2008-05-22 11:28:59 +02:00
Alexandre Julliard
9f76085c06
kernel32: File mapping names are case sensitive.
2008-05-21 20:45:11 +02:00
Alexandre Julliard
b62f3dee2d
kernel32: Waitable timer names are case sensitive.
2008-05-21 20:44:36 +02:00
Alexandre Julliard
116297d0c1
kernel32: Semaphore names are case sensitive.
2008-05-21 20:43:43 +02:00
Alexandre Julliard
c96752c044
kernel32: Event names are case sensitive.
2008-05-21 20:42:54 +02:00
Alexandre Julliard
e9793cc183
kernel32: Mutex names are case sensitive.
2008-05-21 20:41:45 +02:00
Nikolay Sivov
36a7f31752
gdiplus: GdipBitmapLockBits should allow a NULL rect argument.
2008-05-21 20:17:53 +02:00
Nikolay Sivov
87bb1cbcdc
user32: Correct termination of returning string in Text_Ellipsify.
2008-05-21 20:16:26 +02:00
Jeremy White
6868691af9
ntdll/tests: Only test the readcount for a read below 0x10000 if the return code indicates a partial copy result.
2008-05-21 20:15:42 +02:00
Jeremy White
d392e0e097
winebrowser: Route default url handlers to /usr/bin/open on Mac OS X.
2008-05-21 20:15:30 +02:00
Paul Vriens
ed552b474c
setupapi/tests: Fix typos.
2008-05-21 20:15:13 +02:00
Paul Vriens
fb18592c93
setupapi/tests: Fix typo.
2008-05-21 20:15:02 +02:00
Paul Vriens
bece26be54
setupapi/tests: Skip some tests if we are on win9x.
2008-05-21 17:16:20 +02:00
Paul Vriens
59b6506439
setupapi/tests: Remove a duplicate function call.
2008-05-21 17:16:11 +02:00
Dmitry Timoshkov
8021a9d903
gdi32: Slightly relax EMF record comparisons allowing rounding errors.
2008-05-21 17:16:04 +02:00
Alexandre Julliard
63ea670370
configure: Upgrade notices to warnings for some important libraries.
2008-05-21 15:02:40 +02:00
Alexandre Julliard
a20c0e124b
configure: Make the lack of FreeType an error, and add a --without option for it.
2008-05-21 14:55:53 +02:00
Alexandre Julliard
76adea11a0
configure: Added an ERROR_WITH macro for packages that we can't do without.
2008-05-21 14:48:33 +02:00
Tomasz Jezierski
1f051b8a7d
comctl32: Conformance test for multiple selection in listbox.
2008-05-21 14:26:44 +02:00
Alexandre Julliard
5315da8445
comctl32: Fix extending a multiple listview selection.
2008-05-21 14:26:35 +02:00
Ken Thomases
c2bc0e21a2
winex11: Bias MapVirtualKeyEx(MAPVK_VSC_TO_VK) against numpad vkeys.
...
The scan codes for the numeric keypad keys and those for the arrow keys and
keys like Home, End, etc. often match (ignoring the extended key bit).
However, if you map from one of those scan codes to a vkey, Windows reliably
prefers the non-numpad vkey.
2008-05-21 14:26:13 +02:00
Alexandre Julliard
1dcaddee99
kernel32: Add some test cases for profile file sharing modes.
...
Based on a patch by Louis Lenders.
2008-05-21 14:23:44 +02:00
Alexandre Julliard
8b97263dae
kernel32: Fix the profile file sharing modes.
...
Based on a patch by Louis Lenders.
2008-05-21 14:23:29 +02:00
Alexandre Julliard
79b64fdc83
user32: Add an ASCII window procedure for scrollbars.
2008-05-21 11:44:05 +02:00
Dmitry Timoshkov
248cc53d86
kernel32: Update locale info for Esperanto.
2008-05-21 11:43:11 +02:00
Alexandre Julliard
0528a2b660
user32: Support creating cursors and icons from DIB section bitmaps.
2008-05-21 11:39:38 +02:00
Hwang YunSong(황윤성)
1db3aa0be5
regedit: Updated Korean resource.
2008-05-21 11:38:24 +02:00
Dan Kegel
83da377494
d3d9/tests: Another wee bit of slop.
2008-05-21 11:38:14 +02:00
James Hawkins
5a701ab6b4
setupapi: Fix a few test failures in win2k3.
2008-05-21 11:37:06 +02:00
James Hawkins
c659ad36e8
user32: Fix the BSM_ALL_RECIPS test flag.
2008-05-21 11:37:02 +02:00
Andrew Talbot
0ed3456779
rsaenh: Remove unused file-static variable.
2008-05-21 11:36:57 +02:00