Commit graph

5518 commits

Author SHA1 Message Date
Guy L. Albertelli
936c6c4ea4 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.
2000-10-22 23:52:47 +00:00
Andreas Mohr
d67dacea97 - Print CS reg at crash MessageBox (needed for Win16 programs).
- Add "hint" for debugger setup.
2000-10-22 23:51:48 +00:00
Eric Pouech
0595b1f24c Added advapi32 to imported DLLs list. 2000-10-22 23:51:08 +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
Ulrich Weigand
9039421b04 PDB symbol header format depends only on version code. 2000-10-22 23:48:06 +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
Andreas Mohr
c165bca873 Mention that you need the X11 devel files. 2000-10-22 23:47:27 +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
Eric Pouech
4304aee898 Fixed floating point data printing and made basic types reading more
robust.
2000-10-22 23:45:04 +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
Andreas Mohr
26be4c8c36 Removed redundant thread priority defines. 2000-10-22 23:42:11 +00:00
Peter Hunnisett
514ae382b1 Added crt/msvcrt thread prototypes. 2000-10-19 22:38:20 +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
38012a5604 Pass the correct hFile to PE_CreateModule. 2000-10-19 22:27:23 +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
Dmitry Timoshkov
ff81f93883 Added support for AZERTY keyboard layout. 2000-10-19 22:25:35 +00:00
Eric Williams
95105908f5 Changed GROUP to PROGGROUP. 2000-10-19 20:40:49 +00:00
Andreas Mohr
220312e993 Skip directory symlinks in DOSFS_FindNextEx. 2000-10-19 20:38:38 +00:00
Alexandre Julliard
044f028f0e Brian Pirie
Added support for PASSTHROUGH and POSTSCRIPT_PASSTHROUGH escapes.
2000-10-19 20:33:02 +00:00
Francois Gouget
0062892c66 Added/fixed missing extern "C". 2000-10-19 20:32:18 +00:00
Francois Gouget
db92536cfd Fixed a char/NULL comparison. 2000-10-19 20:31:09 +00:00
Francois Gouget
0dc07e2d23 Added the {HRESULT,SCODE}_SEVERITY macros. 2000-10-19 20:30:37 +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
Andreas Mohr
49851f88e3 Back out my ELFDLL_dlopen patch and add a warning for future misguided
hackers.
2000-10-19 20:25:02 +00:00
Ulrich Weigand
2e7008cdb0 Allow freeing locked global memory handles. 2000-10-19 20:24:25 +00:00
Ulrich Weigand
1848c808d3 Watch out for DefMDIChildProc calls on non-MDI-child windows. 2000-10-19 20:24:06 +00:00
Ulrich Weigand
8862a4ee71 Don't hold the X11 lock while calling GDI object routines. 2000-10-19 20:23:35 +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
Francois Gouget
23a5b79f56 Added support for three levels of nesting of the 'pragma pack'
directives.
2000-10-19 20:20:07 +00:00
Ove Kaaven
7c4bee569c Implemented DOS INT21 AH=4B (EXEC). 2000-10-17 00:33:02 +00:00
Dmitry Timoshkov
7b0bf0f08d Added support for keyboard input in various locales. 2000-10-17 00:31:53 +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
Guy L. Albertelli
2e6420818b Added flag and notification definitions for ComboBoxEx. 2000-10-17 00:28:36 +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
Gerald Pfeifer
1f0123649f Add appropriate casts to caddr_t for the third parameter of ptrace(). 2000-10-17 00:25:59 +00:00
Ove Kaaven
d94b631947 Fixed a couple of recent bugs, and added some more safeguards (could
be handy for portability anyway) and trace statements.
2000-10-15 00:41:08 +00:00
Alexandre Julliard
57f05e1913 Converted a few more server requests to the new mechanism. 2000-10-15 00:40:25 +00:00