Jess Haas
9bfdb1bcfa
Added some more vga video modes.
1999-03-14 13:42:16 +00:00
Pavel Roskin
a0fd289aef
Prevent X11 errors when XCreateWindow is called with zero width or
...
height.
1999-03-14 13:41:07 +00:00
Caolan McNamara
ae8a748aa1
Added metafile support for ExtFloodFill.
1999-03-14 13:40:12 +00:00
Dirk Thierbach
09d9f2e53a
Paint gray text on gray background in checkboxes/radiobuttons by
...
stippling. Also changed the brush used in this case to give better
readability with X fonts.
1999-03-14 13:39:28 +00:00
Andreas Mohr
5aa96c1906
Implemented (nearly) all TAPI functions as stubs.
1999-03-14 12:34:25 +00:00
Michael McCormack
a84860785a
Basic support for WIN32 serial communications API.
...
Modify DOSFS_OpenDevice to allow opening of COM ports.
Change Win32 comm functions to accept file handle.
Add declaration of COMSTAT32 structure.
1999-03-14 12:25:36 +00:00
Ove Kaaven
e1848e5cdb
Fixed a silly VGA-emulation palette bug.
1999-03-14 12:23:17 +00:00
Ove Kaaven
63d3040f8f
Fixed a couple of ugly warnings (caused by ugly errors).
1999-03-14 12:20:12 +00:00
Andreas Mohr
8fc73123ce
Bug fix.
1999-03-14 12:18:51 +00:00
Juergen Schmied
a3b7a40f56
- IShellFolder and IEnumIDList are using the new COM headers
...
- fixed sort order for folders and drives
1999-03-14 12:16:21 +00:00
Ove Kaaven
587729f72a
Corrected location of FAQ.
1999-03-14 12:14:19 +00:00
Ove Kaaven
8f2fd39108
Fully implemented Direct Console Input.
1999-03-14 12:13:43 +00:00
Marcus Meissner
88e651dac3
Fixed newly introduced and some leftover warnings.
1999-03-13 18:20:26 +00:00
Francois Gouget
7ae72f5437
It is now possible to use the standard macros for GetTextExtentPoint
...
and GetTextExtentPoint32.
1999-03-13 18:19:29 +00:00
Francois Gouget
3805ed585f
Fixed some SendMessage32A that escaped the renaming.
1999-03-13 18:15:29 +00:00
Francois Gouget
fcfce8445a
On windows ole2.h includes oleauto.h and some programs depend on this.
1999-03-13 18:14:13 +00:00
Francois Gouget
dfc0f5ec8d
Fixes in the SysAllocString functions prototypes. It's mostly 'const'
...
problems that prevent regular code from compiling.
1999-03-13 18:13:10 +00:00
Pavel Roskin
cb327212c4
File open dialog now uses icons instead of bitmaps.
1999-03-13 18:10:43 +00:00
Marcus Meissner
960c725ee3
Updated AVI* class interface to new ICOM_ methods.
1999-03-13 18:09:16 +00:00
Marcus Meissner
bb3bdbf059
Some fixes and additions.
1999-03-13 18:08:32 +00:00
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