Patrik Stridvall
|
135dfd7576
|
Fixed some warnings.
|
2000-10-24 01:42:55 +00:00 |
|
James Hatheway
|
4c2c7af0cc
|
Added stubs for CryptGenRandom(), CryptReleaseContext().
|
2000-10-24 01:39:29 +00:00 |
|
Chris Morgan
|
1fc70a94c5
|
Implemented RpcStringFreeA and UuidToStringA.
|
2000-10-24 01:37:22 +00:00 |
|
Alexandre Julliard
|
21ec006fc1
|
Build Win32 resources as .res files and dump them into the .spec.c file.
|
2000-10-23 21:39:39 +00:00 |
|
Alexandre Julliard
|
2affae5ae7
|
Moved all USER resources to new dlls/user/resources directory.
|
2000-10-23 21:32:05 +00:00 |
|
Alexandre Julliard
|
b85a6adc58
|
Duplicate resource directory searching routines instead of calling
pe_resource.c internal functions.
Made GetFileResource16 and GetFileResourceSize16 callable directly
instead of defining extra internal functions.
|
2000-10-23 01:38:29 +00:00 |
|
Alexandre Julliard
|
c1c41cd64e
|
Duplicate resource directory searching routines instead of calling
pe_resource.c internal functions.
|
2000-10-23 01:35:46 +00:00 |
|
Andreas Mohr
|
588ee35618
|
Always open/close the CD-ROM device for every Windows API CD-ROM
access.
|
2000-10-23 00:40:23 +00:00 |
|
Marcus Meissner
|
aa10949064
|
Added some basic IDirectDraw7 interface support, fixed argument count
of IDirectDraw{4,7}_SetDisplayMode defines.
|
2000-10-23 00:36:45 +00:00 |
|
Marcus Meissner
|
2aeb57eeff
|
Got rid of misleading "No Tls Space" error message.
|
2000-10-22 23:55:34 +00:00 |
|
Patrik Stridvall
|
fde6d9a586
|
Fixed some warnings.
|
2000-10-22 23:54:51 +00:00 |
|
Eric Pouech
|
3291a05838
|
Added more conversion routines (rate conversion is implemented).
Cleaned up the code.
|
2000-10-22 23:49:40 +00:00 |
|
Marcus Meissner
|
61ef06042e
|
Do not set the iSubItem part of the struct for LVM_HITTEST,
applications only need to pass memory space up to iItem.
|
2000-10-22 23:47:49 +00:00 |
|
Marcus Meissner
|
5de0fa127c
|
DirectDrawCreateEx() should already return the interface for the
passed refiid.
|
2000-10-22 23:47:09 +00:00 |
|
Lionel Ulmer
|
c4134c741b
|
Change the width / height parameter on a SetDisplayMode.
|
2000-10-22 23:46:48 +00:00 |
|
Gerard Patel
|
69036e9985
|
Fixed bug when changing drives in 16 bit style dialog for a 32 bit app
+ miscellaneous fixes.
|
2000-10-22 23:46:21 +00:00 |
|
Marcus Meissner
|
56b68febca
|
Added two checks for out of range pointer accesses.
|
2000-10-22 23:45:50 +00:00 |
|
Jason Mawdsley
|
e7b84a9b54
|
Fixed some flickering that was occurring in the image list control
when it repainted.
|
2000-10-22 23:43:56 +00:00 |
|
Andreas Mohr
|
c472708f69
|
Added sleep time calculation for the wodPlayer thread.
Changed the wodPlayer thread messaging to use its own fast 30 entries
ring buffer list.
|
2000-10-22 23:43:15 +00:00 |
|
Francois Jacques
|
3732965c15
|
Added asynchronous recording in MCI layer.
|
2000-10-19 22:36:54 +00:00 |
|
Andreas Mohr
|
d747b76cb6
|
Sequencer error message fix.
|
2000-10-19 22:31:37 +00:00 |
|
James Hatheway
|
af7f901c9c
|
Fix messages sent when right-clicking in a blank (non-item) area of a
listview.
|
2000-10-19 22:28:06 +00:00 |
|
Uwe Bonnes
|
018c6545dc
|
Draw text and icons, implement ordering functions, allow reordering
with mouse and fix the WM_NOTIFY target.
|
2000-10-19 22:26:17 +00:00 |
|
Alexandre Julliard
|
044f028f0e
|
Brian Pirie
Added support for PASSTHROUGH and POSTSCRIPT_PASSTHROUGH escapes.
|
2000-10-19 20:33:02 +00:00 |
|
Alexandre Julliard
|
81800b1f6d
|
Use a binary search to find entries in resource directories.
Fixed GetResDirEntryA/W prototypes.
|
2000-10-19 20:29:53 +00:00 |
|
Alexandre Julliard
|
cc7abe1f06
|
Call PrivateExtractIcon in user32 instead of duplicating the code.
|
2000-10-19 20:28:12 +00:00 |
|
Francois Jacques
|
11805e0a4b
|
Should test unixdev against -1 (see wodOpen/widOpen).
widRecorder: bytesRead is now tested against (DWORD) -1.
|
2000-10-19 20:26:04 +00:00 |
|
Lionel Ulmer
|
81b7208eee
|
Do not do any GLX calls on a display that does not support GLX.
|
2000-10-19 20:22:36 +00:00 |
|
Chris Morgan
|
89d4472d46
|
Recalculate nItemHeight when LVS_SETIMAGELIST is called. Fixes icons
being chopped off in the file dialog window. Align items to top and
refresh after sorting, as windows does.
|
2000-10-19 20:22:09 +00:00 |
|
Chris Morgan
|
04996dda2d
|
Stub CreateDispTypeInfo, CreateStdDispatch16 and CreateStdDispatch.
|
2000-10-19 20:21:42 +00:00 |
|
Peter Hunnisett
|
10a04e7485
|
- Add proper message reply mechanism and sp player data storage
- More implementation and fixes
|
2000-10-19 20:20:58 +00:00 |
|
Chris Morgan
|
da610897e4
|
Implement LVM_SETITEMPOSITION32.
|
2000-10-17 00:30:39 +00:00 |
|
Uwe Bonnes
|
4bfc2a8a2d
|
Remember owner HWND when creating and use this hwnd for the WM_NOTIFY
message target.
|
2000-10-17 00:29:18 +00:00 |
|
Andreas Mohr
|
04a8eda985
|
Implemented old Win 2.x string functions.
|
2000-10-17 00:27:47 +00:00 |
|
Lionel Ulmer
|
cb4ff8c51e
|
Warning fix.
|
2000-10-17 00:26:37 +00:00 |
|
Alexandre Julliard
|
57f05e1913
|
Converted a few more server requests to the new mechanism.
|
2000-10-15 00:40:25 +00:00 |
|
Alexandre Julliard
|
bcb40b3177
|
Fixed a few prototypes.
|
2000-10-15 00:39:11 +00:00 |
|
Alexandre Julliard
|
80fc23a939
|
Set selector 0000H base to 0xf0000 until the first 64K are
unprotected.
|
2000-10-15 00:37:50 +00:00 |
|
Eric Pouech
|
353962d5b4
|
Fixed ShellMessageBox[AW] buffers usage (in some cases, wrong buffers
were used ; destination buffer doesn't have a fixed size).
Fixed FormatMessage parameter warnings (it's now a va_list*).
|
2000-10-15 00:31:23 +00:00 |
|
Gerald Pfeifer
|
1841a2ac08
|
Remove unused variable orig_mode.
|
2000-10-15 00:30:16 +00:00 |
|
Uwe Bonnes
|
64d95e9374
|
Draw the scrollbar beside the buddy when neither UDS_ALIGN[RIGHT|LEFT]
is given.
|
2000-10-15 00:28:44 +00:00 |
|
Uwe Bonnes
|
8923f16fa1
|
Localization and expect leapdays when looking for the length of a
month.
|
2000-10-15 00:28:00 +00:00 |
|
Uwe Bonnes
|
b0067efa53
|
Localization and many changes to behaviour and outlook.
|
2000-10-15 00:27:28 +00:00 |
|
Uwe Bonnes
|
f83ce82a60
|
Split out resources that might be localized.
Added German resources.
|
2000-10-15 00:26:58 +00:00 |
|
Uwe Bonnes
|
c3585ba32d
|
Added additional resource IDs.
|
2000-10-15 00:24:48 +00:00 |
|
Marcus Meissner
|
781eb0c660
|
Stubbed LookupAccountNameA.
|
2000-10-15 00:23:56 +00:00 |
|
Marcus Meissner
|
c429669791
|
Return "default" DirectDraw driver if we have at least one driver
registered.
|
2000-10-15 00:23:09 +00:00 |
|
Rein Klazes
|
e8b3afc2c1
|
LoadStringA inserts terminating null in the buffer when the string
resource is an empty string or when it can not be found.
|
2000-10-15 00:21:48 +00:00 |
|
Francois Gouget
|
eb6500fba9
|
Fixed the signature of the FormatMessage APIs.
|
2000-10-13 23:41:12 +00:00 |
|
Francois Gouget
|
50bcd1a8e3
|
HFILE is an int, not a regular HANDLE.
|
2000-10-13 23:11:05 +00:00 |
|