Ulrich Weigand
|
bb1984e6bd
|
Separated Win16 (USER) and Win32 (MPR) network routines.
Moved implementation of MPR to dlls/mpr/.
Added proper headers and stubs for missing MPR routines.
|
1999-08-07 14:32:33 +00:00 |
Klaas van Gend
|
3d5f2a88d3
|
Implemented the return of hDevModes and hDevNames in the PRINTDLG
structure of PrintDlgA().
|
1999-08-07 12:34:54 +00:00 |
Ove Kaaven
|
6103e4b195
|
Made hardware_event use win32-conformant parameters.
|
1999-08-07 12:33:35 +00:00 |
Marcus Meissner
|
028e9a1720
|
Implemented DirectInput Joystick support (tested with WC:Prophecy).
|
1999-08-04 15:07:56 +00:00 |
Alexandre Julliard
|
15de615276
|
Got rid of dsprintf and related macros.
|
1999-08-04 12:22:42 +00:00 |
Alexandre Julliard
|
7d8cfeb95c
|
Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
aliasing optimization problems.
|
1999-08-01 14:58:01 +00:00 |
Alexandre Julliard
|
bdf83bc546
|
Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
|
1999-08-01 14:54:16 +00:00 |
Alexandre Julliard
|
beb8fabf22
|
Removed async I/O support.
|
1999-08-01 14:51:26 +00:00 |
Alexandre Julliard
|
c9c2a59c62
|
Use the service thread for comm notifications.
|
1999-08-01 14:46:51 +00:00 |
Alexandre Julliard
|
a1089c59b9
|
Made stack manipulation macros into inline functions.
Changed a few accesses to context registers to avoid potential
aliasing optimization problems.
|
1999-08-01 12:51:55 +00:00 |
Alexandre Julliard
|
b375678277
|
Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
SIGCONTEXT.
|
1999-08-01 12:15:12 +00:00 |
Alexandre Julliard
|
44379e8a43
|
Release 990731.
|
1999-07-31 19:55:06 +00:00 |
Marcus Meissner
|
4a0af4223e
|
Added CONTEXT for ALPHA and MIPS.
|
1999-07-31 19:22:25 +00:00 |
Patrik Stridvall
|
2c684081c1
|
Fixed some of the issues reported by Solaris Lint.
|
1999-07-31 17:36:48 +00:00 |
Patrik Stridvall
|
cf4333240c
|
Solaris C/C++ compile fix.
|
1999-07-31 17:35:33 +00:00 |
Patrik Stridvall
|
0e38aa7fda
|
Various ANSI C compability fixes.
|
1999-07-31 17:34:43 +00:00 |
Patrik Stridvall
|
b8684a266b
|
Fixed some of the issues reported by winapi-check.
|
1999-07-31 17:32:05 +00:00 |
Ulrich Weigand
|
081daf7d21
|
Implemented KERNEL.447 (WIN32_OldYield16).
|
1999-07-31 17:27:38 +00:00 |
Patrik Stridvall
|
26ffb3cd76
|
Fixed/added missing/wrong function prototypes and made internal
functions static.
|
1999-07-31 14:41:43 +00:00 |
Patrik Stridvall
|
478eee17be
|
Eliminated warnings.
|
1999-07-31 13:13:23 +00:00 |
Eric Kohl
|
f9b580701f
|
Some more messages.
|
1999-07-31 13:09:40 +00:00 |
Alex Priem
|
d144e4a35b
|
Bugfixes & further updates for the month calendar common control.
|
1999-07-31 11:13:25 +00:00 |
Alex Priem
|
c8cc32587a
|
Started implementing date/time common control.
|
1999-07-31 11:12:45 +00:00 |
Klaas van Gend
|
43ac3d6b3e
|
- added Collate/NoCollate Icons to Print32 dialog (unfortunately they
don't display yet).
- added status strings.
- added string table for internationalisation of several internal
message boxes.
|
1999-07-30 18:10:21 +00:00 |
Yuxi Zhang
|
4e40dc0ec6
|
Removed duplicated defines in winuser.h and commctrl.h. Also corrected
a typo for SW_MAX value.
|
1999-07-30 18:09:07 +00:00 |
Luc Tourangeau
|
63ff31eacd
|
Added a call to the newpath operator immediately before the arc
operator.
|
1999-07-30 18:04:25 +00:00 |
Ulrich Weigand
|
98c3053e6e
|
Added FinalUserInit16/FinalGdiInit16 stubs.
Call out to FinalUserInit in MAIN_EmulatorRun.
|
1999-07-27 17:10:06 +00:00 |
Francois Boisvert
|
87b81de0bc
|
Implemented the Win95 file open/save dialogs.
|
1999-07-27 16:20:36 +00:00 |
Huw D M Davies
|
0f184bf01f
|
Added more paper sizes and bin names to PPD parser.
|
1999-07-27 16:09:40 +00:00 |
Juergen Schmied
|
565b2e0b5d
|
Many fixes/reimplementations.
|
1999-07-25 12:26:05 +00:00 |
Juergen Schmied
|
f518b1939e
|
New file. Contains functions not in the official headers but widely
used from other dlls.
|
1999-07-25 12:17:31 +00:00 |
Huw D M Davies
|
815615025e
|
{Start|End}{Doc|Page} go through DCfuncs.
Implement these in the PostScript driver.
Change PSDRV_Escape to use them.
|
1999-07-25 11:25:59 +00:00 |
Juergen Schmied
|
235776bdc3
|
Fixed incomplete proto.
|
1999-07-25 11:17:37 +00:00 |
Ulrich Weigand
|
2f4bd6617f
|
Unify startup sequence for Wine and WineLib.
|
1999-07-24 12:20:24 +00:00 |
Noel Borthwick
|
83579c8286
|
Fix bug with pasting Wine clipboard content to external applications,
by storing clipboard data on the shared system heap.
|
1999-07-24 12:18:04 +00:00 |
Francois Boisvert
|
56c36e3dc7
|
Implemented TREEVIEW_InsertItemW.
|
1999-07-24 12:14:51 +00:00 |
Sylvain St-Germain
|
00bf3811ae
|
Fixed inconsistency in conditions that determines if a window requires
a WM border.
|
1999-07-24 12:11:22 +00:00 |
Huw D M Davies
|
28896ee7bf
|
For large font sizes call XLoadQueryFont with a 100 pixel high font
and rescale the metrics.
|
1999-07-24 12:10:23 +00:00 |
Huw D M Davies
|
d016b0a02d
|
Implement handling of 32 bit AbortProc.
|
1999-07-24 12:09:34 +00:00 |
Lionel Ulmer
|
3b8a724228
|
Suppressed compiler warning by using the 'unused' attribute.
|
1999-07-24 12:08:20 +00:00 |
Eric Pouech
|
923f02bbbc
|
Removed some no longer used prototypes.
Added command tables to MCI structure.
|
1999-07-24 10:38:51 +00:00 |
Eric Pouech
|
87b9aa8e0f
|
Fixed buggy prototype.
|
1999-07-24 10:38:13 +00:00 |
Ulrich Weigand
|
8dbffe70fb
|
Removed MODULE_GetWndProcEntry16().
Use 32-bit window procedures in COMMDLG instead.
|
1999-07-24 10:27:58 +00:00 |
Paul Quinn
|
270c23d8b4
|
Add a few stubs, some C++ compatibility, and fix a few types.
|
1999-07-24 10:24:09 +00:00 |
Albert den Haan
|
dcbb9c0f4c
|
Declare only one instance of GUID_NULL.
|
1999-07-24 10:20:50 +00:00 |
Lionel Ulmer
|
5d68f79a8b
|
Better detection of OpenGL.
|
1999-07-23 19:33:24 +00:00 |
Ulrich Weigand
|
22d2c527b8
|
Bugfix: Reverted CallTo16 routines to STDCALL convention.
|
1999-07-23 19:27:36 +00:00 |
Huw D M Davies
|
bb14056c16
|
EnumJobs stub.
Update graphics/psdrv/README.
Add warnings to DRIVER_GetDriverName.
|
1999-07-23 19:23:49 +00:00 |
Lionel Ulmer
|
2bce6fea7e
|
- Added a new option 'noxshm'
- Added a 16bpp -> 32 bpp conversion function
|
1999-07-23 19:19:56 +00:00 |
Luc Tourangeau
|
effc55ea83
|
- implementation of SetDeviceClipping
- coordinate system origin fix
|
1999-07-18 18:34:45 +00:00 |