Zygo Blaxell
edc858c2ca
wine_openpty is not properly declared (either missing or mismatched
...
declarations) in both places where it is used.
1999-02-09 14:14:16 +00:00
Zygo Blaxell
1084b2cbff
Fix types of GetDIBits functions (LPSTR should be LPVOID).
1999-02-09 14:13:12 +00:00
Huw D M Davies
e5a6049bee
Fixes several problems with SetDIBitsToDevice if xSrc != 0.
...
Thanks to Ian Schmidt for the logs.
1999-02-09 14:11:59 +00:00
Francois Boisvert
47e2b852c3
The systems buttons (minimize/restore/close) now appear on the menu
...
bar of mdi application.
1999-02-09 14:11:19 +00:00
Francois Boisvert
8b39174cc2
Implemented the magic menu items id's used by windows when inserting
...
the minimize/maximize/close buttons in the menu bar of an application.
1999-02-09 14:09:55 +00:00
Jason McMullan
e113b094f2
Adds support for EMR_STRETCHDIBITS in EMFs.
1999-02-09 14:08:57 +00:00
Marcus Meissner
2b9ef809ea
Fixed image size and line size, added 8bit color/palette handling.
1999-02-09 14:08:29 +00:00
Adam the Jazz Guy
b5e0271aba
Fixed formatting of code
...
Now changes to directory of program to be run before starting wine
1999-02-09 14:07:49 +00:00
Stephane Lussier
91bb1f974c
- Cleaned up the message queue when a thread exit (but not the process).
...
- Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
queue link list is corrupted.
1999-02-09 14:07:07 +00:00
Ove Kaaven
4d713f97e0
Sounds were cut off due to integer overflow. Fixed.
1999-02-09 14:05:51 +00:00
Paul Quinn
43c1efdee5
Added windowsx.h for Winelib.
1999-02-09 13:51:58 +00:00
Eric Williams
30008a00ab
Added common dialogs test program.
1999-02-05 17:40:47 +00:00
Noel Borthwick
b427856b45
Added management and allocation of the PERQUEUEDATA structure.
1999-02-05 10:37:53 +00:00
Lionel Ulmer
4ef9251911
- added a dump of the palette creation flags
...
- changed palette creation code in vga.c to prevent useless error
message
1999-02-05 10:23:37 +00:00
Andreas Mohr
e3728cd27a
Use vfat/win95 as default.
1999-02-05 10:16:19 +00:00
Marcus Meissner
676a513524
Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
...
aviinfo and aviplay programs.
1999-02-05 09:41:55 +00:00
Marcus Meissner
a2ca7b9852
Continued hack to win32/console.c, so that the IDA Pro Disassembler
...
works again. Needs much more work however.
1999-02-05 09:32:39 +00:00
Marcus Meissner
c80f32458a
Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
...
problems).
1999-02-05 09:28:51 +00:00
Marcus Meissner
0b64c85799
Added missing ULONG to static const OFFSET_xx.
1999-02-05 09:21:51 +00:00
James Juran
df1d1e1460
Various manpage updates, including the incorrect statement about glibc
...
and clone().
1999-02-04 16:45:40 +00:00
James Juran
0790ef847d
Fix pointer to the Windows Disassembler 32. Thanks to Herbert
...
Rosmanith <herp@wildsau.idv.uni-linz.ac.at> for suggesting this.
1999-02-04 16:40:38 +00:00
Andreas Mohr
2df191bba6
Another usage of non-portable functions...
1999-02-04 16:38:12 +00:00
Andreas Mohr
d2fac756bb
Some values of pBiosData added/fixed.
1999-02-04 16:37:04 +00:00
Patrik Stridvall
8d8703cb48
Moved some more code to the X11 driver.
1999-02-04 14:05:38 +00:00
Patrik Stridvall
c6e6a9aff9
TTY driver changes.
1999-02-04 13:14:42 +00:00
Patrik Stridvall
ab121e7838
X11 driver changes.
1999-02-04 11:11:01 +00:00
Patrik Stridvall
48b5de8388
Non-X11 compile fix for generated code.
1999-02-04 10:51:35 +00:00
Patrik Stridvall
e8c89484e8
Implementation of the new monitor abstraction.
1999-02-04 10:12:55 +00:00
Patrik Stridvall
36bbd62158
New TTY driver for GDI.
1999-02-04 10:10:59 +00:00
Patrik Stridvall
241102884e
- Added the graphics/ttydrv directory.
...
- Don't search for reentrant X when X doesn't exist.
- Added config options HAVE_LIBXXPM
- Added checks if the header files also exist for some libraries
1999-02-04 10:09:54 +00:00
Francois Gouget
a94d649f76
Replaced references to interfaces.h by wine/obj_xxx.h headers instead
...
since these headers already provide the necessary definitions.
1999-02-02 16:14:23 +00:00
Eric Pouech
6aa4f2e7dc
Removed references to obsolete msdos/cdrom.c file.
...
Make use of new Wine internal CD ROM interface.
1999-02-02 16:10:10 +00:00
Eric Pouech
d4926497aa
Fixed tracks indexing in mcicda.c
...
Make use of new Wine internal CD ROM interface.
1999-02-02 15:25:16 +00:00
Eric Pouech
a3e27393b2
New Wine internal interface for handling CD Rom (especially audio CD
...
ROM).
1999-02-02 15:22:03 +00:00
Zygo Blaxell
f861e2773c
Change a few types to match you-know-who's declarations.
...
HTREEITEM is a struct _TREEITEM FAR*
GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
Adjustment of Wine C code to match the new types included.
1999-02-02 13:59:17 +00:00
Uwe Bonnes
72b76a9ebb
Fixed GET_LZ_STATE macro.
1999-02-02 13:55:12 +00:00
Lionel Ulmer
1b95d7369f
Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
1999-02-02 13:27:38 +00:00
Albert den Haan
9cab0d1078
Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
1999-02-02 13:02:59 +00:00
Marcus Meissner
e233d1ae3f
reslen could be used uninitialised in GetFileResource32 (fixes some
...
strange VerQueryValue crashes).
1999-02-02 10:39:33 +00:00
Jan D
6563cc8a23
Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
...
LOCALE_IINTLCURRDIGITS.
1999-02-02 10:35:55 +00:00
Ulrich Weigand
90c245cdbf
Bugfix: Preserve EAX in UnMapSLFixArray().
1999-02-02 10:34:46 +00:00
Eric Kohl
a0a516d60e
Fixes little pointer bug in DPA_DeletePtr().
1999-02-02 10:33:08 +00:00
Ulrich Weigand
16bdc256b9
Implemented KERNEL.434 (UnicodeToAnsi).
1999-02-02 10:27:31 +00:00
Eric Pouech
6ec6492ff6
GetDiskFreeSpaceEx32A can get null pointers and still not crash.
1999-02-02 10:25:41 +00:00
Huw D M Davies
9be2f2a89a
Clear up args to PSDRV_AdvancedSetupDialog.
1999-02-02 10:21:52 +00:00
Huw D M Davies
4a0d405f52
Reduce MAX_FONT_SIZE to 1000.
1999-02-02 10:13:14 +00:00
Alexandre Julliard
4b461128d6
Added input queue to server-side console object,
...
read/write_console_input requests, and use them for
Read/WriteConsoleInput.
1999-01-31 19:04:30 +00:00
Geoff Clare
0b78af7c01
Fix to allow for recvmsg() returning less data than is needed.
1999-01-31 18:57:28 +00:00
Alexandre Julliard
e27326a739
Attempt at fixing the MAX_PATH multiple definition problem.
1999-01-31 18:55:54 +00:00
Alexandre Julliard
4ff2a27c09
Changed DOS extended error handling to be based on SetLastError;
...
should be more thread-safe this way.
1999-01-31 15:23:45 +00:00