Marcus Meissner
4342c286c3
Updated documentation/distributors in regards to shared libraries and
...
some more windows specific dirs.
2000-03-30 20:25:42 +00:00
Peter Hunnisett
9aaf13e7e3
- Fix painting bug with middle button down when dragging mouse
...
- Speed up drawing and hence overall speed
- Fix compiler warnings
- Added some optional debugging information
- Added a new known bug to the list
2000-03-30 20:25:07 +00:00
Rein Klazes
7f383a88cb
Added CTS, DSR and RingIndicator states to Window's semi-documented
...
modem line status register.
2000-03-30 20:23:32 +00:00
Huw D M Davies
280aeb9689
Delete objects after use in EnumEnhMetaFile.
...
Make PlayEnhMetaFile call EnumEnhMetaFile.
Move EnumEnhMetaFile prototype to wingdi.h.
2000-03-30 20:22:41 +00:00
Marcus Meissner
502e15b6e7
open() the OSS sounddevice non-blocking in case another process has it
...
open already.
2000-03-30 20:22:12 +00:00
Alexandre Julliard
0e37eaaca8
Commented out exit() call on ExitProcess for now.
2000-03-30 19:31:02 +00:00
Alexandre Julliard
b73421dd91
Set thread start address to 0 on events generated by
...
DebugActiveProcess.
Return a correct address in the simulated exception event.
2000-03-30 19:30:24 +00:00
Alexandre Julliard
f64c404ea6
Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
2000-03-30 19:26:44 +00:00
Niels Kristian Bech Jensen
c9742b3204
- Fix some compiler warnings.
...
- Remove superfluous #include statement.
2000-03-28 20:44:59 +00:00
Ron Gage
7bfd079b37
Fixed bug reported by winapi_check.
2000-03-28 20:41:46 +00:00
Patrik Stridvall
2d6457c11a
Added/fixed some documentation reported by winapi_check.
2000-03-28 20:22:59 +00:00
Alexandre Julliard
a7116b0559
Fixed memory allocations.
2000-03-28 20:02:37 +00:00
Patrik Stridvall
533d333025
- Added/fixed some documentation reported by winapi_check
...
- Renamed MapVirtualKeyEx32A to MapVirtualKeyExA
- Renamed CRTDLL__dllonexit to CRTDLL___dllinit
2000-03-28 19:31:18 +00:00
Patrik Stridvall
39fc90a7b2
Fixed some warnings.
2000-03-28 19:30:06 +00:00
Patrik Stridvall
6d5299523c
- Updated the API files.
...
- Minor bug fixes
2000-03-28 19:29:13 +00:00
Andreas Mohr
3699ef77d4
Do a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
...
ANIMATE_Destroy.
2000-03-28 19:28:33 +00:00
Patrik Stridvall
2fb8f9b61f
Minor fix in wrc to support the Solaris preprocessor.
2000-03-28 19:25:46 +00:00
Patrik Stridvall
584640519b
Fixed some ANSI C violations.
2000-03-28 19:24:55 +00:00
Ove Kaaven
d333259498
Add start menu directories.
2000-03-28 19:24:09 +00:00
Alexandre Julliard
31741747b9
Put CLONE_FILES back in, it is still breaking too many things.
2000-03-28 18:47:24 +00:00
Alexandre Julliard
a08e2cf19f
Merged DDBitmap and physBitmap into the generic bitmap structure
...
(suggested by Andrew Lewycky).
2000-03-28 13:37:50 +00:00
Alexandre Julliard
199aebaa57
Ignore trailing spaces in DOSFS_ToDosFCBFormat.
2000-03-28 13:20:32 +00:00
Alexandre Julliard
e0842daf60
Fixed small bug in WSOCK32_accept
2000-03-28 13:19:21 +00:00
Alexandre Julliard
a048fdd6a4
Release 20000326.
2000-03-26 20:40:55 +00:00
Stefan Leichter
7cc51fae64
DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
2000-03-26 20:25:59 +00:00
John R. Sheets
e61d33bfd1
Added cvdump tool to dump CodeView symbol information.
2000-03-26 20:25:23 +00:00
Ove Kaaven
cb98a6ed7a
Handle POLLHUP better (delay FD_CLOSE notification until all data has
...
been read). Made WSAEnumNetworkEvents atomic. Convert socket event
error codes properly. Made accept()-ed sockets inherit the listening
socket's WSAAsyncSelect().
2000-03-26 18:21:16 +00:00
Andreas Mohr
f15473f5f3
Fixed debug formatting.
2000-03-26 18:18:26 +00:00
Alexandre Julliard
5354417519
Fixed error checking in registry saving.
2000-03-26 18:18:03 +00:00
Uwe Bonnes
e7c6f50626
Use strerror in debug output.
2000-03-26 18:17:09 +00:00
Uwe Bonnes
260cab4284
SHChangeNotify[A|W]: free only items we allocated.
2000-03-26 18:15:26 +00:00
Hidenori Takeshima
e2905ea478
Fixes for i18n.
2000-03-26 14:43:22 +00:00
Eric Pouech
9505c1c8da
Now read .so list from debuggee's address space.
2000-03-26 14:42:21 +00:00
Francois Gouget
4ce3fd3617
Added missing macros.
2000-03-26 14:41:34 +00:00
Andreas Mohr
32a5b63866
Moved some registry definitions to winnt.h.
2000-03-26 14:41:10 +00:00
Hidenori Takeshima
e0a71f83f5
Added import of comdlg32.dll in spec file.
2000-03-26 14:40:15 +00:00
Gerard Patel
28dab87681
Activate a hidden window only when explicitely asked by the
...
application.
2000-03-26 13:38:15 +00:00
Eric Pouech
ac11a68f3e
improved exception handling
...
merged all module handling code in new module.c file
reenabled 'walk module' and 'info module' commands
added ability to drive break on thread startup
2000-03-26 13:37:39 +00:00
Marcus Meissner
323af8dbba
Stubs for DllRegisterServer/DllUnregisterServer.
2000-03-26 13:36:40 +00:00
Marcus Meissner
12085e9ba0
Fixed return value for SC_GET_DEV_TYPE.
2000-03-26 13:36:16 +00:00
Francois Gouget
6d77d3a1df
Use min/max instead of MIN/MAX.
2000-03-25 21:44:35 +00:00
Ove Kaaven
77c30552aa
Handle socket POLLERR/POLLHUP conditions properly.
...
Clear error field for OOB notifications.
2000-03-25 21:41:43 +00:00
Huw D M Davies
65a0fa6e4e
Send the correct ODA_ code when deselecting an item.
2000-03-25 21:41:17 +00:00
Alexandre Julliard
9a0e28f153
Fixed a couple of file descriptor leaks.
...
Always call USER signal proc in the right context.
Cleaned up THREAD_Create.
2000-03-25 19:14:37 +00:00
Alexandre Julliard
f97576b68d
Do not erase local files on uninstall if install dir does not exist.
2000-03-25 17:31:03 +00:00
Alexandre Julliard
7f3418fba0
Store monitor size and depth in the generic structure.
...
Merged monitor driver into USER driver.
2000-03-25 17:30:13 +00:00
Alexandre Julliard
9383eb94a7
A few simplifications and optimizations in the x11 driver.
2000-03-25 14:05:06 +00:00
Alexandre Julliard
77d5ebbb37
Link ttydrv and x11drv objects into their respective dll.
2000-03-25 14:03:50 +00:00
Alexandre Julliard
7b5a051a55
Added missing keyboard.spec.
2000-03-25 11:00:01 +00:00
Alexandre Julliard
6ec108ab6e
Moved FatalAppExit functions to win32/except.c.
...
Added a few uses of Callout instead of referencing USER functions
directly.
2000-03-24 21:42:15 +00:00