Alexandre Julliard
ded196cb13
Converted to the new debug interface.
1999-05-14 08:11:40 +00:00
Ulrich Weigand
9d35bb8295
Fixed invalid window refcount handling in RDW_Paint().
1999-05-14 08:10:25 +00:00
Noel Borthwick
c90243b861
Fix a deadlock with the system message queue by ensuring the system message
...
queue is unlocked while the actual message is being processed.
1999-05-14 08:09:13 +00:00
Lionel Ulmer
3899c021a1
Check if in depth-conversion mode before returning an error message
...
in IDirectDrawPaletteImpl_GetEntries.
1999-05-14 08:07:56 +00:00
Lionel Ulmer
ad7258517e
Replaced all the Mesa specific code by GLX code. Should work now on
...
any OpenGL implementation.
1999-05-13 18:53:05 +00:00
75793af6d1
Added Italian keyboard support.
1999-05-13 18:49:47 +00:00
Huw D M Davies
911e19078d
Fixed a couple of memcpy errors.
1999-05-13 18:46:46 +00:00
Huw D M Davies
79641da5e5
Small fix to help native win95 PrintDlg on the way.
1999-05-13 18:44:44 +00:00
Andreas Mohr
506fb71043
Implemented InsertInASPIChain and fixed minor things.
1999-05-13 18:44:14 +00:00
Andreas Mohr
41d38ee8fb
Fixed quite ill window locking code.
1999-05-13 18:43:40 +00:00
Francis Beaudet
d9a3d70df5
Fixed an infinite loop in ChildWindowFromPointEx.
1999-05-13 18:43:15 +00:00
Juergen Schmied
4925186bb2
- prevent crash when GetMenuDefaultItem is called on empty menu
...
- set default item on system menu
1999-05-13 18:42:03 +00:00
Alexandre Julliard
0a277b638c
Adapted for new register functions support (ESP_reg in register
...
functions now points after the arguments).
1999-05-13 16:21:37 +00:00
Alexandre Julliard
06b978991b
Win32 register functions can now have arguments.
...
Simplified relay debugging for register functions.
1999-05-13 16:13:17 +00:00
Alexandre Julliard
fd45627724
VxDCall functions do not need to be 'register'.
1999-05-13 14:42:14 +00:00
Alexandre Julliard
936d663b03
Fixed bug I introduced in relay debugging.
1999-05-12 16:10:53 +00:00
Alexandre Julliard
3b3ff2bb06
Added macros and definitions for using exception inside Wine or
...
Winelib code.
1999-05-12 13:10:39 +00:00
Alexandre Julliard
89fae7eb30
Moved some exception definitions to winnt.h and ntddk.h.
1999-05-12 12:47:01 +00:00
Marcus Meissner
9a6fbe49ca
Added missing WINAPI for the callback procs.
1999-05-12 10:45:05 +00:00
Alexandre Julliard
80a740f076
Added ERROR_sig.
1999-05-12 10:42:02 +00:00
Francis Beaudet
9c8198742b
Bug fix.
1999-05-12 10:36:17 +00:00
Marcus Meissner
01f3dc3eba
WSOCK32/WINSOCK uses SetLastError() to keep its own WSALastErrors,
...
replaced all pwsi->err references.
1999-05-12 10:34:03 +00:00
Alexandre Julliard
b6ecb9a2ab
Changed some error handling a bit.
1999-05-12 10:15:41 +00:00
Ove Kaaven
bcb4bb6931
Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
1999-05-12 10:07:02 +00:00
Alexandre Julliard
a2a4133f77
Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
...
the ntdll one.
1999-05-12 10:02:37 +00:00
Alexandre Julliard
e4177e67cf
Added import declaration for Win32 built-ins.
1999-05-12 09:57:37 +00:00
Alexandre Julliard
3eb441c7c4
Added support for forwarded ordinals in built-in dlls.
1999-05-10 14:44:47 +00:00
Alexandre Julliard
df8ae8942e
Fixed request size for alloc_console and free_console.
1999-05-09 16:15:28 +00:00
Alexandre Julliard
dd93d25577
Improved exception handling.
...
Based on the work of Sergey Turchanov <turchanov@usa.net>.
1999-05-09 16:12:19 +00:00
Alexandre Julliard
4cd0776938
Use OpenFile() to test for file existence, so that the path gets
...
searched.
1999-05-09 16:05:08 +00:00
Ove Kaaven
bf160c7adc
Restart interrupted select() (happens with -pg).
1999-05-09 16:00:35 +00:00
Ove Kaaven
b6ca7a556d
Fixed off-by-one bug in memory access check.
1999-05-09 15:59:57 +00:00
Marcus Meissner
450bc798c2
More debug output for RegQueryInfoKey.
1999-05-09 15:59:27 +00:00
Ove Kaaven
c6c04836e8
Fixed a couple of bugs (silent backtrace not totally silent, crashes
...
when the stack is corrupted or similar).
1999-05-09 15:51:43 +00:00
Alexandre Julliard
1e1eb509ea
Release 990508.
1999-05-08 18:55:06 +00:00
Jean-Louis Thirot
d7da0f68ee
Added graphical configuration tool wineconf.tcl.
1999-05-08 18:39:04 +00:00
Marcus Meissner
62de4b9867
Ignore ESC[%dc reports generated by 8bit control codes.
...
Open console even if we already have one in the process.
1999-05-08 18:32:56 +00:00
Marcus Meissner
acfae0c117
Fixed off by 1 error in section code (did not return len-2 on buffer
...
overflow in some cases, but len-1).
1999-05-08 18:29:10 +00:00
Marcus Meissner
4a3b0e3080
Fixed warning.
1999-05-08 18:28:13 +00:00
Pavel Roskin
a59cc65d1a
Fixed palette handling for true/high-color X11.
1999-05-08 18:22:11 +00:00
Uwe Bonnes
f445ba78ab
Fixed extension handling in LoadLibrary16.
1999-05-08 18:21:05 +00:00
Alex Korobka
98447497b7
Rearranged PAINT_RedrawWindow() so that it first recursively updates
...
invalid regions and only then starts sending out messages. This should
help with reentrancy during message processing and now it needs just
one (or none) scratch region for all there is to do. Also, small fixes
for SetWindowPos().
1999-05-08 17:57:09 +00:00
Alexandre Julliard
51d46ba954
Added check for missing __i386__ definition.
1999-05-08 16:05:27 +00:00
Patrik Stridvall
1bb9403938
ANSI C fixes.
1999-05-08 15:47:44 +00:00
Marcus Meissner
3f284324a2
Pass PROPSHEETPAGE to propertypage dialog as lParam.
1999-05-08 15:38:57 +00:00
Patrik Stridvall
896889f317
ANSI C fixes.
1999-05-08 12:50:36 +00:00
Huw D M Davies
a9f55c46c1
Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs
...
to bring wingdi.h almost upto a complete NT4.0 interface.
Fix return value of SetRectRgn().
1999-05-08 12:45:18 +00:00
Michael Veksler
9d14a001f7
Removed #include "wine/winuser16.h" and use "struct tag????" instead.
1999-05-08 12:40:24 +00:00
Ove Kaaven
b4a5db5590
Improved Wine debugger backtrace. New features:
...
- Displays ebp, in case you want to check stackframes manually
- Detects far calls even when windows apps don't mark them
- Tracks CallFrom16/CallTo16 relaying (thunking)
1999-05-08 12:38:20 +00:00
Ulrich Czekalla
6e709a1ed0
Bugfix: get_sobasename was off by one pointer increment.
1999-05-08 12:37:34 +00:00