Alexandre Julliard
f2f1ff333e
Fixed bug in generate_startup_debug_events().
2000-03-15 19:45:15 +00:00
Joshua Thielen
a3f2380f01
Added winemine app.
2000-03-15 19:06:39 +00:00
Gerald Pfeifer
9217b66587
Improved the visual appearence of the user interface. Made the code
...
somewhat simpler.
2000-03-15 19:04:25 +00:00
Waldek Hebisch
78f92898a4
Implemented _read and _lseek.
2000-03-12 21:13:44 +00:00
Rein Klazes
7be99b015c
Correct conversion of level parameter if WINSOCK_setsockopt is called
...
for option WS_SO_DONTLINGER.
2000-03-12 21:12:56 +00:00
Rein Klazes
ad5d10f223
Correct rounding of the result in MulDiv16().
2000-03-12 21:12:38 +00:00
Gerald Pfeifer
c302f3bd4a
Fixed FreeBSD compilation.
2000-03-12 20:19:23 +00:00
Peter Hunnisett
e4e61708d4
- Make registry usage a little more correct and modern
...
- Create home for all dplay name server functionality
- Add the framework for EnumSessions
- Documentation update
2000-03-12 20:18:33 +00:00
Dimitrie Paun
014dccc71e
Cleaned up debug channels a bit.
2000-03-12 20:16:51 +00:00
Marcus Meissner
87a2cc134e
Implemented stretched blts for depth 24 (unoptimized).
2000-03-12 20:15:28 +00:00
Alexandre Julliard
0966a6d578
Fixed OUTPUT_DEBUG_STRING pointer handling.
2000-03-10 22:25:07 +00:00
Alexandre Julliard
c2ec36877a
Removed PROCESS_IsCurrent().
2000-03-10 22:21:07 +00:00
Alexandre Julliard
ea0d028a0b
Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
...
Generate a breakpoint event on process attach.
Misc cleanups in request handling.
2000-03-10 22:16:10 +00:00
Eric Pouech
ebd01a94aa
Now relying on exception codes to know when debugger is entered for a
...
single step trap.
2000-03-09 18:46:04 +00:00
Eric Pouech
cbb7a172f1
Added proc to start debugging process from its command line (by launching it).
2000-03-09 18:45:43 +00:00
Eric Pouech
29d33a4652
Cleanup.
2000-03-09 18:45:27 +00:00
Huw D M Davies
a4caf05179
Add Black as a valid font weight.
...
Cope with afm files that do not contain {Family|Full}Name entries.
2000-03-09 18:44:38 +00:00
David Elliott
a555ceb87a
- Got rid of PROFILE functions.
...
- Use functionality of aspi.c.
- Automagically read /proc/scsi/scsi (part of aspi.c which is already
in tree).
2000-03-09 18:44:02 +00:00
Jim Aston
d78e2e5ed0
Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
2000-03-09 18:41:36 +00:00
Mike Castle
457df9206c
Added resource.h include.
2000-03-09 18:37:53 +00:00
Marcus Meissner
8c45e243b0
IsRectEmpty also returns true for negative width/heights (verified
...
against Windows), found by Brad Oliver <bradman@pobox.com>.
2000-03-09 18:35:37 +00:00
Lawson Whitney
a18fc8a7c7
Take type from referenced variant for VT_BYREF && VT_VARIANT.
2000-03-09 18:31:52 +00:00
Alexandre Julliard
05f0b71bb3
Store the list of loaded dlls in the server, and generate debug events
...
internally.
2000-03-09 18:18:41 +00:00
Alexandre Julliard
5fb54566d2
Added server protocol version check.
2000-03-08 22:01:02 +00:00
David Elliott
c3bcd6cec5
- Slightly reworked include files (less messy, more straightforward).
...
- Moved DOS ASPI functionality to msdos/dosaspi.c.
- Got rid using PROFILE to get SCSI info from wine.conf.
- Read scsi info from /proc/scsi/scsi.
- Added setting of a reasonable timeout when opening a SCSI device (5
minutes, defined in winescsi.h).
- ExecScsiCommand now ALWAYS posts, even on error (which is the correct
behavior).
2000-03-08 19:41:49 +00:00
Simen Zamecnik
5f3b1b0c83
Added Slovak language support.
2000-03-08 18:59:20 +00:00
Junichi Kuchinishi
51854be791
Added some Japanese resources.
2000-03-08 18:50:45 +00:00
Abey George
21dbb6c085
Implemented OLE clipboard functionality for Embed Source format.
...
It helps you cut and paste data with Embed Source format between
applications. It also implements OleCreateFromData and
OleQueryCreateFromData and fixes some bugs in datacache.c.
2000-03-08 18:49:36 +00:00
Ulrich Czekalla
cc27998626
wm->modname might be invalid at the end of FreeLibrary.
2000-03-08 18:41:22 +00:00
Patrik Stridvall
6cc47d4924
Removed a lot of unnecessary includes and fixed the compile errors.
2000-03-08 18:26:56 +00:00
Patrik Stridvall
7e9913f463
Fixed some warnings.
2000-03-08 18:25:22 +00:00
Lawson Whitney
51044b3d51
Corrected value for DAYS_IN_ONE_YEAR.
2000-03-08 18:24:03 +00:00
Alexandre Julliard
7d343401d7
Cleaned up CRTDLL__unlink.
2000-03-08 18:23:18 +00:00
Ulrich Czekalla
60b1c38e86
The static control only needs to invalidate its rect when we SetText.
2000-03-08 18:22:51 +00:00
Hidenori Takeshima
146b16a9c4
Added a few messages for IME.
2000-03-08 18:22:21 +00:00
Eric Pouech
527eea99f8
No longer directly accessing debuggee memory.
...
Execution context (mode, steps...) are now linked to a thread.
Removed some X11 crst hacks.
Rewrote info/walk commands.
Removed direct debugger invocation code (and moved the rest to the new
winedbg.c file).
2000-03-08 16:44:54 +00:00
Alexandre Julliard
00641d5b1c
Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
...
Implemented IsDebuggerPresent().
2000-03-08 16:41:37 +00:00
Alexandre Julliard
ff81d78708
Generate CREATE_PROCESS/THREAD debug events internally in the server.
2000-03-08 12:01:30 +00:00
Alexandre Julliard
ca3c9ba4ec
Better implementation of inline functions SetLastError and
...
GetCurrentThreadId. Added asm inlines for Interlocked* functions.
2000-03-07 13:14:27 +00:00
Alexandre Julliard
7d0dd5f327
Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
2000-03-07 13:10:21 +00:00
Andreas Mohr
f2df6a2afe
Fixed second instance DGROUP loading.
2000-03-07 12:26:16 +00:00
Huw D M Davies
4688c7ca1e
Implement SPI_GETICONMETRICS.
...
Change WARN -> FIXME for unimplemented SPI_s and set appropriate error.
2000-03-07 12:25:40 +00:00
Marcus Meissner
fddbcf3c8d
Actual write the cached struct in GlobalMemoryStatus.
2000-03-07 12:24:58 +00:00
Rein Klazes
a99fa8601b
Include in the AddFontResourceA/W fixme message a pointer to the fonts
...
document. In this document tell the user how to find the needed tools.
2000-03-07 12:24:26 +00:00
Rein Klazes
5d3f7a6885
Add a message and fix error code if __ws_getservbyname() and
...
__ws_getservbyport() cannot find the requested service.
Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.
2000-03-07 12:23:51 +00:00
Ulrich Czekalla
1e899dfa2e
Check for existence if MMIO_EXIST is passed to MMIO_Open.
2000-03-07 12:23:11 +00:00
Jeff Tranter
7d50ae6f80
The pathname was stored in a string of size 100, which was not always
...
large enough. It should be set to MAX_PATH (255).
2000-03-07 12:22:51 +00:00
Andreas Mohr
45b5bcf65b
Several fixes to MakeProcInstance.
2000-03-07 12:22:35 +00:00
Alexandre Julliard
82a2b186e7
Added support for creating extra symlinks for .so files that contain
...
multiple dlls.
2000-03-05 13:08:24 +00:00
Alexandre Julliard
d0edc5fecd
Moved dll-specific make rules to a separate Makedll.rules file.
2000-03-04 22:31:27 +00:00