source: trunk/changelog@ 1116

Last change on this file since 1116 was 1116, checked in by sandervl, 26 years ago

* empty log message *

File size: 59.4 KB
RevLine 
[1116]1 /* $Id: changelog,v 1.264 1999-10-03 20:40:54 sandervl Exp $ */
[580]2
[1116]3 99-10-03: Daniela Engert <dani@ngrt.de>
4 - USER32: WM_MOUSEMOVE bugfix (removed check for captured mouse)
5
6 99-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
7 - USER32: Updated window class with isMDIClient method
8 Fixed DrawTextExA/W compile errors (different parameter types)
9
[1109]10 99-10-02: Christoph Bratschi <cbratschi@datacomm.ch>
11 - USER32: DrawTextExA/W: implemented DT_END_ELLIPSIS
12 added DrawTextExA/W to header files
13
[1107]14 99-10-02: Edgar Buerkle <Edgar.Buerkle@gmx.net>
15 - VERSION: Allocation bugfix in VerQueryValueA
16 - USER32: Added style changes for PM windows + don't clear WS_VISIBLE
17 flag when converting window styles. (fixes buttons in winhlp32)
18
[1101]19 99-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
20 - DDRAW: ifdef'ed out code that causes crash (OS2Surface destructor)
21 Free original translation buffer, not the one aligned to qword
22 boundary.
23 - USER32: Create frame window for windows with desktop as parent (i.e. WS_POPUP)
24 This makes sure WM_ACTIVATE messages are sent.
25 Scrollbar changes.
26 Call DestroyWindow when DefWndProc receives WM_CLOSE msg.
27 - KERNEL32: Allocate memory from heap when HeapReAlloc is called with
28 a NULL memory pointer (WINE listbox control depends on this)
29 - AVIFIL32: Compilation fix
30
[1095]31 99-10-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
32 - KERNEL32: Skip spaces in command line string
33 - USER32: Fix for MessageBoxA (window handle conversion)
34 Fixes for combobox (handles null pointers)
35 - GDI32: Added OSLibSetDIBitsToDevice
36
37 99-10-01: Jens Wiessner <wiessnej@rfi.de>
38 - CRTDLL: Implemented functions + added stubs
[1101]39 - MSVCRT: More stubs + crtdll forwarders
[1095]40
[1094]41 99-09-29: Daniela Engert <dani@ngrt.de>
42 - USER32: improved timer handling for caret blinking.
43 recreate carets on focus change if needed.
44
[1090]45 99-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
46 - USER32: Almost completed standard window scrollbars.
[1094]47 Fixed WM_ACTIVATE message, generate WM_ACTIVATEAPP message
48 when WM_ACTIVATE is received. (instead of WM_SETFOCUS)
49 NOTE: Still not working correctly. Too many WM_ACTIVATEAPP msgs generated.
50 Always send Odin window handles from pmwindow.cpp to win32wbase.cpp.
51 Send WM_CHILDACTIVATE msg to MDI child windows.
[1090]52
[1086]53 99-09-28: Christoph Bratschi <cbratschi@datacomm.ch>
54 - USER32: Mouse input functions: SetCapture() fixed
55 SystemParametersInfo(): fonts fixed
56 GetSystemMetrics(): changed icon size to 32x32
57 Sorting and fixing user32.cpp
58
[1083]59 99-09-28: David Raison <djr@lemur.co.uk>
60 - KERNEL32: Fixed GetComputerNameA
61
62 99-09-28: Jens Wiessner <wiessnej@rfi.de>
63 - CRTDLL: Updated _except_handler2 + added Wine source changes
64 - MSVCRT: Created. Forwards most apis to CRTDLL or NTDLL.
65
66 99-09-28: Sander van Leeuwen <sandervl@xs4all.nl>
67 - USER32: Only generate WM_CHAR when TranslateMessage is called for
[1087]68 WM_KEYDOWN. (TODO: WM_SYSCHAR)
[1083]69
[1077]70 99-09-28: Daniela Engert <dani@ngrt.de>
71 - USER32: Caret functions implemented
[1078]72 ScrollDC implemented
[1087]73 ScrollWindowEx implemented
[1077]74
[1075]75 99-09-28: Patrick Haller <phaller@gmx.net>
[1077]76 - KERNEL32: Add: debug info for missing API imports (WinImagePeLdr)
[1076]77 Fix: source cleanup, introduction of WIN32.DIR.SYSTEM and WIN32.DIR.WINDOWS
78 as overrides over the STUPID Open32 result. I don't want to have Win32 apps
79 messing up x:\OS2 ....
[1075]80
[1077]81 99-09-26: Daniela Engert <dani@ngrt.de>
[1066]82 - USER32: SetTimer/KillTimer work now.
83
[1059]84 99-09-26: Achim Hasenmueller <achimha@innotek.de>
[1066]85 - COMCTL32: Merged with WINE 990923 changes
86 (propsheet.c not fully done)
[1059]87
[1056]88 99-09-26: Sander van Leeuwen <sandervl@xs4all.nl>
89 - USER32: Started with standard window scrollbar implementation
[1066]90 Rewrote ScrollWindow (seems to work ok)
91 Set text bugfix (crash in about dialog box of generic.exe)
92 Send WM_INITDLG after creation of dialog controls.
93 Set last error to 0 at end of BeginPaint/EndPaint.
94 Set last error when window not found (window.cpp/windlg.cpp)
[1077]95 WM_(SYS)KEYUP/DOWN bugfix (repeat cnt & scancode reversed)
96 Generate WM_CHAR message when TranslateMessage is called for
97 WM_CHAR (PM) message. (sent after WM_(SYS)KEYUP/DOWN)
[1056]98
[1059]99 99-09-25: Christoph Bratschi <cbratschi@datacomm.ch>
[1066]100 - USER32: WS_EX_* 3D frame support for child windows
[1049]101 - USER32: Double click handling changed
[1047]102
[1041]103 99-09-25: Sander van Leeuwen <sandervl@xs4all.nl>
[1044]104 - USER32: Cursor fixes. Cursor shown correctly in winhlp32.
[1066]105 Don't call WinDefWindowProc for WM_MOUSEMOVE (resets
106 cursor to system default)
107 RedrawWindow: set window pointer to desktop window when hwnd == NULL
[1041]108 - KERNEL32: Cursor & cursorgroup fixes
[1066]109 Fixes for thread local memory allocation (only done for thread 0)
110 Create TEB selector + memory for threads we don't create.
111 (i.e. DART threads in WINMM)
112 NOTE: Not tested.
[1055]113 - USER32\OLD, KERNEL32\OLD: Fixed makefiles + changes to make them
[1066]114 work with new dlls.
[1041]115
[1039]116 99-09-25: Daniela Engert <dani@ngrt.de>
117 - USER32: ClientToScreen and ScreenToClient didn't work -> fixed.
118
[1035]119 99-09-24: David Raison <djr@lemur.co.uk>
[1039]120 - OLE32: Ported remaining files pertaining to OLE32 from WINE
121 - OLEAUT32: Patched OaBuildVersion to level 0x1E...
[1035]122
[1030]123 99-09-24: Sander van Leeuwen <sandervl@xs4all.nl>
124 - USER32: Rewrote menu code to use Open32 (==PM) menu handles
[1039]125 Note: Uses mostly Open32 apis; they work fine, but maybe
126 we should write our own someday.
127 Cursor fixes. Not working in winhlp32 yet though.
[1037]128 - KERNEL32: Cursor & cursorgroup fixes
[1030]129
[1015]130 99-09-23: Patrick Haller <phaller@gmx.net>
[1039]131 - KERNEL32: Fix: WinImgRes:findResourceW erroneously tried to free
[1015]132 numerical resource IDs instead of translated Unicode
133 strings.
[1019]134 - USER32: Fix: in USER32:HeapShared:getmoreShared()
[1039]135 Fix: in USER32:WIN32WMDIClient:childActivate()
136 Fix: in USER32:WinMenu:GetSubMenu
[1020]137 now returns Win32MenuRes object instead of PM handle
[1039]138 Fix: in USER32:WinMenu:GetSystemMenu
[1021]139 now returns Win32MenuRes object instead of PM handle
[1023]140 Fix: in USER32:Char:CharPrevW intermixed arguments
[1015]141
[1012]142 99-09-23: Jens Wiessner <wiessnej@rfi.de>
143 - CRTDLL: Added stubs, implemented some stubs
[1039]144 - IMAGEHLP, IMM32, MSACM32, MSVFW32, OLEDLG,
145 OLECLI32, OLESVR32, PSAPI, RASPI32
146 Added dprintfs.
[1012]147
148 99-09-23: Sander van Leeuwen <sandervl@xs4all.nl>
149 - WINMM: Changed WinPostMsg calls into PostMessageA as win32 window
[1039]150 handles are not the same as PM handles anymore.
[1013]151 - USER32: Adding desktop window class. When user32 is loaded, a desktop
[1039]152 window object is created.
153 GetDesktopWindow returns handle of this window.
154 Winhlp32 no longer crashes immediately, but briefly shows
155 it's window before quitting.
156 Create windows always with HWND_TOP. The if statement (hwndLinkAfter)
157 in the CreateWindowExA method of Win32BaseWindow class messes
158 up the Z-order of dialog controls (i.e. buttons in a group box)
[1024]159 - COMDLG32: Fixed all common dialogs. (translate our handle to real PM handle)
[1039]160
[1008]161 99-09-22: David Raison <djr@lemur.co.uk>
162 - KERNEL32: Return "Service Pack 3" as CSD string in GetVersionExA/W
163
[1006]164 99-09-22: Yuri Dario <mc6530@mclink.it>
165 - MISC: Fixed WINELIB macro's in wingdi.h, added fixes to headers
[1039]166 for VAC 3.6.5
[1006]167 - ODINCRT: Also link with SOMLIB (VAC 3.6.5)
168 - CRTDLL: Compilation fix for VAC 3.6.5
169 - TOOLS\COMMON: Minor change to makefile
170 - TOOLS\IMPDEF: Minor change to makefile
171 - TOOLS\WRC: Makefile fixes
172
[1004]173 99-09-22: Rene Pronk <R.Pronk@twi.tudelft.nl>
174 - USER32: Changed WM_CHAR PM handling to generate WM_(SYS)KEYUP/DOWN
[1039]175 messages.
176 Note: Not complete as TranslateMessage doesn't translate
177 ascii keys to WM_CHAR messages.
[1004]178
179 99-09-22: Sander van Leeuwen <sandervl@xs4all.nl>
180 - USER32: Removed GetDesktopWindow fix
[1039]181 Ported getNextDlgTabItem & getDlgItem
[1004]182
[1001]183 99-09-21: Daniela Engert <dani@ngrt.de>
[1000]184 - USER32: background erasing/painting stuff hopefully finished.
185
[998]186 99-09-21: Patrick Haller <phaller@gmx.net>
[1000]187 - KERNEL32: Add: GetFileAttributesExA/W implemented (ugly)
[998]188
[995]189 99-09-21: Sander van Leeuwen <sandervl@xs4all.nl>
190 - KERNEL32: Fixed cursor group conversion
[1001]191 - PELDR: Committed my latest sources. (rewrite for new kernel32 image classes)
[995]192
193 99-09-21: Edgar Buerkle <100566.557@compuserve.com>
194 - USER32: Fixed GetDesktopWindow, added message handling for WM_TIMER
[1000]195 added code to choose best icon from icon group. (in OSLibWinCreateIcon)
[995]196 - KERNEL32: Fix for converting icons & icon groups
197
[994]198 99-09-19: David Raison <djr@lemur.co.uk>
[1000]199 - OLE32: Added AntiMoniker,
200 Updated regsvr32 to use RegisterLxExe
[994]201
[991]202 99-09-20: Sander van Leeuwen <sandervl@xs4all.nl>
203 - USER32: Fix background of button, group & static text
[1000]204 NOTE: Changed default behaviour of WM_CTLCOLOR* handling.
205 Don't know if this is correct, but it fixes problems
206 in dialogs (text with white instead of gray background)
[991]207
[987]208 99-09-20: Markus Montkowski
[1000]209 - WNASPI32: full implementation via ASPIROUT$ device driver.
[987]210
[986]211 99-09-19: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]212 - USER32: Increased font pointsize for dialog (multiplied by two)
213 (probably not the right way to do things, but it works for the
214 dialogs in Solitaire)
215 Activated MsgEraseBackground method again (pmwindow.cpp)
216 Dialogs don't receive those otherwise.
217 (may need to be changed back again)
[986]218
[981]219 99-09-19: David Raison <djr@lemur.co.uk>
[1000]220 - USER32: Partially implemented MessageBoxIndirectA/W (forwarded to MessageBox)
[981]221
[969]222 99-09-18: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]223 - KERNEL32: Added resource support for win32 apps compiled in OS/2
224 - INCLUDE: Header file changes for win32 apps compiled in OS/2
225 - VERSION: Create correct import lib
226 - WINMM: Create correct import lib
227 - MSACM32: Link with winmm.lib, don't import apis from .def file
228 - MSVFW32: Link with winmm.lib, don't import apis from .def file
[969]229
230 99-09-18: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
[1000]231 - KERNEL32: Implemented lstrncmpiA
[969]232
[964]233 99-09-18: Jens Wiessner <wiessnej@rfi.de>
[1000]234 - CRTDLL: Added stubs
235 - SHELL32(NEW)/MSACM32/MSFW32: Link with kernel32 for lstrncmpiA
[964]236
[963]237 99-09-17: Daniela Engert <dani@ngrt.de>
[1000]238 - USER32: Fix: window focus management.
239 OSLIBWIN.H: the definitions of OSLIB_HWND_DESKTOP and
240 OSLIB_HWND_OBJECT were 1 off (with respect to the definition
241 in PMWIN.H)! So OSLIB_HWND_DESKTOP was in effect NULLHANDLE,
242 and OSLIB_HWND_OBJECT was HWND_DESKTOP.
[963]243
[962]244 99-09-16: Daniela Engert <dani@ngrt.de>
[1000]245 - USER32: Fix: UpdateWindow
246 New: RedrawWindow (preliminary), InvalidateR*
[962]247
[960]248 99-09-16: Patrick Haller <phaller@gmx.net>
[1000]249 - USER32: Fix: DIB_FixColorsToLoadflags - incr was not initialized
250 Fix: WINMENU::GetSystemMenu() was broken.
[960]251
[952]252 99-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]253 - KERNEL32: Moved old kernel32 code to kernel32\old
254 Rewritten win32 exe/dll classes.
255 There are now classes for the following exes/dlls:
256 Pe2lx images, win32 images loaded by the pe loader and
257 LX images (win32 apps compiled in OS/2 and system dlls)
258 Bugfixes for unicode resource apis.
259 Not completely tested yet, but works for most apps.
260 NOTE: Resource handling for pe2lx & win32 apps compiled in OS/2
261 will be added in the near future. For now it's compatible
262 with the old pe2lx.
263 NOTE: New kernel32 doesn't work with old user32
264 NOTE: Win32Resource::lockResource not complete yet, but that part
265 will be removed after the pe2lx rewrite.
266 - USER32: Moved new user32 into user32 dir, old one to user32\old
267 - ALL: Changed initterm.cpp to create LX dll object during initialization.
268 IMPORTANT NOTE: Version increased from 3 to 4. Complete recompilation
269 of everything is required!
[952]270
[936]271 99-09-14: Patrick Haller <phaller@gmx.net>
[1000]272 - AVIFIL32: ported AVIFIL32 from WINE
273 - DPLAY: ported DPLAY from WINE
274 Note: DPLAYX is required and NOT ported yet.
275 Furthermore, DPLAY has still stubs.
276 - DPLAYX: ported DPLAY from WINE (incomplete)
277 Note: still problem with COM-inheritance-macro XCAST()
278 - WNASPI32: ported WNASPI32 from WINE
279 Note: someone should adapt it to OS/2's R3 ASPI router
[936]280
[935]281 99-09-14: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]282 - USER32\NEW: Implemented Enum(Thread/Child)Windows based on Edgar
283 Buerkle's code with modifications for new user32 and
284 added some enhancements.
[935]285
[927]286 99-09-13: Jens Wiessner <wiessnej@rfi.de>
[1000]287 - NTDLL: Added CRT-functions.
[927]288
[923]289 99-09-13: Daniela Engert <dani@ngrt.de>
[1000]290 - USER32\NEW: DC/related code: ReleaseDC, GetWindowDC, DC destruction,..
[923]291
[918]292 99-09-13: Patrick Haller <phaller@gmx.net>
[1000]293 - SHELL32\NEW: updated to current wine level
[918]294
[916]295 99-09-13: David Raison <djr@lemur.co.uk>
[1000]296 - KERNEL32: Fixed MultiByteToWideChar. Return size of string including
297 0 terminator.
[916]298
299 99-09-13: Jens Wiessner <wiessnej@rfi.de>
[1000]300 - CRTDLL: Added functions.
[916]301
302 99-09-08: David Raison <djr@lemur.co.uk>
[1000]303 - OLEAUT32: Updated TypeLib code to find typelibs in EXE/DLL etc
304 NB Still need to fix typelib translation.
[915]305
[911]306 99-09-12: Daniela Engert <dani@ngrt.de>
[1000]307 - USER32\NEW: DC/related code: GetDCEx implemented. Slightly enhanced
308 over Open32.
[911]309
[910]310 99-09-12: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[1000]311 - WIN32K: An untested version is checked in. The new skeleton is
312 partially tested. PE2LX is not updated and will probably not be updated
313 before pe2lx is rewritten.
[910]314
[895]315 99-09-09: Daniela Engert <dani@ngrt.de>
[1000]316 - USER32\NEW: begin new DC/related code. BeginPaint/EndPaint done.
[895]317
[891]318 99-09-09: Patrick Haller <phaller@gmx.net>
[1000]319 - SHELL32\NEW: shell32 done, it compiles + links, no testing yet
320 - USER32: added stubs for GetMenuInfo + SetMenuInfo
321 - USER32\NEW: added stubs for GetMenuInfo + SetMenuInfo
[891]322
[916]323 99-09-08: David Raison djr@lemur.co.uk
[1000]324 - Src\OleAut32 Added stubs for undefined exports in OLEAut32
[879]325
[875]326 99-09-08: Yuri Dario <mc6530@mclink.it>
[1000]327 - INCLUDE\WIN: Changes to wingdi.h (more WINELIB_NAME defs) & winuser.h (mssing definitions)
328 Missing ';' in custcntl.h at line 106
[875]329
[916]330 99-09-08: David Raison djr@lemur.co.uk
[1000]331 - INCLUDE\WIN: Added DECIMAL definition to windef.h
[878]332
[871]333 99-09-08: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[1000]334 - KERNEL32, USER32, USER32\NEW, GDI32, ADVAPI32: <dllname>exp.def is
335 now generated by a util called ImpDef. (source in tools\impdef).
336 - INC: pdwin32.tools is updated with a IMPDEF macro. This requires
337 the macro PDWIN32_TOOLS too point to the tools\bin directory.
338 - TOOLS: New directory tree for tools developed to aid us create odin32.
339 Create a subdirectory for each tool.
340 Currently database, impdef and omfdumper is placed here.
341 - TOOLS\IMPDEF: generates the <dllname>exp.def files.
342 - TOOLS\OMFDUMPER: source for the omfdumper use to create pmwinx.def.
343 Base source for a library converted used in win32k.
344 - TOOLS\DATABASE: source for the odin32 API database and it's tools.
345 See the Odin32 API Database Design Document for more info.
346 Document will soon be placed in the 'Vault' of the win32-os2 group.
347 - TOOLS\DATABASE\MYSQL: mysql headers and libraries.
348 - TOOLS\DATABASE\GD: Gifdraw 1.2 - used to draw graphs.
[871]349
[869]350 99-09-08: Patrick Haller <phaller@gmx.net>
[1000]351 - OLE32: CLSIDFromStringA is needed in other modules, too. (SHELL32)
[869]352
[868]353 99-09-08: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]354 - Removed /DNONAMELESSUNION from some makefiles (now defined in odin.h)
355 - Minor changes to odin.h (nameless union allowed in VAC 3.6.5) & windowsx.h
356 - USER32\NEW: Use fixed user32exp.def. Doesn't work for GetOS2Callback__15Win32WindowProcFv
357 (causes link failure for comdlg32)
358 - TOOLS\WRC: Ported Wine wrc. Needs EMX+GCC
[868]359
[865]360 99-09-07: Jens Wiessner <wiessnej@rfi.de>
[1000]361 - CRTDLL: Created dll (Wine port)
[865]362
[856]363 99-09-07: Patrick Haller <phaller@gmx.net>
[1000]364 - OLE32: WINE_StringFromCLSID is needed in other modules, too. (SHELL32)
365 - SHELL32\NEW: improvement of shell32
366 - KERNEL32: ToolHelp functions stubbed: Process32First, etc.
[856]367
[834]368 99-09-05: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]369 - USER32\NEW: Dialog updates (not yet done)
[834]370
[819]371 99-09-04: Daniela Engert <dani@ngrt.de>
[1000]372 - USER32\NEW: beginning with 'DAXifying' of our windows
[819]373
[817]374 99-09-04: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]375 - KERNEL32: Fixed icon- & cursorgroup conversion (Solitaire icon now correct again)
376 - USER32\NEW: Started with Wine dialog code port. Dialog creation done,
377 but not tested.
[817]378
[810]379 99-09-04: Jens Wiessner <wiessnej@rfi.de>
[1000]380 - MSVFW32: Created stub (partly) dll (Based on Wine 990815)
381 - PSAPI: Created stub dll (Based on Wine 990815)
[810]382
[809]383 99-09-03: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]384 - USER32\NEW: MDI child/client improvement (not all wine code has
385 been ported though)
[809]386
[780]387 99-09-01: Patrick Haller <phaller@gmx.net>
[1000]388 - *: Cleanup of include files, some ICOM issues in particular,
389 also fixes LONGLONG problem (now names LONGLONG_W)
390 - SHELL32\NEW: introduction of a straight port of WINE's SHELL32 implementation
391 18 of 22 files are ported already
[809]392
393 99-09-01: Patrick Haller <phaller@gmx.net>
[1000]394 - *: Cleanup of include files. Warning: OS/2's BOOL is ULONG, WIN32 is INT.
395 Causes C++ compilers to complain here and there. Plus many WINE prototypes
396 are just plain wrong.
397 This change should help porting shell32/new.
[780]398
[809]399
[779]400 99-09-01: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]401 - USER32\NEW: Fixed GetWindowDC (Freecell 'Cards Left' string drawn
402 at the right place)
[779]403
[773]404 99-09-01: Jens Wiessner <wiessnej@rfi.de>
[1000]405 - RASAPI32: Created stub dll
406 - MSACM32: Created (partly) stub dll
[773]407
[756]408 99-08-31: Patrick Haller <phaller@gmx.net>
[1000]409 - WINMM: revision of timer services (C&C RA)
410 - KERNEL32: temporary fix for DuplicateHandle for non-HandleManager handles
411 little improvement in console properties
412 incorrect anchor class for mutexes, events and semaphores
413 fixed return codes for HMCreateFileMapping, HMOpenFileMapping
414 Fix: FILE_MAP_ALL_ACCESS access flags for memory mapped files
[756]415
[751]416 99-08-31: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]417 - USER32\NEW: Finished MDI class, but it's not working yet.
418 - USER32\NEW: Fixed menu apis
419 - KERNEL32\NEW: Changed makefile to generate response file (linker
420 cmd line too long)
421 Created resource class for menus (Win32MenuRes)
422 - INC: Changed debug makefiles to include /dbgpack linker option
423 (compresses debug info)
[751]424
425 99-08-31: Rene Pronk <R.Pronk@twi.tudelft.nl>
[1000]426 - USER32,USER32\NEW: Implemented ChildWindowFromPointEx
[751]427
428 99-08-30: Jens Wiessner <wiessnej@rfi.de>
[1000]429 - OLEDLG: Created stub dll
430 - INC\WIN: Update for ras.h
[751]431
[742]432 99-08-30: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]433 - USER32\NEW: Redesign. Create base class for all window types
434 Delete Open32 class atoms before recreating them.
435 Added skeleton class for MDI client window.
[742]436
[738]437 99-08-29: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]438 - USER32\NEW: Changed behaviour of mouse messages (send NC messages
439 when in non-client area + send WM_SETCURSOR msgs)
440 Don't send WM_MOUSEMOVE when mouse is captured.
441 Changed CreateMDIWindowA/W (don't call Open32 api anymore,
442 but post WM_MDICREATE msg)
[819]443
[1000]444 - KERNEL32 Interlock apis ported from Wine (with help of Patrick Haller)
445 - INC: Removed Masm compatible flag for ALP and enabled debugging
446 info in debug build
[738]447
[732]448 99-08-29: Jens Wiessner <wiessnej@rfi.de>
[1000]449 - OLECLI32: Created stub dll
450 - IMM32: Created stub dll
451 - IMAGEHLP: Created (partly) stub dll
[732]452
[731]453 99-08-28: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]454 - USER32\NEW: Use shared memory for window & class objects
455 Implemented FindWindow(Ex). Not yet tested
456 Fixed window names.
457 Created shared heap using VAC's _ucreate.
458 Separate window handle creation (in shared memory array)
459 PostMessage fixes (didn't work between two processes)
460 - KERNEL32: Fixed exception handling for kill signals & termination
461 Changed VMutex constructor (also allows creation of
462 shared mutex semaphores)
463 NOTE: This requires a complete recompile!!
[731]464
465 99-08-28: Daniela Engert <dani@ngrt.de>
[1000]466 - USER32\NEW: client windows get repositioned now when
467 the parent resizes
[728]468
[722]469 99-08-28: Achim Hasenmueller <achimha@innotek.de>
[1000]470 - COMCTL32: Merged with latest WINE updates (990815)
[722]471
[717]472 99-08-28: Yuri Dario <mc6530@mclink.it>
[1000]473 - INCLUDE\WIN: Added macros to windowsx.h
[717]474
[715]475 99-08-27: Daniela Engert <dani@ngrt.de>
[1000]476 - USER32\NEW: window creation, window relationship, window sizing and
477 positioning enhanced.
478 - USER32\NEW: window and client rectangles are in sync with the WINE
479 structures now.
[715]480
[714]481 99-08-27: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]482 - KERNEL32: Rewrote memory mapped files for multiple views
483 Increased default nr of pages loaded so loading
484 large apps doesn't take forever to start in IPMD.
485 - KERNEL32: Process dll exports before imports in order to support
486 circular dll dependencies.
487 - KERNEL32: Replaced fopen/fclose calls in windll.cpp; they mess up FS.
488 Init full path of image during Init method.
[714]489
[711]490 99-08-27: Patrick Haller <phaller@gmx.net>
[1000]491 - KERNEL32: removed logging page faults if mmapped i/o
[711]492
[706]493 99-08-26: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]494 - KERNEL32: Cleaned up. (removed os2native.cpp & os2util.cpp and
495 replaced them with oslibdos.* & oslibmisc.*; put
496 Virtual* win32 apis in virtual.cpp)
497 - KERNEL32: Added workaround for (what seems to be) an OS/2 bug.
498 Fixes crashes when reading from the memory mapped file.
499 (see comments in kernel32\mmap.cpp)
500 Bugfixes for VirtualProtect & VirtualQuery
[706]501
[703]502 99-08-25: Jens Wiessner <wiessnej@rfi.de>
[1000]503 - OLESVR32: Created stub dll
[703]504
[679]505 99-08-25: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]506 - KERNEL32: Use memory mapped files for PE loader
507 Readonly memory mapped files work. Read/Write has not
508 been tested yet. Shared mmaps don't work at this time.
509 - KERNEL32: Set exception handler chain to -1 (not 0) in KillWin32Process
510 -> fixes large nr of exceptions
511 - KERNEL32: Several changes for memory mapped files.
512 Put back handlemanager changes. (i.e. MapViewOfFile)
513 - USER32\NEW: Deleted win32type.h
514 - ADVAPI32: Fixed some incorrect definitions of security apis
515 - INCLUDE\WIN: Changed WINE_NAME_AW definition (now you can use
516 apis without the 'A' or 'W' suffix)
517 - INCLUDE: Added makefile for VAC 3.6.5
518 To compile use i.e.: nmake DEBUG=1 CCENV=VAC36
519 - KERNEL32: Changed VIRTUAL_MapFileA/W
520 Changed OS2ImageInit from public to protected
521 - KERNEL32: Added DuplicateHandle to Handle Manager (wasn't working before)
522 NOTE: Only works for file handles at this time!
523 The rest still needs to be implemented.
524 - USER32\NEW: Changed loadres.cpp call to VIRTUAL_MapFileA
[679]525
[656]526 99-08-24: Patrick Haller <phaller@gmx.net>
[1000]527 - USER32: added extended Open32 WinX control styles (OS2CTLWX)
528 - KERNEL32: HandleManager support for memory mapped files
529 Added FindFirstFileW, FindNextFileW
530 Bugfix in ExitProcess / iConsoleWaitClose
531 Bugfix in OS2Heap::OS2Heap (Heap 0 always valid for NT programs?)
[656]532
[654]533 99-08-24: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]534 - USER32\NEW: One mutex per type of generic object + mutex protection
535 of linked list access in win32 classes
536 - KERNEL32: Implemented VirtualQuery (not yet tested)
537 VirtualQueryEx calls VirtualQuery, VirtualProtectEx calls
538 VirtualProtect
539 NOTE: VirtualQueryEx & VirtualProtectEx can't handle addresses of other
540 processes
541 - KERNEL32: Added memory mapped file class (not hooked up to apis or
542 exception handler yet; just committing my preliminary code)
[654]543
[648]544 99-08-23: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]545 - KERNEL32: Dll load order bugfix (PE loader)
546 - USER32\NEW: Added two dummy exports so comdlg32 will load
547 NOTE: This is a temporary hack and needs to be changed.
548 - USER32\NEW: Fix for OSLibWinCreateIcon (supports single icons now)
549 - KERNEL32: Logging change, now creates a unique logfile for each
550 process. (multiple win32 apps active -> multiple logfiles)
[648]551
552 99-08-23: Patrick Haller <phaller@gmx.net>
[1000]553 - USER32/NEW: partial (not compiling yet) port of DIALOG.C
554 - USER32: fix: Win32Proc constructor crash (GetClassInfoA(of a Systemclass))
[643]555
556
[616]557 99-08-22: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]558 - OLE32: Changes for updated WINE headers
559 - OLEAUT32: Created (Wine port: Based on 990815 code)
560 - KERNEL32: Export HEAP_* string functions in lib
561 - KERNEL32: Fixed some PE resource dll load bugs
562 - KERNEL32: Moved CloseLogFile call to after DestroyTIB (fixes crashes
563 as WriteLog was still called in DestroyTIB & WriteOutProfiles)
564 - KERNEL32: Added exception handling code for each thread, entrypoint &
565 TLS callbach handler.
566 OS2ExceptionHandler (in exceptions.cpp) is registered as the
567 main exception handler.
568 NOTE: Still needs to call original win32 exception handler
569 from OS2ExceptionHandler.
570 - USER32/NEW: Changed WM_ERASEBKGND handling. Fixes FreeCell background.
571 (but might not be completely correct)
572 - INCLUDE\WIN: Added custcntl.h & fixed GetObject definition
573 - INCLUDE\WIN, WIN\WINE: Added several files, updated OLE headers
574 - NTDLL: Some changes to make it compile again
[619]575
[605]576 99-08-21: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]577 - USER32\NEW: Fixed window class bug. Freecell menu now properly
578 loaded.
579 - USER32\NEW: Changed LoadBitmapA/W to load bitmaps internally
580 (also ported some Wine code for that purpose)
581 Not correct yet: some of Solitaire's bitmaps look bad
582 - KERNEL32: Fixed name id lookup bug for PE loader resources
583 - KERNEL32: AllocFixedMemory bugfix + added Aurora flag to DosAllocMem
584 - KERNEL32: Close logfile in kernel32 exit list -> last log messages
585 before crash now properly saved
586 - PELDR: Corrected makefile
[605]587
[604]588 99-08-21: Yuri Dario <mc6530@mclink.it>
[1000]589 - Makefiles: Link with predefined VAC lib (RTLLIB(_O))
590 Needed for VAC 3.6.5
[604]591
[598]592 99-08-20: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]593 - KERNEL32: PE resource loading fixes
594 - USER32/NEW: Changes to Load* resource apis
595 - USER32/NEW: Put back LoadBitmap for now
596 Rewrote LoadIconA/W & LoadCursorA/W + added
597 extra code to oslib.
[598]598
[595]599 99-08-20: Patrick Haller <phaller@gmx.net>
[1000]600 - ODINWRAP: fixed invalid macros
[595]601
[580]602 99-08-19: Patrick Haller <phaller@gmx.net>
[1000]603 - ODINWRAP: fixed invalid recursion in ODINFUNCTION0-Debug
604 - WINMM: odinwrap macros
605 - TAPI32: odinwrap macros
606 - MPR: odinwrap macros
607 - COMDLG32: odinwrap macros
608 - WNETAP32: odinwrap macros
609 - WINSPOOL: odinwrap macros
[580]610
[569]611 99-08-19: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]612 - KERNEL32: PE loader resource fixes + ConvertNameId bugfix
613 Added pe2lx conversion code for menus, accelerators,
614 bitmaps, icons, cursors, icon & cursor groups.
615 Put back _CreateWin32Exe export in kernel32exp.def
616 - KERNEL32: Used Odin wrappers for profile apis (mess up FS)
617 - USER32 & USER32\NEW: Cleaned up icon code
[569]618
[564]619 99-08-18: Patrick Haller <phaller@gmx.net>
[1000]620 - NTDLL: tons of new stubs and crt functions
621 - WNETAP32: tons of new stubs
[564]622
[542]623 99-08-18: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]624 - Put back version check in most dlls (except odincrt.dll & peldr.dll
625 we don't want a kernel32 dependency there)
626 - PELDR/KERNEL32: Use reserved memory by peldr.dll to store win32 exe
627 sections. (now loads exes without fixups & low base address)
628 Added TLS support.
629 - KERNEL32: Lots of changes for the ring 3 PE loader (not completed)
630 Store PE header at start of module in memory, module handle
631 set to image base of module.
[542]632
[540]633 99-08-18: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
[1000]634 - KERNEL32: Profile bugfix (line 506) && removed redundant '\r'
635 (except on line 199)
[819]636
[523]637 99-08-17: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]638 - KERNEL32/LZ32: Fixed compilation problems introduced by changes below
639 - ODINCRT: Rewrote __threadid Clib function to get rid of crashes
640 (restores OS/2 FS selector before accessing PIB ptr and
641 puts back original FS selector afterwards)
642 NOTE: No longer necessary to use ODIN_FS_BEGIN/ODIN_FS_END macros
643 - DDRAW: Removed ODIN_FS_BEGIN/ODIN_FS_END calls
644 Fixed bugs in divewrap.h. Incorrect wrappers called themselves
645 instead of the original Dive apis.
[523]646
[528]647 99-08-17: Patrick Haller <phaller@gmx.net>
[1000]648 - LZ32: can't export LZCopy as ID0, changed to alphanumeric export
[528]649
[506]650 99-08-16: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]651 - PE loader: Started with rewrite
652 - ODINCRT: Changed compile & link options
653 - ODINCRT: Don't export ctordtorInit/Term. These functions must exists
654 locally for each dll/exe. Fixes crashes in pe loader and
655 corrupt converted exes generated by pe2lx
656 - ALL: Makefile changes & initterm.cpp no longer calls c/c++ library
657 init & termination functions (should only be done in odincrt.dll)
[505]658
659 99-08-16: Patrick Haller <phaller@gmx.net>
[1000]660 - SHELL32: integrated Christoph Bratschis SHELL32 stubs
661 - WSOCK32: odinwrap macros
[505]662
[504]663 99-08-16: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]664 - USER32: uitools.cpp update
[488]665
[502]666 99-08-15: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]667 - USER32\NEW: controls: wine-990731 update
[502]668
[497]669 99-08-14: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]670 - COMCTL32: wine-990731 update
[497]671
[495]672 99-08-14: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]673 - INCLUDE\win\windows.h: Include odin.h if __WIN32OS2__ is defined
[495]674
[493]675 99-08-13: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]676 - KERNEL32: Export heap functions by ordinal
677 - src\makefile: compile lz32 before version (dependency)
[493]678
[488]679 99-08-12: Patrick Haller <phaller@gmx.net>
[1000]680 - VERSION: enhanced plus odinwrap macros
[488]681
[484]682 99-08-11: Patrick Haller <phaller@gmx.net>
[1000]683 - ODINCRT: ordinal exports
684 - ADVAPI32:odinwrap macros (partially)
685 - LZ32: odinwrap macros
[484]686
[478]687 99-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]688 - USER32/NEW: Fixed makefile (link with odincrt)
[478]689
[465]690 99-08-10: Patrick Haller <phaller@gmx.net>
[1000]691 - LZ32: added preliminary support for independend LZ32 library
[417]692
[454]693 99-08-09: Patrick Haller <phaller@gmx.net>, Achim Hasenmueller <achimha@innotek.de>, Markus Montkowski
[1000]694 - ODINCRT: providing a extensible wrapping layer for VAC++ runtime functions
695 change is non-intrusive for existing source.
[454]696
[431]697 99-08-06: Patrick Haller <phaller@gmx.net>
[1000]698 - USER32: added stubs so NT4's WINFILE can load
699 - SHELL32: added stubs so NT4's WINFILE can load
700 - NTDLL: added stubs so NT4's WINFILE can load
[431]701
[420]702 99-08-05: Patrick Haller <phaller@gmx.net>
[1000]703 - KERNEL32: interactive control over UnhandledExceptionFilter
704 - KERNEL32: FormatMessageAW fixed. Do not mix ODIN's heap functions with VAC heap functions
705 - KERNEL32: added WINE-style string functions in Heapstring.cpp
706 - SHELL3232: RestartDialog @59 stub added. IE2 can load now with NT4's URL.DLL.
[420]707
[418]708 99-08-05: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]709 - KERNEL32: Bitmap conversion bugfix; always recalculate bitmap size
710 (bitmap in donut.exe (ddraw sample) contains wrong size)
[418]711
[414]712 99-08-04: Patrick Haller <phaller@gmx.net>
[1000]713 - KERNEL32: fix for filename handling in kernel32/profile
714 - KERNEL32: fix for PROFILE_CopyEntry in kernel32/profile
[414]715
[410]716 99-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]717 - PE2LX: Bugfix for icon conversion (heap corruption for ra95.exe; as
718 reported by Patrick Haller)
[819]719
[409]720 99-08-04: Patrick Haller <phaller@gmx.net>
[1000]721 - KERNEL32: Heap modification
722 - KERNEL32: Windows 3 style profile support ported from WINE (removes Open32)
[409]723
[406]724 99-08-03: Rene Pronk <R.Pronk@twi.tudelft.nl>
[1000]725 - USER32: Ported DrawTextExA/W & DrawStateA/W
[406]726
[401]727 99-07-27: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[1000]728 - KERNEL32: Implemented GetComputerNameA/W
[401]729
[393]730 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]731 - USER32/NEW: Lots of changes; Solitaire displays cards correctly
732 Status bar correctly drawn
733 Mouse msg translation still wrong.
734 Paint not correct.
[399]735
736 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]737 - KERNEL32: GetLocateInfoA bugfix
738 - USER32/NEW: Lots of changes; now Solitaire starts, but draws cards incorrectly
[393]739
[375]740 99-07-23: Yuri Dario <mc6530@mclink.it>
[1000]741 - misc: Changes for compilation with VAC 3.6.5
[375]742
[370]743 99-07-23: Edgar Buerkle <100566.557@compuserve.com>
[1000]744 - VERSION: VerQueryValueA/W Wine implementation ported
[370]745
[366]746 99-07-22: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[1000]747 - KERNEL32: Complete implementation of GetLocaleInfoA/W
[366]748
[363]749 99-07-22: Edgar Buerkle <100566.557@compuserve.com>
[1000]750 - KERNEL32: Fix for OS2GetResource (os2util.cpp)
751 - PE2LX: Use unique resource id for version resource.
752 - USER32: MapOEMToRealKey fix
[363]753
[360]754 99-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]755 - DDRAW: Now compiles
756 - COMCTL32: Create library with correct api names
[360]757
[355]758 99-07-21: Edgar Buerkle <100566.557@compuserve.com>
[1000]759 - KERNEL32: Fix for LoadResource; should return pointer to resource data
760 LockResource just returns the pointer returned by LoadResource
[355]761
[344]762 99-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]763 - USER32/NEW: Added support for window icons and accelerators.
764 Accelerators don't work yet.
765 - PE2LX: Save icons in different format (BITMAPINFOHEADER2)
[348]766
[343]767 99-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]768 - KERNEL32: Added method for retrieving converted OS/2 resource
769 (which will be changed later on)
770 - USER32/NEW: CreateWindowEx now works and menus are displayed
[343]771
[320]772 99-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]773 - KERNEL32: Exports for getting TEB & THDB added
[819]774
[307]775 99-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]776 - USER32/NEW: Unicode & window handle translation bugfixes
[307]777
[305]778 99-07-14: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]779 - USER32/NEW: several bugs fixed, compiles now
780 CreateWindow doesn't work yet
[305]781
[301]782 99-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]783 - USER32/NEW: *VERY* preliminary/alpha code for Open32 replacement in user32
784 Compiles, but not tested at all.
[301]785
[298]786 99-07-12: Patrick Haller <phaller@gmx.net>
787 - KERNEL32: various console fixes
788
[287]789 99-07-10: Edgar Buerkle <100566.557@compuserve.com>
[1000]790 - USER32: Fixes for CreateWindowExW and several unicode menu apis
[287]791
[281]792 99-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]793 - KERNEL32/PE2LX: Added support for TLS sections
794 - KERNEL32: Added thread attach/detach messages for dlls
795 Fixed some bugs, cleaned up code
796 NOTE: THIS CHANGE BREAKS ALL PREVIOUSLY CONVERTED APPLICATIONS
797 RECOMPILE ALL DLLS AND CONVERT EVERYTHING AGAIN!!!!!!!!!
798 THIS CHANGE ALSO BREAKS WIN32K!
[281]799
[279]800 99-07-06: Patrick Haller <phaller@gmx.net>
[1000]801 - KERNEL32: major enhancement of handlemanager
[279]802
[274]803 99-07-06: Edgar Buerkle <100566.557@compuserve.com>
[1000]804 - PE2LX: Finished support for codepages
[274]805
[273]806 99-07-05: Patrick Haller <phaller@gmx.net>
[1000]807 - SHELL32: SheSetCurDrive stub, ...
[273]808
[272]809 99-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]810 - LIB\libconv.def: Added name with '_' appended. (or else Watcom won't
811 link pe2lx\misc.cpp properly)
[272]812
813 99-07-05: Edgar Buerkle <100566.557@compuserve.com>
[1000]814 - PE2LX: Preliminary support for codepages
[272]815
[270]816 99-07-05: Patrick Haller <phaller@gmx.net>
[1000]817 - KERNEL32: HandleManager fixes as suggested by Edgar Buerkle
[270]818
[265]819 99-07-04: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]820 - PE2LX/USER32: Dialog default font set to WarpSans + fixes
[265]821
[258]822 99-07-02: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]823 - PE2LX/USER32: Dialog bugfix for entryfield strings
[258]824
[250]825 99-06-30: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]826 - KERNEL32: Unicode changes (unicode.cpp)
827 lstrcpynA/W (kernel32.cpp
828 - USER32: LoadStringA unicode conversion bugfix
829 - USER32: Changed SystemParameterInfo for default font (now 9.WarpSans)
[250]830
[249]831 99-06-30: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[1000]832 - WINMM: Implemented remaining joystick apis + bugfixes
[249]833
[247]834 99-06-29: Patrick Haller <phaller@gmx.net>
[1000]835 - KERNEL32: GetLocaleInfoA bugfix (lang.cpp)
[247]836
[244]837 99-06-29: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[1000]838 - WINMM: Implemented most of the joystick apis
[244]839
[239]840 99-06-28: Christoph Bratschi
[1000]841 - USER32: AsciiToUnicodeN bugfix (unicode.cpp)
[239]842
843 99-06-28: Sander van Leeuwen
[1000]844 - USER32: Get/SetWindowLongA bugfix for dialog controls
[239]845
[225]846 99-06-27: Sander van Leeuwen
[1000]847 - USER32: Message handler updates & lots of bugfixes
848 - USER32: Fix for GetWindowLongA, if Open32 returns 0xffff it really
849 means 0xffffffff -> fixes Winhlp32 buttons.
850 - USER32: Fixed bug when changing window procedures for dialog box
851 controls
[225]852
[220]853 99-06-26: Sander van Leeuwen
[1000]854 - USER32: Changes for message spy & several message handler changes
855 - USER32: Restore win32 tib in window msg callback
856 - KERNEL32/include: Restore OS/2 tib on entering Open32 or OS/2 apis
857 - KERNEL32/lang.cpp: Bugfix for GetLocaleInfoA (if buf ptr == null,
858 only return size of memory block required to hold info)
[220]859
[194]860 99-06-25: Achim Hasenmueller
[1000]861 - Finally fixed changelog date format to be compliant with
862 the official EU date format :)
[172]863
[191]864 99-06-25: Christoph Bratschi
[1000]865 - USER32: GetSysColorPen bugfix (syscolor.cpp)
[191]866
[183]867 99-06-24: Patrick Haller
[1000]868 - SHELL32: partial port form WINE
[183]869
[194]870 99-06-24: Edgar Buerkle
[1000]871 - KERNEL32: Implemented GetLocaleInfoA/W
[174]872
[194]873 99-06-24: Sander van Leeuwen
[1000]874 - include\winos2def.h: Changed OS/2 apis to use wrappers
875 (FS save/restore) and added DosQueryCtryInfo
[174]876
[172]877 99-06-23: Patrick Haller
[1000]878 - Fixed date format in changlog .g.
879 - NTDLL: a dozen c runtime functions added
880 - USER32: IsHungAppWindow dummy added
881 - SHELL32: few more APIs added
882 - KERNEL32: HandleManager, Console, fixes
883 - COMDLG32: basic unicode support added, thou broken somehow
884 - source code splitups and beautification ;-)
[172]885
[194]886 99-06-23: Achim Hasenmueller
[1000]887 - ported latest WINE fixes and additions for comctl32. Changes
888 involve better undoc. DSA APIs, right colors for the tab control,
889 many improvements for the listview...
[165]890
[194]891 99-06-21: Achim Hasenmueller
[1000]892 - ported latest WINE DrawEdge code and moved everything to the
893 new file src/user32/uitools.cpp
[158]894
[194]895 99-06-21: Sander van Leeuwen
[1000]896 - include\os2wrap.h, removed calling convention
[147]897
[194]898 99-06-21: Christoph Bratschi
[1000]899 - COMCTL32: Progress bar finished (progress.c, USER32 bugs to fix)
900 - COMCTL32: Trackbar finished (trackbar.c)
[145]901
[194]902 99-06-20: Sander van Leeuwen
[1000]903 - KERNEL32: Call HMInitialize from initterm, not winexe object creation
904 - KERNEL32: Added comctl to list of system dlls (windll.cpp)
905 - KERNEL32: Fixed dll detach (windll.cpp) for converted win32 dlls
906 - KERNEL32: Module name detection (windll.cpp)
907 - KERNEL32: Activated Win32 TIB code; a selector + memory is allocated
908 for the main thread and every thread created.
909 When it's completed, it should fix several problems due to
910 differences between OS/2's TIB and Win32's TEB.
911 - COMCTL32: Fixed crash on exit (moved unregister of class into exit list handler)
912 - USER32: Changed bugfix (WS_CLIPCHILDREN) for winhlp32 (same as Wine now)
913 - USER32: Fixed bug in wndproc.cpp (release build only)
914 - USER32: Added preliminary support for parent notification
[128]915
[194]916 99-06-19: Sander van Leeuwen
[1000]917 - ALL (except dsound/ddraw): Include <os2wrap.h> instead of <os2.h>
918 - KERNEL32: Changes for win32 TEB (not active)
[120]919
[194]920 99-06-07: Sander van Leeuwen
[1000]921 - Removed unecessary files
922 - Modified os2win.h to save FS selector before calling Open32 api
923 and restoring it afterwards.
924 - Renamed all .C files (except comctl32) to .CPP and fixed compiler errors
925 - GDI32: Fixed SetDIBitsToDevice bugfix (palette size)
926 - USER32: Fixed RegisterSystemClasses
[51]927
[194]928 99-06-07: Achim Hasenmueller
[1000]929 - Added comctl32, mostly untested includes all controls, some undocumented
930 APIs missing
931 - Added internal GetSysColorPen() to user32 - handy API used in WINE
932 Modified syscolor.cpp to support new Win98 colors and create pens
[52]933
[51]934 99-06-06: Sander van Leeuwen
[1000]935 - Bugfixes in VirtualAlloc (KERNEL32), GetScrollPos & RegisterSystemClasses (USER32)
936 as reported on mailinglist by Edgar Buerkle.
937 Also FindResourceA/W.
[51]938
[194]939 99-06-01: David Raison
[1000]940 - OLE32: Changed everything to make it compile with the new headers
941 - include/win/ole.2 - line 170
942 - include/wine/win/obj_oleview.h - line 32 & 36
[51]943
[194]944 99-05-23: Sander van Leeuwen
[1000]945 - ADVAPI32: Fixed Open32 bugs in RegOpenKeyA (set return key to 0 when failed)
946 Fixed key definition conflict in convertkey.
947 - KERNEL32: Fixed exception handler, don't continue after process termination
948 exception! (fixes annoying exitlist hangs)
[51]949
[194]950 99-05-19: Sander van Leeuwen
[1000]951 - KERNEL32: Corrected wrong export for HeapSize (reported by Vit Timchishin)
[51]952
[194]953 99-05-15: Sander van Leeuwen
[1000]954 - Fixed a number of bugs introduced during the Wine header update
955 - KERNEL32: Added high/low fixup support for pe loader
[51]956
[194]957 99-05-13: Sander van Leeuwen
[1000]958 - Updated USER32
959 - Fixed unicode apis in USER32
960 - Added .def files for ADVAPI32, COMDLG32, GDI32, KERNEL32 & USER32 that
961 export all apis with the correct names. (_apiname@nrofparameterbytes)
[51]962
[194]963 99-05-12: Sander van Leeuwen
[1000]964 - Finished KERNEL32
965 - Updated WINMM
[51]966
[194]967 99-05-10: Vince Vielhaber
[1000]968 - Rewrote WSOCK32 for Wine headers
[51]969
[194]970 99-05-08: Sander van Leeuwen
[1000]971 - Updated CAPI32, COMDLG32 & GDI32, MPR, NTDLL, TAPI32, WINSPOOL, WNETAP32
972 for new headers
973 - Started with KERNEL32 changes (75% done)
974 - Made basic changes to OLE32 for new headers, but still tons of errors
975 - Fixed some unicode apis in GDI32
[51]976
[194]977 99-05-04: Sander van Leeuwen
[1000]978 - Stripped os2win.h and put it in include directory
979 - WINE header files in include\win
980 (some modified for IBM VAC)
981 - All Open32 apis have 'O32_' as prefix, Open32 specific declarations
982 are appended with _O32.
[51]983
[194]984 99-05-01: Sander van Leeuwen
[1000]985 - Changed makefile structure:
986 nmake DEBUG=1 builds debug version
987 nmake builds release version
[51]988
[194]989 99-04-11: Sander van Leeuwen
[1000]990 - Everything except user32 & kernel32: copyrights added to most files
991 Moved a few header files in \include
992 - Fixed import problem in peldr (include\winimage.h), SetFullPath must
993 be a virtual method.
[51]994
[194]995 98-10-26: Sander van Leeuwen
[1000]996 - OLE32: CoInitialize takes one parameter, not 0
[51]997
[194]998 98-10-11: Sander van Leeuwen
[1000]999 - KERNEL32: except.asm Wrong calling convention for SetExceptionChain
1000 - KERNEL32: exceptions.cpp/wprocess.cpp SetExceptionChain(-1) instead of SetExceptionChain(0)
[51]1001
[194]1002 98-09-28: Sander van Leeuwen
[1000]1003 - PE2LX: icon.cpp: palette only for <= 8 bpp
1004 - PE2LX: icon.cpp: check if image size in bmp header is correct before using it
[51]1005
[194]1006 98-09-25: Sander van Leeuwen
[1000]1007 - PE2LX: Don't fail if an exe/dll doesn't contain any imports (pe.cpp:ProcessImports)
[51]1008
1009********************************************************************************
1010***** Release 0.03/4
1011********************************************************************************
[194]1012 98-09-15: KSO
[1000]1013 - WIN32K: pe2lx\misc.cpp changes
[51]1014
[194]1015 98-09-13: Sander van Leeuwen
[1000]1016 - KERNEL32: windll.cpp: fixed bug with szModule not being initialized
1017 - PE2LX: pe.cpp: Only read first 1 MB for huge files. (as they are most
1018 likely InstallShield archives; exe appended with
1019 installation data)
[51]1020
[194]1021 98-09-12: Sander van Leeuwen
[1000]1022 - WSOCK32: Changed fd_set to Wfd_set or else it won't compile over here
1023 - KERNEL32: Winimage.cpp, extra checks added
1024 - KERNEL32: OS2GetModuleFileName bugfix
1025 - INCLUDE/MISC.H: Error printf that prints to stdout (more reliable than
1026 a logfile)
1027 - GDI32: GetDeviceCaps -> NT returns -1 when using 16 bits colors, NOT 65536!
1028 - GDI32: CreateDIBSection -> StarCraft uses bitmap with negative height ->
1029 flip image when blitting
1030 - GDI32: DIBSection ctor: bug in BITMAPINFO2 malloc
1031 - GDI32: BitBlt: (dibsection) HDC == HPS (thank you, IBM!)
[273]1032
[194]1033 98-09-02: Sander van Leeuwen
[1000]1034 - KERNEL32/USER32: Split up code
1035 - USER32 (/new): Started with new class & window managment code
1036 (not compiled nor tested, so don't change it)
[51]1037
[194]1038 98-09-01: Patrick Haller
[1000]1039 - WSOCK32: Circular linker dependency removed
[51]1040
[194]1041 98-08-31: kso
[1000]1042 - KERNEL32: changed lfile.c to use OS2CreateFile,OS2CloseHandle,.... as
1043 NT does. Notepad (W95) is now working better.
1044 - KERNEL32: fixed a open32 bug (or win32 feature) - WriteFile with
1045 nrbytes = 0 is equal to a SetEndOfFile(..);
[51]1046
[194]1047 98-08-17: Sander van Leeuwen
[1000]1048 - KERNEL32: Changed LoadLibraryA(W/ExA/ExW) to try to load the dll
1049 directly first and if that fails, load it manually.
[51]1050
[194]1051 98-08-15: Sander van Leeuwen
[1000]1052 - DDRAW: LOTS of changes,additions and fixes
1053 (ddex1-ddex5 DirectX SDK samples work(ed) + Quake 2 in
1054 DirectDraw mode)
1055 - DSOUND: Skeleton code extended
[51]1056
[194]1057 98-08-13: Sander van Leeuwen
[1000]1058 - PE2LX: Replaced stack page removal code; (adjusted GetNrPages instead)
[51]1059
[194]1060 98-08-13: KSO:
[1000]1061 - PE2LX: Borland bugfixes
[51]1062
1063 98-08-08: Sander van Leeuwen
[1000]1064 - pe2lx (pe.cpp), call SetNrOfExports(0) for dlls without exports
1065 to set the module name in the resident name table
1066 (otherwise converted dll will not load)
1067 - Version resource apis work now
1068 - LocalReAlloc bugfix, notepad assumes it returns the same
1069 address when the new size is smaller than the old one.
[51]1070
[194]1071 98-08-03 KSO:
[1000]1072 - pe.cpp: line 600 - added OS2Exe to the parameterlist
1073 - bitmap.cpp: replace file - much.
1074 - bitmap.h: replace file - typo (BitMap to Bitmap)
1075 - icon.h: replace file - #define BI_*
[51]1076
1077 98-07-23: Knut Osmundsen
[1000]1078 - PE2LX: Borland exe changes (import stuff)
[51]1079
1080 98-07-18: Sander van Leeuwen
[1000]1081 - KERNEL32/PE2LX: Changed version checks; version nr is put into the
1082 converted exe/dll as a parameter to one of the kernel32
1083 entry points
1084 - USER32: Changed class managment code
1085 - USER32: Removed all SYNCPAINT stuff as it breaks many apps
1086 - USER32: Removed in CreateWindowExA that checks for values of x, y, nHeight & nWidth
1087 (this broke generic.exe, notepad.exe and probably many others)
1088 - USER32: Finished GetMenuStringW (MSPaint), not working right though
1089 it should return 'Recent File', but returns 'Decent File'
1090 Well, whatever.
1091 - VERSION/KERNEL32/PE2LX: Version resource API implemention started
1092 - PE2LX: Increased some fixup limits to convert dynhgi35.dll
1093 - KERNEL32: AsciiToUnicode fixed (only terminate with one 0; doing
1094 it twice corrupts the heap as our stuff allocates exactly
1095 enough for string + 0 terminator)
[51]1096
1097 98-07-14: Sander van Leeuwen
[1000]1098 - KERNEL32: Changed OS2GetProcAddress to call the ordinal or name getApi
1099 method
[51]1100
1101 98-07-13: Patrick Haller
[1000]1102 - USER32: Unicode fix for wvsprintfW "%s" -> "%ls"
1103 - USER32: fix in Win32WindowProc destructor when "window" becomes NULL
1104 - ADVAPI32: RegConnectRegistry for connection to local machine
[51]1105
1106 98-07-13: Patrick Haller
[1000]1107 - KERNEL32: Unicode fix that garbled CommandLineToArgv and others
[51]1108
1109 98-07-12: Patrick Haller
[1000]1110 - NTDLL: new functions in NTDLL (-> critical sections)
1111 - SHELL32: few new stubs in SHELL32
1112 - GDI32: fix in GDI32\DIBSECT\CreateDIBSection for M$ Backup
1113 - USER32: experimental fix (CS_SYNCPAINT) for WinHlp32 to
1114 display navigation buttons, but crashes SOL.EXE :(
[51]1115
1116 98-07-10: Patrick Haller
[1000]1117 - stubs for NETAPI32 100%
[51]1118
1119 98-07-09: Patrick Haller
[1000]1120 - stubs for Winspool 100%
[51]1121
[194]1122 98-07-01 Joel Troster
[1000]1123 - KERNEL32: update to nameid.cpp
[194]1124
[51]1125 98-06-07 Joel Troster
[1000]1126 - WINMM: WaveOpen bugfix
[51]1127
1128 98-06-07 Felix Maschek
[1000]1129 - CAPI32: bugfix
[51]1130
1131 98-06-15: Patrick Haller
[1000]1132 - GDI32: stubs for all missing functions
1133 - ADVAPI32: stubs for all missing functions
1134 - USER32: implementation of some real functions
1135 some unknown functions stubbed (IDA/2)
[51]1136
1137 98-06-14: KSO
[1000]1138 - GDI32: Stubs for Office 97
1139 - PE2LX: Formatted output
1140 - ADVPI32: Stubs for Office 97
1141 - VERSION: Stubs for Office 97
[51]1142
1143 98-06-12: Patrick Haller
[1000]1144 - NTDLL: ported over the NTDLL code from WINE, subject to the GNU Copyleft
1145 some applications open this module explicitly
1146 - KERNEL32: few fixes to Unicode handling
1147 - KERNEL32: console window sizing (still buggy) and property fixes
1148 - KERNEL32: stubs for all missing functions
1149 - GDI32: bugfix for DIB allocation (MS Paint)
1150 - WINMM: functions for FOURCC handling
1151 - PE2LX: CURSOR.CPP: hotspot.y is upside down (fixed for Winhlp32)
1152 - PE2LX: DIALOG.CPP: combobox style translation CBS_ fixed
1153 - PE2LX: DIALOG.CPP: style translation for WINES_MULTILINE
1154 causes MLE control to be generated.
1155 Experimental.
1156 - KERNEL32: WINDLL.CPP: fixed endless loop in Win32DLL::StripPath()
[51]1157
1158 98-05-25: Patrick Haller
[1000]1159 - KERNEL32: Added few NTDLL stubs, mainly for support of MSACM32/NT
1160 - KERNEL32: Resource fix
[51]1161
1162 98-05-03: Joel Troster
[1000]1163 - WINMM: Stubbed most of the remaining mmedia apis
[51]1164
1165 98-04-28: Patrick Haller
[1000]1166 - KERNEL32: Console fixes
1167 - KERNEL32: Console properties (partially)
1168 - KERNEL32: Handlemanager fixes
1169 - KERNEL32: OS2iGetModuleName fixes
[51]1170
1171********************************************************************************
1172***** Release 0.02
1173********************************************************************************
1174
[194]1175 98-04-05: Patrick Haller
[1000]1176 - KERNEL32: Resource bugfix
[51]1177
[194]1178 98-03-30: Joel Troster
[1000]1179 - WINMM: midiStream* stubs added
[51]1180
[194]1181 98-03-30: Sander van Leeuwen
[1000]1182 - PE2LX: Set console flag when exe has no resources
[51]1183
[194]1184 98-03-27: Joel Troster
[1000]1185 - WINMM: Midi changes/bugfixes, mci* api stubs added
1186 - GDI32: SetObjectOwner stub added
[51]1187
1188 25-03-98: Sander van Leeuwen
[1000]1189 - KERNEL32: Several changes in resource code
[51]1190
1191 19-03-98: Felix Maschek
[1000]1192 - KERNEL32: Comm stubs added
[51]1193
1194 19-03-98: Sander van Leeuwen
[1000]1195 - KERNEL32: Pop up a dialog box when a missing api is called
1196 - KERNEL32: dll bugfix
1197 - KERNEL32: CreateProcessA/W fix
1198 - KERNEL32: GetProcAddr completed for PE loader & PE2LX
[51]1199
1200 19-03-98: Peter Fitzsimmons
[1000]1201 - created include\version.h
1202 - changed pe2lx\lx.cpp (call SetVersion())
1203 - changed pe2lx\misc.cpp (code for SetVersion(), setea())
1204 - changed pe2lx\misc.h (add prototypes)
1205 - changed pe2lx\pe.cpp (moved DosClose() up a few lines, so DosSetPathInfo() could write to the file)
1206 - changed pe2lx\makefile \
1207 - changed pe2lx\makefile.wat / Build setver.exe, getver.exe. I didn't copy
1208 these exe's to ..\bin in purpose; they
1209 aren't supposed to go to end users.
1210 - Added one line ("..\server $@") to all makfiles
[51]1211
[1000]1212 - added getea() to kernel32\os2util.c
1213 - added a few lines in kernel32/wprocess.cpp/RegisterDll()
[51]1214
[1000]1215 - Edit all initterm.c's to remove that rand() crap (that is from a
1216 sample project!). Also added new version check to each. Also #include "misc.h"
[51]1217
[1000]1218 - wsock32: edited makefile to remove reference to ..\kernel32\misc.obj and
1219 replace with kernel32.dll.
[51]1220
[1000]1221 - src\makefile: build kernel32 before wsock
1222 - src\kernel32\makefile: remove reference to wsock32.lib
1223 - src\kernel32\network.cpp: remove call to wsock32
[51]1224
1225 16-03-98: Joel Troster
[1000]1226 - GDI32: Added SetObjectOwner stub
[51]1227
1228 15-03-98: Joel Troster
[1000]1229 - WINMM: RTMIDI dependency removed
[51]1230
1231 15-03-98: Sander van Leeuwen
[1000]1232 - All dlls, C++ init+termination call added to initterm.c
1233 - KERNEL32: Icon conversion bugfix
1234 - KERNEL32: Removed reroute of exe reading
1235 - KERNEL32: Major rewrite of dll & exe handling including
1236 LoadLibary(Ex)A/W, CreateProcessA/W, GetModuleFileNameA/W,
1237 FreeLibrary & GetCommandLineA/W
1238 Side effect: Crash at Quake 2 exit fixed
[51]1239
[1000]1240 - KERNEL32: Additional code for PE loader
1241 - PE: Created OS/2 ring 3 PE loader
1242 syntax: pe win32exe commandline
1243 Reads win32exe & all imported dlls, calls all dll entry points and
1244 finally calls the exe entry point.
1245 TODO: No fixups and low startup address
1246 TODO: Resources
1247 TODO: CreateProcess doesn't work right
[51]1248
1249 13-03-98: Sander van Leeuwen
[1000]1250 - KERNEL32: Dll unloading fixed
[51]1251
1252 13-03-98: Peter Fitzsimmons
[1000]1253 - KERNEL32: Fixed CompareStringA/W
[51]1254
1255 12-03-98: Joel Troster
[1000]1256 - WINMM: Stubbed all the mixer APIs and updated support for MidiMapper
[51]1257
1258 10-03-98: Sander van Leeuwen
[1000]1259 - WSOCK32: WSAStartup fix and ioctl addition
1260 (Quake 2 Multiplayer working)
1261 - KERNEL32: Resource lookup bug fixed
[51]1262
1263 10-03-98: Joel Troster
[1000]1264 - KERNEL32: SetThreadLocale added
[51]1265
1266 09-03-98: Patrick Haller
[1000]1267 - KERNEL32: Fix in GetStdHandle within HandleManager
[51]1268
[1000]1269 - KERNEL32: Console APIs completed, input and output is complete,
1270 however not thoroughly tested, SHORT 0.98D is working.
1271 Codepage support, Unicode support missing.
1272 I'm working on cosmetics and properties dialog.
[51]1273
[1000]1274 - EXECHECK: tool to check executables for convertibility via pe2lx
1275 and keeping track of our APIs, as well as imported/exported
1276 functions of executables (PE import is currently implemented)
[51]1277
1278 09-03-98: Sander van Leeuwen
[1000]1279 - KERNEL32: Put dll & exe apis in wprocess.cpp
1280 - KERNEL32: Reroute file io from own exe to original
[273]1281
[51]1282 08-03-98: Joel Troster
[1000]1283 - KERNEL32: Unicode changes (lstrcatW, lstrcmpW, lstrcpyW lstrcpynW)
1284 - WINMM: Unicode midi apis added to .def file
[51]1285
1286 08-03-98: Sander van Leeuwen
[1000]1287 - WINMM: Aux* apis implemented (not tested and not 100% correct)
1288 - include: added mmddk.h from win95 ddk
[273]1289
[51]1290 07-03-98: Peter Fitzsimmons
[1000]1291 - Added KERNEL32.GetSystemDefaultLangID() -- I copied GetUserDefaultLangID, which
1292 always returns "US ENGLISH".
1293 (NOTE: Already added)
1294 - Added ADVAPI32.ReportEventA(). Stub.
1295 - Added ADVAPI32.OS2SetSecurityDescriptorDacl(). Stub that returns ERROR.
1296 - Added ADVAPI32.* a bunch more stubs.
[51]1297
1298 07-03-98: Sander van Leeuwen
[1000]1299 - KERNEL32: Implemented Local* memory apis with new heap
1300 (in win32 you can mix Heap and Local apis)
1301 - KERNEL32: Corrected key mapping bugs for arrow, insert/del/home/end
1302 page up/down keys.
1303 Doesn't work 100% right yet. (strafing in Quake = alt-arrow)
[51]1304
1305 06-03-98: Sander van Leeuwen
[1000]1306 - WINMM: Added WaveOutGetNumDevs and corrected the calling
1307 convention for several apis (WIN32API, not WINAPI)
1308 - KERNEL32: Added GetSystemDefaultLangID and moved several
1309 language apis to lang.cpp
1310 - KERNEL32: Added EnumSystemLocalesA/W (US English only)
1311 - PE2LX: command line option change: pe2lx win32file > logfile
1312 Now makes a backup copy of the win32 file and creates
1313 an OS/2 version with the same name
[51]1314
1315 05-03-98: Joel Troster
[1000]1316 - KERNEL32: Use OS/2 unicode apis
1317 - USER32: Use OS/2 unicode apis
[51]1318
1319 04-03-98: Sander van Leeuwen
[1000]1320 - KERNEL32: Use OS2gethostname (wsock32.dll) instead of gethostname
[51]1321
1322 03-03-98: Knut Osmundsen
[1000]1323 - KERNEL32: VirtualAlloc bugfixes & high memory support (SMP)
[51]1324
1325 03-03-98: Patrick Haller
[1000]1326 - PECHECK: Initial code for pecheck.exe
[51]1327
1328 03-03-98: Joel Troster
[1000]1329 - KERNEL32: Stubs added for Virtual(Un)Lock
1330 - WINMM: Unicode midi apis added, MIDIMAP faked, some bugs fixed
[51]1331
1332 03-03-98: Sander van Leeuwen
[1000]1333 - KERNEL32: Fixed logbuffer overflow with strlen WriteLogs
1334 - KERNEL32: Use tcp32dll instead of pmwsock
1335 - PE2LX: Fixed memory corruption in icon.cpp
[51]1336
1337 02-03-98: Sander van Leeuwen
[1000]1338 - KERNEL32: kernel32.c -> kernel32.cpp
1339 - KERNEL32: Merged exception logging with my latest code
1340 - include: win32type.h
1341 - WSOCK32: Removed pmwsock.lib from makefile
[51]1342
1343 01-03-98: Patrick Haller
[1000]1344 - KERNEL32: Extensions to the exception handler (logging)
1345 - KERNEL32: HandleManager for pseudo-devices (CONIN$,CONOUT$,etc)
1346 - KERNEL32: Hooks for HandleManager
1347 - KERNEL32: Very early console support for stdout is there ...
1348 Console also has context menue.
[51]1349********************************************************************************
1350***** Release 0.01
1351********************************************************************************
1352 28-02-98: Sander van Leeuwen
[1000]1353 - DDRAW: Initial work for Direct3D
1354 - KERNEL32/PE2LX, Changes for console applications (flag)
1355 - KERNEL32: Kill process when a fatal exception occurs
1356 (prevents some kind of eternal loop in OS/2; probably due to
1357 invalid exception records or difference in exception handler
1358 calling convention)
1359 - KERNEL32: Added a try/catch statement around the dll exit list
1360 processing in ExitProcess. Seems to cure the trap
1361 at exit.
[51]1362
1363 27-02-98: Patrick haller
[1000]1364 - MPR: stubs for all documented MPR functions,
1365 should be complete now
[51]1366
1367 26-02-98: Patrick haller
[1000]1368 - USER32: stubs for all documented USER32 functions,
1369 should be complete now
1370 - USER32: Windows95's SHELL32.DLL requires a few undocumented functions
[51]1371
1372 24-02-98: Joel Troster
[1000]1373 - WINMM: Midi working
[51]1374
1375 24-02-98: Sander van Leeuwen
[1000]1376 - KERNEL32: Exit list changes; terminate all dlls right before
1377 ExitProcess or in kernel32 exitlist in case of a trap
1378 (prevents unkillable processes in most cases)
[51]1379
1380 23-02-98: Joel Troster
[1000]1381 - KERNEL32: PMPrintf version of WriteLog added
[273]1382
[51]1383 22-02-98: Sander van Leeuwen
[1000]1384 - ALL DLLs: Call C/C++ lib cleanup proc in exit list
1385 - PE2LX: Use exit lists in converted win32 dlls to terminate them
1386 - WINMM: Remove test code in timer emulation (multiplied time by 10)
1387 - KERNEL32: Release winmod objects properly
1388 - KERNEL32: Call dll exit proc in FreeLibrary
[51]1389
1390 21-02-98: Sander van Leeuwen
[1000]1391 - KERNEL32: VirtualProtect size change to include all pages
1392 referenced
[273]1393
[51]1394 19-02-98: Sander van Leeuwen
[1000]1395 - PE2LX: Change order of dlls in import module name table
1396 - KERNEL32: Don't call the C/C++ lib cleanup procedure at
1397 dll termination
[51]1398
1399 18-02-98: Joel Troster
[1000]1400 - WINMM: Midi changes, wave in/out stubs added
[51]1401
1402 16-02-98: Sander van Leeuwen
[1000]1403 - KERNEL32: Heap bugfix
[51]1404
1405 16-02-98: Joel Troster
[1000]1406 - WINMM: Midi updates
[51]1407
1408 15-02-98: Sander van Leeuwen
[1000]1409 - KERNEL32: Changed heap allocation again. (now uses malloc/free)
1410 - KERNEL32: QueryPerformanceFrequency/Counter uses DosTmrQueryTime/
1411 DosTmrQueryFreq now, so the normal xf86sup.sys can
1412 be used.
[51]1413
1414 11-02-98: Sander van Leeuwen
[1000]1415 - MPR: Changed/Corrected ordinals
[51]1416
1417Mon 98-02-09 Peter Fitzsimmons
[1000]1418 - lx.cpp -- put in check for MAX_SECTIONS (was bombing out in one
1419 of "visio technical"'s dlls.
1420 - lx.cpp increase MAX_SECTIONS (lx.h) from 16 to 32 (where'd the
1421 original value come from?).
1422 - kernel32.c: added stub for FlushInstructionCache()
1423 - kernel32.c: added stub for OS2GetPrivateProfileSectionA()
[51]1424
[1000]1425 - advapi32: GetUserNameA() stub. Always says a person named
1426 "USER" is logged on.
[51]1427
[1000]1428 - MPR: WNetGetConnection(). NEEDS PROPER ORDINAL IN *.def file.
[51]1429
1430 9-02-1998: Joel Troster
[1000]1431 - USER32: Added Set/GetDefaultMenuItem (stub)
[51]1432
1433 7-02-1998: Sander van Leeuwen
[1000]1434 - KERNEL32/WINMM: Added VMutex to KERNEL32 (imported by WINMM)
1435 - KERNEL32: New heap implementation (heap.cpp & os2heap.cpp)
1436 - KERNEL32: Replace exception handler for each new thread
1437 - KERNEL32: Set previous exception handler to 0 instead of -1
1438 (fixes endless exception handler calls)
1439 - Added macro dprintf & dassert to include\misc.h (no more need
1440 for #ifdef DEBUG's)
[51]1441
144231-01-1998: Sander van Leeuwen
[1000]1443 - USER32: Fixed two bugs in CreateWindowExA/W
1444 - WINMM: Fixed wave playback problem
[51]1445
144618-01-1998: Sander van Leeuwen
[1000]1447 - GDI32: Changed GetDIBColor & SetDIBColor
1448 - GDI32: Fixed CreateDIBSection
1449 - Quake 2 working in a window!
[51]1450
145117-01-1998: Sander van Leeuwen
[1000]1452 - WINMM: Waveout working, Quake 2 WITH sound now!
1453 - GDI32: Implemented GetDIBColor & SetDIBColor
[51]1454
145511-01-1998: Sander van Leeuwen
[1000]1456 - KERNEL32: Exception handler fix
1457 - WINMM: Started with WaveOut implementation
[51]1458
145911-01-1998: Felix Maschek
[1000]1460 - TAPI32: Fixes
[51]1461
146210-01-1998: Sander van Leeuwen
[1000]1463 - Changes to makefile and wsock32.c to make it compile with VAC
1464 - VirtualAlloc bugfix (reserve)
1465 - Dialog fix (font name)
1466 - WINMM now uses mmsystem.h from win32 SDK
[51]1467
146810-01-1998: Chris McKillop
[1000]1469 - New build tree
[51]1470
147110-01-1998: Vince Vielhaber
[1000]1472 - Winsock32 changes
[51]1473
147431-12-1997: Sander van Leeuwen
[1000]1475 - Remove all 'OS2' strings from imports/exports (dlls/pe2lx)
[51]1476
147728-12-1997: Sander van Leeuwen
[1000]1478 - KERNEL32: Code to allow IO in ring 3 added (xf86sup.sys)
1479 Set environment variable WIN32_IOPL2 to enable this
[51]1480
[1000]1481 - KERNEL32: Fixed GetStartupInfoA/W (WINE)
1482 - GDI32: Added CreateDIBSection from Wine (not complete)
1483 - Lots of stubs added
1484 - Almost got Quake II running....
[51]1485
148623-12-1997: Felix Maschek
[1000]1487 - CAPI2032: Complete implementation of CAPI
[51]1488
148920-12-1997: Felix Maschek
[1000]1490 - TAPI32: Stub dll
[51]1491
149220-12-1997: Sander van Leeuwen
[1000]1493 - KERNEL32: Bug in winmod.cpp
1494 - KERNEL32: Added code for exception handling (not fool proof)
1495 - KERNEL32: Fixed HeapCreate (now reserves 32 MB instead of 64 kb)
1496 - KERNEL32: Catch FPU exception, mask fpu exceptions, fix stack and continue execution
1497 - PE2LX: Removed stack size & base switch
1498 - WINMM: Added joyGetPos stub
[51]1499
150014-12-1997: Sander van Leeuwen
[1000]1501 - KERNEL32: Added QueryPerformanceFrequency, QueryPerformanceCounter
1502 - USER32: Added some stubs
1503 - GDI32: Added some stubs
1504 - WINMM: Added some stubs
1505 - WNETAP32: New (NETAPI32)
1506 - PE2LX: Change module import name NETAPI32 to WNETAP32 (name conflict with OS/2 NETAPI32)
1507 - PE2LX: Cut long dll names to 8 chars
1508 - MPR: Added WNetGetUserA stub
[51]1509
151031-11-1997: Sander van Leeuwen
[1000]1511 - KERNEL32: Fixed GetEnvironmentStringsW
1512 - KERNEL32: Added DeviceIOControl (devio.c, map.c, iccio.asm; last two from XFree86 driver src)
1513 - KERNEL32: Changed CreateFile to open an OS/2 driver if required
1514 - Last two changes for win32 Glide dll.
[51]1515
[1000]1516 - Fixed window creation (wndproc.cpp), Open32 isn't sending WM_NCCREATE msgs!
1517 - Filter out CBS_OWNERDRAWFIXED & CBS_OWNERDRAWVARIABLE combobox styles
1518 in CreateWindowExA/W (not finished)
1519 - Added FormatMessageA/W from Wine (kernel32)
1520 - USER32:
1521 - Fixed GetSystemParameterInfoA/W, SPI_GETNONCLIENTMETRICS/SPI_SETNONCLIENTMETRICS
1522 (ConvertFontAW/ConvertFontWA macros)
1523 - Progress comclt32 class working
1524 - ADVAPI32, fixed:
1525 - RegEnumKeyW
1526 - RegEnumKeyExW
1527 - RegEnumValueW
1528 - RegQueryInfoKeyW
1529 - RegQueryValueW
[51]1530
[1000]1531 - USER32:
1532 - Fixed DrawEdge (borrowed from Wine)
1533 - Added ChangeMenuA/W (borrowed from Wine)
1534 - Fixed some color problems
1535 - Trackbar win32 SDK example working (toolbar comctl32 class)
Note: See TracBrowser for help on using the repository browser.