Mon Nov 1 14:40:21 1993 julliard@di.epfl.ch (Alexandre Julliard) * [if1632/user.spec] Removed some duplicate entries. * [include/dialog.h] [windows/dialog.c] Implemented dialog units and fonts. Added preliminary loading of dialog resources. Preliminary implementation of DialogBox(). Implemented Get/SetDlgItem* functions. * [windows/win.c] Implemented WM_PARENTNOTIFY message. Implemented CreateWindowEx() and GetWindow(). Completed DestroyWindow(). Mon Nov 1 18:19:34 1993 Erik Bos * [loader/signal.c] Added support for int 0x11 & 0x12. * [loader/int21.c] Improved function handling. Sun Oct 31 12:38:09 1993 David Metcalfe <david@prism.demon.co.uk> * [objects/font.c] Implemented GetCharWidth(). Wed Oct 27 09:56:06 1993 John Brezak <brezak@ch.hp.com> * [Makefile] Use GNU malloc. * [include/int21.h include/wine.h] Change sc_eflags to sc_efl . * [include/wine.h] Fix misplaced #endif Include <signal.h> for NetBSD * [loader/int21.c] Don't include <sys/vfs.h> in NetBSD Do include <sys/mount.h> in NetBSD Cleanup some lint. Mon Oct 26 17:59:01 1993 Erik Bos * [include/int21.h] Added. * [loader/int21.c] Added support for many dos ints. * [misc/file.c] [include/files.h] Moved OPEN_MAX and DosDriveStruct to files.h. Sun Oct 24 13:36:50 1993 David Metcalfe <david@prism.demon.co.uk> * [controls/button.c] Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE, RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with a preliminary USERBUTTON control. * [objects/text.c] Corrected bugs in TEXT_NextLine() and added handling of prefix character. * [controls/button.c] Disabled focus handling by commenting out SetFocus() calls until serious bug can be found. Oct 20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte) * [controls/listbox.c] Listbox control window Painting cleanup, new messages processed. * [controls/scroll.c] Scroll bar control window Painting cleanup. * [controls/combo.c] Combo box control window Painting cleanup. Tue Oct 12 17:50:11 1993 julliard@di.epfl.ch (Alexandre Julliard) * [objects/color.c] [objects/palette.c] [windows/syscolor.c] Better support for the private color map. Using a private map is now the default. * [windows/win.c] Bug fix. * [include/dialog.h] [windows/dialog.c] Implemented CreateDialog*() and IsDialogMessage(). * [misc/xt.c] [windows/defwnd.c] Moved DefWindowProc() to defwnd.c. Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling. * [windows/defdlg.c] Started the implementation of DefDlgProc(). * [windows/win.c] Added WM_NCCREATE and WM_NCDESTROY messages. Implemented IsChild(). Tue Oct 12 17:50:20 1993 David Metcalfe <david@prism.demon.co.uk> * [windows/focus.c] Implemented GetFocus() and SetFocus(). * [windows/event.c] Added processing of FocusIn and FocusOut events. * [windows/graphics.c] Added DrawFocusRect(). Sat Oct 9 14:36:57 1993 Erik Bos * [loader/int1a.c] Added more function handling. Wed Oct 6 12:21:22 1993 Erik Bos * [loader/signal.c] Split signal.c into int1a.c, int21.c and signal.c. Tue Oct 5 22:12:40 1993 David Metcalfe * [controls/static.c] [control/widgets.c] Static control class. * [objects/text.c] Added processing of additional DT_ flags to DrawText(). * [windows/win.c] [misc/xt.c] Added SetWindowText() and WM_SETTEXT processing. Tue Oct 5 22:12:40 1993 Martin Ayotte * [controls/listbox.c] Listbox control window * [controls/scroll.c] Scroll bar control window * [controls/combo.c] Combo box control window * [include/combo.h] Combo box definitions * [include/listbox.h] Listbox definitions * [include/scroll.h] Scroll bar definitions Sat Oct 2 09:35:54 1993 Bob Amstadt (bob at pooh) * [if1632/callback.c] Fixed bug in MakeProcInstance(). * [debugger/info.c] Changed x/w and x/b to display in hex. * [debugger/i386-pinsn.c] Added code to properly unassemble 16-bit indexing. Fri Oct 1 08:29:05 1993 Bob Amstadt (bob at pooh) * [loader/files.c] [misc/profile.c] System initialization file is now called "wine.ini" and can be located in the current directory, the user's home directory, or any directories specified in the WINEPATH environment variable. * [tools/build.c] [if1632/call.S] [include/regfunc.h] Changed register function stack to match sigcontext structure. Thu Sep 30 22:30:21 1993 Bob Amstadt (bob at pooh) * [loader/files.c] Created function to search a path for files to load. * [loader/wine.c] Modified exe and dll file loading to search through path specified by the environment variable WINEPATH. Thu Sep 30 22:30:21 1993 Eric Youngdale * [loader/signal.c] Bug fix. Thu Sep 30 22:30:21 1993 John Brezak * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] [debugger/obstack.h] Updates to allow debugger to function under NetBSD.
154 lines
7.7 KiB
Ruby
154 lines
7.7 KiB
Ruby
# $Id: user.spec,v 1.3 1993/07/04 04:04:21 root Exp root $
|
|
#
|
|
name user
|
|
id 2
|
|
length 540
|
|
|
|
1 pascal MessageBox(word ptr ptr word) MessageBox(1 2 3 4)
|
|
5 pascal InitApp(word) USER_InitApp(1)
|
|
6 pascal PostQuitMessage(word) PostQuitMessage(1)
|
|
10 pascal SetTimer(word word word ptr) SetTimer(1 2 3 4)
|
|
11 pascal SetSystemTimer(word word word ptr) SetSystemTimer(1 2 3 4)
|
|
12 pascal KillTimer(word word) KillTimer(1 2)
|
|
13 pascal GetTickCount() GetTickCount()
|
|
14 return GetTimerResolution 0 1000
|
|
15 pascal GetCurrentTime() GetTickCount()
|
|
18 pascal SetCapture(word) SetCapture(1)
|
|
19 pascal ReleaseCapture() ReleaseCapture()
|
|
22 pascal SetFocus(word) SetFocus(1)
|
|
23 pascal GetFocus() GetFocus()
|
|
31 pascal IsIconic(word) IsIconic(1)
|
|
32 pascal GetWindowRect(word ptr) GetWindowRect(1 2)
|
|
33 pascal GetClientRect(word ptr) GetClientRect(1 2)
|
|
36 pascal GetWindowText(word ptr word) GetWindowText(1 2 3)
|
|
37 pascal SetWindowText(word ptr) SetWindowText(1 2)
|
|
38 pascal GetWindowTextLength(word) GetWindowTextLength(1)
|
|
39 pascal BeginPaint(word ptr) BeginPaint(1 2)
|
|
40 pascal EndPaint(word ptr) EndPaint(1 2)
|
|
41 pascal CreateWindow(ptr ptr long s_word s_word s_word s_word word word word ptr)
|
|
CreateWindow(1 2 3 4 5 6 7 8 9 10 11)
|
|
42 pascal ShowWindow(word word) ShowWindow(1 2)
|
|
46 pascal GetParent(word) GetParent(1)
|
|
48 pascal IsChild(word word) IsChild(1 2)
|
|
53 pascal DestroyWindow(word) DestroyWindow(1)
|
|
56 pascal MoveWindow(word word word word word word)
|
|
MoveWindow(1 2 3 4 5 6)
|
|
57 pascal RegisterClass(ptr) RegisterClass(1)
|
|
62 pascal SetScrollPos(word word word word) SetScrollPos(1 2 3 4)
|
|
64 pascal SetScrollRange(word word word word word) SetScrollRange(1 2 3 4 5)
|
|
66 pascal GetDC(word) GetDC(1)
|
|
68 pascal ReleaseDC(word word) ReleaseDC(1 2)
|
|
72 pascal SetRect(ptr s_word s_word s_word s_word) SetRect(1 2 3 4 5)
|
|
73 pascal SetRectEmpty(ptr) SetRectEmpty(1)
|
|
74 pascal CopyRect(ptr ptr) CopyRect(1 2)
|
|
75 pascal IsRectEmpty(ptr) IsRectEmpty(1)
|
|
76 pascal PtInRect(ptr long) PtInRect(1 2)
|
|
77 pascal OffsetRect(ptr s_word s_word) OffsetRect(1 2 3)
|
|
78 pascal InflateRect(ptr s_word s_word) InflateRect(1 2 3)
|
|
79 pascal IntersectRect(ptr ptr ptr) IntersectRect(1 2 3)
|
|
80 pascal UnionRect(ptr ptr ptr) UnionRect(1 2 3)
|
|
81 pascal FillRect(word ptr word) FillRect(1 2 3)
|
|
82 pascal InvertRect(word ptr) InvertRect(1 2)
|
|
83 pascal FrameRect(word ptr word) FrameRect(1 2 3)
|
|
85 pascal DrawText(word ptr s_word ptr word) DrawText(1 2 3 4 5)
|
|
87 pascal DialogBox(word ptr word ptr) DialogBox(1 2 3 4)
|
|
88 pascal EndDialog(word s_word) EndDialog(1 2)
|
|
89 pascal CreateDialog(word ptr word ptr) CreateDialog(1 2 3 4)
|
|
90 pascal IsDialogMessage(word ptr) IsDialogMessage(1 2)
|
|
91 pascal GetDlgItem(word word) GetDlgItem(1 2)
|
|
92 pascal SetDlgItemText(word ptr) SetDlgItemText(1 2)
|
|
93 pascal GetDlgItemText(word word ptr word) GetDlgItemText(1 2 3 4)
|
|
94 pascal SetDlgItemInt(word word word word) SetDlgItemInt(1 2 3 4)
|
|
95 pascal GetDlgItemInt(word word ptr word) GetDlgItemInt(1 2 3 4)
|
|
96 pascal CheckRadioButton(word word word word) CheckRadioButton(1 2 3 4)
|
|
97 pascal CheckDlgButton(word word word) CheckDlgButton(1 2 3)
|
|
98 pascal IsDlgButtonChecked(word word) IsDlgButtonChecked(1 2)
|
|
101 pascal SendDlgItemMessage(word word word word long)
|
|
SendDlgItemMessage(1 2 3 4 5)
|
|
102 pascal AdjustWindowRect(ptr long word) AdjustWindowRect(1 2 3)
|
|
103 pascal MapDialogRect(word ptr) MapDialogRect(1 2)
|
|
104 pascal MessageBeep(word) MessageBeep(1)
|
|
106 pascal GetKeyState(word) GetKeyState(1)
|
|
107 pascal DefWindowProc(word word word long) DefWindowProc(1 2 3 4)
|
|
108 pascal GetMessage(ptr word word word) GetMessage(1 2 3 4)
|
|
109 pascal PeekMessage(ptr word word word word) PeekMessage(1 2 3 4 5)
|
|
110 pascal PostMessage(word word word long) PostMessage(1 2 3 4)
|
|
111 pascal SendMessage(word word word long) SendMessage(1 2 3 4)
|
|
113 pascal TranslateMessage(ptr) TranslateMessage(1)
|
|
114 pascal DispatchMessage(ptr) DispatchMessage(1)
|
|
118 pascal RegisterWindowMessage(ptr) RegisterWindowMessage(1)
|
|
119 pascal GetMessagePos() GetMessagePos()
|
|
120 pascal GetMessageTime() GetMessageTime()
|
|
122 pascal CallWindowProc(ptr word word word long) CallWindowProc(1 2 3 4 5)
|
|
124 pascal UpdateWindow(word) UpdateWindow(1)
|
|
125 pascal InvalidateRect(word ptr word) InvalidateRect(1 2 3)
|
|
126 pascal InvalidateRgn(word word word) InvalidateRgn(1 2 3)
|
|
127 pascal ValidateRect(word ptr) ValidateRect(1 2)
|
|
128 pascal ValidateRgn(word word) ValidateRgn(1 2)
|
|
129 pascal GetClassWord(word s_word) GetClassWord(1 2)
|
|
130 pascal SetClassWord(word s_word word) SetClassWord(1 2 3)
|
|
131 pascal GetClassLong(word s_word) GetClassLong(1 2)
|
|
132 pascal SetClassLong(word s_word long) SetClassLong(1 2 3)
|
|
133 pascal GetWindowWord(word s_word) GetWindowWord(1 2)
|
|
134 pascal SetWindowWord(word s_word word) SetWindowWord(1 2 3)
|
|
135 pascal GetWindowLong(word s_word) GetWindowLong(1 2)
|
|
136 pascal SetWindowLong(word s_word long) SetWindowLong(1 2 3)
|
|
150 pascal LoadMenu(word ptr) LoadMenu(1 2)
|
|
151 pascal CreateMenu() CreateMenu()
|
|
154 pascal CheckMenu(word word word) CheckMenu(1 2 3)
|
|
157 pascal GetMenu(word) GetMenu(1)
|
|
158 pascal SetMenu(word word) SetMenu(1 2)
|
|
171 pascal WinHelp(word word long) WinHelp(1 2 3)
|
|
173 pascal LoadCursor(word ptr) LoadCursor(1 2)
|
|
174 pascal LoadIcon(word ptr) LoadIcon(1 2)
|
|
175 pascal LoadBitmap(word ptr) LoadBitmap(1 2)
|
|
176 pascal LoadString(word word ptr s_word) LoadString(1 2 3 4)
|
|
177 pascal LoadAccelerators(word ptr) LoadAccelerators(1 2)
|
|
179 pascal GetSystemMetrics(word) GetSystemMetrics(1)
|
|
180 pascal GetSysColor(word) GetSysColor(1)
|
|
181 pascal SetSysColors(word ptr ptr) SetSysColors(1 2 3)
|
|
182 pascal KillSystemTimer(word word) KillSystemTimer(1 2)
|
|
190 pascal GetUpdateRect(word ptr word) GetUpdateRect(1 2 3)
|
|
219 pascal CreateDialogIndirect(word ptr word ptr)
|
|
CreateDialogIndirect(1 2 3 4)
|
|
227 pascal GetNextDlgGroupItem(word word word) GetNextDlgGroupItem(1 2 3)
|
|
228 pascal GetNextDlgTabItem(word word word) GetNextDlgTabItem(1 2 3)
|
|
229 pascal GetTopWindow(word) GetTopWindow(1)
|
|
230 pascal GetNextWindow(word word) GetNextWindow(1 2)
|
|
232 pascal SetWindowPos(word word word word word word word)
|
|
SetWindowPos(1 2 3 4 5 6 7)
|
|
237 pascal GetUpdateRgn(word word word) GetUpdateRgn(1 2 3)
|
|
241 pascal CreateDialogParam(word ptr word ptr long)
|
|
CreateDialogParam(1 2 3 4 5)
|
|
242 pascal CreateDialogIndirectParam(word ptr word ptr long)
|
|
CreateDialogIndirectParam(1 2 3 4 5)
|
|
244 pascal EqualRect(ptr ptr) EqualRect(1 2)
|
|
262 pascal GetWindow(word word) GetWindow(1 2)
|
|
266 pascal SetMessageQueue(word) SetMessageQueue(1)
|
|
277 pascal GetDlgCtrlID(word) GetDlgCtrlID(1)
|
|
286 pascal GetDesktopWindow() GetDesktopWindow()
|
|
288 pascal GetMessageExtraInfo() GetMessageExtraInfo()
|
|
324 pascal FillWindow(word word word word) FillWindow(1 2 3 4)
|
|
325 pascal PaintRect(word word word word ptr) PaintRect(1 2 3 4 5)
|
|
334 pascal GetQueueStatus(word) GetQueueStatus(1)
|
|
335 pascal GetInputState() GetInputState()
|
|
373 pascal SubtractRect(ptr ptr ptr) SubtractRect(1 2 3)
|
|
403 pascal UnregisterClass(ptr word) UnregisterClass(1 2)
|
|
411 pascal AppendMenu(word word word ptr) AppendMenu(1 2 3 4)
|
|
420 pascal wsprintf(ptr ptr) wsprintf(1 2)
|
|
421 pascal wvsprintf(ptr ptr ptr) wvsprintf(1 2 3)
|
|
430 pascal lstrcmp(ptr ptr) lstrcmp(1 2)
|
|
431 pascal AnsiUpper(ptr) AnsiUpper(1)
|
|
432 pascal AnsiLower(ptr) AnsiLower(1)
|
|
433 pascal IsCharAlpha(byte) IsCharAlpha(1)
|
|
434 pascal IsCharAlphanumeric(byte) IsCharAlphanumeric(1)
|
|
435 pascal IsCharUpper(byte) IsCharUpper(1)
|
|
436 pascal IsCharLower(byte) IsCharLower(1)
|
|
437 pascal AnsiUpperBuff(ptr word) AnsiUpperBuff(1 2)
|
|
438 pascal AnsiLowerBuff(ptr word) AnsiLowerBuff(1 2)
|
|
452 pascal CreateWindowEx(long ptr ptr long s_word s_word s_word s_word
|
|
word word word ptr)
|
|
CreateWindowEx(1 2 3 4 5 6 7 8 9 10 11 12)
|
|
471 pascal lstrcmpi(ptr ptr) lstrcmpi(1 2)
|
|
472 pascal AnsiNext(ptr) AnsiNext(1 )
|
|
473 pascal AnsiPrev(ptr ptr) AnsiPrev(1 2)
|