Mike McCormack
|
912ffd6a0f
|
Remove unnecessary declarations and make functions static.
|
2005-05-12 09:57:21 +00:00 |
Aric Stewart
|
8a0f989891
|
Handle WM_NCCALCSIZE in the tab control.
|
2005-05-12 09:57:10 +00:00 |
Mike McCormack
|
1ae212a105
|
Split SHGetFileInfoW into two functions.
|
2005-05-12 09:56:48 +00:00 |
Dmitry Timoshkov
|
ac5b025103
|
Do not pass an invalid target buffer info to WideCharToMultiByte.
|
2005-05-12 09:56:35 +00:00 |
Mike Hearn
|
30428b5a35
|
Fix return code abuse.
|
2005-05-12 09:56:17 +00:00 |
Michael Lin
|
9bd101d012
|
- Implement IPersistFolder2.
- Retrieve the correct attributes in ParseDisplayName().
|
2005-05-12 09:56:04 +00:00 |
Raphael Junqueira
|
1291a1a250
|
- better robustness of pbuffer code (checks, SetLastError as specs, etc...).
- better heuristic for WGL_render_texture and first try of
WGL_render_texture "emulation" using Pbuffers (deactivated by
default)
- more traces
|
2005-05-12 09:55:44 +00:00 |
Juan Lang
|
164f8fbb45
|
Added schannel header files.
|
2005-05-12 09:55:10 +00:00 |
|
894c1364d4
|
Flush output buffers from _close() rather than MSVCRT_fclose().
|
2005-05-12 09:55:02 +00:00 |
Gabriel Gambetta
|
fd62fcf0ef
|
Added UYT to TZ_INFO.
|
2005-05-12 09:54:39 +00:00 |
Alexandre Julliard
|
9e73cdde39
|
Allow passing a string to the window property server requests instead
of an atom to avoid redundant server round-trips.
|
2005-05-11 19:01:10 +00:00 |
Alexandre Julliard
|
4bef6770b6
|
Changed atom handling to use counted strings instead of
null-terminated ones, avoiding the need for a temporary buffer.
|
2005-05-11 18:25:27 +00:00 |
Dimi Paun
|
0e378b82af
|
Fix spelling errors discovered by Marcelo Duarte.
|
2005-05-11 18:23:55 +00:00 |
Paul Vriens
|
ad8d542a93
|
Sorted some of the structs and made them consistent.
|
2005-05-11 18:23:46 +00:00 |
Martin Fuchs
|
0a10ea00d1
|
Improved version of Piotr Caban's bugfix patch "Fixed display bug".
|
2005-05-11 18:23:30 +00:00 |
Alexandre Julliard
|
5590c8d159
|
Added a few missing structure names.
|
2005-05-11 15:57:44 +00:00 |
Robert Shearman
|
5ef4748c7c
|
Use I_RpcGetBuffer instead of HeapReAlloc for getting the Buffer
memory.
|
2005-05-11 15:56:59 +00:00 |
Mike McCormack
|
2c6c67f4ea
|
Make functions static and remove unnecessary declarations.
|
2005-05-11 15:56:45 +00:00 |
Ivan Leo Puoti
|
327b1632e5
|
Fix crash in ME_GetRunSizeCommon(). Turn a FIXME into a TRACE.
|
2005-05-11 15:56:34 +00:00 |
Eric Pouech
|
b168f478be
|
Some tests for NTDLL atom support (by György 'Nog' Jeney).
|
2005-05-11 15:56:09 +00:00 |
Eric Pouech
|
26c9b074c7
|
Implemented NTDLL atom support.
|
2005-05-11 15:55:49 +00:00 |
Alexandre Julliard
|
63342353bc
|
Store a bitmap of active hooks on the client side to try to avoid
server calls for hooks that are not set.
|
2005-05-11 13:03:15 +00:00 |
Aric Stewart
|
ea6ecf44ff
|
Add a stub implementation of RegisterTraceGuids.
|
2005-05-11 13:00:18 +00:00 |
Mike McCormack
|
bd07966c8f
|
Avoid some non-standard str functions.
|
2005-05-11 12:58:22 +00:00 |
Mike McCormack
|
8bcdf42710
|
Stub implementation for GetGeoInfo.
|
2005-05-11 12:57:50 +00:00 |
Mike McCormack
|
3c5790646f
|
Add a stub implementation of CoIsHandlerConnected.
|
2005-05-11 12:57:16 +00:00 |
Mike McCormack
|
ee49c8e60d
|
Correct the function name in a comment.
|
2005-05-11 12:57:02 +00:00 |
Robert Reif
|
8bffed50c6
|
Added dinput tests.
|
2005-05-11 12:05:17 +00:00 |
Mike McCormack
|
e6d4bcd7ae
|
Check that GetObject is successful.
|
2005-05-11 12:02:16 +00:00 |
Mike McCormack
|
fb7dbb627e
|
ZwQueryTimer should forward to NtQueryTimer.
|
2005-05-11 12:02:06 +00:00 |
Mike McCormack
|
9d293981b4
|
Add Module32FirstW and Module32NextW exports.
|
2005-05-11 12:01:40 +00:00 |
Dimi Paun
|
4f197f0f3d
|
Make it more explicit how we deal with WS_DISABLED.
|
2005-05-11 12:01:27 +00:00 |
Stefan Leichter
|
f483ca611e
|
Added minimal implementation of MsiCreateAndVerifyInstallerDirectory.
|
2005-05-11 12:01:12 +00:00 |
Dimitrie O. Paun
|
1ef6e296f9
|
Move {ABOVE,BELOW}_NORMAL_PRIORITY_CLASS to winbase.h.
|
2005-05-11 12:00:58 +00:00 |
|
6cfcda9959
|
Add test for correctly interpreting %% printf format string conversion
specifier.
|
2005-05-11 12:00:34 +00:00 |
Dimitrie O. Paun
|
77cddfe7b6
|
Update README translations to match the latest changes to the English
README.
|
2005-05-10 16:02:47 +00:00 |
Michael Stefaniuc
|
9a27e64349
|
Install msiexec in the bin directory.
|
2005-05-10 16:02:04 +00:00 |
Eric Pouech
|
6246c2d4c4
|
Get rid of include/miscemu.h.
|
2005-05-10 16:01:38 +00:00 |
Mike McCormack
|
c1f2cf1fba
|
- make sure to free the string table when closing the database
- don't free szPersist in MsiOpenDatabase if it's not a string
|
2005-05-10 16:00:19 +00:00 |
Mike McCormack
|
809cf354e4
|
Fix a memory leak in the ole storage implementation.
|
2005-05-10 15:59:59 +00:00 |
Eric Pouech
|
16df50efbe
|
Moved DOS memory handling to winedos.
|
2005-05-10 15:22:09 +00:00 |
Eric Pouech
|
e6267369b2
|
- changed ATOM support in wineserver to match NTDLL needs
- adapted accordingly kernel32 atom support
|
2005-05-10 15:15:50 +00:00 |
Robert Lunnon
|
d7272dedc7
|
Add RTLD_FIRST flag to dlopen calls.
|
2005-05-10 15:13:20 +00:00 |
Dimi Paun
|
12f9bb7ab2
|
Moved the SGML documentation over to SourceForge.
|
2005-05-10 13:26:14 +00:00 |
Alexandre Julliard
|
15ac6847e0
|
Build and load import libraries directly from the dll directory where
possible, and only create symlinks for directories that don't have the
correct name.
|
2005-05-10 13:21:04 +00:00 |
Rein Klazes
|
1c5671df07
|
Multi column popup menus have 4 pixel space between the columns. With
conformance test.
|
2005-05-10 13:17:33 +00:00 |
Robert Reif
|
2095f66d44
|
Fix joystick crash when a button guid is specified in the data
format.
Add some parameter checking.
|
2005-05-10 13:17:03 +00:00 |
Paul Vriens
|
7464134919
|
Added SystemHandleInformation tests.
Removed HeapAlloc in test_basic.
Renamed test_basic to test_query_basic.
|
2005-05-10 13:16:36 +00:00 |
Paul Vriens
|
d5f92eb50c
|
Added (stubbed) SystemHandleInformation.
Sorted the list.
|
2005-05-10 13:15:58 +00:00 |
Paul Vriens
|
219bff0f29
|
Changed SystemHandleList into SystemHandleInformation
Unknown18 is now SystemPageFileInformation
Some consistency (added numbers to the definitions).
|
2005-05-10 13:15:41 +00:00 |