Commit Graph

1431 Commits

Author SHA1 Message Date
Marcus Meissner
b3d1a22a44 Started on avifil32 implementation (only stubs currently). 1999-03-13 18:07:44 +00:00
Patrik Stridvall
8085b6ccfd Reimplemented DrawFocusRect without using X11. 1999-03-13 18:01:45 +00:00
Andreas Mohr
f83cf69b03 Implemented mode setting things as well as VESA additions and other
things. Cleaned up DOSMEM_BiosData handling.
1999-03-13 18:00:52 +00:00
Francis Beaudet
d58f61c0df Implemented the IPersistStream interface on the OLE font object. 1999-03-13 17:59:07 +00:00
Uwe Bonnes
3209a0e6d1 Make function BX=6 round ST0 to integer. 1999-03-13 17:57:26 +00:00
Alexandre Julliard
73cc3ba131 Authors: Paul Quinn <paulq@corel.ca>, Adrian Thurston <adriant@corel.ca>
- Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
          LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
- Added some missing structures and definitions to wingdi.h
- Added proper defines for GetCharWidthsXXX
- Added c++ protection to wingdi.h
1999-03-13 17:12:07 +00:00
Juergen Schmied
dd153f1727 - mostly cleanup after the renaming
- implemented SHILCreateFromPath
- small changed to SHGetFileInfo
1999-03-13 17:10:36 +00:00
Bertho Stultiens
dbf9fba460 Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
structure for compatibility.
1999-03-13 17:09:13 +00:00
Bertho Stultiens
9bdf34b338 Moved error codes to cderr.h. 1999-03-13 17:07:56 +00:00
Peter Ganten
4e5b11680f Fix CreateProcess to handle lpCommandline better. 1999-03-13 17:05:39 +00:00
Peter Ganten
aa546ef661 Change GetStartupInfoA/W to return the real StartupInfo. 1999-03-13 17:04:52 +00:00
Guy Albertelli
4a6af35bc4 Handle null wndPtr for mdi window. 1999-03-13 17:03:41 +00:00
Dave Pickles
d6ade697e1 Fixed a couple of missing #defines for Win32 API functions with
ASCII/Unicode versions.
1999-03-13 17:02:02 +00:00
Ulrich Weigand
48241e999a Implemented UTRegister and UTUnRegister. 1999-03-13 12:54:55 +00:00
Keith Matthews
397964746f Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
DdeSetQualityOfService, DdeSetUserHandle.
Corrected heap handling in DdeInitializeW, refined CreateMutex error
handling.
General tidying.
1999-03-13 12:53:39 +00:00
Pavel Roskin
cbb9549687 Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
OleRevertClientDoc, OleEnumObjects.
1999-03-13 12:51:19 +00:00
Pavel Roskin
95ea7469e8 Definition for OleCreateLinkFromClip was incorrect. 1999-03-13 12:50:08 +00:00
Marcus Meissner
1a27fe6b1a Mask out the upper 12 bits from the resourceid, just like win95 does. 1999-03-13 12:49:31 +00:00
Ove Kaaven
5cc04eb4b3 Updated bug list by my knowledge of them. 1999-03-13 12:49:04 +00:00
Thuy Nguyen
25ec82c133 StgCreateDocfile accepts NULL as a file name. 1999-03-13 12:48:27 +00:00
Caolan McNamara
8e5e588b8e Added support for alternate DIBBITBLT layout. 1999-03-13 12:47:36 +00:00
Sergey Turchanov
006efb357f Buffer size bug in LocateDebugInfoFile. 1999-03-13 12:44:38 +00:00
Andreas Mohr
7d0e449f1f Improved "error" message readability. 1999-03-13 12:43:11 +00:00
Alexandre Julliard
dbc033a261 Fixed process_signaled (thanks to Uwe Bonnes). 1999-03-13 08:58:24 +00:00
Alexandre Julliard
114d9d18fb Fixed make depend 1999-03-13 08:54:39 +00:00
Eric Kohl
cad17ff708 Replaced direct access to the WND structure by corresponding calls to
Win32 functions.
1999-03-12 17:42:50 +00:00
Eric Kohl
fa8ae2f4fb Fixed some bugs introduced by the automated renaming. 1999-03-12 17:40:32 +00:00
Alexandre Julliard
aace28aebb Added sysres_Ru.s 1999-03-12 17:33:20 +00:00
Luc Tourangeau
4d6df2cb91 Changed the listview control to add the report view and fix some bugs
for the list view.
1999-03-12 17:31:08 +00:00
Marcus Meissner
a71e1b4961 Removed use of WND struct. 1999-03-12 17:29:26 +00:00
Marcus Meissner
e9437c73c1 Added #ifdef HAVE_WCTYPE_H. 1999-03-12 17:28:09 +00:00
Thuy Nguyen
47d98fb9c8 Removed direct access to the WND struct. 1999-03-12 17:16:25 +00:00
Juergen Schmied
d3258fc75e Message translation for WM_WININICHANGE. 1999-03-12 17:13:54 +00:00
Pavel Roskin
d8e58eb40d obm_closed_95 should not be drawn inverted. 1999-03-12 17:09:43 +00:00
Sylvain St.Germain
26a83df8eb Removed direct access to the WND struct. 1999-03-12 17:08:11 +00:00
Thuy Nguyen
454ed9f0ba Improved performance. 1999-03-12 17:06:46 +00:00
Stephane Lussier
0d5fe58361 Create a new DC in GetDCEx when none are available. 1999-03-12 17:04:28 +00:00
Stephane Lussier
986de4b12a Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions. 1999-03-12 17:02:32 +00:00
Pavel Roskin
6d40d1b05f Changed the button state to "up" as soon as it is known that the
selection has been cancelled, so the button is redrawn in the "up"
state.
1999-03-12 17:00:13 +00:00
Marcus Meissner
9d9e0606a4 Emulate (well, ignore) mov cr0,eax and mov eax,cr0. 1999-03-12 16:55:46 +00:00
Paul Quinn
ea1640fc0c Added a lot of new OLE interfaces. 1999-03-10 18:03:53 +00:00
Alexander Kanavin
91d72b9964 Added support for Russian language. 1999-03-10 18:01:35 +00:00
Ulrich Weigand
a54084a00f Temporary fix: Activate 16-bit system timer callback routines, but
skip calling them if timer signal occured while current thread was
holding the Win16Lock (to prevent 16-bit stack corruption).
1999-03-10 17:49:26 +00:00
Ulrich Weigand
3366f18464 Implemented _ConfirmWin16Lock (KERNEL32.96). 1999-03-10 16:25:22 +00:00
Lionel Ulmer
19cf14f5e8 - some clean up in handling of depth
- more depth conversion routines for X11 (15, 16 and 32 -> 8)
1999-03-10 16:22:35 +00:00
Stephane Lussier
bae5552a14 Implemented SendMessageTimeout() functions. 1999-03-10 16:21:12 +00:00
Marcel Baur
ebe76b73a9 Added Boyer-Moore text search. 1999-03-10 15:11:01 +00:00
Ulrich Weigand
e562453dae Added USER.DestroyIcon32 to Callout struct. 1999-03-10 14:06:53 +00:00
Ulrich Weigand
1442253dfa Deleted NE_FreePEResource(). 1999-03-10 14:04:39 +00:00
Ulrich Weigand
1b938b1817 Adapted to cursor/icon handling changes. 1999-03-10 14:03:06 +00:00