Alexandre Julliard
42418fbbe8
wrc: Change the prefix on bison-generated names to avoid the name-prefix directive.
2006-09-12 09:05:20 +02:00
Alexandre Julliard
4f0fa2608a
wmc: Change the prefix on bison-generated names to avoid the name-prefix directive.
2006-09-12 09:05:15 +02:00
Alexandre Julliard
86bb809e5b
widl: Change the prefix on bison-generated names to avoid the name-prefix directive.
2006-09-12 09:05:07 +02:00
Alexandre Julliard
2d778c5eea
wpp: Change the prefix on bison-generated names to avoid the name-prefix directive.
2006-09-12 09:04:55 +02:00
Alexandre Julliard
1be6e9a6b1
winedbg: Change the prefix on bison-generated names to avoid the name-prefix directive.
2006-09-12 09:04:43 +02:00
Alexandre Julliard
2d1b6182af
msi: Change the prefix on bison-generated names to avoid the name-prefix directive.
2006-09-11 21:53:04 +02:00
Alexandre Julliard
bcdc5fb55f
Make.rules: Set the default prefix for bison files from the file basename.
2006-09-11 21:47:49 +02:00
Alexandre Julliard
145a0ba508
makefiles: List bison dependencies explicitly for parallel makes, since older bisons don't support --defines.
2006-09-11 21:43:11 +02:00
Byeong-Sik Jeon
4d619723a1
gdi32: Fix logical error of italic, bold determination.
2006-09-11 18:09:29 +02:00
Byeong-Sik Jeon
95226bf25d
gdi32: Fix DefaultGuiFont name string for Korean Charset.
2006-09-11 18:01:22 +02:00
Detlef Riekenberg
2198d83622
localspl: Add minimal localspl.dll.
2006-09-11 17:45:51 +02:00
Vitaliy Margolen
722a686d66
dinput: Move hook_thread from device to DirectInput.
2006-09-11 17:45:42 +02:00
Alexandre Julliard
abae1e81e4
kernel: Better CPU detection on MacOS.
2006-09-11 17:45:32 +02:00
Alexandre Julliard
5f7b77bb91
winex11.drv: Avoid compile errors in the non-OpenGL case.
2006-09-11 16:17:53 +02:00
Alexandre Julliard
ade98b97f1
Makefile: Don't build all the tools before make depend, only build makedep itself.
2006-09-11 15:43:59 +02:00
Alexandre Julliard
9953dd6ddf
Maketest.rules: Don't require testlist.c to be built before make depend.
2006-09-11 15:43:38 +02:00
Alexandre Julliard
0a0f4cd835
shell32: Don't build authors.c for make depend, it has no dependencies anyway.
2006-09-11 14:47:39 +02:00
Alexandre Julliard
534fac983d
winetest: Generate the list of test resources in make_makefiles.
...
Only include test revision information in the distributed binary.
2006-09-11 14:32:00 +02:00
Alexandre Julliard
5e0a81571f
winetest: Store the test name as the resource name instead of in a separate string table.
2006-09-11 14:23:07 +02:00
Robert Shearman
aa336618ec
ole32: Add a check for a condition where a stream has an invalid size
...
and so there aren't enough blocks in the chain to write data into.
2006-09-11 12:28:23 +02:00
Robert Shearman
106156cb75
ole32: Remove some assertions in the stuctured storage code by
...
returning error codes to the caller and by handling the error
condition.
2006-09-11 12:28:12 +02:00
Robert Shearman
79f7318a11
ole32: Convert the *_{Read,Write}At structured storage functions to
...
return HRESULTs instead of BOOLs so that errors can be properly
propagated from lower levels.
2006-09-11 12:27:45 +02:00
Robert Shearman
bfc1bdc3bb
ole32: Fix the IStream_SetSize function for HGLOBAL streams to ignore HighPart.
2006-09-11 12:27:15 +02:00
Robert Shearman
83f13d6b99
ole32: Make an ok message match the name of the function it is testing.
2006-09-11 12:27:07 +02:00
Robert Shearman
355903ddc4
ole32: Fix the return value of the HGLOBAL stream IStream_LockRegion function.
2006-09-11 12:27:04 +02:00
Robert Shearman
a552c2ead7
ole32: Fix the HGLOBAL stream IStream_Read function to return S_OK even if not all of the requested bytes were available.
2006-09-11 12:26:58 +02:00
Robert Shearman
e10103e3ec
ole32: Add tests for the stream object returned by CreateStreamOnHGlobal.
2006-09-11 12:25:01 +02:00
Paul Vriens
944a7788bd
wintrust: Change the name of the strings to not confuse them with the functions that are present in wintrust.
2006-09-11 12:22:26 +02:00
Paul Vriens
f9141fddbe
wintrust: Use the return value of CryptRegisterOIDFunction.
2006-09-11 12:20:54 +02:00
Jeff Latimer
aed4f47890
gdi: Fix test for GetGlyphIndicesW on non Unicode systems.
2006-09-11 12:15:57 +02:00
James Liggett
70cb31e4e6
explorer: Add support for tooltips for system tray icons.
...
Based on the original systray implementation by Kai Morich <kai.morich@bigfoot.de>.
2006-09-11 12:15:51 +02:00
Roderick Colenbrander
2b36c4a4c3
winex11.drv: Import glx makecurrent/wglsharelists.
2006-09-11 11:33:02 +02:00
Roderick Colenbrander
9377c23eff
winex11.drv: Import glx context code.
2006-09-11 11:31:13 +02:00
Marcus Meissner
0c15360a3e
Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes.
2006-09-11 11:30:48 +02:00
Stefan Leichter
08e1260057
dmusic: Print 64bit integers with wine_dbgstr_longlong.
2006-09-11 11:30:26 +02:00
Detlef Riekenberg
ed8ce298e1
taskmgr: Remove dead code in trayicon.c (Coverity).
2006-09-11 11:30:16 +02:00
Detlef Riekenberg
b317aeaf0a
winspool: String cleanup in the tests.
2006-09-11 11:30:04 +02:00
Louis. Lenders
9002468c7b
d3d8: Better stub for ValidateVertexShader + tests.
2006-09-11 11:29:56 +02:00
Matt Finnicum
abecd9e393
riched20: Rewrite of scrolling and some redrawing code.
...
Replaces duplicated scrolling code with re-usable functions.
Removes excessive boundary checking on scroll code, since that's done
in the scrollbar control anyways.
Properly separates repaint calls based on what has changed.
Send EN_UPDATE and EN_CHANGE at the right places.
Only call EnsureVisible on changes, not all repaints.
2006-09-11 11:29:42 +02:00
Francois Gouget
6393fed2d4
wintrust: In recent SDKs, WinVerifyTrust()'s last parameter is a void pointer.
2006-09-11 11:29:19 +02:00
Alexandre Julliard
e4fca883a2
makedep: For generated headers, parse the source idl instead.
...
This avoids having to generate all the headers before make depend.
2006-09-10 22:04:42 +02:00
Mikołaj Zalewski
455991a7a8
shell32: Remove the unused shell allocator.
2006-09-10 10:19:21 +02:00
Mikołaj Zalewski
8fcc0bdf78
shell32: Document the shell32 "mini-COM" functions.
2006-09-10 10:19:14 +02:00
Stefan Dösinger
6286c4e70d
ddraw: Pass the fullscreen flag to wined3d.
2006-09-10 10:18:45 +02:00
Stefan Dösinger
2d5b19c182
ddraw: Double buffered primary surfaces can only be created in EXLUSIVE mode.
2006-09-10 10:18:23 +02:00
Stefan Dösinger
49beec8635
ddraw: Return DDERR_NOPALETTEATTACHED if no palette is attached.
2006-09-10 10:18:12 +02:00
Detlef Riekenberg
ce3d836110
kernel: Remove dead code in computername.c.
2006-09-10 10:18:05 +02:00
Damjan Jovanovic
9bbcb857f9
setupapi: Fixed returns values and added a test for SetupDiOpenClassRegKeyExW.
2006-09-10 10:17:55 +02:00
Stefan Leichter
14b5e014e4
dswave: Print 64bit integers with wine_dbgstr_longlong.
2006-09-10 10:17:42 +02:00
Paul Vriens
869b6f7759
crypt32: Fix the adding of pwszIsFunctionName and pwszIsFunctionNameFmt2.
2006-09-10 10:17:18 +02:00