Jon Griffiths
|
873cd009d0
|
Remove unneeded headers to reduce unneeded rebuilds.
|
2004-12-15 10:54:44 +00:00 |
Alexandre Julliard
|
81e0fffba2
|
It makes no sense to export the dll entry point as stub.
|
2004-12-15 10:52:57 +00:00 |
Stefan Leichter
|
64b4d5a40f
|
Fixed tests of GetAcceptLanguagesA for win98.
|
2004-12-15 10:50:21 +00:00 |
Jon Griffiths
|
1f79d57d3a
|
Use the A version of calls when passing ASCII strings.
|
2004-12-15 10:50:01 +00:00 |
Jon Griffiths
|
25a3ff6a1a
|
Include shlwapi.h to get prototypes, and correct 2 wrong ones.
|
2004-12-15 10:48:51 +00:00 |
Jon Griffiths
|
7b188952a5
|
Documentation fixes.
|
2004-12-15 10:48:18 +00:00 |
Rein Klazes
|
5dc91e6c08
|
A starting process must obey the STARTF_USESTDHANDLES flag and use the
standard io handles from the StartupInfo structure, even if it is
starting a new console.
|
2004-12-15 10:47:23 +00:00 |
Dmitry Timoshkov
|
da10a46ca7
|
Add Russian translations.
|
2004-12-15 10:44:00 +00:00 |
Alexandre Julliard
|
d5088668de
|
Generate stub entries on the fly for missing entry points instead of
returning a deadbeef pointer.
|
2004-12-14 20:03:23 +00:00 |
Ken Belleau
|
c7471d11ef
|
Implemented EnumCalendarInfo(A/W/ExA/ExW).
|
2004-12-14 19:59:43 +00:00 |
Robert Shearman
|
9fdd91fdc4
|
- Add documentation to several functions.
- Coding style changes according to the style Mike and I have agreed
upon for COM related files.
|
2004-12-14 15:31:05 +00:00 |
Robert Shearman
|
2fa9a0a6fd
|
Remove unneeded includes and the unused COMPOBJ_hInstance32 variable.
|
2004-12-14 15:28:58 +00:00 |
James Hawkins
|
ce4a4ef981
|
Minor documentation addition.
|
2004-12-14 15:27:05 +00:00 |
James Hawkins
|
7f34c04067
|
Cleanup some documentation.
|
2004-12-14 15:26:04 +00:00 |
Robert Shearman
|
40b4f7f6e6
|
Use OBJREF on the wire for generic marshaling functions.
|
2004-12-14 15:14:40 +00:00 |
Juan Lang
|
7b44be79df
|
Implement _popen and _pclose, and use debugstr_a to avoid a crash
tracing long command lines.
|
2004-12-14 15:13:54 +00:00 |
Juan Lang
|
8c0ccdcb68
|
Use debugstr_a to avoid crash tracing long command line.
|
2004-12-14 15:13:05 +00:00 |
Juan Lang
|
9b6c0eff37
|
- make file functions (mostly) thread-safe
- update a couple traces
|
2004-12-14 11:59:43 +00:00 |
Jason Edmeades
|
c4de952eb5
|
Add Clear, Present and EndScene support and fix a bug in the drawing
code.
|
2004-12-14 11:54:27 +00:00 |
Robert Reif
|
3e2af5d04f
|
Fix a typo that didn't allow pcm to mulaw conversions.
|
2004-12-14 11:45:11 +00:00 |
Robert Shearman
|
67942791e2
|
Implement RPC_E_DISCONNECTED in proxies.
|
2004-12-14 11:44:11 +00:00 |
Francois Gouget
|
eb3f078c75
|
Add trailing '\n's to ok() calls.
|
2004-12-14 11:41:24 +00:00 |
Michael Stefaniuc
|
1493433e38
|
Missing HeapFree's + 1 LocalFree (found by smatch).
|
2004-12-14 11:38:50 +00:00 |
Robert Shearman
|
398a595377
|
Fixed incorrect unsigned test.
|
2004-12-14 11:35:12 +00:00 |
Eric Pouech
|
4056d7ef8c
|
Fixed some errors in function prototypes.
|
2004-12-13 21:19:01 +00:00 |
Robert Shearman
|
7572b125b5
|
Implement NtQueryTimer.
|
2004-12-13 21:10:58 +00:00 |
Jason Edmeades
|
2003c7ab11
|
Add {G,S}etRenderState and {G,S}etTextureStageState support, and
ensure the stateblock is fully populated at device startup.
|
2004-12-13 13:35:38 +00:00 |
Robert Reif
|
20f8397321
|
Make the PCM conversion routines of msacm produce identical results to
the native dll.
Allow any PCM to PCM conversion, not just advertised ones.
|
2004-12-13 13:31:36 +00:00 |
Hans Leidekker
|
97b7e0dec7
|
Fix compilation with GCC 4.
|
2004-12-13 13:30:49 +00:00 |
Michael Jung
|
96ebad1a0d
|
Implemented CPSignHash and CPVerifySignature.
Added tests for CPVerifySignature.
Fixed minor bugs in implglue.c.
|
2004-12-13 13:24:48 +00:00 |
Hans Leidekker
|
3e60f767ef
|
Test and implement SetColorProfileElement.
Document more functions.
|
2004-12-13 13:23:17 +00:00 |
Juan Lang
|
76d8779c6f
|
- use Heap functions rather than libc for mem allocation
- document a bunch of functions
|
2004-12-13 13:21:39 +00:00 |
Gerald Pfeifer
|
53b71e464a
|
Use proper type for fourth parameter to VerQueryValueW().
|
2004-12-13 13:20:36 +00:00 |
Christian Costa
|
6a8ae41c9d
|
Handle device class in DX8 enumeration (found by Robert Reif).
Fixed remaining DX8 device types.
Factorized a bit GetCapabilities for keyboard and mouse.
|
2004-12-13 13:17:03 +00:00 |
Huw Davies
|
dc27c04ebf
|
Fix always false test. Spotted by Eric Pouech.
|
2004-12-13 13:14:36 +00:00 |
Eric Pouech
|
eefb72c826
|
Fixed copy&paste error.
|
2004-12-13 12:04:14 +00:00 |
Eric Pouech
|
c164e069a8
|
Fixed array index overflow.
|
2004-12-13 12:01:58 +00:00 |
Jon Griffiths
|
d6139af2da
|
Implement the remaining MRU functions, fix a couple of differences
from native comctl32, add tests of MRU behaviour and documentation.
|
2004-12-10 15:31:38 +00:00 |
Rein Klazes
|
03d9cf286e
|
- implement __pioinfo, __badioinfo and _adjust_fdiv
- remove all stubs of data item from the spec file, those actually may
hide problems.
|
2004-12-10 15:28:25 +00:00 |
Michael Stefaniuc
|
9fe94da2aa
|
Add missing HeapFree's (found by smatch).
|
2004-12-10 15:24:52 +00:00 |
Alexandre Julliard
|
25b6493aee
|
Added some sanity checks on window dimensions.
|
2004-12-09 16:58:00 +00:00 |
Alexandre Julliard
|
50c1a6b959
|
Fixed read_directory_getdents for large directories (found by Rein
Klazes).
|
2004-12-09 16:54:20 +00:00 |
Alexander Yaworsky
|
e849a56673
|
Check service database name in OpenSCManager().
|
2004-12-09 16:52:10 +00:00 |
Juan Lang
|
1e23777ae5
|
- implement _dup, _dup2, and _pipe
- make max file descriptors 2048 to match MS
- increase max file streams to match
|
2004-12-09 16:51:26 +00:00 |
Alexandre Julliard
|
ebe3c529b1
|
Janitorial: C booleans must not be compared against TRUE.
|
2004-12-09 14:07:59 +00:00 |
Alexandre Julliard
|
4a9b22b2c3
|
Merged system metrics support into sysparams.c, and moved that file to
the dlls/user directory.
|
2004-12-09 13:48:56 +00:00 |
James Hawkins
|
f238cd88e8
|
Properly implement DllCanUnloadNow ref counting.
|
2004-12-09 13:46:47 +00:00 |
José Manuel Ferrer Ortiz
|
7a03fd6763
|
Added some Spanish translations.
|
2004-12-09 13:44:20 +00:00 |
Alexandre Julliard
|
94ee1ebd6c
|
Remove a few no longer needed 16-bit exports from gdi32.
|
2004-12-09 11:51:21 +00:00 |
Alexandre Julliard
|
65af698536
|
Use an escape mechanism similar to the x11drv one to set the DC
origin.
|
2004-12-09 11:45:16 +00:00 |