..
bitmaps
Changed the pixmap to look like the windows default application icon.
1999-09-10 14:00:57 +00:00
wine
Removed a lot of unnecessary includes and fixed the compile errors.
2000-03-08 18:26:56 +00:00
.cvsignore
Created include/Makefile.in to separate header file installation from
1999-02-13 12:18:33 +00:00
Makefile.in
Build most dlls as separate shared libraries.
2000-01-31 05:02:49 +00:00
acconfig.h
Made winmm a separate shared library.
2000-02-26 13:45:34 +00:00
animate.h
First working version.
1999-10-23 14:01:32 +00:00
aspi.h
Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
2000-01-08 22:25:02 +00:00
authors.h
Updated authors list from the Changelog. Please let me know if you
2000-01-05 01:53:08 +00:00
basetsd.h
Started on an implementation of Win64 for use on 64 bit platforms.
1999-07-04 15:56:03 +00:00
bitmap.h
- Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine
1999-09-20 15:42:47 +00:00
brush.h
Large-scale renaming of all Win32 functions and types to use the
1999-02-26 11:11:13 +00:00
builtin16.h
Added automatic registration of built-in DLLs.
2000-01-16 03:37:05 +00:00
builtin32.h
Added .spec keyword 'mode' to allow creating built-in EXE modules.
2000-02-03 01:33:48 +00:00
button.h
Use an extra bit in the button status byte to flag whether the
1999-09-27 11:38:47 +00:00
cache.h
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
callback.h
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
2000-02-10 19:03:02 +00:00
casemap.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
cderr.h
Moved error codes to cderr.h.
1999-03-13 17:07:56 +00:00
cdrom.h
- implemented serial numbers for audio CDs and data CDs
2000-02-07 16:28:52 +00:00
class.h
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
clipboard.h
- Implement interprocess clipboard communication.
1999-09-03 15:17:57 +00:00
color.h
Removed extra includes from ole.h and wingdi.h.
2000-02-10 19:39:48 +00:00
combo.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
comboex.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
comm.h
Made win16 serial comms less of a CPU hog.
1999-11-25 21:57:32 +00:00
commctrl.h
Added necessary defines and structures to compile WineLib apps using
2000-02-26 18:30:12 +00:00
commdlg.h
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
2000-02-10 19:03:02 +00:00
compobj.h
Removed unnecessary includes from ole related files.
1999-08-18 18:35:57 +00:00
config.h.in
Made winmm a separate shared library.
2000-02-26 13:45:34 +00:00
console.h
Store config file contents in the registry so we only have to load it
2000-02-19 20:50:00 +00:00
crtdll.h
Add prototype for CRTDLL_wcstol.
2000-02-25 21:35:39 +00:00
cursoricon.h
Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
1999-09-04 11:16:48 +00:00
d3d.h
Suppressed the inclusion of OpenGL headers.
1999-12-04 03:57:47 +00:00
datetime.h
- Implementation of WM_SETFORMAT
2000-02-03 00:48:39 +00:00
dc.h
Large-scale renaming of all Win32 functions and types to use the
1999-02-26 11:11:13 +00:00
dce.h
Removed a lot of unnecessary includes and fixed the compile errors.
2000-03-08 18:26:56 +00:00
dde.h
Removed the old, historical and no longer working IPC support.
1999-07-11 14:13:56 +00:00
ddeml.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
ddraw.h
Added GUIDs, defines, and structures for DirectX7.
2000-02-10 22:38:53 +00:00
debugdefs.h
No longer directly accessing debuggee memory.
2000-03-08 16:44:54 +00:00
debugtools.h
Optimized debugging API to reduce code size.
2000-02-10 22:15:21 +00:00
desktop.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
device.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
dialog.h
#pragma pack(?) changed to #include "*pack*.h"
1999-04-25 12:36:53 +00:00
digitalv.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
dinput.h
- implement EnumObjects and GetProperty for Mouse and Joystick drivers
2000-02-26 13:15:17 +00:00
dispdib.h
- Fix headers to include less or smaller header files.
1999-02-21 18:23:26 +00:00
display.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
dlgs.h
Made the buttons in the filedlg change when selecting a different
1999-11-12 01:02:27 +00:00
docobj.h
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
2000-02-10 19:03:02 +00:00
dosexe.h
Fixed 32-bit module name handling to conform better to Win9x.
1999-12-04 04:04:58 +00:00
dplay.h
- Added dplayx LibMain for initialization of all dplayx 'global' data
1999-11-04 02:17:03 +00:00
dplobby.h
Fixed ANSI C violations.
2000-02-26 13:17:55 +00:00
drive.h
- support for reading labels and serial nums from device
2000-01-29 21:11:47 +00:00
driver.h
Replaced Wine specific DRIVER_GetType by a correct implementation of
2000-01-15 22:29:32 +00:00
dsound.h
Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
2000-01-12 04:58:08 +00:00
elfdll.h
Fixed 32-bit module name handling to conform better to Win9x.
1999-12-04 04:04:58 +00:00
enhmetafile.h
Several improvements to Enhanced MetaFile playback.
1999-05-02 09:23:51 +00:00
enhmetafiledrv.h
Removed extra includes from ole.h and wingdi.h.
2000-02-10 19:39:48 +00:00
file.h
Fixed compiling with STRICT.
1999-10-23 19:00:02 +00:00
flatsb.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
flatthunk.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
font.h
#pragma pack(?) changed to #include "*pack*.h"
1999-04-25 12:36:53 +00:00
gdi.h
GetObjectA() now rejects GDI handles which are invalid.
2000-02-13 16:00:17 +00:00
global.h
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
header.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
heap.h
Share the system heap between different address spaces. Made process
2000-01-25 01:41:35 +00:00
hook.h
Windows hook proc thunk management simplified.
1999-09-20 18:45:00 +00:00
hotkey.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
imagehlp.h
Added extern "C" if __cplusplus is defined.
1999-06-12 10:53:06 +00:00
imagelist.h
Overlay indices are signed shorts (-1 means no overlay)
2000-01-30 22:21:22 +00:00
imm.h
Fixed ANSI compabillity.
1999-04-22 16:27:50 +00:00
initguid.h
Declare only one instance of GUID_NULL.
1999-07-24 10:20:50 +00:00
input.h
Added the possibility to have mouse movements reported relative to
1999-11-07 21:25:57 +00:00
instance.h
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
ipaddress.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
keyboard.h
- removed keyboard auto-repeat when DInput acquires it
1999-12-05 02:20:46 +00:00
ldt.h
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
listview.h
Don't display the context menu on a double click.
2000-02-27 14:03:06 +00:00
lmcons.h
Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
1999-11-07 05:49:28 +00:00
loadorder.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
local.h
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
lzexpand.h
Added extern "C" if __cplusplus is defined.
1999-06-12 10:53:06 +00:00
main.h
Store config file contents in the registry so we only have to load it
2000-02-19 20:50:00 +00:00
mapidefs.h
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
mdi.h
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
menu.h
Removed a lot of unnecessary includes and fixed the compile errors.
2000-03-08 18:26:56 +00:00
message.h
Removed a lot of unnecessary includes and fixed the compile errors.
2000-03-08 18:26:56 +00:00
metafile.h
ANSI C fixes.
1999-05-08 12:50:36 +00:00
metafiledrv.h
Removed extra includes from ole.h and wingdi.h.
2000-02-10 19:39:48 +00:00
miscemu.h
Optimized debugging API to reduce code size.
2000-02-10 22:15:21 +00:00
mmddk.h
Moved hardware related handling to dlls/winmm/joystick driver.
2000-02-26 13:14:04 +00:00
mmreg.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
mmsystem.h
Missing Winelib declarations for AUXCAPS.
2000-01-12 04:57:38 +00:00
module.h
Added .spec keyword 'mode' to allow creating built-in EXE modules.
2000-02-03 01:33:48 +00:00
monitor.h
More code moved to the X11 driver (bitmap and palette and misc).
1999-04-01 08:16:08 +00:00
monthcal.h
- Implementation of WM_SETFORMAT
2000-02-03 00:48:39 +00:00
mouse.h
Better thread safety for WarpPointer hack.
2000-02-25 20:53:34 +00:00
msacm.h
Made msacm32 really load ACM drivers.
1999-10-31 18:29:16 +00:00
msacmdrv.h
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
msdos.h
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
1999-06-26 18:40:24 +00:00
nativefont.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
neexe.h
Added support for 32-bit NE code segments.
1999-07-15 14:31:44 +00:00
netspi.h
Made the include files self-sufficient.
1999-10-24 21:48:50 +00:00
nonclient.h
Removed a lot of unnecessary includes and fixed the compile errors.
2000-03-08 18:26:56 +00:00
ntddk.h
Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
2000-03-08 16:41:37 +00:00
ntdef.h
- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
2000-01-23 22:35:33 +00:00
ntsecapi.h
- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
2000-01-23 22:35:33 +00:00
oaidl.h
Added a lot of new OLE interfaces.
1999-03-10 18:03:53 +00:00
objbase.h
Some non-threatening fixes to some headers, as well as some casting
1999-06-05 15:23:20 +00:00
objidl.h
Small fixes.
1999-02-19 10:00:54 +00:00
ocidl.h
Added a lot of new OLE interfaces.
1999-03-10 18:03:53 +00:00
ole.h
CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
2000-03-04 19:24:25 +00:00
ole2.h
Implemented OLE clipboard functionality for Embed Source format.
2000-03-08 18:49:36 +00:00
ole2ver.h
- the OLE version returned was too low
1999-12-05 23:52:56 +00:00
oleauto.h
Added stubs for {Create,Get,Set}ErrorInfo.
2000-02-26 18:33:21 +00:00
olectl.h
Made OleCreateFontIndirect have the same signature (exactly) as the
2000-02-07 16:27:33 +00:00
oledlg.h
Define the COM macros even in C++.
1999-10-23 20:09:05 +00:00
oleidl.h
Added a lot of new OLE interfaces.
1999-03-10 18:03:53 +00:00
options.h
Store config file contents in the registry so we only have to load it
2000-02-19 20:50:00 +00:00
pager.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
palette.h
More code moved to the X11 driver (bitmap and palette and misc).
1999-04-01 08:16:08 +00:00
path.h
Move Bezier code out of x11drv into commmon GDI code; if any driver
1999-12-20 04:14:48 +00:00
pe_image.h
Added .spec keyword 'mode' to allow creating built-in EXE modules.
2000-02-03 01:33:48 +00:00
peexe.h
Fixed ANSI compabillity.
1999-04-22 16:27:50 +00:00
pen.h
Large-scale renaming of all Win32 functions and types to use the
1999-02-26 11:11:13 +00:00
poppack.h
#pragma pack(?) changed to #include "*pack*.h"
1999-04-25 12:36:53 +00:00
process.h
Generate CREATE_PROCESS/THREAD debug events internally in the server.
2000-03-08 12:01:30 +00:00
progress.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
prsht.h
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
2000-02-10 19:03:02 +00:00
psapi.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
psdrv.h
Removed extra includes from ole.h and wingdi.h.
2000-02-10 19:39:48 +00:00
pshpack1.h
#pragma pack(?) changed to #include "*pack*.h"
1999-04-25 12:36:53 +00:00
pshpack2.h
#pragma pack(?) changed to #include "*pack*.h"
1999-04-25 12:36:53 +00:00
pshpack4.h
Solaris C/C++ compile fix.
1999-07-31 17:35:33 +00:00
pshpack8.h
#pragma pack(?) changed to #include "*pack*.h"
1999-04-25 12:36:53 +00:00
queue.h
Removed a lot of unnecessary includes and fixed the compile errors.
2000-03-08 18:26:56 +00:00
ras.h
Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
1999-11-07 05:49:28 +00:00
rebar.h
- added version messages
1999-11-23 23:38:22 +00:00
region.h
Moved SystemHeap allocations to the process heap.
2000-02-16 22:47:24 +00:00
scroll.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
selectors.h
Fixed some Solaris specific assembler problems.
2000-02-27 16:39:48 +00:00
server.h
Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
2000-03-08 16:41:37 +00:00
services.h
Made the service thread instanciable in every process.
1999-06-12 08:24:23 +00:00
servprov.h
Define the COM macros even in C++.
1999-10-23 20:09:05 +00:00
shell.h
Fixed some warnings.
2000-03-08 18:25:22 +00:00
shellapi.h
Started implementation of shell notifications.
2000-02-20 18:40:55 +00:00
shlguid.h
- made IShellFolder a aggregable object
1999-11-23 22:31:18 +00:00
shlobj.h
Started implementation of shell notifications.
2000-02-20 18:40:55 +00:00
snoop.h
Adapted to new-style Wine thunks.
1999-08-15 12:45:01 +00:00
spy.h
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
sql.h
Xiang Li
1999-12-11 23:56:46 +00:00
sqlext.h
Xiang Li
1999-12-11 23:56:46 +00:00
sqltypes.h
Xiang Li
1999-12-11 23:56:46 +00:00
stackframe.h
Removed a lot of unnecessary includes and fixed the compile errors.
2000-03-08 18:26:56 +00:00
static.h
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
status.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
storage.h
Recovery of release 990110 after disk crash.
1999-01-17 16:32:32 +00:00
stress.h
Fixed some of the issues reported by winapi-check.
1999-09-23 11:48:02 +00:00
struct32.h
Removed a lot of unnecessary includes and fixed the compile errors.
2000-03-08 18:26:56 +00:00
syslevel.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
sysmetrics.h
Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
1999-05-22 11:33:23 +00:00
tab.h
Don Kelly
2000-02-26 18:31:01 +00:00
tapi.h
Fixed/added missing/wrong function prototypes and made internal
1999-07-31 14:41:43 +00:00
task.h
Mark initial process as 32-bit for WineLib apps.
2000-01-30 21:16:06 +00:00
tchar.h
Implemented the Win95 file open/save dialogs.
1999-07-27 16:20:36 +00:00
thread.h
Removed a lot of unnecessary includes and fixed the compile errors.
2000-03-08 18:26:56 +00:00
tlhelp32.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
toolbar.h
- added version messages and some simple get/set messages.
1999-11-23 22:33:41 +00:00
toolhelp.h
Added Thread32First/Next stubs.
1999-12-05 23:11:10 +00:00
tooltips.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
trackbar.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
treeview.h
- (final?) update of TreeView_* macro's.
1999-11-28 19:50:01 +00:00
ts_xf86dga.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
ts_xf86dga2.h
Added the possibility to use DGA 2.0.
1999-09-20 18:42:46 +00:00
ts_xf86vmode.h
Started on an implementation of Win64 for use on 64 bit platforms.
1999-07-04 15:56:03 +00:00
ts_xlib.h
Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
1999-12-26 00:47:03 +00:00
ts_xpm.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
ts_xresource.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
ts_xshm.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
ts_xutil.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
ttydrv.h
Better thread safety for WarpPointer hack.
2000-02-25 20:53:34 +00:00
tweak.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
unknwn.h
Recovery of release 990110 after disk crash.
1999-01-17 16:32:32 +00:00
updown.h
Implementation of the updown buddy windproc subclassing for the
1999-07-18 13:30:01 +00:00
user.h
Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and
1999-05-22 16:18:36 +00:00
ver.h
ver.h is a legacy header. winver.h should be used instead.
1999-05-29 11:15:39 +00:00
version.h
Release 20000227.
2000-02-27 18:10:15 +00:00
vfw.h
Define the COM macros even in C++.
1999-10-23 20:09:05 +00:00
vga.h
Added alphanumeric mode to the VGA emulation.
2000-02-03 00:46:29 +00:00
w32sys.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
win.h
Removed a lot of unnecessary includes and fixed the compile errors.
2000-03-08 18:26:56 +00:00
win16drv.h
Removed extra includes from ole.h and wingdi.h.
2000-02-10 19:39:48 +00:00
winaspi.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
winbase.h
Removed a lot of unnecessary includes and fixed the compile errors.
2000-03-08 18:26:56 +00:00
wincon.h
Added a couple of prototypes.
2000-01-30 02:53:33 +00:00
wincrypt.h
ANSI C fixes.
1999-06-26 14:58:24 +00:00
windef.h
Added typedefs for PSHORT and PUSHORT.
2000-02-12 19:25:38 +00:00
windows.h
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
2000-02-10 19:03:02 +00:00
windowsx.h
Added a bunch of macros needed for compiling Winelib apps.
2000-02-07 17:22:01 +00:00
wine_gl.h
- (ugly) fix for the 'Xmd.h' problem
2000-01-15 22:24:47 +00:00
winerror.h
Implemented OLE clipboard functionality for Embed Source format.
2000-03-08 18:49:36 +00:00
wingdi.h
Fixed ANSI C violations.
2000-02-26 13:17:55 +00:00
winioctl.h
#pragma pack(?) changed to #include "*pack*.h"
1999-04-25 12:36:53 +00:00
winnetwk.h
Corrected wrong parameter counts for WNetCachePassword and
1999-11-23 22:27:03 +00:00
winnls.h
Move definition of CPINFO structure from winbase.h to winnls.h
2000-02-25 21:36:27 +00:00
winnt.h
Fixed definition of the RtlMemory functions. Use macros internally and
2000-02-26 19:35:50 +00:00
winpos.h
Removed a lot of unnecessary includes and fixed the compile errors.
2000-03-08 18:26:56 +00:00
winproc.h
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
winreg.h
Changed to use new server-side registry support.
1999-11-23 19:41:34 +00:00
winsock.h
Added implementation for WSARecvEx function. This is a Microsoft
1999-11-23 22:29:00 +00:00
winsock2.h
Added some basic Winsock2 definitions.
1999-09-27 11:48:11 +00:00
winspool.h
Made the include files self-sufficient.
1999-10-24 21:48:50 +00:00
winsvc.h
Added code to some service functions (some untested), fixed
1999-12-04 04:03:45 +00:00
winuser.h
Added a few messages for IME.
2000-03-08 18:22:21 +00:00
winver.h
Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
1999-09-19 12:15:58 +00:00
winversion.h
Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
1999-11-10 19:55:29 +00:00
wnaspi32.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
wownt32.h
Moved implementation of WOW routines to single file.
1999-08-18 18:31:26 +00:00
wrc_rsc.h
Mad the include files idempotent using a consistent macro naming
1999-06-12 18:36:54 +00:00
wtypes.h
Added support for anonymous structs/unions on compilers that implement it.
1999-09-19 14:20:33 +00:00
x11drv.h
Better thread safety for WarpPointer hack.
2000-02-25 20:53:34 +00:00
x11font.h
Make sure that all calls use the extended structures which are a
1999-10-24 17:26:45 +00:00
xmalloc.h
Made the include files self-sufficient.
1999-10-24 21:48:50 +00:00