mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
54c2711ff6
Sun Mar 29 15:18:57 1998 Uwe Bonnes <elektron.ikp.physik.tu-darmstadt.de> * [msdos/int21.c] More verbose Trace messages Sun Mar 29 15:03:30 1998 Alexandre Julliard <julliard@lrc.epfl.ch> * [loader/ne_image.c] Terminate relocation chains on 0 offset. Sun Mar 29 02:35:45 1998 James Juran <jrj120@psu.edu> * [windows/caret.c] [windows/class.c] [windows/clipboard.c] Fixed more USER32 ordinal numbers in function documentation. Sat Mar 28 22:40:23 1997 Andreas Mohr <100.30936@germany.net> * [controls/desktop.c] Return 1 for WM_NCCREATE in DesktopWndProc. * [controls/menu.c] Fixed crash when destroying a top popup win that was only created but not shown. * [ole/typelib.c] [if1632/typelib.spec] Implemented OABuildVersion. * [windows/win.c] Finally fixed ugly bug in GetParent32 that affected window placement: Didn't return 0 for windows that have neither WS_POPUP nor WS_CHILD set. Now it acts exactly like Windows (at least I hope so ;) Sat Mar 28 02:26:43 1998 Dimitrie O. Paun <dimi@mail.cs.toronto.edu> * [DEVELOPERS-HINTS] [documentation/debug-msgs] Updated documentation on debug messages * [include/button.h] [controls/button.c] [include/windows.h] [include/combo.h] [controls/combo.c] [controls/commctrl.c] [controls/icontitle.c] [controls/listbox.c] [controls/menu.c] [controls/scroll.c] [controls/widgets.c] Changed some 16-bit code to 32-bit code. I am positive this will not break anything. * [controls/uitools.c] Renamed the prefix of some functions from UITOOLS_ to UITOOLS95_ to reflect the fact that they implement Win95 look. Maybe we will have a UITOOLS31_ in the future. Anyhow, the change is completely internal to this file. * [*/*.c] Changed a lot of [f]printf into appropriate debug messages. Fri Mar 27 19:56:12 1998 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de> * [documentation/status/] Added directdraw and directsound status. * [if1632/thunk.c][ole/*.c][win32/kernel32.c] Added some documentation. Moved FUNC004 to thunk.c since it seems to be a 16->32 thunk (calling conventions and the like still unknown). Fri Mar 27 09:59:32 1998 Morten Eriksen <mortene@pvv.org> * [loader/resource.c][windows/keyboard.c] Implemented CopyAcceleratorTable() and CreateAcceleratorTable(). * [include/compobj.h][ole/compobj.c][relay32/ole32.spec] Added implementation of StringFromGUID2(). Tue Mar 26 23:12:05 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de> * [misc/imagelist.c][relay32/comctl32.spec] Implemented new debugging interface. Added missing functions (some are empty stubs). Changed ordinals in comctl32.spec (now dll version 4.72 comatible). * [objects/oembitmaps.c][include/windows.h] [include/bitmaps/*] Added missing restore bitmaps for Win95 look. Added missing Win95 cursors. Thu Mar 26 10:18:20 1998 Douglas Ridgway <ridgway@winehq.com> * [programs/view/Makefile.in] [programs/view/view.c] Fix compilation, Aldus placeable metafile loading. * [graphics/metafiledrv/init.c] [relay32/gdi32.spec] [objects/metafile.c] Implemented various 32 bit versions of regular metafile API. * [objects/enhmetafile.c] Implemented rendering of a couple of dozen records. Tue Mar 24 20:06:39 1998 Matthew Becker <mbecker@glasscity.net> * [memory/*.c] Updated documentation for API manpages. Mon Mar 23 09:09:00 1998 Alex Korobka <alex@pharm.sunysb.edu> * [misc/winsock.c] Fixed 32-bit DNS lookup. Mon Mar 23 23:54:47 1998 Luiz Otavio L. Zorzella <zorzella@nr.conexware.com> * [multimedia/init.c] New code for the initialization and gathering of information about the MIDI devices, for future use. Thu Mar 19 00:59:29 1998 Jim Peterson <jspeter@nospam.birch.ee.vt.edu> * [windows/win.c] Eliminated inaccurate setting of cs->hMenu in WIN_CreateWindowEx, along with superfluous SetMenu32 call. Mon Mar 16 17:40:53 1998 Petter Reinholdtsen <pere@td.org.uit.no> * [debugger/dbg.y] [debugger/Makefile.in] [Makefile.in] Install wine.sym in $(exec_prefix)/lib and make sure the debugger finds it. Sun Mar 15 22:36:35 1998 Michael Veksler <mveksler@tx.technion.ac.il> * [dummy.c] [if1632/gdi.spec] Fixed stub declaration of GDI_532, so Hebrew-Word2 kind of works.
153 lines
4.8 KiB
Ruby
153 lines
4.8 KiB
Ruby
name comctl32
|
|
type win32
|
|
|
|
# Functions exported by the Win95 comctl32.dll
|
|
# (these need to have these exact ordinals, because some win95 dlls
|
|
# import comctl32.dll by ordinal)
|
|
# This list was created from a comctl32.dll v4.72 (IE4.01).
|
|
|
|
2 stub MenuHelp
|
|
3 stub ShowHideMenuCtl
|
|
4 stub GetEffectiveClientRect
|
|
5 stdcall DrawStatusTextA(long ptr ptr long) DrawStatusText32A
|
|
6 stdcall CreateStatusWindowA(long ptr long long) CreateStatusWindow32A
|
|
7 stub CreateToolbar
|
|
8 stub CreateMappedBitmap
|
|
# 9 stub COMCTL32_9
|
|
# 10 stub COMCTL32_10
|
|
# 11 stub COMCTL32_11
|
|
12 stub Cctl1632_ThunkData32
|
|
13 stub MakeDragList
|
|
14 stub LBItemFromPt
|
|
15 stub DrawInsert
|
|
16 stdcall CreateUpDownControl(long long long long long long long long long long long long) CreateUpDownControl
|
|
17 stdcall InitCommonControls() InitCommonControls
|
|
18 stub CreatePropertySheetPage
|
|
19 stub CreatePropertySheetPageA
|
|
20 stub CreatePropertySheetPageW
|
|
# 21 pascal16 CreateStatusWindow(word ptr word word) CreateStatusWindow16
|
|
21 stub CreateStatusWindow
|
|
22 stdcall CreateStatusWindowW(long ptr long long) CreateStatusWindow32W
|
|
23 stub CreateToolbarEx
|
|
24 stub DestroyPropertySheetPage
|
|
25 stub DllGetVersion
|
|
26 stub DllInstall
|
|
# 27 pascal16 DrawStatusText(word ptr ptr word) DrawStatusText16
|
|
27 stub DrawStatusText
|
|
28 stdcall DrawStatusTextW(long ptr ptr long) DrawStatusText32W
|
|
29 stub FlatSB_EnableScrollBar
|
|
30 stub FlatSB_GetScrollInfo
|
|
31 stub FlatSB_GetScrollPos
|
|
32 stub FlatSB_GetScrollProp
|
|
33 stub FlatSB_GetScrollRange
|
|
34 stub FlatSB_SetScrollInfo
|
|
35 stub FlatSB_SetScrollPos
|
|
36 stub FlatSB_SetScrollProp
|
|
37 stub FlatSB_SetScrollRange
|
|
38 stub FlatSB_ShowScrollBar
|
|
39 stdcall ImageList_Add(ptr long long) ImageList_Add
|
|
40 stub ImageList_AddIcon
|
|
41 stdcall ImageList_AddMasked(ptr long long) ImageList_AddMasked
|
|
42 stdcall ImageList_BeginDrag(ptr long long long) ImageList_BeginDrag
|
|
43 stdcall ImageList_Copy(ptr long ptr long long) ImageList_Copy
|
|
44 stdcall ImageList_Create(long long long long long) ImageList_Create
|
|
45 stdcall ImageList_Destroy(ptr) ImageList_Destroy
|
|
46 stdcall ImageList_DragEnter(long long long) ImageList_DragEnter
|
|
47 stdcall ImageList_DragLeave(long) ImageList_DragLeave
|
|
48 stdcall ImageList_DragMove(long long) ImageList_DragMove
|
|
49 stdcall ImageList_DragShowNolock(long) ImageList_DragShowNolock
|
|
50 stdcall ImageList_Draw(ptr long long long long long) ImageList_Draw
|
|
51 stdcall ImageList_DrawEx(ptr long long long long long long long long long) ImageList_DrawEx
|
|
52 stdcall ImageList_DrawIndirect(ptr) ImageList_DrawIndirect
|
|
53 stdcall ImageList_Duplicate(ptr) ImageList_Duplicate
|
|
54 stdcall ImageList_EndDrag() ImageList_EndDrag
|
|
55 stdcall ImageList_GetBkColor(ptr) ImageList_GetBkColor
|
|
56 stdcall ImageList_GetDragImage(ptr ptr) ImageList_GetDragImage
|
|
57 stdcall ImageList_GetIcon(ptr long long) ImageList_GetIcon
|
|
58 stdcall ImageList_GetIconSize(ptr ptr ptr) ImageList_GetIconSize
|
|
59 stdcall ImageList_GetImageCount(ptr) ImageList_GetImageCount
|
|
60 stdcall ImageList_GetImageInfo(ptr long ptr) ImageList_GetImageInfo
|
|
61 stdcall ImageList_GetImageRect(ptr long ptr) ImageList_GetImageRect
|
|
62 stub ImageList_LoadImage
|
|
63 stdcall ImageList_LoadImageA(long ptr long long long long long) ImageList_LoadImage32A
|
|
64 stdcall ImageList_LoadImageW(long ptr long long long long long) ImageList_LoadImage32W
|
|
65 stdcall ImageList_Merge(ptr long ptr long long long) ImageList_Merge
|
|
66 stub ImageList_Read
|
|
67 stdcall ImageList_Remove(ptr long) ImageList_Remove
|
|
68 stdcall ImageList_Replace(ptr long long long) ImageList_Replace
|
|
69 stdcall ImageList_ReplaceIcon(ptr long long) ImageList_ReplaceIcon
|
|
70 stdcall ImageList_SetBkColor(ptr long) ImageList_SetBkColor
|
|
# 71
|
|
# 72
|
|
# 73
|
|
# 74 stub GetSize # 1 parameter
|
|
75 stdcall ImageList_SetDragCursorImage(ptr long long long) ImageList_SetDragCursorImage
|
|
76 stub ImageList_SetFilter
|
|
77 stdcall ImageList_SetIconSize(ptr long long) ImageList_SetIconSize
|
|
78 stdcall ImageList_SetImageCount(ptr long) ImageList_SetImageCount
|
|
79 stdcall ImageList_SetOverlayImage(ptr long long) ImageList_SetOverlayImage
|
|
80 stub ImageList_Write
|
|
81 stub InitCommonControlsEx
|
|
82 stub InitializeFlatSB
|
|
83 stub PropertySheet
|
|
84 stub PropertySheetA
|
|
85 stub PropertySheetW
|
|
86 stub UninitializeFlatSB
|
|
87 stub _TrackMouseEvent
|
|
|
|
#151
|
|
#152 stub FreeMRUList # 1 parameter
|
|
#153
|
|
#154
|
|
#155 stub FindMRUStringA # 3 parameters
|
|
#156
|
|
#157
|
|
#163
|
|
#164
|
|
#167
|
|
#169 stub FindMRUData
|
|
#233 - 236
|
|
|
|
#320
|
|
#321
|
|
#322
|
|
#323
|
|
#324
|
|
#325
|
|
#326
|
|
#327
|
|
#328
|
|
#329 stub DPA_Create
|
|
#330 stub DPA_Destroy
|
|
#331
|
|
#332 stub DPA_GetPtr
|
|
#333
|
|
#334 stub DPA_InsertPtr
|
|
#335
|
|
#336 stub DPA_DeletePtr
|
|
#337
|
|
#338
|
|
#339 stub DPA_Search
|
|
#340
|
|
#341
|
|
#342
|
|
|
|
#350 stub StrChrA
|
|
#351
|
|
#352 stub StrCmpA
|
|
#353
|
|
#354 stub StrStrA
|
|
#355
|
|
#356
|
|
#357 stub StrToIntA
|
|
#358 - 369
|
|
|
|
#372 - 375
|
|
#376 stub IntlStrEqWorkerA
|
|
#377 stub IntlStrEqWorkerW
|
|
#382
|
|
#383 stub DoReaderMode
|
|
#384 - 390
|
|
#400 - 404
|
|
#410 - 413
|