Bertho Stultiens
27a0ced6e1
Change a couple of names that would conflict after all 32[AW] suffixes
...
are removed. Structures defined in both mmreg.h and mmsystem.h are
protected with #ifdef:s as in MS' headers.
1999-02-14 09:41:42 +00:00
Marcus Meissner
b178207920
Added possibility to load .stabs/.stabstr sections from PE dlls.
...
Unfortunately my samples use currently typedefs which wine-dbg does
not understand, so no actual parsing.
1999-02-14 09:27:42 +00:00
Marcus Meissner
fb0192236b
Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
1999-02-14 09:25:37 +00:00
Juergen Schmied
4a1dbaf602
Implementation of ConvertDefaultLocale32.
1999-02-14 09:22:12 +00:00
Bertho Stultiens
231dfa2af9
Fixed a couple of faulty names used in wine and typos so that it will
...
compile again after conversion from 32[AW] naming to [AW] naming.
1999-02-13 17:56:28 +00:00
Marcus Meissner
9faa7d735a
Moved the if1632/signal.c stuff into loader/signal.c, adapted function
...
pointers for wine_debug and INSTR_EmulateInstruction.
1999-02-13 17:55:17 +00:00
Eric Pouech
c11b167f62
Added support for MCI AVI driver
...
Added some fixes mixer functions
Fixed MCI string comparison (thanks to Lionel ULMER)
No longer using 16 bit USER functions (use their 32 bit counter part)
Reindenting.
Added function sndPlaySound32W
1999-02-13 12:38:09 +00:00
Francois Gouget
6ccda0d582
Added the actual interface definitions to the obj_marshal.h skeleton
...
file. Also defined the associated C API.
1999-02-13 12:25:03 +00:00
James Juran
c70dc833da
Created include/Makefile.in to separate header file installation from
...
the top-level Makefile.
1999-02-13 12:18:33 +00:00
Francis Beaudet
3f7ad7aa98
Implemented the OLE Drag and Drop target registration mechanism and
...
the DoDragDrop loop to perform the DnD operation.
1999-02-13 09:13:49 +00:00
Francois Boisvert
197a8e163e
Implemented the WIN31 Look mdi buttons and also some defines for the
...
magic menu items.
1999-02-13 09:10:17 +00:00
Ian Schmidt
b67af9cd54
Added entries for most Crypt* calls.
...
Added stub for CryptAcquireContextA. This allows Win98 EXPLORER.EXE
to get farther.
1999-02-13 09:08:33 +00:00
Francois Gouget
15382c5ed5
Make the REFxxx types const even in C. Also add FMTID.
1999-02-13 08:57:29 +00:00
Marcus Meissner
592c910b7c
Implemented MapVirtualKeyEx (ticket 21).
...
Ignore keyboard layout for now.
1999-02-13 08:53:22 +00:00
Francois Gouget
7c5c8dd28a
Added the actual interface definitions to the obj_clientserver.h
...
skeleton file.
1999-02-13 07:36:39 +00:00
Juergen Schmied
cdbdab74bd
Made nt-related types compatible, throw out wine-specific types.
1999-02-12 13:44:38 +00:00
Klaas van Gend
4a8639cc4b
Added support for the Dutch language.
1999-02-11 16:32:16 +00:00
Alexandre Julliard
066644485f
Authors: Adrian Thurston <adriant@corel.ca>, Zygo Blaxell <zblaxell@corel.ca>
...
Move property sheets from commctrl.h into into prsht.h.
1999-02-11 16:22:12 +00:00
Alexandre Julliard
5954560598
Authors: Paul Quinn <paulq@corel.ca>, Albert Den Haan <albertd@corel.ca>
...
Moves files from print.h to winspool.h for better SDK header compliance
for Winelib programs.
1999-02-10 06:52:57 +00:00
Alexandre Julliard
894077f402
Authors: Albert Den Haan <albertd@corel.ca>, Adrian Thurston <athursto@corel.ca>, Paul Quinn <paulq@corel.ca>, Zygo Blaxell <zygob@corel.ca>
...
Miscellaneous patches to header files. All of these are supposedly there
to help build Winelib applications.
1999-02-10 06:48:49 +00:00
Alexandre Julliard
9b30109432
Authors: Albert Den Haan <albertd@corel.ca>, Adrian Thurston <athursto@corel.ca>, Paul Quinn <paulq@corel.ca>, Zygo Blaxell <zygob@corel.ca>
...
More types we need for compiling Winelib/MFC applications.
1999-02-10 06:45:30 +00:00
Alexandre Julliard
e32be24dfc
Authors: Paul Quinn <paulq@corel.ca>, Adrian Thurston <adriant@corel.ca>
...
More types for common controls. Needed for Winelib.
1999-02-10 06:43:59 +00:00
Francois Gouget
93217c6056
Better set of macros for defining the COM interfaces.
1999-02-10 06:42:03 +00:00
Michael Veksler
17822f452f
Moved everything out of windows.h.
1999-02-09 15:46:25 +00:00
Brad Pepers
0bdff36d38
WinG fixes.
1999-02-09 15:37:16 +00:00
Stephane Lussier
b3a99de50d
-Fixed MESSAGE functions that were thunking down to 16 bits implementation.
...
So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
with this patch. Unicode version of those functions is currently only
calling the ASCII version.
-Fixed queue signaling using a new EVENT object in the queue for 32 bits
thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
right EVENT.
1999-02-09 15:35:12 +00:00
Francois Gouget
a914fa1e04
DllGetClassObject should take a REFCLSID not an LPCLSID.
1999-02-09 15:31:25 +00:00
Ulrich Weigand
4f85bad39e
Change fault handler 'addr' argument to LPCVOID.
1999-02-09 15:30:22 +00:00
Marcus Meissner
69c0bbea1a
Some small bugfixes, added more PE relocation types (for WinCE mostly),
...
some console prototypes, -dll is useful for winelib too, regtest
compile fixed.
1999-02-09 14:25:57 +00:00
Paul Quinn
f8db63bbc0
GetCursorPos is actually a BOOL.
1999-02-09 14:24:45 +00:00
Alexandre Julliard
f4eb65b2ff
Authors: Paul Quinn <paulq@corel.ca>, Adrian Thurston <adriant@corel.ca>
...
More types, C++ protection, and a typo correction for mmsystem.h.
1999-02-09 14:22:01 +00:00
Zygo Blaxell
50d41fae21
Move the #define of DUMMYUNIONNAME* to before they are used.
...
Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
Define "TV_ITEM" to agree with you-know-who's documentation.
1999-02-09 14:20:05 +00:00
Lionel Ulmer
629b9fa4a3
Added buffered device access for DInput's mouse driver.
1999-02-09 14:18:21 +00:00
Zygo Blaxell
1084b2cbff
Fix types of GetDIBits functions (LPSTR should be LPVOID).
1999-02-09 14:13:12 +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
Paul Quinn
43c1efdee5
Added windowsx.h for Winelib.
1999-02-09 13:51:58 +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
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
Patrik Stridvall
8d8703cb48
Moved some more code to the X11 driver.
1999-02-04 14:05:38 +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
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
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
Lionel Ulmer
1b95d7369f
Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
1999-02-02 13:27:38 +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
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
Alexandre Julliard
0ad42fa789
Added a lot of new error definitions.
1999-01-31 15:04:42 +00:00
Alexandre Julliard
cb8ef7d2bb
Dialog window should not be destroyed in DefDlgProc; this break
...
modeless dialogs.
1999-01-31 15:02:23 +00:00
Alexandre Julliard
57f96abee0
Release 990131.
1999-01-31 10:46:35 +00:00
Ulrich Weigand
6d76a209db
Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
...
usable by the VERSION code.
1999-01-31 10:13:44 +00:00
Ulrich Weigand
9a61495c8f
Added GetResDirEntryA for use by the VERSION code.
1999-01-31 10:13:13 +00:00
Ulrich Weigand
667fc3af66
Implementation of VER.DLL. Thunks up to VERSION.DLL.
1999-01-31 10:08:42 +00:00
Juergen Schmied
e4b41afa4a
Stub for PathQualify32[A|W].
1999-01-31 10:00:26 +00:00
Alex Korobka
6479f0fab2
Added an implementation of MRSW locks.
1999-01-31 09:24:44 +00:00
Marcus Meissner
3ad2b93f2d
Enable/disable relay32 debugging on the fly. Start app with
...
-debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
1999-01-30 15:55:28 +00:00
Lionel Ulmer
a1d6d247d4
Added check for the presence of Mesa's header files.
1999-01-30 15:54:43 +00:00
Andreas Mohr
a63458d87c
Some interrupt enhancements.
1999-01-30 13:39:21 +00:00
Francis Beaudet
f56d029f96
Implemented the startup-shutdown mechanism for the COM subsystem.
...
Implemented the Class object registration mechanism.
1999-01-30 13:36:55 +00:00
Francis Beaudet
d92b9475a9
Added an implementation of the OLE structured storage. The main
...
features of this implementation are:
- Can open storages created in Windows.
- Can create new storages that the windows libraries can
read.
- Provides all the functionality to create/open/remove and
rename streams and storages inside the main storage object.
1999-01-30 13:24:23 +00:00
Ove Kaaven
b77de0298d
Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
...
through a function pointer instead. Added a few traces. Fixed the
"Memory corruption !" message in DGA mode. Commented out an
unnecessary TSXF86VidModeSetViewPort that caused my X server to
act up, relying on TSXF86DGASetViewPort instead.
1999-01-30 13:17:54 +00:00
Alex Priem
b2e099cfed
Small update.
1999-01-30 13:04:01 +00:00
Alex Priem
d2d7f96938
- The usual bugfixes.
...
- Better unicode support (only defines, currently)
- Drag & drop implemented.
- LPSTR_TEXTCALLBACK should work now.
- First start at custom draw code.
1999-01-30 13:02:30 +00:00
Joseph Pranevich
9c77b4747f
Preliminary color console support.
1999-01-30 12:51:09 +00:00
Marcus Meissner
32b32d8f3d
Updated msvideo. New program 'icinfo [-about] [-configure]' to
...
query installed (win32) compressors. Started on AVIFILE support.
1999-01-29 15:12:10 +00:00
Noomen Hamza
3fb3da29a1
Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
...
classes.
1999-01-28 17:56:14 +00:00
Andreas Mohr
4d71236544
Fixed non-i386 compile.
1999-01-28 17:32:57 +00:00
Keith Matthews
e32abe8a76
1st cut implementation of DdeInitialize32W and supporting code.
1999-01-28 16:26:39 +00:00
Stephane Lussier
1c4786fedf
- Made the message queue access to be thread safe. (Using two new
...
functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
instead of GlobalLock16()).
- Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
wine-debugger).
1999-01-28 10:54:11 +00:00
Marcus Meissner
03479f8adb
Fixed a lot of warnings for possible problems.
1999-01-28 10:06:38 +00:00
Marcus Meissner
ffb912e692
Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
1999-01-28 09:14:38 +00:00
Eric Pouech
0248381a14
Added support for loading drivers in Wine.
1999-01-26 17:23:30 +00:00
Lionel Ulmer
6e95399049
- added depth conversion routines (only 8bpp -> 16 bpp for now)
...
- added support of DEPTH_FILL for Blits
- added some flags in GetCaps to get some games working
1999-01-26 15:16:41 +00:00
Andreas Mohr
22c904d3ca
Implemented GetIconInfo16 -> call to GetIconInfo32.
1999-01-26 14:56:01 +00:00
Juergen Schmied
26ff83dfed
Changed some treeview related definitions.
1999-01-26 10:35:53 +00:00
Stephane Lussier
a4c8445ba3
- Changing MESSAGEQUEUE structure according to Ulrich proposition.
...
- One message queue for every thread needing it.
- Messages in the message queue are now stored in a linked list
- Messages are allocated in the system heap.
- Messages in the message queue are 32 bits (MSG32).
- All read/write operations regarding messages in the message queue are
thread safe.
1999-01-26 09:30:05 +00:00
Eric Kohl
d68d50142f
Fixed several bugs and typos.
1999-01-24 19:14:58 +00:00
Eric Kohl
b406c7d42a
New drag list control.
1999-01-24 19:12:34 +00:00
Eric Kohl
8305ad50ea
Added WM_[G/S]ETFONT handling.
1999-01-24 19:09:24 +00:00
Sylvain St.Germain
4fcd6d0fb1
Implementation of the SafeArray family functions.
1999-01-24 18:52:55 +00:00
Guy Albertelli
c66f5d5983
Added stub for SetThreadLocale.
1999-01-24 09:59:14 +00:00
Marcus Meissner
40c11ebfa2
Allow switching off/on of debugmsgs in the debugger.
1999-01-24 09:37:33 +00:00
Andreas Mohr
a7894d9311
Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
...
data.
1999-01-24 09:32:10 +00:00
Andreas Mohr
94e4485bff
Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
...
DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
WIN16_PeekMessage32 and WIN16_TranslateMessage32.
1999-01-23 14:15:17 +00:00
Juergen Schmied
ba28ba171f
- some fixes, cleaned up includes, fixed leaks
...
- clean DllReferenceCount, better DllMain()
- dynamically linking LookupIconIdFromDirectoryEx32 and
CreateIconFromResourceEx32 to USER32
- moved guid's instances to new file shellguid.c
- implemented ShellExecuteEx32W
1999-01-23 14:12:48 +00:00
Juergen Schmied
f072fc97d7
New file to instantiate GUID's ms-like.
1999-01-23 14:05:28 +00:00
Marcus Meissner
b12e72d685
DOS programs use handles 0-4 without opening/closing any of those
...
handles first. Split up Init from AllocDosHandle and call it from
the DOSVM.
1999-01-23 14:01:08 +00:00
Alexandre Julliard
3d50646786
Fixed GetObject macro problem.
1999-01-23 12:37:00 +00:00
Lionel Ulmer
0155445059
- better support for ExecuteBuffers
1999-01-23 12:29:44 +00:00
Rob Riggs
689b9f8993
Fixed duplicate sound buffer handling. Updated status.
1999-01-23 12:19:34 +00:00
Marcus Meissner
628e3e0f01
Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
1999-01-23 11:56:39 +00:00
Sylvain St.Germain
18aacf15cc
DoDragDrop and OleIsCurrentClipboard stub implementation.
1999-01-23 11:54:12 +00:00
Marcus Meissner
688c565880
Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
...
API, PE_ACCEL for PE Accelerators. See documentation/accelerators.
1999-01-22 17:09:46 +00:00
Francis Beaudet
f25ac7ccc5
There were two copies of the DdeCmpStringHandles (A and W) and that
...
API does not have 2 versions. Removed the extra version.
1999-01-21 14:05:11 +00:00
Marcus Meissner
592ba10565
autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
...
fixed includers.
1999-01-20 14:18:55 +00:00
Alexandre Julliard
62a8b43301
Hacked server-side device support
...
Added user APCs support.
Many changes to the xterm console to make use of the server (not
finished yet).
Moved some other small stuff to the server.
1999-01-19 17:48:23 +00:00
Alexandre Julliard
8da12c43a9
Group commit for recovery after disk crash.
...
See Changelog for changes WRT release 990110.
1999-01-17 16:55:11 +00:00
Alexandre Julliard
638f169b1e
Recovery of release 990110 after disk crash.
...
See Changelog for changes between 990103 and 990110.
1999-01-17 16:32:32 +00:00
Alexandre Julliard
7a2f5019af
Release 990103.
1999-01-03 17:27:57 +00:00
Lionel Ulmer
5ff007747f
- beginning of implementation of Direct3D2 (DX 5.0) and associated classes
...
- some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
- added stretching to Blt function
1999-01-03 17:00:19 +00:00
Joseph Pranevich
e884f9ca0e
Rewrite of configuration system to support "regular" curses as well as
...
eliminating the --with-ncurses option. Now, ncurses support will be
built in if a compatible library is detected.
1999-01-03 16:14:34 +00:00
NF Stevens
e365a23341
Fix the return type of DLGPROC type and mask out the unset highword of
...
the return when a 16 bit dialog proc is called.
1999-01-03 16:13:08 +00:00
Rein Klazes
862404537e
Add interface ID's for upcoming ITypeLib implementation.
1999-01-03 16:12:29 +00:00
Juergen Schmied
afb1d2e8ec
New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
...
Cleanup, some more functions UNICODE ready.
1999-01-03 12:35:52 +00:00
Andreas Mohr
cc0248e52d
Implemented raw device access calls for ioctlGenericBlkDevReq()
...
and therefore moved the core functionality of int2[56].c into files/drive.c.
1999-01-03 12:31:51 +00:00
Alexandre Julliard
0562539d18
Implemented file sharing checks in the server.
...
Added set file time server request.
Overall clean up of the file handling (DOS device handling is now
broken, should be redone).
1999-01-03 11:55:56 +00:00
Dimitrie O. Paun
3c77035a72
Protect against multiple includes.
1999-01-01 19:50:40 +00:00
Michael Veksler
ca1bc866cf
Moves more stuff from windows.h.
...
- include/winuser.h - interface relevant to user32.spec
- include/wine/winuser16.h - the old 16 bit interface (internal use)
- include/winbase.h - some minor updates to keep things coherent.
- Lot of other files made to include wine/winuser16.h, which is no
longer included from windows.h
1999-01-01 18:57:33 +00:00
Douglas Ridgway
ab9e8bc9f7
Implement TranslateCharsetInfo, change charset type to BYTE.
1999-01-01 18:41:22 +00:00
Alex Korobka
311d329cb8
Better CB_SETCURSEL message handling.
1999-01-01 18:40:02 +00:00
Alexandre Julliard
dbf2bf00bc
Moved MsgWaitForMultipleObject implementation to USER routines, using
...
a normal Win32 event.
1999-01-01 17:05:53 +00:00
Alexandre Julliard
6ebbe3c949
Cleaned up and removed some no longer used code.
1999-01-01 17:04:00 +00:00
Alexandre Julliard
a8b8d9c0f6
Added server-side file mapping object support.
1999-01-01 16:59:27 +00:00
Alexandre Julliard
f8e741bcbe
Take into account handle inheritance flag.
1999-01-01 16:53:11 +00:00
Alexandre Julliard
55443878fc
Removed client-side wait functions; all waiting is now done through
...
the server.
1998-12-31 15:52:06 +00:00
Alexandre Julliard
63cb0f8b99
Added change notifications.
...
Added global handle support.
1998-12-31 15:43:48 +00:00
Alexandre Julliard
748ff0f985
Changed server wait logic a bit.
1998-12-30 12:11:52 +00:00
Alexandre Julliard
fbe63adcc7
Reimplemented Read/WriteFile to use server file descriptors.
...
Removed file position hack as it is wrong for Win32 (should be redone
for Win16 only).
1998-12-30 12:10:06 +00:00
Alexandre Julliard
aa0ebd0f1c
Added several file server requests
...
Added server-side pipes and consoles
1998-12-30 12:06:45 +00:00
Alexandre Julliard
338e757d08
Added beginnings of server-side file handling.
...
Added -debugmsg +server support.
Better server request dumping for varargs requests.
1998-12-27 15:28:54 +00:00
Alexandre Julliard
c6e45ed546
Added add_queue/remove_queue to server object operations.
...
Moved select() loop functions to select.c.
1998-12-27 08:35:39 +00:00
Juergen Schmied
69f2ea69f5
Fixed tons of incomplete prototypes, assignment's of pointer with
...
different signedness, superflous ',' and ';' in structures, wrong
return-types, lose of digits and some small glitches.
1998-12-26 19:44:13 +00:00
Alex Korobka
01d1a6a03c
Cleaned up font encoding handling. Added 'Ignore#' option to the
...
[fonts] section. Also, file with cached metrics now has the value of
$DISPLAY appended to the filename.
1998-12-26 19:42:02 +00:00
Marcus Meissner
73458b03cd
Changed // comments to /* */ so WINE compiles with non-gcc compilers
...
again.
1998-12-26 12:54:29 +00:00
Patrik Stridvall
151170c437
Moved more things to the X11 driver.
1998-12-26 12:00:43 +00:00
Francois Gouget
815d320795
Fixed the prototype of CreateDIBPatternBrushPt
1998-12-26 11:57:38 +00:00
Francois Gouget
f324e5e92c
Removed the CN_xxx macros since they are not used, do not correspond to
...
any Windows define and conflict with MFC defines.
windows.h must provide all the definitions contained in winbase.h
Some Xxx32 functions did not have the associated Xxx macro.
1998-12-26 11:56:22 +00:00
Francois Gouget
f07c1633ac
Added a typedef for __int64 which is a builtin Visual C++ type
...
Added a typedef for PUINT
1998-12-26 11:55:05 +00:00
Francois Gouget
20d3f10b31
REFIID was not defined.
1998-12-26 11:53:29 +00:00
Pavel Roskin
94d99642bd
configure first checks whether it is possible to compile IPX code with
...
Glibc headers. If it fails, next check determines whether direct inclusion
of <linux/ipx.h> works.
1998-12-26 11:52:51 +00:00
Francois Gouget
0149b20b6e
Provides the mappings. MBCS and Unicode functions are not implemented.
...
Standard (SBCS) functions may exist or not, with the same or a different
semantics.
1998-12-26 11:50:11 +00:00
Alex Priem
d70de84e6e
IPaddress common control implementation. First try; needs more work to
...
remove boring bugs.
1998-12-26 11:48:35 +00:00
Juergen Schmied
0bb85b10c2
Fixed the TEXT redefined warnings.
1998-12-25 08:55:15 +00:00
Joseph Pranevich
06591f671f
Add support for selection of console mode drivers to use using the
...
-console option. Currently "tty", "ncurses", and "xterm" are
supported.
Add stubs for resizing the screen on mode changes.
1998-12-25 08:48:56 +00:00
Jean-Claude Cote
c65f4a4757
Partial implementation for the following DDE APIs:
...
DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
DdeQueryString, DdeUninitialize.
1998-12-25 08:46:42 +00:00
Alex Priem
506115b8c5
- Tooltip support
...
- Vertical trackbars supported now
- TBS_BOTH support (goes along with partial cleanup of drawing code)
- Use COMCTL32 heap instead of system heap
1998-12-24 16:58:01 +00:00
Peter Hunnisett
2d37e9b8cf
Added all clipper&3d stubs.
...
Starting ColorKey support.
Fixed trace statement in DirectDrawCreate as formatting wasn't correct.
Changed "return 0;" to "return DD_OK" or "return S_OK" as appropriate.
Added SurfaceEnum dwFlags.
1998-12-24 16:28:57 +00:00
Peter Hunnisett
92cbc1d343
Added macros to header file for easier function calling.
...
Changed implementation a little bit.
Added stubs for dplay3. Still need to break into A and W versions.
1998-12-24 16:27:46 +00:00
Jean-Claude Cote
72bf0868a2
Implemented the GetBinaryType API function.
1998-12-24 16:24:43 +00:00
Ulrich Weigand
89b93bf26b
Implemented stub for InitThreadInput.
...
Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
1998-12-24 15:15:00 +00:00
Ulrich Weigand
61439d27fb
Callout table (for KERNEL->USER calls) added.
...
Callbacks->CallPostAppMessageProc removed.
1998-12-24 15:12:20 +00:00
Ulrich Weigand
be672fe587
Handle non-hardware X events correctly with native USER
...
(removed reference to MESSAGEQUEUE from KERNEL code).
Handle Expose events with native USER.
1998-12-24 14:59:53 +00:00
Douglas Ridgway
4f7d9ed1ac
Documentation for TranslateCharsetInfo.
1998-12-18 17:38:39 +00:00
François Gouget
d604eb12ff
First step to make it possible to call COM interfaces from C++ code in
...
Winelib.
1998-12-18 16:00:03 +00:00
Alex Priem
374a0a8fe2
Preliminary tooltip support.
...
WM_SETFONT/GETFONT added.
Some bug fixes.
Use COMCTL32 heap instead of system heap.
1998-12-18 15:56:48 +00:00
Ulrich Weigand
ffa2c6f9ba
Reorganized PE module loading to prepare for elf-dll loader.
...
WINE_MODREF creation moved to one central location.
Bugfix: correctly select native/built-in version if .DLL
extension is missing in LoadLibrary call.
1998-12-18 15:38:15 +00:00