Alexandre Julliard
ebc32253bc
Made MPR a separate dll.
2000-03-17 15:09:48 +00:00
Andrew Lewycky
1529f58467
Rewrite the BIGBLOCKFILE implementation for better performance.
2000-03-17 15:08:25 +00:00
Gerald Pfeifer
92d76bd7b5
Further simplify the code and remove some redundant code.
...
Make the user interface more consistent and appealing.
2000-03-17 15:07:52 +00:00
Andrew Lewycky
d28ded3d69
Avoid a refcount leak in QueryInterface when delegating.
...
And a couple of minor bugs.
2000-03-17 15:07:24 +00:00
Eric Pouech
d33bcb6139
Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
...
Added watch (hardware assisted debugging) and whatis (type of expr) commands.
Fixed some issues in local vars handling (stabs parsing & registers optimization).
2000-03-15 19:57:20 +00:00
Karl Lessard
38828c4e3a
Update DIB sections in text output and for graphics primitives.
2000-03-15 19:56:40 +00:00
Alexandre Julliard
83674ecc12
Michael Abd-El-Malek (on behalf of Corel)
...
When we were switching to another desktop, the popup windows lost
their WS_VISIBLE flag.
2000-03-15 19:48:13 +00:00
Alexandre Julliard
cd8cf5e7c5
Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
...
Fixed context flags handling (thanks to Eric Pouech).
2000-03-15 19:47:44 +00:00
Alexandre Julliard
98aacc7751
Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
2000-03-15 19:46:14 +00:00
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