Christian Costa
19f9da8044
Fix rendering of paletted video stream.
2005-08-17 09:51:57 +00:00
Alexandre Julliard
3f31a10d01
Avoid a crash in find_hardware_message_window when there's no
...
foreground input.
2005-08-16 19:58:12 +00:00
Frank Richter
8f9fa7abc7
Add theming for combo boxes.
2005-08-16 19:30:06 +00:00
Juan Lang
a228baf8d1
Add more missing definitions, and correct a prototype.
2005-08-16 19:29:55 +00:00
Francois Gouget
7f65f6a4e2
Dynamically load StrRetToBufW(). This lets shell32_test.exe run on
...
systems that have version 4.72 of shlwapi.dll.
2005-08-16 19:29:40 +00:00
Francois Gouget
1fddb3ff20
Verify the parameters received by the child process using code lifted
...
from kernel32/tests/process.c.
Test passing parameters to .lnk files that point to an executable.
2005-08-16 19:29:27 +00:00
Alexandre Julliard
4886c176f4
There is a registry key for the service pack version (spotted by
...
Vitaliy Margolen).
2005-08-16 16:13:42 +00:00
Mike McCormack
e5efc5a657
gcc 4.0 warning fixes.
2005-08-16 16:02:45 +00:00
Francois Gouget
6fb12fc291
Declare PNTSTATUS in lmaccess.h and ntsecapi.h to match the PSDK.
...
Protect against multiple definitions.
Use PNTSTATUS where appropriate.
2005-08-16 16:01:49 +00:00
Francois Gouget
71af595499
Use LPSTORAGE to better match the PSDK.
...
Document the real SEGPTR type using the standard documentation
mechanisms. Fixes winapi_check warnings.
2005-08-16 16:01:15 +00:00
Dmitry Timoshkov
e3181e3fcc
Report swap file total/free sizes to be the same as physical memory.
...
Make sure that we cache all calculated values.
2005-08-16 16:00:36 +00:00
Michael Jung
2fac564cc5
Remove "initguid.h" include from shellpath test.
2005-08-16 16:00:07 +00:00
Jacek Caban
14a7759cf4
Fix protocol test on 9x.
2005-08-16 15:59:50 +00:00
Ivan Leo Puoti
9f3af964c7
Improve NtCreateNamedPipe trace.
2005-08-16 15:57:59 +00:00
Aric Stewart
35706b6b4c
Fixed a memory overflow and leak identified by Mike McCormack.
2005-08-16 15:57:21 +00:00
Frank Richter
f3491aa935
Change CB_GETCOMBOBOX to return STATE_SYSTEM_PRESSED in
...
COMBOBOXINFO.stateButton when really the button is pressed, not when
the combo is dropped down.
2005-08-16 15:57:02 +00:00
Saulius Krasuckas
43e93117e3
Move repetitive code to two helper functions.
2005-08-16 15:56:42 +00:00
Alexandre Julliard
4749dd3eaa
Fetch the version information from the standard Windows keys if not
...
specified otherwise.
2005-08-16 11:16:10 +00:00
Juan Lang
554b865314
Shrink the hex edit window a bit.
2005-08-16 11:13:58 +00:00
Juan Lang
512e50ea1e
Remove a test that fails under WinME. Reported and helpfully debugged
...
by Saulius Krasuckas.
2005-08-16 11:13:50 +00:00
Juan Lang
2fa840b043
Fix uninitialized pointer in builtin providers. Reported by Kai
...
Blin.
2005-08-16 11:13:30 +00:00
Ivan Leo Puoti
dfb887dc9f
NtCreateNamedPipeFile is no longer a stub, so fix TRACE() call.
2005-08-16 11:13:21 +00:00
Jacek Caban
04e301188e
Deactivate UI in InPlaceDeactivate.
2005-08-16 11:13:01 +00:00
Alexandre Julliard
d59ba4ccf1
Added a WINE_NO_UNICODE_MACROS define to allow Winelib apps to switch
...
off the Unicode macros too.
2005-08-15 20:53:40 +00:00
Kai Blin
ece9de5aaa
Added Negotiate security provider dummy. Removed todos from the test.
2005-08-15 20:52:18 +00:00
Hans Leidekker
dde4f14fd5
Fix the build without openldap headers.
2005-08-15 20:50:58 +00:00
Jacek Caban
260df18a31
- Code cleanup.
...
- Dissable tests after UIActivate failes (fixes tests win 9x).
2005-08-15 20:50:41 +00:00
Michael Jung
724415602d
Added CLSID_FolderShortcut definition.
2005-08-15 20:50:19 +00:00
Aric Stewart
94d6818c51
Add some body to ResolveSource because it is possible to need it when
...
an install is begun but the media is not in the drive, such as in
install-on-demand cases.
2005-08-15 20:50:06 +00:00
Alexandre Julliard
7721b267f5
Fixed some confusion over whether HEAP_MIN_BLOCK_SIZE includes the
...
arena headers of not.
Free list sizes are constant so there's no need to store them in the
heap structure.
2005-08-15 20:49:47 +00:00
Alexandre Julliard
19c1af5b01
Set the default system dir to windows/system32.
2005-08-15 14:53:35 +00:00
Alexandre Julliard
f356dd541a
Switch the default version to win2k.
2005-08-15 14:52:37 +00:00
Huw Davies
399e6911b3
A previous signed-ness fix broke display of non-ansi chars, fix this.
2005-08-15 14:50:36 +00:00
Ge van Geldorp
75139a3e01
Fix resource leak on error paths.
2005-08-15 14:50:18 +00:00
Alexandre Julliard
4ebd2fc0ff
Better handling of conflicting section information between
...
SizeOfRawData and VirtualSize.
2005-08-15 14:50:06 +00:00
Hans Leidekker
050b9ebf22
Implement ldap_result.
2005-08-15 14:46:42 +00:00
Frank Richter
a6f081e0db
Fix AlphaBlend() to extract the right part of the source DIB.
2005-08-15 14:46:31 +00:00
Mike McCormack
61aabd66f5
Warning fixes for gcc 4.0.
2005-08-15 10:49:39 +00:00
Vincent Béron
7160af007c
Uniformize DllMain TRACEing across dlls.
2005-08-15 10:48:51 +00:00
Saulius Krasuckas
7284e6d419
Remove trailing backslash.
2005-08-15 10:47:31 +00:00
Mike McCormack
99aac8a665
gcc 4.0 warning fixes.
2005-08-15 10:47:23 +00:00
Frank Richter
0783465543
Subclass edit control to draw themed border.
2005-08-15 10:24:22 +00:00
Frank Richter
37bc5d81e2
Improved trackbar theming.
2005-08-15 10:24:00 +00:00
Frank Richter
fcb8a2f859
Compare result of RegQueryValueExW() with ERROR_SUCCESS.
2005-08-15 10:23:48 +00:00
Jacek Caban
8fb663541a
- Added support for aggregation to res protocol.
...
- Fix AboutProtocol_Release.
- Use *_THIS macros in protocol objects.
2005-08-15 10:23:35 +00:00
Hans Leidekker
2c883d83c8
Improve parameter handling for the ldap_add* functions.
2005-08-15 10:23:15 +00:00
Saulius Krasuckas
6400c8e3dd
Fix some SHGetSpecialFolderPathA exceptions on WinME:
...
- pass pointer to valid buffer as lpszPath.
- disable check passing NULL as lpszPath.
2005-08-15 10:22:56 +00:00
James Hawkins
756d8e17cf
Handle resizing the help viewer window.
2005-08-15 10:21:56 +00:00
Frank Richter
6451a1495a
Whatever TrueSizeStretchMark is for - it's not what Wine uxtheme used
...
it for. Native uxtheme always stretches "truesize" parts when the
destination is smaller than the part image size, but
TrueSizeStretchMark doesn't seem to have an influence.
2005-08-15 10:21:40 +00:00
Phil Krylov
f1184b466d
Added EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW message handling.
...
Added support for GT_SELECTION flag in EM_GETTEXTEX handler.
2005-08-15 09:47:14 +00:00