Dmitry Timoshkov [Tue, 24 Oct 2000 01:37:49 +0000 (01:37 +0000)]
Make EnumEnhMetaFile work.
Chris Morgan [Tue, 24 Oct 2000 01:37:22 +0000 (01:37 +0000)]
Implemented RpcStringFreeA and UuidToStringA.
Alexandre Julliard [Mon, 23 Oct 2000 21:39:39 +0000 (21:39 +0000)]
Build Win32 resources as .res files and dump them into the .spec.c file.
Alexandre Julliard [Mon, 23 Oct 2000 21:33:06 +0000 (21:33 +0000)]
Added support for loading Win32 .res files.
Alexandre Julliard [Mon, 23 Oct 2000 21:32:05 +0000 (21:32 +0000)]
Moved all USER resources to new dlls/user/resources directory.
Alexandre Julliard [Mon, 23 Oct 2000 01:38:29 +0000 (01:38 +0000)]
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.
Alexandre Julliard [Mon, 23 Oct 2000 01:35:46 +0000 (01:35 +0000)]
Duplicate resource directory searching routines instead of calling
pe_resource.c internal functions.
Alexandre Julliard [Mon, 23 Oct 2000 01:29:52 +0000 (01:29 +0000)]
Fixed duplication of typename in 16-bit assembly output.
Alexandre Julliard [Mon, 23 Oct 2000 01:28:13 +0000 (01:28 +0000)]
Fixed multibyte handling in HEAP_strdupAtoW.
Andreas Mohr [Mon, 23 Oct 2000 00:40:23 +0000 (00:40 +0000)]
Always open/close the CD-ROM device for every Windows API CD-ROM
access.
Ulrich Weigand [Mon, 23 Oct 2000 00:38:10 +0000 (00:38 +0000)]
Do not send EN_UPDATE to multi-line edit controls.
Francois Gouget [Mon, 23 Oct 2000 00:37:49 +0000 (00:37 +0000)]
Fixed the text color of higlighted menu bar item for the Win98 look.
Clicking on a separator should not close the menu.
Do not right align 'bitmap' items and the help menu for the Win9x look
and feels.
Marcus Meissner [Mon, 23 Oct 2000 00:37:06 +0000 (00:37 +0000)]
If we have a drive pointing to /, we must not remove the final / or we
get the current directory doubled.
Marcus Meissner [Mon, 23 Oct 2000 00:36:45 +0000 (00:36 +0000)]
Added some basic IDirectDraw7 interface support, fixed argument count
of IDirectDraw{4,7}_SetDisplayMode defines.
Louis Philippe Gagnon [Mon, 23 Oct 2000 00:36:06 +0000 (00:36 +0000)]
- Calculate changes in the client area relative to the window
instead of its parent when using SWP_EX_PAINTSELF.
- With SWP_EX_PAINTSELF, copy only if client area changed, since a
window can't move relative to itself.
- In SWP_DoNCCalcSize, when determining if the client area
changed, use values relative to the window itself, not its parent.
Ulrich Weigand [Mon, 23 Oct 2000 00:35:28 +0000 (00:35 +0000)]
Fixed painting problems in non-MM_TEXT modes.
Joerg Mayer [Sun, 22 Oct 2000 23:56:32 +0000 (23:56 +0000)]
Reduce the number of warnings about missing initializers.
Marcus Meissner [Sun, 22 Oct 2000 23:55:34 +0000 (23:55 +0000)]
Got rid of misleading "No Tls Space" error message.
Patrik Stridvall [Sun, 22 Oct 2000 23:55:15 +0000 (23:55 +0000)]
Fixed issue found by winapi_check.
Patrik Stridvall [Sun, 22 Oct 2000 23:54:51 +0000 (23:54 +0000)]
Fixed some warnings.
Patrik Stridvall [Sun, 22 Oct 2000 23:54:32 +0000 (23:54 +0000)]
Use intermediate typedef.
Patrik Stridvall [Sun, 22 Oct 2000 23:54:09 +0000 (23:54 +0000)]
Minor API files update.
Guy L. Albertelli [Sun, 22 Oct 2000 23:52:47 +0000 (23:52 +0000)]
Added wParam and lParam as parameters in SPY_ExitMessage
Added dump for the STYLECHANG[ING|ED] messages.
Dump structures on exit only if message allows changes.
Andreas Mohr [Sun, 22 Oct 2000 23:51:48 +0000 (23:51 +0000)]
- Print CS reg at crash MessageBox (needed for Win16 programs).
- Add "hint" for debugger setup.
Eric Pouech [Sun, 22 Oct 2000 23:51:08 +0000 (23:51 +0000)]
Added advapi32 to imported DLLs list.
Eric Pouech [Sun, 22 Oct 2000 23:49:40 +0000 (23:49 +0000)]
Added more conversion routines (rate conversion is implemented).
Cleaned up the code.
Ulrich Weigand [Sun, 22 Oct 2000 23:48:06 +0000 (23:48 +0000)]
PDB symbol header format depends only on version code.
Marcus Meissner [Sun, 22 Oct 2000 23:47:49 +0000 (23:47 +0000)]
Do not set the iSubItem part of the struct for LVM_HITTEST,
applications only need to pass memory space up to iItem.
Andreas Mohr [Sun, 22 Oct 2000 23:47:27 +0000 (23:47 +0000)]
Mention that you need the X11 devel files.
Marcus Meissner [Sun, 22 Oct 2000 23:47:09 +0000 (23:47 +0000)]
DirectDrawCreateEx() should already return the interface for the
passed refiid.
Lionel Ulmer [Sun, 22 Oct 2000 23:46:48 +0000 (23:46 +0000)]
Change the width / height parameter on a SetDisplayMode.
Gerard Patel [Sun, 22 Oct 2000 23:46:21 +0000 (23:46 +0000)]
Fixed bug when changing drives in 16 bit style dialog for a 32 bit app
+ miscellaneous fixes.
Marcus Meissner [Sun, 22 Oct 2000 23:45:50 +0000 (23:45 +0000)]
Added two checks for out of range pointer accesses.
Eric Pouech [Sun, 22 Oct 2000 23:45:04 +0000 (23:45 +0000)]
Fixed floating point data printing and made basic types reading more
robust.
Jason Mawdsley [Sun, 22 Oct 2000 23:43:56 +0000 (23:43 +0000)]
Fixed some flickering that was occurring in the image list control
when it repainted.
Andreas Mohr [Sun, 22 Oct 2000 23:43:15 +0000 (23:43 +0000)]
Added sleep time calculation for the wodPlayer thread.
Changed the wodPlayer thread messaging to use its own fast 30 entries
ring buffer list.
Andreas Mohr [Sun, 22 Oct 2000 23:42:11 +0000 (23:42 +0000)]
Removed redundant thread priority defines.
Peter Hunnisett [Thu, 19 Oct 2000 22:38:20 +0000 (22:38 +0000)]
Added crt/msvcrt thread prototypes.
Francois Jacques [Thu, 19 Oct 2000 22:36:54 +0000 (22:36 +0000)]
Added asynchronous recording in MCI layer.
Andreas Mohr [Thu, 19 Oct 2000 22:31:37 +0000 (22:31 +0000)]
Sequencer error message fix.
James Hatheway [Thu, 19 Oct 2000 22:28:06 +0000 (22:28 +0000)]
Fix messages sent when right-clicking in a blank (non-item) area of a
listview.
Uwe Bonnes [Thu, 19 Oct 2000 22:27:23 +0000 (22:27 +0000)]
Pass the correct hFile to PE_CreateModule.
Uwe Bonnes [Thu, 19 Oct 2000 22:26:17 +0000 (22:26 +0000)]
Draw text and icons, implement ordering functions, allow reordering
with mouse and fix the WM_NOTIFY target.
Dmitry Timoshkov [Thu, 19 Oct 2000 22:25:35 +0000 (22:25 +0000)]
Added support for AZERTY keyboard layout.
Eric Williams [Thu, 19 Oct 2000 20:40:49 +0000 (20:40 +0000)]
Changed GROUP to PROGGROUP.
Andreas Mohr [Thu, 19 Oct 2000 20:38:38 +0000 (20:38 +0000)]
Skip directory symlinks in DOSFS_FindNextEx.
Alexandre Julliard [Thu, 19 Oct 2000 20:33:02 +0000 (20:33 +0000)]
Brian Pirie
Added support for PASSTHROUGH and POSTSCRIPT_PASSTHROUGH escapes.
Francois Gouget [Thu, 19 Oct 2000 20:32:18 +0000 (20:32 +0000)]
Added/fixed missing extern "C".
Francois Gouget [Thu, 19 Oct 2000 20:31:09 +0000 (20:31 +0000)]
Fixed a char/NULL comparison.
Francois Gouget [Thu, 19 Oct 2000 20:30:37 +0000 (20:30 +0000)]
Added the {HRESULT,SCODE}_SEVERITY macros.
Alexandre Julliard [Thu, 19 Oct 2000 20:29:53 +0000 (20:29 +0000)]
Use a binary search to find entries in resource directories.
Fixed GetResDirEntryA/W prototypes.
Alexandre Julliard [Thu, 19 Oct 2000 20:28:12 +0000 (20:28 +0000)]
Call PrivateExtractIcon in user32 instead of duplicating the code.
Francois Jacques [Thu, 19 Oct 2000 20:26:04 +0000 (20:26 +0000)]
Should test unixdev against -1 (see wodOpen/widOpen).
widRecorder: bytesRead is now tested against (DWORD) -1.
Andreas Mohr [Thu, 19 Oct 2000 20:25:02 +0000 (20:25 +0000)]
Back out my ELFDLL_dlopen patch and add a warning for future misguided
hackers.
Ulrich Weigand [Thu, 19 Oct 2000 20:24:25 +0000 (20:24 +0000)]
Allow freeing locked global memory handles.
Ulrich Weigand [Thu, 19 Oct 2000 20:24:06 +0000 (20:24 +0000)]
Watch out for DefMDIChildProc calls on non-MDI-child windows.
Ulrich Weigand [Thu, 19 Oct 2000 20:23:35 +0000 (20:23 +0000)]
Don't hold the X11 lock while calling GDI object routines.
Lionel Ulmer [Thu, 19 Oct 2000 20:22:36 +0000 (20:22 +0000)]
Do not do any GLX calls on a display that does not support GLX.
Chris Morgan [Thu, 19 Oct 2000 20:22:09 +0000 (20:22 +0000)]
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.
Chris Morgan [Thu, 19 Oct 2000 20:21:42 +0000 (20:21 +0000)]
Stub CreateDispTypeInfo, CreateStdDispatch16 and CreateStdDispatch.
Peter Hunnisett [Thu, 19 Oct 2000 20:20:58 +0000 (20:20 +0000)]
- Add proper message reply mechanism and sp player data storage
- More implementation and fixes
Francois Gouget [Thu, 19 Oct 2000 20:20:07 +0000 (20:20 +0000)]
Added support for three levels of nesting of the 'pragma pack'
directives.
Ove Kaaven [Tue, 17 Oct 2000 00:33:02 +0000 (00:33 +0000)]
Implemented DOS INT21 AH=4B (EXEC).
Dmitry Timoshkov [Tue, 17 Oct 2000 00:31:53 +0000 (00:31 +0000)]
Added support for keyboard input in various locales.
Chris Morgan [Tue, 17 Oct 2000 00:30:39 +0000 (00:30 +0000)]
Implement LVM_SETITEMPOSITION32.
Uwe Bonnes [Tue, 17 Oct 2000 00:29:18 +0000 (00:29 +0000)]
Remember owner HWND when creating and use this hwnd for the WM_NOTIFY
message target.
Guy L. Albertelli [Tue, 17 Oct 2000 00:28:36 +0000 (00:28 +0000)]
Added flag and notification definitions for ComboBoxEx.
Andreas Mohr [Tue, 17 Oct 2000 00:27:47 +0000 (00:27 +0000)]
Implemented old Win 2.x string functions.
Lionel Ulmer [Tue, 17 Oct 2000 00:26:37 +0000 (00:26 +0000)]
Warning fix.
Gerald Pfeifer [Tue, 17 Oct 2000 00:25:59 +0000 (00:25 +0000)]
Add appropriate casts to caddr_t for the third parameter of ptrace().
Ove Kaaven [Sun, 15 Oct 2000 00:41:08 +0000 (00:41 +0000)]
Fixed a couple of recent bugs, and added some more safeguards (could
be handy for portability anyway) and trace statements.
Alexandre Julliard [Sun, 15 Oct 2000 00:40:25 +0000 (00:40 +0000)]
Converted a few more server requests to the new mechanism.
Alexandre Julliard [Sun, 15 Oct 2000 00:39:11 +0000 (00:39 +0000)]
Fixed a few prototypes.
Alexandre Julliard [Sun, 15 Oct 2000 00:37:50 +0000 (00:37 +0000)]
Set selector 0000H base to 0xf0000 until the first 64K are
unprotected.
Eric Pouech [Sun, 15 Oct 2000 00:31:23 +0000 (00:31 +0000)]
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*).
Gerald Pfeifer [Sun, 15 Oct 2000 00:30:16 +0000 (00:30 +0000)]
Remove unused variable orig_mode.
Uwe Bonnes [Sun, 15 Oct 2000 00:28:44 +0000 (00:28 +0000)]
Draw the scrollbar beside the buddy when neither UDS_ALIGN[RIGHT|LEFT]
is given.
Uwe Bonnes [Sun, 15 Oct 2000 00:28:00 +0000 (00:28 +0000)]
Localization and expect leapdays when looking for the length of a
month.
Uwe Bonnes [Sun, 15 Oct 2000 00:27:28 +0000 (00:27 +0000)]
Localization and many changes to behaviour and outlook.
Uwe Bonnes [Sun, 15 Oct 2000 00:26:58 +0000 (00:26 +0000)]
Split out resources that might be localized.
Added German resources.
Uwe Bonnes [Sun, 15 Oct 2000 00:24:48 +0000 (00:24 +0000)]
Added additional resource IDs.
Marcus Meissner [Sun, 15 Oct 2000 00:23:56 +0000 (00:23 +0000)]
Stubbed LookupAccountNameA.
Marcus Meissner [Sun, 15 Oct 2000 00:23:09 +0000 (00:23 +0000)]
Return "default" DirectDraw driver if we have at least one driver
registered.
Dmitry Timoshkov [Sun, 15 Oct 2000 00:22:29 +0000 (00:22 +0000)]
Fixed behaviour of window's system buttons.
Rein Klazes [Sun, 15 Oct 2000 00:21:48 +0000 (00:21 +0000)]
LoadStringA inserts terminating null in the buffer when the string
resource is an empty string or when it can not be found.
Chris Morgan [Fri, 13 Oct 2000 23:43:45 +0000 (23:43 +0000)]
Implemented the IDC_HAND cursor.
Francois Gouget [Fri, 13 Oct 2000 23:41:12 +0000 (23:41 +0000)]
Fixed the signature of the FormatMessage APIs.
Francois Gouget [Fri, 13 Oct 2000 23:16:46 +0000 (23:16 +0000)]
The MODEM stuff has been spun off to its rightful place: mcx.h.
Francois Gouget [Fri, 13 Oct 2000 23:13:01 +0000 (23:13 +0000)]
Completed/corrected the list of include files.
Handle WIN32_LEAN_AND_MEAN and the NOxxx macros.
Francois Gouget [Fri, 13 Oct 2000 23:12:19 +0000 (23:12 +0000)]
Added a NOGDI protection.
Replaced _MAX_PATH with MAX_PATH.
#undef can be used directly on TRANSPARENT.
Francois Gouget [Fri, 13 Oct 2000 23:11:56 +0000 (23:11 +0000)]
Must include objbase.h.
Francois Gouget [Fri, 13 Oct 2000 23:11:05 +0000 (23:11 +0000)]
HFILE is an int, not a regular HANDLE.
Andreas Mohr [Fri, 13 Oct 2000 23:09:56 +0000 (23:09 +0000)]
Added MSGF_DDEMGR.
Gerald Pfeifer [Fri, 13 Oct 2000 23:08:13 +0000 (23:08 +0000)]
Fixed incorrect format string.
Chris Morgan [Fri, 13 Oct 2000 23:07:43 +0000 (23:07 +0000)]
Added changing mouse cursor when over a help topic link.
Marcus Meissner [Fri, 13 Oct 2000 23:07:29 +0000 (23:07 +0000)]
Implemented DirectInputCreateEx.
Louis Philippe Gagnon [Fri, 13 Oct 2000 23:07:08 +0000 (23:07 +0000)]
Do not send a WM_CONTEXTMENU message when a TreeView receives a
WM_RBUTTONUP.
Lawson Whitney [Fri, 13 Oct 2000 23:06:40 +0000 (23:06 +0000)]
Make findfunc look for .spec files, and put it with the other tools.
Guy Albertelli [Fri, 13 Oct 2000 23:06:13 +0000 (23:06 +0000)]
Validate access even if wrap past address 0 for IsBadStringPtr[A|W]
and IsBad[Read|Write]Ptr.
Andreas Mohr [Fri, 13 Oct 2000 20:26:52 +0000 (20:26 +0000)]
- stupid spelling fixes
- some more loadorder array work