source: trunk/changelog@ 1621

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

* empty log message *

File size: 95.5 KB
RevLine 
[1619]1 /* $Id: changelog,v 1.417 1999-11-05 14:09:18 sandervl Exp $ */
[1567]2
[1617]3 99-11-05: Achim Hasenmueller <achimha@innotek.de>
4 - COMCTL32: Source code cleanup, remove warnings, corrected typecasts
5 Added logging, warnings for stub functions
6
[1614]7 99-11-05: Patrick Haller <phaller@gmx.net>
8 - COMCTL32: Fix: TREEVIEW_Edit_Subclass is called with freed infoPtr
9 This only cures the symptoms, not the origin!
10
[1611]11 99-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
12 - USER32: Fixed InsertMenuA
13 Message translation fix for WM_USER+n messages (GetMessage)
14 Extra translation.
15 Rewrote/Ported LoadStringA/W (similar to Wine now)
16 - KERNEL32: Changed FindResource, string id translation should be done
17 in LoadStringA/W (done that way in Wine)
[1619]18 Fixed GetModuleHandleA
[1611]19
[1608]20 99-11-05: Jens Wiessner <wiessnej@rfi.de>
21 - MSVFW32: Updated to Wine level 991031
22 - IMM32: Replaced some FIXME entries with dprintf;
23 - KERNEL32: Added _wsnprintfA to .DEF file for export (MSACM32 needs this)
24 - INCLUDE: New MSACM.H from Wine991031 (MSACM32 needs this)
25 - MSACM32: New MSACM32.DLL (Ported from Wine9910131)
26
27 99-11-05: Edgar Buerkle <Edgar.Buerkle@gmx.net>
28 - GDI32: Fixes for StretchDIBits & GetDIBColorTable
29 - USER32: Fixes for ArrangeIconicWindows & ShowOwnedPopups
30 NULL pointer checks in hasWindowName/hasClassName/FindClass
[1611]31 Message translation fix for WM_USER+n messages
[1608]32 - OLE32: Always create OLE window class
33 - KERNEL32: Null pointer check in lstrcmpiA
34 - SHELL32: Corrected export of Shell_GetCachedImageIndex
35
[1598]36 99-11-04: Sander van Leeuwen <sandervl@xs4all.nl>
37 - SHLWAPI: Fixed makefile
38 - USER32: Put back Dani's dialog fix (WS_CLIPSIBLINGS bit for dialog controls)
39 (fixes winhlp32 & comboboxes)
40
[1590]41 99-11-04: Patrick Haller <phaller@gmx.net>
42 - WNETAP32: Add: numerous undocumented functions stubbed
[1591]43 - ADVAPI32: Add: LsaXXX-functions stubbed
[1593]44 - USER32: Fix: wvsprintfA/W fixed (buffer overwrite)
[1603]45 - KERNEL32: Fix: unnamed kernel objects (events, mutexes, semaphores)
[1590]46
[1586]47 99-11-03: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
48 - Makefiles: Changes to build the libraries first
49
[1578]50 99-11-03: Sander van Leeuwen <sandervl@xs4all.nl>
51 - COMDLG32: Import from shlwapi as the original Wine code does
52 - SHELLL32: Added exports
53 - SHLWAPI: Link with shell32.lib for forwarders + added exports
54 - USER32: Fixed mouseactivate for subclassed OS/2 windows (scrollbars)
55 Fixed CreateIconIndirect (Wine file dialog now shows button
56 icons correctly)
57 Don't clear WS_CLIPSIBLINGS bit in OSSetWindowStyle.
58 Removed fix in PMFRAME WM_ADJUSTWINDOWPOS: Previous fix breaks
59 a lot of apps (button.exe/style.exe/header4.exe)
60 (fix = call default frame handler when receiving this msg
61 when the window hasn't been 'created' yet)
62
[1571]63 99-11-03: Christoph Bratschi <cbratschi@datacomm.ch>
[1577]64 - USER32: fixed modal dialogs
[1582]65 added WM_CONTEXTMENU
66 - COMCTL32: implemented statusbar size grip
[1571]67
[1570]68 99-11-03: Patrick Haller <phaller@gmx.net>
[1573]69 - KERNEL32: Fix: undocumented behaviour in SearchPathA
[1570]70 and bugfix in SearchPathW
[1573]71 - USER32: Fix: TrackPopupMenuEx lpPM can be NULL
[1590]72 Fix LoadBitmapA checked for incorrect return value
[1570]73
[1569]74 99-11-02 Markus Montkowski <mmontkowski@gmx.de>
[1577]75 - DDRAW: Changed debug output to DDRAW: ...
[1569]76 Copied Framebuffer if in colorconversion mode for Normal Blits to
[1577]77 the primary surface. => Map Editor of Red Alert works.
[1569]78
[1567]79 00-11-02: Achim Hasenmueller <achimha@innotek.de>
80 - COMCTL32: Incorporated latest WINE 991031 updates
81 Note: listview doesn't paint properly now. Will be fixed later.
82
83 99-11-02: Markus Montkowski <mmontkowski@gmx.de>
[1564]84 - DDRAW: Changed interface handling of Surfaces=> Quake 2 runs again!
[1486]85
[1563]86 99-11-02: Patrick Haller <phaller@gmx.net>
87 - SHELL32: Up to current WINE level
88 - SHLWAPI: Created (in WINE it mostly links to SHELL32)
89
[1544]90 99-11-02: Sander van Leeuwen <sandervl@xs4all.nl>
91 - INCLUDE\odinwrap.h:
92 fixed wrong define (_ODINWARP instead of _ODINWRAP)
93 Only check the heap for consistency when DEBUG_ODINHEAP is
94 defined.
95 - USER32: Uncommented EDIT_NOTIFY_PARENT call in EDIT_WM_SetFocus
96 (yesterday's showwindow fix makes sure no WM_SETFOCUS msgs
97 arrive before the dialog received it's WM_INITDIALOG msg)
98 Fixed more FS corruption in dc.cpp.
99 - SHELL32: Added extra exports for comdlg32
[1554]100 - COMDLG32: Ported Wine file & find common dialogs (991031)
[1544]101 Find & Replace dialogs enabled, Wine code called for
102 file dialogs if the app supplies a dialog template.
103 NOTE: Disabled for now. Comctl32 isn't stable enough
104 for the Win95 style Wine comdlg dialogs.
105 Fixed check for find/replace dialog. Notepad uses 32 byte
106 buffer, so why does the wine code fail for < 80 bytes?
107 Fixed display of find/replace dialog -> if not hooked
108 show dialog!
109 - makefiles: Added debugsmp/nodebuginfosmp/releasesmp options to
110 start two nmake process to build everything on two cpus.
111
[1541]112 99-11-01: Sander van Leeuwen <sandervl@xs4all.nl>
113 - USER32: Delete all process windows & classes in exitlist handler
114 Set hwndInsertBehind to HWND_BOTTOM for group boxes
115 (fixes problems when groupbox control is defined after
116 controls inside it in dialog template)
117 Mouse activate fix.
[1544]118 Don't activate child windows in ShowWindow.
[1541]119 - WINMM: Return failure for waveOutGetDevCapsA/W when there's no
120 audio hardware present.
121
122
[1537]123 99-11-01: Daniela Engert <dani@ngrt.de>
124 - USER32: add WS_CLIPSIBLINGS to not-WS_GROUP style STATIC controls
125 (fixes missing text in WELCOME)
[1531]126
[1537]127 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
128
129 This is a hack!
130
131 Dialog controls which contain/surround other controls *need* to be
132 created with the WS_CLIPSIBLINGS style.
133
134 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
135
136 99-10-31: Christoph Bratschi <cbratschi@datacomm.ch>
137 - KERNEL32: Ported Wine time apis
138
139 99-10-31: Daniela Engert <dani@ngrt.de>
140 - USER32: add WS_CLIPSIBLINGS to BS_GROUPBOX style controls (fixes
141 missing buttons in SOL)
142
143 99-10-31: Sander van Leeuwen <sandervl@xs4all.nl>
144 - USER32: Remove CS_SYNCPAINT class flag -> fixes VPBuddy resize + paint
145 Put back methods that belong in the Win32Dialog class.
146 (MapDialogRect, DIALOG_Init, several x & y unit helpers)
147 -> fixes calc window controls.
148
[1524]149 99-10-30: Christoph Bratschi <cbratschi@datacomm.ch>
150 - USER32: added button control text justification
151 GetNextDlgTabItem/GetNextDlgGroupItem must work with all windows
152 -> radiobuttons
153 fixed scrollbar timer handling
154 pmframe: fixed WM_ACTIVATE bug
155
[1537]156 99-10-29 Markus Montkowski <mmontkowski@gmx.de>
157 - GDI32: Fixed bug in CreateDIBSection, only copy ptr when ptr. var not
158 NULL.
159 Added DIBSections to GetObject_A, so programms can query
160 a DIBSECTION for the obj.
161
[1522]162 99-10-30: Daniela Engert <dani@ngrt.de>
163 - USER32: Fixed missing repaints for transparent windows (VPBuddy!)
164
[1517]165 99-10-30: Sander van Leeuwen <sandervl@xs4all.nl>
166 - USER32: Ported Wine MapDialogRect -> fixes Calc dialogs
167
168 99-10-30: Edgar Buerkle <Edgar.Buerkle@gmx.net>
169 - USER32: Port Wine ascii <-> unicode message conversion for user32 controls
[1522]170 (Wine controls only support ascii msgs)
[1517]171
172 99-10-30: Jens Wiessner <wiessnej@rfi.de>
173 - MSVCRT: Fixed .def file
174
[1510]175 99-10-29: Christoph Bratschi <cbratschi@datacomm.ch>
176 - USER32: rewrote scrollbar code
[1524]177 added static styles
[1510]178
[1508]179 99-10-29: Sander van Leeuwen <sandervl@xs4all.nl>
180 - USER32: Changed font size multiply factor, negated it and fixed
[1522]181 default dialog unit bug.
182 Fixed MDI destroy bug
183 WM_SETICON bugfix.
[1508]184
185 99-10-29: Sander van Leeuwen <sandervl@xs4all.nl>
[1522]186 Rene Pronk<R.Pronk@twi.tudelft.nl>
[1508]187 - USER32: Focus fixes. Activate a window when it receives a button click message.
188
[1506]189 99-10-29 Markus Montkowski <mmontkowski@gmx.de>
[1522]190 - DDRAW: Changed logging, loginfo now in odin32_x.log for the first time...
191
[1500]192 99-10-28: Edgar Buerkle <Edgar.Buerkle@gmx.net>
193 - USER32: LoadBitmapW fix
[1522]194 ModifyMenuW/InsertMenuW fixes.
195 Call CallWindowProcA/W in Send(Internal)MessageA/W
196 (in preparation of Wine unicode msg translation port)
197 Always call default window handler for WM_PAINT. Apparently
198 there are apps that return 0, but don't call BeginPaint.
199 Added extra messages for msg translation.
[1500]200
[1488]201 99-10-28: Sander van Leeuwen <sandervl@xs4all.nl>
[1498]202 - ADVAPI32: Fixed dprintf bugs in OpenSCManagerA/W (%s instead of %d)
203
[1493]204 - makefiles: Added nodebuginfo build option to build debug binaries
[1522]205 without debug information. (for upcoming alpha release)
206
[1488]207 - KERNEL32: GetVersion fix. Low byte = major version, high byte = minor version
[1522]208 Destroyed shared heap on dll unload (refcount == 0)
209 Shared heap fixes.
210 GetWindowsDirectory & GetSystemDirectory return string that don't end with
211 a backslash.
212 Fixed loading of dlls without .dll extension.
213 Fixed OSLibStripPath.
[1498]214
[1488]215 - USER32: Fixed style conversion (use dwStyle, not cs->style, same for dwExStyle)
[1522]216 -> title bar in prof. minesweeper
217 Fixed bug in pmframe WM_WINDOWPOSCHANGED handler (didn't restore OS/2
218 selector before returning)
219 Don't delete global window classes.
[1488]220 Removed shared heap, use the one in kernel32 instead.
[1522]221 Fixed OSLibSetStyle & SetWindowLong for GWL_STYLE (wrong style used)
[1493]222 Fixed win32 to OS/2 style conversion (DLG frame)
[1522]223 Fix for timer messages in apps that use PeekMessage/DispatchMessage
224 instead of GetMessage/DispatchMessage.
225 Translation of extra messages.
[1488]226
227 99-10-28: Jens Wiessner <wiessnej@rfi.de>
228 - MSVCRT: Added stubs
229
[1486]230 99-10-27: Patrick Haller <phaller@gmx.net>
231 - KERNEL32: Fix: console (unicode) updates, NT4'S CMD.EXE works.
232 WARNING! lstrcpynAtoW has been modified, PLEASE VERIFY!
233
[1471]234 99-10-27: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[1522]235 - WIN32K: It's working! At least on my testmachine running
236 the WSeB astrict UNI kernel and the Warp 4 astrict kernel.
[1334]237
[1473]238 99-10-27: Sander van Leeuwen <sandervl@xs4all.nl>
239 - KERNEL32: If dll can't be found, look in directory of kernel32 (PE loader)
[1522]240 Fixed iLoadLibrary (added .dll if it couldn't find this string in
241 the module name; now only does that if it can't find a '.')
242 Implemented WinExec using CreateProcessA.
243 Fixed file mapping view lookup bug. Views are now again stored
244 in per-process data segment.
245 Delete process memory maps in exitlist too.
[1473]246 - KERNEL32: Fixed bug in icon conversion (rgb only for <= 8bpp)
[1522]247 Added support for color cursors (needs more testing but seems to work)
248 - USER32: Added support for color cursors
249 Fix for class lookup in CreateWindowExA/W
[1473]250
[1455]251 99-10-26: Sander van Leeuwen <sandervl@xs4all.nl>
252 - USER32: Fixed bugs in menu apis (Append/InsertMenuA/W)
[1522]253 Fixed InsertMenuItemA/W.
254 Finished up Patrick's work -> regedit menus now correct
255 In winmenu call only ODIN_* menu apis; decreases amount of
256 logging and increases speed.
[1455]257
258 - KERNEL32: Removed menu resource + non-used resource methods
[1522]259 Fixed FS selector corruption in GetLocaleInfoA/W (use
260 ODINFUNCTION wrapper as it calls a OS/2 unicode api that has no
261 FS wrapper)
[1455]262
[1457]263 - PELDR: Increased stack from 192k to 640k (Quake 2 ran out of stack)
264 - DSOUND/DDRAW: Fixed FS selector corruption in logging procedures
[1522]265 ---> Quake 2 works again (Yeah! :) )
266 NOTE: Quake 2 3.20 only starts the first time. Seems to change something
267 in the config.cfg file that crashes it the next time you run it.
268 (workaround: save original config.sys and restore it afterwards)
[1457]269
[1455]270 99-10-26: Patrick Haller <phaller@gmx.net>
[1463]271 - USER32: Add: Ported Wine menu(ex) parser and integrated it into menu code
[1471]272 - WINMM: Fix: invalid callback check in dwaveout.cpp (Q2 makes noise again)
[1455]273
[1447]274 99-10-25: Sander van Leeuwen <sandervl@xs4all.nl>
275 - USER32: Removed SetFocus call in Edit control (WM_LBUTTONDOWN)
[1522]276 Virtual key translation table change (VK_RETURN (PM) -> 0x0A
277 VK_ENTER (PM_ -> 0x0A (VK_RETURN))
278 (fixes problems in edit control, but might not be a good fix)
279 Never call default window handler (PM) after WM_CHAR ->
280 PM sends the WM_CHAR to the owner window -> focus changes
281 in notepad.
[1447]282 - USER32: (menus)
[1522]283 Rewrote LoadMenuIndirectA/W to use OS/2 apis
284 Implemented GetMenuInfo & SetMenuInfo (just store new info; nothing else done)
[1447]285 Implemented GetMenuContextHelpId/SetMenuContextHelpId
286 (based on Wine build 990815)
[1522]287 Partially implemented GetMenuItemInfo.
288 NOTE: Needs a complete rewrite.
[1447]289
[1471]290 - INCLUDE\win\commctrl.h:
[1447]291 Changed back calling convention of callback handlers to CALLBACK.
[1522]292 -> fixes crashes in SHELL32 (DPASearch calls)
[1447]293
[1441]294 99-10-25: Achim Hasenmueller <achimha@innotek.de>
[1522]295 - KERNEL32: Added ReinitializeCriticalSection, ported WINE code
296 for this function and UninitializeCriticalSection
[1441]297
[1438]298 99-10-25: Patrick Haller <phaller@gmx.net>
[1471]299 - ODINWRAP: Fix: Bugfix + Heap Check embracing every wrapper function
[1443]300 - NTDLL: Add: functions by Jens Wiesner
[1448]301 - KERNEL32: Fix: enable WIN32.DEBUGBREAK environment variable for DebugBreak() API
[1471]302 - WSOCK32: Fix: invalid structure alignment for asynchronous operations
[1438]303
[1435]304 99-10-25: Markus Montkowski <mmontkowski@gmx.de>
[1522]305 - DDRAW: Fixed bug in Color conversion of surfaces DDEX1.EXE now works,
306 Get/ReleaseDC functions are working, but problem
307 with Bitmap orientation DDRAW surfaces are TopDown DCs Bmps are BottomUp
308 this neeeds to be solved (any way to create a TopDown DC Bmp?)
[1435]309
[1428]310 99-10-24: Sander van Leeuwen <sandervl@xs4all.nl>
311 - USER32: MDI window fixes (mdi children correctly activated; menus inserted)
[1522]312 Bugfix in WM_GETTEXT of Edit control (wrong string length)
[1430]313 Only create global classes when CS_GLOBALCLASS flag specified
[1522]314 Create system classes only every first time user32 is loaded
315 and only unregister them when the last win32 app quits.
316 Converted all OS/2 bitmaps to windows format and put them in user32.rc
317 (deleted all bmp files)
[1430]318 - USER32,
[1522]319 COMCTL32,
320 SHELL32: Don't check if control atom already exists, always register
321 control.
322 NOTE: Global classes have a global atom, but the class objects
323 are NOT shared! (so you must recreate them for every app)
[1428]324
[1430]325 - KERNEL32: Implemented shared memory mapped files (SDK memory sample
[1522]326 works for shared memory; haven't tested files and it requires
327 more testing!)
328 Added shared heap code for memory mapped objects
[1430]329
[1426]330 99-10-24: Daniela Engert <dani@ngrt.de>
331 - KERNEL32: Fixed cursor in VPBuddy (invalid size)
332
[1416]333 99-10-23: Christoph Bratschi <cbratschi@datacomm.ch>
334 - USER32: added more metrics for GetSystemMetrics
335 added WM_SYSTIMER support
336 several scrollbar bug fixes
337
[1409]338 99-10-23: Sander van Leeuwen <sandervl@xs4all.nl>
339 - USER32: Put back WM_ADJUSTWINDOWPOS/WINDOWPOSCHANGED into pmwindow.cpp
[1522]340 Put message logging procedure in wndmsg.cpp.
341 Don't log WM_KICKIDLE & WM_NCHITTEST messages. (sent too often)
342 Don't set capture to listbox window in comboboxes (after lbuttonup)
343 Use wrc to compile USER32 resources + added version resource
344 Fixed PMFRAME window position handlers and put them back.
345 (comboboxes now displayed properly)
[1423]346
[1414]347 - KERNEL32: Write logfiles to directory of kernel32 if executable is on
[1522]348 readonly device.
349 Fixed CreateProcess.
350 Added support for GetVersionSize/GetVersionStruct for images
351 that aren't loaded. (LX or PE; PE not tested!)
[1414]352 - DSOUND: Made it compile again. (always pretends there's no soundcard in the system)
[1423]353 - SHELL32/COMCTL32: Changed file description in version resource
[1409]354
[1406]355 99-10-22: Daniela Engert <dani@ngrt.de>
356 - KERNEL32: fixed bad icon masks
357
[1400]358 99-10-22: Sander van Leeuwen <sandervl@xs4all.nl>
359 - WINMM: Fixes for waveout playback (don't use callback when there
[1406]360 were errors when opening the device; return the correct
361 number of devices present) (Pinball no longer crashes when
362 there's no soundcard (driver) in OS/2)
363 Disabled logging of timeGetTime
364 - KERNEL32: Disabled logging for _lread (calls ReadFile which does it's own logging)
365 Return XCPT_CONTINUE_SEARCH for unhandled exceptions if
366 an OS/2 app uses the Odin32 api. (instead of killing the app)
[1400]367
[1406]368 - COMCTL32: Fixed tab width bug. (GetTextExtentPoint32A used for unicode strings)
369 Use Wine resource compiled with wrc. Removed all Native* resource loading.
370 Added version resource.
[1400]371
372 - USER32: Fixed corruption of OS/2 exception chain in dc.cpp & caret.cpp
[1406]373 (fixes dll loading after the exe has started; i.e. after clicking
374 on the Find tab in winhlp32's Search dialog)
375 Do not send WM_COMMAND messages to the window handler before
376 it has receive it's WM_CREATE msg.
377 Winhlp32 crashes when that's done before WM_INITDIALOG, but
378 VPBuddy no longer responds to buttons when you refuse to
379 send messages before WM_INITDIALOG. (TODO)
380 Send WM_WINDOWPOSCHANGING/CHANGED messages from frame handler.
381 Fixed MapWindowPoints.
[1400]382 - INCLUDE\os2wrap.h: Fixed infinite recursion in GpiDestroyPS
383
384 99-10-22: Edgar Buerkle <Edgar.Buerkle@gmx.net>
385 - USER32: TrackPopupMenu(Ex) fixes (window handle translation)
386 - KERNEL32: HeapReAlloc bugfix (copy min(oldsize, newsize) bytes)
387
[1392]388 99-10-21: Sander van Leeuwen <sandervl@xs4all.nl>
389 - KERNEL32: Increase reference count for LX dlls. (RegisterLxDll)
[1406]390 Set memory protection flags to READONLY for PAGE_NOACCESS
[1392]391 - USER32: Added support for SWP_NOSIZECHANGING to SetWindowPos
[1406]392 Fixed WM_ADJUSTWINDOWPOS (when position/size changed by app)
393 Combobox fixes (simple combobox works, more complex don't)
394 Don't check instance handle if handle == handle of exe for
395 class lookup.
396 - GDI32: Fixed bug in DIBSection ctor (next ptr not initialized)
[1392]397
[1389]398 99-10-20: Edgar Buerkle <Edgar.Buerkle@gmx.net>
399 - GDI32: Implemented EnumFontFamiliesA/W
400
[1383]401 99-10-20: Sander van Leeuwen <sandervl@xs4all.nl>
402 - USER32: Added support for WM_WINDOWPOSCHANGING in default window handler
[1406]403 (ported from Wine 990815)
404 Convert back windowpos structure in WM_ADJUSTWINDOWPOS (NOT DONE)
405 Bugfixes for PM WM_WINDOWPOSCHANGED handling & OSLibMapSWPtoWINDOWPOS.
406 (Win32 WM_WINDOWPOSCHANGED now also sends window coordinates, not client)
407 Rewrote MapWindowPoints. (NOTE: Needs to be tested!)
408 Combobox bugfix (resizing listbox using old rectangle -> get current
409 one)
[1383]410
[1373]411 99-10-20: Patrick Haller <phaller@gmx.net>
412 - WSOCK32: Partial rewrite of WSA async sockets completed.
413
[1371]414 99-10-20: Christoph Bratschi <cbratschi@datacomm.ch>
415 - KERNEL32: Ini file for Odin settings (i.e. windows & system dir)
[1380]416 Added Odin.ini.txt
[1371]417
[1359]418 99-10-19: Sander van Leeuwen <sandervl@xs4all.nl>
419 - KERNEL32: FindResource bugfix: "DIB" type is the same as "BITMAP"
[1406]420 (VPBuddy fix)
421 NOTE: Currently disabled. VPBuddy expects something other
422 than a pointer to the raw resource data for such
423 bitmaps. (TODO)
424 - USER32: Windows without a parent have the desktop window as parent.
425 MDI additions.
426 Combobox bugfixes.
427 GetWindowTextA/W bugfixes (return 0 if there's no window name)
[1359]428
429 99-10-19: Yuri Dario <mc6530@mclink.it>
430 - USER32: Initialize MDI client variables before calling Win32BaseWindow
[1406]431 constructor
[1359]432
433 99-10-19: Jens Wiessner <wiessnej@rfi.de>
434 - RASAPI32: Added stubs
435
[1354]436 99-10-19: Daniela Engert <dani@ngrt.de>
437 - USER32: excessive background erases tamed
438
[1347]439 99-10-18: Sander van Leeuwen <sandervl@xs4all.nl>
440 - USER32: Set/clear WS_VISIBLE flag in ShowWindow
[1406]441 Fix for scrollbar redraw
442 Put back original Wine code for LISTBOX_UpdateScroll.
443 Rewrote EnumChildWindows (winzip works quite well now!)
[1347]444
[1349]445 99-10-18: Edgar Buerkle <Edgar.Buerkle@gmx.net>
[1359]446 - COMDLG32: Disable comdlg hooks for now. They don't work anyway.
[1349]447
[1335]448 99-10-17: Sander van Leeuwen <sandervl@xs4all.nl>
449 - USER32: Ported AdjustWindowRectEx from Wine (990815)
[1354]450 Changed GetClientRect to return rectangle stored in
451 window object.
452 Ported (Begin/End)DeferWindowPos from Wine (990815)
453 Ported GetWindow from Wine (990815)
454 Fixed dialog control creation bug (create ascii controls when
455 parent window is ascii)
456 Implemented SetWindowPlacement (not complete done)
457 Fixed GetWindowPlacement (handle translation), still
458 needs to be implemented though.
459 Don't change PM window style in WM_DESTROY handler -> crash in PMMERGE
460 Bugfixes for Enum(Thread/Child)Window (wrong call to get object ptr)
461 Fixed FindWindowEx method to map frame window to object ptr.
462 Fixed WM_WINDOWPOSCHANGED handler for scrollbars (set window &
463 client rectangle)
464 Fixed WM_MOUSEMOVE handler for scrollbars (return 1 to let
465 PM change the mouse cursor back to the default)
466 Fixed GetDlgItem. According to SDK docs this api should work
467 for any parent-child pair. (behaviour seen in VPBuddy)
468 Added MFC message support for message printfs
[1338]469
[1334]470 99-10-17: Christoph Bratschi <cbratschi@datacomm.ch>
471 - USER32: replaced OS/2 scrollbars by WINE scrollbars
472 BUG: SCROLL_RefreshScrollBar doesn't work
473 GetDC returns a wrong DC, BeginPaint works as it should
474 Send as few WM_ENTERIDLE messages as possible -> low CPU usage
475 pmframe: removed WinFillRect
[1344]476 implemented: DrawIcon/DrawIconEx
477 fixed static icon size
478 pmframe: added PSF_CLIPSIBLINGS
[1334]479
[1328]480 99-10-17: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[1354]481 - KERNEL32: Removed exception throwing from Pe2Lx classes.
482 Implemented TLS support in Pe2Lx classes.
[1283]483
[1317]484 99-10-16: Yuri Dario <mc6530@mclink.it>
485 - USER32: Button bugfix (BUTTON_CheckAutoRadioButton)
[1354]486 Win32dlg.cpp: cosmetic changes
[1317]487 - include\os2wrap.h: define inline as _inline in C mode
488 - include\win\winsock.h: Added prototypes
489 - src\makefile: shell32 depends on ole32 & version, build it after those two dlls
490 - SHELL32: Replaced full path with CPPMAIN for wrc parameters
491 - win32k/makefile: replaced full path with macros
492 - WSOCK32: Build export library (impdef to create correct .def)
493
494 99-10-16: Sander van Leeuwen <sandervl@xs4all.nl>
[1315]495 - USER32: Don't process size messages before sending WM_NCCREATE
[1354]496 message when creating a window. (can mess up our window
497 and client rectangle)
498 Erase background for buttons. (fixes groupbox redraw problems)
499 isFrameWindow bugfix + MDI creation & WM_NCCALCSIZE bugfix
[1315]500
501 99-10-15: Sander van Leeuwen <sandervl@xs4all.nl>
[1308]502 - USER32: CBT Hook bugfix. Only respond to WM_NCCREATE msg to send
[1354]503 HCBT_CREATEWND.
504 Scrollbar bugfix. Pass all msgs we don't use to default
505 window handler. (used to do this only for > WM_USER -->
506 return value of 0 for WM_NCCREATE cancels window creation)
[1308]507 GetWindow bugfix. (related window can be frame window)
[1354]508 Fixed window & child destruction process.
[1308]509 - KERNEL32: Fixed VirtualQuery bug.
510
511 99-10-15: Edgar Buerkle <Edgar.Buerkle@gmx.net>
512 - USER32: Basic message translation to fix problems in win apps
[1354]513 that wait for a specific message. (NOT COMPLETE)
[1308]514
[1300]515 99-10-14: Sander van Leeuwen <sandervl@xs4all.nl>
516 - USER32: Fixed WM_WINDOWPOSCHANGED (frame window rectangle)
517 Partly implemented CopyImage (only simple copies of icons
[1354]518 and cursors; FAR FROM COMPLETE!)
519 Removed FillRect during WM_PAINT in subclassed frame handler.
520 (still some redraw problems with i.e. button.exe; a little
521 worse than before)
[1300]522
[1295]523 99-10-14: Patrick Haller <phaller@gmx.net>
524 - KERNEL32: Fix: threads might need more memory in debug mode (thread.cpp)
[1354]525 Fix: a little cleanup (virtual.cpp)
[1295]526 Fix: lstrcpyAW taking NULL parameters (broken WINE controls?) (heapstring.cpp)
527 - ADVAPI32: Fix: RegConnectRegistryA slightly improved
528
[1278]529 99-10-14: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[1354]530 - PE2LX: New implementation in src\win32k\pe2lx.
531 No resource conversion. I have tested it, but do expect to
532 find some bugs. And when you find, please give me a hint.
533 The new Pe2Lx uses much support code,(heap, printf..)
534 from win32k. It also uses the sub-system CRT library (as
535 win32k does). This way more of the win32k code will be
536 tested in Ring 3, so there'll simply be less bugs to track
537 down in Ring 0 and kernel debugger/ICAT.
538 - KERNEL32: Win32???Pe2Lx classes is updated to match the new Pe2lX.
539 Note that TLS is not implemented yet - it's in the line.
540 Fix: Made a temporary fix in atom.cpp for some of the W
541 functions. The string isn't allways a string... I do a
542 permanent fix some other day.
543 - WIN32K: Compiles and links. But Not Tested!
[580]544
[1282]545 99-10-14: Edgar Buerkle <Edgar.Buerkle@gmx.net>
546 - USER32: lstrcmpW: check for null pointers
547 RemovePropA SetPropA bugfixes (wrong wnd handle)
548
549 99-10-14: Sander van Leeuwen <sandervl@xs4all.nl>
[1266]550 - USER32: Fixed shrinking listbox in shell about dialog.
[1354]551 (add border size to size during window creation & SetWindowPos)
552 Support for WM_NCCALCSIZE. Not completely working yet.
553 Fixed crash in Winhlp32 (annotate creates multiline edit
554 control that received PM messages too early -> divide by 0)
555 -> Don't allow WM_WINDOWPOSCHANGED messages until after WM_NCCREATE.
556 Removed previous OSLibMapWINDOWPOStoSWP bugfix.
557 Default dialog xBaseUnit = 10, yBaseUnit = 20.
558 Only set FCF_TASKLIST bit when parent == desktop & window
559 has titlebar. (too many Opera windows in tasklist)
[1282]560 Clear unsupported frame styles (i.e. no titlebar & minimize/maximize button)
[1354]561 Fixed MapOS2ToWin32Rectl & GetWindowRect.
562 Removed code that adds bordersize during SetWindowPos & window
563 creation. Fixed listbox code instead. (use window rectangle
564 for SetWindowPos call, not client rectangle)
[1298]565
[1282]566 - USER32: Rewrote window creation. All Odin windows are OS/2 frames.
[1354]567 2nd half of window/dialog creation carried out during OS/2
568 WM_CREATE message.
569 Don't call default frame handler during WM_ADJUSTWINDOWPOS
570 for child windows. Fixes incorrect position.
571 Probably needs to be fixed again.
572 NOTE: NOT WORKING CORRECTLY JUST YET!!
[1278]573
[1266]574 - COMCTL32: Check infoPtr in toolbar during WM_ERASEBKGND
[1282]575 - KERNEL32: Added wprocess.cpp dependency for include\win\thread.h
[1354]576 Bugfix for loading dlls in pe loader -> increase reference count
577 In iLoadLibrary first check if the dll has already been loaded.
578 Fixed console initalization for pe loader apps.
579 Fixed SetWin32TIB. Return current FS selector for Odin32 apps.
[1286]580 Removed generic.exe fix in OS2UnsetExceptionHandler.
[1354]581 (creates problems when loading multiple PE dlls with pe loader
582 and generic.exe still works fine now)
[1298]583 - SHELL32: use wrc from tools directory
[1266]584
[1264]585 99-10-13: Patrick Haller <phaller@gmx.net>
586 - KERNEL32: Fix: XCPT_GUARD_PAGE_VIOLATION are now supported.
587 (helps PROGMAN.EXE)
[1267]588 - USER32: Fix: parameter checking in RedrawWindow
589 Fix: temp fix for MsgWaitForMultipleObjects
[1264]590
[1259]591 99-10-12: Sander van Leeuwen <sandervl@xs4all.nl>
[1257]592 - USER32: DrawMenuBar & DrawCaptionTempA bugfix (window handle translation)
[1354]593 Added Win32ToOS2FrameHandle method
594 Set default mouse pointer back if app doesn't process WM_MOUSEMOVE
595 message.
596 Bugfix in button control -> return non-zero if WM_MOUSEMOVE
597 message doesn't change the cursor.
598 Same fix in edit & listbox control.
599 Looks like the same bug is in the scrollbar code.
600 Preliminary listbox fixes (scrollbar related)
601 Don't show scrollbars when window is created.
[1259]602
[1354]603 - USER32: Added support for extra messages in default window handler.
604 Partial support for WM_SYSCOMMAND in default window handler.
605 MDI child bugfix (window now displayed correctly)
606 Only subclass frame when it has a 3d border OR *only* the
607 WS_BORDER borderstyle.
608 Fixed y mapping bug in OSLibMapWINDOWPOStoSWP (converted
609 twice (win32 -> os2 -> win32))
[1262]610 - USER32: Set focus to edit control when receiving WM_LBUTTONDOWN
[1257]611
[1354]612 - USER32: Don't send WM_COMMAND during WM_SETFOCUS in edit control when
613 dialog hasn't been completely created. (crashes VPBuddy; can't
614 find dialog control that hasn't been created yet)
615 NOTE: EXPERIMENTAL FIX. NEEDS TO BE CHANGED.
[1262]616
[1249]617 99-10-11: Christoph Bratschi <cbratschi@datacomm.ch>
618 - USER32: pmframe finished
619
[1247]620 99-10-11: Sander van Leeuwen <sandervl@xs4all.nl>
621 - USER32: Disabling the desktop window is a very bad idea.
[1354]622 (desktop no longer responds to mouse clicks)
623 Enable method in desktop window class that does nothing.
624 Added support for extra messages in msg printf code
[1247]625 Ported almost all Wine code for CTLCOLOR messages.
[1354]626 Return -1 in DefWindowProc for WM_VKEYTOITEM & WM_CHARTOITEM
627 Fix for MDI child window. They're now displayed, but it's
628 still not right.
[1250]629 - SHELL32: Fixed Shell32 about dialog.
[1354]630 Compile Wine resource with WRC and link with dll.
631 Added version resource
632 Call Wine dll entrypoint in initterm.cpp.
[1250]633 - INCLUDE: Only include stdlib.h when wrc is not active
[1354]634 Extra definitions for compiling win32 apps in OS/2
[1247]635
[1255]636 99-10-11: Edgar Buerkle <Edgar.Buerkle@gmx.net>
637 - GDI32: GetTextFaceW bugfix
638 - USER32: Init ownDC to 0
639 Create empty dialog in CreateWindowExA/W if class == dialog
[1354]640 Support for class atoms in CreateWindowExA/W
641 Win32Dialog::getNextDlgGroupItem() bugfix
[1255]642
[1247]643 99-10-11: Christoph Bratschi <cbratschi@datacomm.ch>
644 - GDI32: Bugfix for Pie Open32 api
645
[1244]646 99-10-10: Christoph Bratschi <cbratschi@datacomm.ch>
647 - USER32: fixed radio buttons, disabled text output
648
[1238]649 99-10-10: Sander van Leeuwen <sandervl@xs4all.nl>
650 - USER32: Ported GetNextDlgGroupItem & GetDlgItemInt from Wine
[1354]651 Window handle translation fix for MessageBoxW
652 Don't create frame windows for windows with a 3d border.
653 (fixes crash in VPBuddy; don't know why)
[1238]654 - COMDLG32: Fix for most unicode functions (window handle translation
[1354]655 missing as reported by Edgar Buerkle)
[1238]656
657 99-10-10: Edgar Buerkle <Edgar.Buerkle@gmx.net>
658 - KERNEL32: Bugfix for GetFullPathNameW (NULL ptr check)
659
[1208]660 99-10-09: Sander van Leeuwen <sandervl@xs4all.nl>
661 - USER32: Clipboard fixes (window handle translation)
[1354]662 Fixed button redraw when receiving a WM_ENABLE msg
663 Use the supported Open32 system colors and only use
664 those from Wine for the new (9x) colors
665 - SHELL32: Moved old to current, current to old dir
[1219]666 - KERNEL32: Don't switch FS selectors for Odin32 OS/2 apps (win32
[1354]667 apps compiled in OS/2).
668 Fixed reversed stack top & bottom in TEB structure.
[1225]669 - KERNEL32 Added code to dispatch OS exceptions to win32 apps.
[1354]670 Doesn't seem to be necessary though, so it's inactive for now.
[1228]671 - USER32: Fixed resizing in winhlp32. Doesn't seem to break anything
[1354]672 else. (needs more testing though)
673 Only increase y position of window if it's initial y <> 0.
674 Fixed desktop window lookup (GetWindowFromHandle)
675 Set dummy desktop window handler;
676 Mdi client bugfix (reported by Yuri Dario)
[1208]677
678 99-10-09: Jens Wiessner <wiessnej@rfi.de>
[1222]679 - CRTDLL: Implemented functions; only 62 stubs left
[1208]680
681 99-10-09: Edgar Buerkle <Edgar.Buerkle@gmx.net>
[1354]682 - USER32: Enabled accelerator WM_COMMANDs
[1208]683 - COMDLG32: Fix for GetOpenFileNameW (owner hwnd translation)
684
[1196]685 99-10-08: Daniela Engert <dani@ngrt.de>
686 - USER32: fix: miscoloured bitmaps
687
[1185]688 99-10-08: Christoph Bratschi <cbratschi@datacomm.ch>
689 - USER32: added WM_STYLECHANGING/WM_STYLECHANGED.
690 button,combo: bitmap fix.
691 added frame to children with WS_* border flags
[1201]692 subclass frame windows
693 SendDlgItemMessageA/W fixed
694 CheckRadioButton fixed
695 merged controls with WINE 990923
[1185]696
[1181]697 99-10-08: Edgar Buerkle <Edgar.Buerkle@gmx.net>
698 - KERNEL32: Accelerator conversion fixes + changes
699
[1177]700 99-10-08: Sander van Leeuwen <sandervl@xs4all.nl>
[1354]701 - USER32: Bugfix for SetWindowPos; take frame size into account
702 Removed WM_MOVE notification class flag for Odin PM windows
703 Removed SetWindowPos frame size bugfix
704 Removed WM_WINDOWPOSCHANGED cy bugfix
705 Set WS_DISABLED window style bit when receiving PM WM_ENABLE
706 GetClassInfoA bugfix
707 Window property bugfixes (no handle translation)
708 Set last error when window creation fails.
709 In DefDlgProcA/W, call DefWindowProcA/W if window is not
710 a dialog. Fixed problems in VPBuddy.
711 Unknown if that's a bug in the app or something else goes wrong.
712 - KERNEL32: Bugfix for loading winspool
713 Ported latest Wine exception code (RtlRaiseException/RtlUnwind)
[1177]714
[1169]715 99-10-07: Christoph Bratschi <cbratschi@datacomm.ch>
716 - USER32: GetCaretPos() fix
717
[1166]718 99-10-07: Achim Hasenmueller <achimha@innotek.de>
[1196]719 - USER32: Corrected pageup/pagedown behavior
[1166]720
[1164]721 99-10-07: Rene Pronk <R.Pronk@twi.tudelft.nl>
[1196]722 - USER32: Fixed WM_WINDOWPOSCHANGED behavior so that
723 client windows are properly resized. This fixes
724 the Winhlp32 history resize problem
[1164]725
[1161]726 99-10-07: Edgar Buerkle <Edgar.Buerkle@gmx.net>
727 - USER32: Set window PM id for Odin windows.
[1196]728 Bugfix for WM_QUERYWINDOWPARAMS handler
729 Case insensitive string compare in CreateWindowExA/W for
730 mdi client class check.
731 Create ascii or unicode mdi child window based on mdi client
732 window type.
[1161]733
734 99-10-07: Jens Wiessner <wiessnej@rfi.de>
[1196]735 - CRTDLL: Includes all functions (added stubs and fully implemented functions)
736
[1161]737 99-10-07: Sander van Leeuwen <sandervl@xs4all.nl>
738 - USER32: Only display scrollbars when they need to be shown.
[1196]739 (also fixes redraw problems with inactive scrollbars)
740 Resize bugfix. Winhlp32 can now be resized without problems.
741 Whether this fix is correct is another matter.
[1161]742
[1154]743 99-10-06: Daniela Engert <dani@ngrt.de>
744 - USER32: fix: adjust caret position if window height changes.
745
[1149]746 99-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
747 - USER32: Fixed memory leaks in SetWindowTextA/W window class methods
[1161]748 - KERNEL32: Put back my changes (10/04/99) in winimgres.cpp
[1149]749
[1146]750 99-10-06: Patrick Haller <phaller@gmx.net>
[1152]751 - KERNEL32: Fix: DLLs without Resource Segment (pResDir == NULL)
[1154]752 Fix: VirtualFree not freeing memory fixed, WINHLP32 looks healthier :)
[1146]753
[1139]754 99-10-05: Christoph Bratschi <cbratschi@datacomm.ch>
755 - USER32: rewrote color management
756
[1137]757 99-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
[1154]758 - KERNEL32: Set fs:0 to -1 in OS2UnsetExceptionHandler.
759 Prevents crash due to corrupted handler chain (see
760 comments in that function)
[1137]761 - ODIN32API: Remove exception handler set & unset. Not necessary
[1154]762 as it's also done in the start method of an exe image.
[1137]763
[1123]764 99-10-04: Patrick Haller <phaller@gmx.net>
765 - SHELL32\NEW: Compilation fix (indirectly included win32type.h)
[1154]766 - KERNEL32: Support for DisableThreadLibraryCalls
[1123]767
[1118]768 99-10-04: Edgar Buerkle <Edgar.Buerkle@gmx.net>
769 - USER32: Fixes for window style update, mouse button messages,
[1154]770 WS_CAPTION style and apps with a dialog as their main window.
771 (set owner to desktop)
[1118]772 - KERNEL32: Extra checks for valid heap pointers
773
774 99-10-04: Sander van Leeuwen <sandervl@xs4all.nl>
775 - USER32: Deleted dialog.cpp
[1154]776 Set last error to 0 if dialog creation succeeds.
[1130]777 Added flag to distinguish between messages sent by PM and
[1154]778 those sent by apps
779 Handle WM_SETTEXT messages passed to default window handler
780 (only if not sent by PM)
[1130]781 - VERSION: Fix for string compares in VersionInfo32_FindChild (has
[1154]782 to be a lstrcmpniW)
[1128]783 - SHELL32: Removed nameid.h include in she.cpp & sh.cpp. Fixed makefile
[1154]784 addition for export library (extra ".." for tool path)
[1118]785 - DPLAY, MSACM32: Compilation fix (indirectly included win32type.h)
786 - KERNEL32: Fixed getVersionStruct for PE & LX images (didn't copy
[1154]787 version data before)
788 Fixed module name lookup for win32 images executed by the PE
789 loader. (can't use OSLibQueryModuleHandle for those)
[1130]790 Added lstrcmpniW function
791 Set full path for LX images
[1154]792 Support for retrieving the first resource of a certain type
793 (version ids no longer hardcoded as id 1; just get the first one
794 present)
[1118]795
796 99-10-04: Jens Wiessner <wiessnej@rfi.de>
797 - CRTDLL: Implemented functions + added stubs
798 - MSVCRT: More stubs + crtdll forwarders
799
800 99-10-04: Yuri Dario <mc6530@mclink.it>
801 - ddeml.h: new macros
802 - mmsystem.h: changed sndPlaySound and mciCommand prototypes (as in MS sdk)
803 - shlobh.h: added ifdef for direct inclusion
804 - winbase.h: added UnlockResource macro
805 - windef.h: changed return type (maybe also other functions are wrong)
806 - windows.h: included ddeml.h
807 - windowsx.h: added macros
808 - wingdi.h: added win95 bitmap structures
809 - winuser.h: few macros and changed DLGTEMPLATE prototypes as in MS sdk
810 - crtdll.cpp: now includes libc/locale.h, so toolkit headers are included also for VA36
811 - shell32/makefile: added code for library export.
812 - shell32/new/makefile: added code for library export.
813 - dialog.cpp: DLGTEMPLATE changes
814 - windlg.cpp: DLGTEMPLATE changes.
815 - win32k/makefile: corrected paths
816 - win32k/include/pe2lx.h: this section should be included for VA36
817
[1116]818 99-10-03: Daniela Engert <dani@ngrt.de>
819 - USER32: WM_MOUSEMOVE bugfix (removed check for captured mouse)
820
821 99-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
822 - USER32: Updated window class with isMDIClient method
[1154]823 Fixed DrawTextExA/W compile errors (different parameter types)
[1116]824
[1109]825 99-10-02: Christoph Bratschi <cbratschi@datacomm.ch>
826 - USER32: DrawTextExA/W: implemented DT_END_ELLIPSIS
827 added DrawTextExA/W to header files
828
[1107]829 99-10-02: Edgar Buerkle <Edgar.Buerkle@gmx.net>
830 - VERSION: Allocation bugfix in VerQueryValueA
831 - USER32: Added style changes for PM windows + don't clear WS_VISIBLE
[1154]832 flag when converting window styles. (fixes buttons in winhlp32)
[1107]833
[1101]834 99-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
835 - DDRAW: ifdef'ed out code that causes crash (OS2Surface destructor)
[1154]836 Free original translation buffer, not the one aligned to qword
837 boundary.
[1101]838 - USER32: Create frame window for windows with desktop as parent (i.e. WS_POPUP)
[1154]839 This makes sure WM_ACTIVATE messages are sent.
840 Scrollbar changes.
841 Call DestroyWindow when DefWndProc receives WM_CLOSE msg.
[1101]842 - KERNEL32: Allocate memory from heap when HeapReAlloc is called with
[1154]843 a NULL memory pointer (WINE listbox control depends on this)
[1101]844 - AVIFIL32: Compilation fix
845
[1095]846 99-10-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
847 - KERNEL32: Skip spaces in command line string
848 - USER32: Fix for MessageBoxA (window handle conversion)
[1154]849 Fixes for combobox (handles null pointers)
[1095]850 - GDI32: Added OSLibSetDIBitsToDevice
851
852 99-10-01: Jens Wiessner <wiessnej@rfi.de>
853 - CRTDLL: Implemented functions + added stubs
[1101]854 - MSVCRT: More stubs + crtdll forwarders
[1095]855
[1094]856 99-09-29: Daniela Engert <dani@ngrt.de>
857 - USER32: improved timer handling for caret blinking.
858 recreate carets on focus change if needed.
859
[1090]860 99-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
861 - USER32: Almost completed standard window scrollbars.
[1094]862 Fixed WM_ACTIVATE message, generate WM_ACTIVATEAPP message
863 when WM_ACTIVATE is received. (instead of WM_SETFOCUS)
864 NOTE: Still not working correctly. Too many WM_ACTIVATEAPP msgs generated.
865 Always send Odin window handles from pmwindow.cpp to win32wbase.cpp.
866 Send WM_CHILDACTIVATE msg to MDI child windows.
[1090]867
[1086]868 99-09-28: Christoph Bratschi <cbratschi@datacomm.ch>
869 - USER32: Mouse input functions: SetCapture() fixed
870 SystemParametersInfo(): fonts fixed
871 GetSystemMetrics(): changed icon size to 32x32
872 Sorting and fixing user32.cpp
873
[1083]874 99-09-28: David Raison <djr@lemur.co.uk>
875 - KERNEL32: Fixed GetComputerNameA
876
877 99-09-28: Jens Wiessner <wiessnej@rfi.de>
878 - CRTDLL: Updated _except_handler2 + added Wine source changes
879 - MSVCRT: Created. Forwards most apis to CRTDLL or NTDLL.
880
881 99-09-28: Sander van Leeuwen <sandervl@xs4all.nl>
882 - USER32: Only generate WM_CHAR when TranslateMessage is called for
[1087]883 WM_KEYDOWN. (TODO: WM_SYSCHAR)
[1083]884
[1077]885 99-09-28: Daniela Engert <dani@ngrt.de>
886 - USER32: Caret functions implemented
[1078]887 ScrollDC implemented
[1087]888 ScrollWindowEx implemented
[1077]889
[1075]890 99-09-28: Patrick Haller <phaller@gmx.net>
[1077]891 - KERNEL32: Add: debug info for missing API imports (WinImagePeLdr)
[1076]892 Fix: source cleanup, introduction of WIN32.DIR.SYSTEM and WIN32.DIR.WINDOWS
893 as overrides over the STUPID Open32 result. I don't want to have Win32 apps
894 messing up x:\OS2 ....
[1075]895
[1077]896 99-09-26: Daniela Engert <dani@ngrt.de>
[1066]897 - USER32: SetTimer/KillTimer work now.
898
[1059]899 99-09-26: Achim Hasenmueller <achimha@innotek.de>
[1066]900 - COMCTL32: Merged with WINE 990923 changes
901 (propsheet.c not fully done)
[1059]902
[1056]903 99-09-26: Sander van Leeuwen <sandervl@xs4all.nl>
904 - USER32: Started with standard window scrollbar implementation
[1066]905 Rewrote ScrollWindow (seems to work ok)
906 Set text bugfix (crash in about dialog box of generic.exe)
907 Send WM_INITDLG after creation of dialog controls.
908 Set last error to 0 at end of BeginPaint/EndPaint.
909 Set last error when window not found (window.cpp/windlg.cpp)
[1077]910 WM_(SYS)KEYUP/DOWN bugfix (repeat cnt & scancode reversed)
911 Generate WM_CHAR message when TranslateMessage is called for
912 WM_CHAR (PM) message. (sent after WM_(SYS)KEYUP/DOWN)
[1056]913
[1059]914 99-09-25: Christoph Bratschi <cbratschi@datacomm.ch>
[1066]915 - USER32: WS_EX_* 3D frame support for child windows
[1049]916 - USER32: Double click handling changed
[1047]917
[1041]918 99-09-25: Sander van Leeuwen <sandervl@xs4all.nl>
[1044]919 - USER32: Cursor fixes. Cursor shown correctly in winhlp32.
[1066]920 Don't call WinDefWindowProc for WM_MOUSEMOVE (resets
921 cursor to system default)
922 RedrawWindow: set window pointer to desktop window when hwnd == NULL
[1041]923 - KERNEL32: Cursor & cursorgroup fixes
[1066]924 Fixes for thread local memory allocation (only done for thread 0)
925 Create TEB selector + memory for threads we don't create.
926 (i.e. DART threads in WINMM)
927 NOTE: Not tested.
[1055]928 - USER32\OLD, KERNEL32\OLD: Fixed makefiles + changes to make them
[1066]929 work with new dlls.
[1041]930
[1039]931 99-09-25: Daniela Engert <dani@ngrt.de>
932 - USER32: ClientToScreen and ScreenToClient didn't work -> fixed.
933
[1035]934 99-09-24: David Raison <djr@lemur.co.uk>
[1039]935 - OLE32: Ported remaining files pertaining to OLE32 from WINE
936 - OLEAUT32: Patched OaBuildVersion to level 0x1E...
[1035]937
[1030]938 99-09-24: Sander van Leeuwen <sandervl@xs4all.nl>
939 - USER32: Rewrote menu code to use Open32 (==PM) menu handles
[1039]940 Note: Uses mostly Open32 apis; they work fine, but maybe
941 we should write our own someday.
942 Cursor fixes. Not working in winhlp32 yet though.
[1037]943 - KERNEL32: Cursor & cursorgroup fixes
[1030]944
[1015]945 99-09-23: Patrick Haller <phaller@gmx.net>
[1039]946 - KERNEL32: Fix: WinImgRes:findResourceW erroneously tried to free
[1015]947 numerical resource IDs instead of translated Unicode
948 strings.
[1019]949 - USER32: Fix: in USER32:HeapShared:getmoreShared()
[1039]950 Fix: in USER32:WIN32WMDIClient:childActivate()
951 Fix: in USER32:WinMenu:GetSubMenu
[1020]952 now returns Win32MenuRes object instead of PM handle
[1039]953 Fix: in USER32:WinMenu:GetSystemMenu
[1021]954 now returns Win32MenuRes object instead of PM handle
[1023]955 Fix: in USER32:Char:CharPrevW intermixed arguments
[1015]956
[1012]957 99-09-23: Jens Wiessner <wiessnej@rfi.de>
958 - CRTDLL: Added stubs, implemented some stubs
[1039]959 - IMAGEHLP, IMM32, MSACM32, MSVFW32, OLEDLG,
960 OLECLI32, OLESVR32, PSAPI, RASPI32
961 Added dprintfs.
[1012]962
963 99-09-23: Sander van Leeuwen <sandervl@xs4all.nl>
964 - WINMM: Changed WinPostMsg calls into PostMessageA as win32 window
[1039]965 handles are not the same as PM handles anymore.
[1013]966 - USER32: Adding desktop window class. When user32 is loaded, a desktop
[1039]967 window object is created.
968 GetDesktopWindow returns handle of this window.
969 Winhlp32 no longer crashes immediately, but briefly shows
970 it's window before quitting.
971 Create windows always with HWND_TOP. The if statement (hwndLinkAfter)
972 in the CreateWindowExA method of Win32BaseWindow class messes
973 up the Z-order of dialog controls (i.e. buttons in a group box)
[1024]974 - COMDLG32: Fixed all common dialogs. (translate our handle to real PM handle)
[1039]975
[1008]976 99-09-22: David Raison <djr@lemur.co.uk>
977 - KERNEL32: Return "Service Pack 3" as CSD string in GetVersionExA/W
978
[1006]979 99-09-22: Yuri Dario <mc6530@mclink.it>
980 - MISC: Fixed WINELIB macro's in wingdi.h, added fixes to headers
[1039]981 for VAC 3.6.5
[1006]982 - ODINCRT: Also link with SOMLIB (VAC 3.6.5)
983 - CRTDLL: Compilation fix for VAC 3.6.5
984 - TOOLS\COMMON: Minor change to makefile
985 - TOOLS\IMPDEF: Minor change to makefile
986 - TOOLS\WRC: Makefile fixes
987
[1004]988 99-09-22: Rene Pronk <R.Pronk@twi.tudelft.nl>
989 - USER32: Changed WM_CHAR PM handling to generate WM_(SYS)KEYUP/DOWN
[1039]990 messages.
991 Note: Not complete as TranslateMessage doesn't translate
992 ascii keys to WM_CHAR messages.
[1004]993
994 99-09-22: Sander van Leeuwen <sandervl@xs4all.nl>
995 - USER32: Removed GetDesktopWindow fix
[1039]996 Ported getNextDlgTabItem & getDlgItem
[1004]997
[1001]998 99-09-21: Daniela Engert <dani@ngrt.de>
[1000]999 - USER32: background erasing/painting stuff hopefully finished.
1000
[998]1001 99-09-21: Patrick Haller <phaller@gmx.net>
[1000]1002 - KERNEL32: Add: GetFileAttributesExA/W implemented (ugly)
[998]1003
[995]1004 99-09-21: Sander van Leeuwen <sandervl@xs4all.nl>
1005 - KERNEL32: Fixed cursor group conversion
[1001]1006 - PELDR: Committed my latest sources. (rewrite for new kernel32 image classes)
[995]1007
1008 99-09-21: Edgar Buerkle <100566.557@compuserve.com>
1009 - USER32: Fixed GetDesktopWindow, added message handling for WM_TIMER
[1000]1010 added code to choose best icon from icon group. (in OSLibWinCreateIcon)
[995]1011 - KERNEL32: Fix for converting icons & icon groups
1012
[994]1013 99-09-19: David Raison <djr@lemur.co.uk>
[1000]1014 - OLE32: Added AntiMoniker,
1015 Updated regsvr32 to use RegisterLxExe
[994]1016
[991]1017 99-09-20: Sander van Leeuwen <sandervl@xs4all.nl>
1018 - USER32: Fix background of button, group & static text
[1000]1019 NOTE: Changed default behaviour of WM_CTLCOLOR* handling.
1020 Don't know if this is correct, but it fixes problems
1021 in dialogs (text with white instead of gray background)
[991]1022
[987]1023 99-09-20: Markus Montkowski
[1000]1024 - WNASPI32: full implementation via ASPIROUT$ device driver.
[987]1025
[986]1026 99-09-19: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1027 - USER32: Increased font pointsize for dialog (multiplied by two)
1028 (probably not the right way to do things, but it works for the
1029 dialogs in Solitaire)
1030 Activated MsgEraseBackground method again (pmwindow.cpp)
1031 Dialogs don't receive those otherwise.
1032 (may need to be changed back again)
[986]1033
[981]1034 99-09-19: David Raison <djr@lemur.co.uk>
[1000]1035 - USER32: Partially implemented MessageBoxIndirectA/W (forwarded to MessageBox)
[981]1036
[969]1037 99-09-18: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1038 - KERNEL32: Added resource support for win32 apps compiled in OS/2
1039 - INCLUDE: Header file changes for win32 apps compiled in OS/2
1040 - VERSION: Create correct import lib
1041 - WINMM: Create correct import lib
1042 - MSACM32: Link with winmm.lib, don't import apis from .def file
1043 - MSVFW32: Link with winmm.lib, don't import apis from .def file
[969]1044
1045 99-09-18: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
[1000]1046 - KERNEL32: Implemented lstrncmpiA
[969]1047
[964]1048 99-09-18: Jens Wiessner <wiessnej@rfi.de>
[1000]1049 - CRTDLL: Added stubs
1050 - SHELL32(NEW)/MSACM32/MSFW32: Link with kernel32 for lstrncmpiA
[964]1051
[963]1052 99-09-17: Daniela Engert <dani@ngrt.de>
[1000]1053 - USER32: Fix: window focus management.
1054 OSLIBWIN.H: the definitions of OSLIB_HWND_DESKTOP and
1055 OSLIB_HWND_OBJECT were 1 off (with respect to the definition
1056 in PMWIN.H)! So OSLIB_HWND_DESKTOP was in effect NULLHANDLE,
1057 and OSLIB_HWND_OBJECT was HWND_DESKTOP.
[963]1058
[962]1059 99-09-16: Daniela Engert <dani@ngrt.de>
[1000]1060 - USER32: Fix: UpdateWindow
1061 New: RedrawWindow (preliminary), InvalidateR*
[962]1062
[960]1063 99-09-16: Patrick Haller <phaller@gmx.net>
[1000]1064 - USER32: Fix: DIB_FixColorsToLoadflags - incr was not initialized
1065 Fix: WINMENU::GetSystemMenu() was broken.
[960]1066
[952]1067 99-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1068 - KERNEL32: Moved old kernel32 code to kernel32\old
1069 Rewritten win32 exe/dll classes.
1070 There are now classes for the following exes/dlls:
1071 Pe2lx images, win32 images loaded by the pe loader and
1072 LX images (win32 apps compiled in OS/2 and system dlls)
1073 Bugfixes for unicode resource apis.
1074 Not completely tested yet, but works for most apps.
1075 NOTE: Resource handling for pe2lx & win32 apps compiled in OS/2
1076 will be added in the near future. For now it's compatible
1077 with the old pe2lx.
1078 NOTE: New kernel32 doesn't work with old user32
1079 NOTE: Win32Resource::lockResource not complete yet, but that part
1080 will be removed after the pe2lx rewrite.
1081 - USER32: Moved new user32 into user32 dir, old one to user32\old
1082 - ALL: Changed initterm.cpp to create LX dll object during initialization.
1083 IMPORTANT NOTE: Version increased from 3 to 4. Complete recompilation
1084 of everything is required!
[952]1085
[936]1086 99-09-14: Patrick Haller <phaller@gmx.net>
[1000]1087 - AVIFIL32: ported AVIFIL32 from WINE
1088 - DPLAY: ported DPLAY from WINE
1089 Note: DPLAYX is required and NOT ported yet.
1090 Furthermore, DPLAY has still stubs.
1091 - DPLAYX: ported DPLAY from WINE (incomplete)
1092 Note: still problem with COM-inheritance-macro XCAST()
1093 - WNASPI32: ported WNASPI32 from WINE
1094 Note: someone should adapt it to OS/2's R3 ASPI router
[936]1095
[935]1096 99-09-14: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1097 - USER32\NEW: Implemented Enum(Thread/Child)Windows based on Edgar
1098 Buerkle's code with modifications for new user32 and
1099 added some enhancements.
[935]1100
[927]1101 99-09-13: Jens Wiessner <wiessnej@rfi.de>
[1000]1102 - NTDLL: Added CRT-functions.
[927]1103
[923]1104 99-09-13: Daniela Engert <dani@ngrt.de>
[1000]1105 - USER32\NEW: DC/related code: ReleaseDC, GetWindowDC, DC destruction,..
[923]1106
[918]1107 99-09-13: Patrick Haller <phaller@gmx.net>
[1000]1108 - SHELL32\NEW: updated to current wine level
[918]1109
[916]1110 99-09-13: David Raison <djr@lemur.co.uk>
[1000]1111 - KERNEL32: Fixed MultiByteToWideChar. Return size of string including
1112 0 terminator.
[916]1113
1114 99-09-13: Jens Wiessner <wiessnej@rfi.de>
[1000]1115 - CRTDLL: Added functions.
[916]1116
1117 99-09-08: David Raison <djr@lemur.co.uk>
[1000]1118 - OLEAUT32: Updated TypeLib code to find typelibs in EXE/DLL etc
1119 NB Still need to fix typelib translation.
[915]1120
[911]1121 99-09-12: Daniela Engert <dani@ngrt.de>
[1000]1122 - USER32\NEW: DC/related code: GetDCEx implemented. Slightly enhanced
1123 over Open32.
[911]1124
[910]1125 99-09-12: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[1000]1126 - WIN32K: An untested version is checked in. The new skeleton is
1127 partially tested. PE2LX is not updated and will probably not be updated
1128 before pe2lx is rewritten.
[910]1129
[895]1130 99-09-09: Daniela Engert <dani@ngrt.de>
[1000]1131 - USER32\NEW: begin new DC/related code. BeginPaint/EndPaint done.
[895]1132
[891]1133 99-09-09: Patrick Haller <phaller@gmx.net>
[1000]1134 - SHELL32\NEW: shell32 done, it compiles + links, no testing yet
1135 - USER32: added stubs for GetMenuInfo + SetMenuInfo
1136 - USER32\NEW: added stubs for GetMenuInfo + SetMenuInfo
[891]1137
[916]1138 99-09-08: David Raison djr@lemur.co.uk
[1000]1139 - Src\OleAut32 Added stubs for undefined exports in OLEAut32
[879]1140
[875]1141 99-09-08: Yuri Dario <mc6530@mclink.it>
[1000]1142 - INCLUDE\WIN: Changes to wingdi.h (more WINELIB_NAME defs) & winuser.h (mssing definitions)
1143 Missing ';' in custcntl.h at line 106
[875]1144
[916]1145 99-09-08: David Raison djr@lemur.co.uk
[1000]1146 - INCLUDE\WIN: Added DECIMAL definition to windef.h
[878]1147
[871]1148 99-09-08: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[1000]1149 - KERNEL32, USER32, USER32\NEW, GDI32, ADVAPI32: <dllname>exp.def is
1150 now generated by a util called ImpDef. (source in tools\impdef).
1151 - INC: pdwin32.tools is updated with a IMPDEF macro. This requires
1152 the macro PDWIN32_TOOLS too point to the tools\bin directory.
1153 - TOOLS: New directory tree for tools developed to aid us create odin32.
1154 Create a subdirectory for each tool.
1155 Currently database, impdef and omfdumper is placed here.
1156 - TOOLS\IMPDEF: generates the <dllname>exp.def files.
1157 - TOOLS\OMFDUMPER: source for the omfdumper use to create pmwinx.def.
1158 Base source for a library converted used in win32k.
1159 - TOOLS\DATABASE: source for the odin32 API database and it's tools.
1160 See the Odin32 API Database Design Document for more info.
1161 Document will soon be placed in the 'Vault' of the win32-os2 group.
1162 - TOOLS\DATABASE\MYSQL: mysql headers and libraries.
1163 - TOOLS\DATABASE\GD: Gifdraw 1.2 - used to draw graphs.
[871]1164
[869]1165 99-09-08: Patrick Haller <phaller@gmx.net>
[1000]1166 - OLE32: CLSIDFromStringA is needed in other modules, too. (SHELL32)
[869]1167
[868]1168 99-09-08: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1169 - Removed /DNONAMELESSUNION from some makefiles (now defined in odin.h)
1170 - Minor changes to odin.h (nameless union allowed in VAC 3.6.5) & windowsx.h
1171 - USER32\NEW: Use fixed user32exp.def. Doesn't work for GetOS2Callback__15Win32WindowProcFv
1172 (causes link failure for comdlg32)
1173 - TOOLS\WRC: Ported Wine wrc. Needs EMX+GCC
[868]1174
[865]1175 99-09-07: Jens Wiessner <wiessnej@rfi.de>
[1000]1176 - CRTDLL: Created dll (Wine port)
[865]1177
[856]1178 99-09-07: Patrick Haller <phaller@gmx.net>
[1000]1179 - OLE32: WINE_StringFromCLSID is needed in other modules, too. (SHELL32)
1180 - SHELL32\NEW: improvement of shell32
1181 - KERNEL32: ToolHelp functions stubbed: Process32First, etc.
[856]1182
[834]1183 99-09-05: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1184 - USER32\NEW: Dialog updates (not yet done)
[834]1185
[819]1186 99-09-04: Daniela Engert <dani@ngrt.de>
[1000]1187 - USER32\NEW: beginning with 'DAXifying' of our windows
[819]1188
[817]1189 99-09-04: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1190 - KERNEL32: Fixed icon- & cursorgroup conversion (Solitaire icon now correct again)
1191 - USER32\NEW: Started with Wine dialog code port. Dialog creation done,
1192 but not tested.
[817]1193
[810]1194 99-09-04: Jens Wiessner <wiessnej@rfi.de>
[1000]1195 - MSVFW32: Created stub (partly) dll (Based on Wine 990815)
1196 - PSAPI: Created stub dll (Based on Wine 990815)
[810]1197
[809]1198 99-09-03: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1199 - USER32\NEW: MDI child/client improvement (not all wine code has
1200 been ported though)
[809]1201
[780]1202 99-09-01: Patrick Haller <phaller@gmx.net>
[1000]1203 - *: Cleanup of include files, some ICOM issues in particular,
1204 also fixes LONGLONG problem (now names LONGLONG_W)
1205 - SHELL32\NEW: introduction of a straight port of WINE's SHELL32 implementation
1206 18 of 22 files are ported already
[809]1207
1208 99-09-01: Patrick Haller <phaller@gmx.net>
[1000]1209 - *: Cleanup of include files. Warning: OS/2's BOOL is ULONG, WIN32 is INT.
1210 Causes C++ compilers to complain here and there. Plus many WINE prototypes
1211 are just plain wrong.
1212 This change should help porting shell32/new.
[780]1213
[809]1214
[779]1215 99-09-01: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1216 - USER32\NEW: Fixed GetWindowDC (Freecell 'Cards Left' string drawn
1217 at the right place)
[779]1218
[773]1219 99-09-01: Jens Wiessner <wiessnej@rfi.de>
[1000]1220 - RASAPI32: Created stub dll
1221 - MSACM32: Created (partly) stub dll
[773]1222
[756]1223 99-08-31: Patrick Haller <phaller@gmx.net>
[1000]1224 - WINMM: revision of timer services (C&C RA)
1225 - KERNEL32: temporary fix for DuplicateHandle for non-HandleManager handles
1226 little improvement in console properties
1227 incorrect anchor class for mutexes, events and semaphores
1228 fixed return codes for HMCreateFileMapping, HMOpenFileMapping
1229 Fix: FILE_MAP_ALL_ACCESS access flags for memory mapped files
[756]1230
[751]1231 99-08-31: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1232 - USER32\NEW: Finished MDI class, but it's not working yet.
1233 - USER32\NEW: Fixed menu apis
1234 - KERNEL32\NEW: Changed makefile to generate response file (linker
1235 cmd line too long)
1236 Created resource class for menus (Win32MenuRes)
1237 - INC: Changed debug makefiles to include /dbgpack linker option
1238 (compresses debug info)
[751]1239
1240 99-08-31: Rene Pronk <R.Pronk@twi.tudelft.nl>
[1000]1241 - USER32,USER32\NEW: Implemented ChildWindowFromPointEx
[751]1242
1243 99-08-30: Jens Wiessner <wiessnej@rfi.de>
[1000]1244 - OLEDLG: Created stub dll
1245 - INC\WIN: Update for ras.h
[751]1246
[742]1247 99-08-30: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1248 - USER32\NEW: Redesign. Create base class for all window types
1249 Delete Open32 class atoms before recreating them.
1250 Added skeleton class for MDI client window.
[742]1251
[738]1252 99-08-29: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1253 - USER32\NEW: Changed behaviour of mouse messages (send NC messages
1254 when in non-client area + send WM_SETCURSOR msgs)
1255 Don't send WM_MOUSEMOVE when mouse is captured.
1256 Changed CreateMDIWindowA/W (don't call Open32 api anymore,
1257 but post WM_MDICREATE msg)
[819]1258
[1000]1259 - KERNEL32 Interlock apis ported from Wine (with help of Patrick Haller)
1260 - INC: Removed Masm compatible flag for ALP and enabled debugging
1261 info in debug build
[738]1262
[732]1263 99-08-29: Jens Wiessner <wiessnej@rfi.de>
[1000]1264 - OLECLI32: Created stub dll
1265 - IMM32: Created stub dll
1266 - IMAGEHLP: Created (partly) stub dll
[732]1267
[731]1268 99-08-28: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1269 - USER32\NEW: Use shared memory for window & class objects
1270 Implemented FindWindow(Ex). Not yet tested
1271 Fixed window names.
1272 Created shared heap using VAC's _ucreate.
1273 Separate window handle creation (in shared memory array)
1274 PostMessage fixes (didn't work between two processes)
1275 - KERNEL32: Fixed exception handling for kill signals & termination
1276 Changed VMutex constructor (also allows creation of
1277 shared mutex semaphores)
1278 NOTE: This requires a complete recompile!!
[731]1279
1280 99-08-28: Daniela Engert <dani@ngrt.de>
[1000]1281 - USER32\NEW: client windows get repositioned now when
1282 the parent resizes
[728]1283
[722]1284 99-08-28: Achim Hasenmueller <achimha@innotek.de>
[1000]1285 - COMCTL32: Merged with latest WINE updates (990815)
[722]1286
[717]1287 99-08-28: Yuri Dario <mc6530@mclink.it>
[1000]1288 - INCLUDE\WIN: Added macros to windowsx.h
[717]1289
[715]1290 99-08-27: Daniela Engert <dani@ngrt.de>
[1000]1291 - USER32\NEW: window creation, window relationship, window sizing and
1292 positioning enhanced.
1293 - USER32\NEW: window and client rectangles are in sync with the WINE
1294 structures now.
[715]1295
[714]1296 99-08-27: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1297 - KERNEL32: Rewrote memory mapped files for multiple views
1298 Increased default nr of pages loaded so loading
1299 large apps doesn't take forever to start in IPMD.
1300 - KERNEL32: Process dll exports before imports in order to support
1301 circular dll dependencies.
1302 - KERNEL32: Replaced fopen/fclose calls in windll.cpp; they mess up FS.
1303 Init full path of image during Init method.
[714]1304
[711]1305 99-08-27: Patrick Haller <phaller@gmx.net>
[1000]1306 - KERNEL32: removed logging page faults if mmapped i/o
[711]1307
[706]1308 99-08-26: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1309 - KERNEL32: Cleaned up. (removed os2native.cpp & os2util.cpp and
1310 replaced them with oslibdos.* & oslibmisc.*; put
1311 Virtual* win32 apis in virtual.cpp)
1312 - KERNEL32: Added workaround for (what seems to be) an OS/2 bug.
1313 Fixes crashes when reading from the memory mapped file.
1314 (see comments in kernel32\mmap.cpp)
1315 Bugfixes for VirtualProtect & VirtualQuery
[706]1316
[703]1317 99-08-25: Jens Wiessner <wiessnej@rfi.de>
[1000]1318 - OLESVR32: Created stub dll
[703]1319
[679]1320 99-08-25: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1321 - KERNEL32: Use memory mapped files for PE loader
1322 Readonly memory mapped files work. Read/Write has not
1323 been tested yet. Shared mmaps don't work at this time.
1324 - KERNEL32: Set exception handler chain to -1 (not 0) in KillWin32Process
1325 -> fixes large nr of exceptions
1326 - KERNEL32: Several changes for memory mapped files.
1327 Put back handlemanager changes. (i.e. MapViewOfFile)
1328 - USER32\NEW: Deleted win32type.h
1329 - ADVAPI32: Fixed some incorrect definitions of security apis
1330 - INCLUDE\WIN: Changed WINE_NAME_AW definition (now you can use
1331 apis without the 'A' or 'W' suffix)
1332 - INCLUDE: Added makefile for VAC 3.6.5
1333 To compile use i.e.: nmake DEBUG=1 CCENV=VAC36
1334 - KERNEL32: Changed VIRTUAL_MapFileA/W
1335 Changed OS2ImageInit from public to protected
1336 - KERNEL32: Added DuplicateHandle to Handle Manager (wasn't working before)
1337 NOTE: Only works for file handles at this time!
1338 The rest still needs to be implemented.
1339 - USER32\NEW: Changed loadres.cpp call to VIRTUAL_MapFileA
[679]1340
[656]1341 99-08-24: Patrick Haller <phaller@gmx.net>
[1000]1342 - USER32: added extended Open32 WinX control styles (OS2CTLWX)
1343 - KERNEL32: HandleManager support for memory mapped files
1344 Added FindFirstFileW, FindNextFileW
1345 Bugfix in ExitProcess / iConsoleWaitClose
1346 Bugfix in OS2Heap::OS2Heap (Heap 0 always valid for NT programs?)
[656]1347
[654]1348 99-08-24: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1349 - USER32\NEW: One mutex per type of generic object + mutex protection
1350 of linked list access in win32 classes
1351 - KERNEL32: Implemented VirtualQuery (not yet tested)
1352 VirtualQueryEx calls VirtualQuery, VirtualProtectEx calls
1353 VirtualProtect
1354 NOTE: VirtualQueryEx & VirtualProtectEx can't handle addresses of other
1355 processes
1356 - KERNEL32: Added memory mapped file class (not hooked up to apis or
1357 exception handler yet; just committing my preliminary code)
[654]1358
[648]1359 99-08-23: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1360 - KERNEL32: Dll load order bugfix (PE loader)
1361 - USER32\NEW: Added two dummy exports so comdlg32 will load
1362 NOTE: This is a temporary hack and needs to be changed.
1363 - USER32\NEW: Fix for OSLibWinCreateIcon (supports single icons now)
1364 - KERNEL32: Logging change, now creates a unique logfile for each
1365 process. (multiple win32 apps active -> multiple logfiles)
[648]1366
1367 99-08-23: Patrick Haller <phaller@gmx.net>
[1000]1368 - USER32/NEW: partial (not compiling yet) port of DIALOG.C
1369 - USER32: fix: Win32Proc constructor crash (GetClassInfoA(of a Systemclass))
[643]1370
1371
[616]1372 99-08-22: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1373 - OLE32: Changes for updated WINE headers
1374 - OLEAUT32: Created (Wine port: Based on 990815 code)
1375 - KERNEL32: Export HEAP_* string functions in lib
1376 - KERNEL32: Fixed some PE resource dll load bugs
1377 - KERNEL32: Moved CloseLogFile call to after DestroyTIB (fixes crashes
1378 as WriteLog was still called in DestroyTIB & WriteOutProfiles)
1379 - KERNEL32: Added exception handling code for each thread, entrypoint &
1380 TLS callbach handler.
1381 OS2ExceptionHandler (in exceptions.cpp) is registered as the
1382 main exception handler.
1383 NOTE: Still needs to call original win32 exception handler
1384 from OS2ExceptionHandler.
1385 - USER32/NEW: Changed WM_ERASEBKGND handling. Fixes FreeCell background.
1386 (but might not be completely correct)
1387 - INCLUDE\WIN: Added custcntl.h & fixed GetObject definition
1388 - INCLUDE\WIN, WIN\WINE: Added several files, updated OLE headers
1389 - NTDLL: Some changes to make it compile again
[619]1390
[605]1391 99-08-21: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1392 - USER32\NEW: Fixed window class bug. Freecell menu now properly
1393 loaded.
1394 - USER32\NEW: Changed LoadBitmapA/W to load bitmaps internally
1395 (also ported some Wine code for that purpose)
1396 Not correct yet: some of Solitaire's bitmaps look bad
1397 - KERNEL32: Fixed name id lookup bug for PE loader resources
1398 - KERNEL32: AllocFixedMemory bugfix + added Aurora flag to DosAllocMem
1399 - KERNEL32: Close logfile in kernel32 exit list -> last log messages
1400 before crash now properly saved
1401 - PELDR: Corrected makefile
[605]1402
[604]1403 99-08-21: Yuri Dario <mc6530@mclink.it>
[1000]1404 - Makefiles: Link with predefined VAC lib (RTLLIB(_O))
1405 Needed for VAC 3.6.5
[604]1406
[598]1407 99-08-20: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1408 - KERNEL32: PE resource loading fixes
1409 - USER32/NEW: Changes to Load* resource apis
1410 - USER32/NEW: Put back LoadBitmap for now
1411 Rewrote LoadIconA/W & LoadCursorA/W + added
1412 extra code to oslib.
[598]1413
[595]1414 99-08-20: Patrick Haller <phaller@gmx.net>
[1000]1415 - ODINWRAP: fixed invalid macros
[595]1416
[580]1417 99-08-19: Patrick Haller <phaller@gmx.net>
[1000]1418 - ODINWRAP: fixed invalid recursion in ODINFUNCTION0-Debug
1419 - WINMM: odinwrap macros
1420 - TAPI32: odinwrap macros
1421 - MPR: odinwrap macros
1422 - COMDLG32: odinwrap macros
1423 - WNETAP32: odinwrap macros
1424 - WINSPOOL: odinwrap macros
[580]1425
[569]1426 99-08-19: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1427 - KERNEL32: PE loader resource fixes + ConvertNameId bugfix
1428 Added pe2lx conversion code for menus, accelerators,
1429 bitmaps, icons, cursors, icon & cursor groups.
1430 Put back _CreateWin32Exe export in kernel32exp.def
1431 - KERNEL32: Used Odin wrappers for profile apis (mess up FS)
1432 - USER32 & USER32\NEW: Cleaned up icon code
[569]1433
[564]1434 99-08-18: Patrick Haller <phaller@gmx.net>
[1000]1435 - NTDLL: tons of new stubs and crt functions
1436 - WNETAP32: tons of new stubs
[564]1437
[542]1438 99-08-18: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1439 - Put back version check in most dlls (except odincrt.dll & peldr.dll
1440 we don't want a kernel32 dependency there)
1441 - PELDR/KERNEL32: Use reserved memory by peldr.dll to store win32 exe
1442 sections. (now loads exes without fixups & low base address)
1443 Added TLS support.
1444 - KERNEL32: Lots of changes for the ring 3 PE loader (not completed)
1445 Store PE header at start of module in memory, module handle
1446 set to image base of module.
[542]1447
[540]1448 99-08-18: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
[1000]1449 - KERNEL32: Profile bugfix (line 506) && removed redundant '\r'
1450 (except on line 199)
[819]1451
[523]1452 99-08-17: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1453 - KERNEL32/LZ32: Fixed compilation problems introduced by changes below
1454 - ODINCRT: Rewrote __threadid Clib function to get rid of crashes
1455 (restores OS/2 FS selector before accessing PIB ptr and
1456 puts back original FS selector afterwards)
1457 NOTE: No longer necessary to use ODIN_FS_BEGIN/ODIN_FS_END macros
1458 - DDRAW: Removed ODIN_FS_BEGIN/ODIN_FS_END calls
1459 Fixed bugs in divewrap.h. Incorrect wrappers called themselves
1460 instead of the original Dive apis.
[523]1461
[528]1462 99-08-17: Patrick Haller <phaller@gmx.net>
[1000]1463 - LZ32: can't export LZCopy as ID0, changed to alphanumeric export
[528]1464
[506]1465 99-08-16: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1466 - PE loader: Started with rewrite
1467 - ODINCRT: Changed compile & link options
1468 - ODINCRT: Don't export ctordtorInit/Term. These functions must exists
1469 locally for each dll/exe. Fixes crashes in pe loader and
1470 corrupt converted exes generated by pe2lx
1471 - ALL: Makefile changes & initterm.cpp no longer calls c/c++ library
1472 init & termination functions (should only be done in odincrt.dll)
[505]1473
1474 99-08-16: Patrick Haller <phaller@gmx.net>
[1000]1475 - SHELL32: integrated Christoph Bratschis SHELL32 stubs
1476 - WSOCK32: odinwrap macros
[505]1477
[504]1478 99-08-16: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]1479 - USER32: uitools.cpp update
[488]1480
[502]1481 99-08-15: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]1482 - USER32\NEW: controls: wine-990731 update
[502]1483
[497]1484 99-08-14: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]1485 - COMCTL32: wine-990731 update
[497]1486
[495]1487 99-08-14: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1488 - INCLUDE\win\windows.h: Include odin.h if __WIN32OS2__ is defined
[495]1489
[493]1490 99-08-13: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1491 - KERNEL32: Export heap functions by ordinal
1492 - src\makefile: compile lz32 before version (dependency)
[493]1493
[488]1494 99-08-12: Patrick Haller <phaller@gmx.net>
[1000]1495 - VERSION: enhanced plus odinwrap macros
[488]1496
[484]1497 99-08-11: Patrick Haller <phaller@gmx.net>
[1000]1498 - ODINCRT: ordinal exports
1499 - ADVAPI32:odinwrap macros (partially)
1500 - LZ32: odinwrap macros
[484]1501
[478]1502 99-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1503 - USER32/NEW: Fixed makefile (link with odincrt)
[478]1504
[465]1505 99-08-10: Patrick Haller <phaller@gmx.net>
[1000]1506 - LZ32: added preliminary support for independend LZ32 library
[417]1507
[454]1508 99-08-09: Patrick Haller <phaller@gmx.net>, Achim Hasenmueller <achimha@innotek.de>, Markus Montkowski
[1000]1509 - ODINCRT: providing a extensible wrapping layer for VAC++ runtime functions
1510 change is non-intrusive for existing source.
[454]1511
[431]1512 99-08-06: Patrick Haller <phaller@gmx.net>
[1000]1513 - USER32: added stubs so NT4's WINFILE can load
1514 - SHELL32: added stubs so NT4's WINFILE can load
1515 - NTDLL: added stubs so NT4's WINFILE can load
[431]1516
[420]1517 99-08-05: Patrick Haller <phaller@gmx.net>
[1000]1518 - KERNEL32: interactive control over UnhandledExceptionFilter
1519 - KERNEL32: FormatMessageAW fixed. Do not mix ODIN's heap functions with VAC heap functions
1520 - KERNEL32: added WINE-style string functions in Heapstring.cpp
1521 - SHELL3232: RestartDialog @59 stub added. IE2 can load now with NT4's URL.DLL.
[420]1522
[418]1523 99-08-05: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1524 - KERNEL32: Bitmap conversion bugfix; always recalculate bitmap size
1525 (bitmap in donut.exe (ddraw sample) contains wrong size)
[418]1526
[414]1527 99-08-04: Patrick Haller <phaller@gmx.net>
[1000]1528 - KERNEL32: fix for filename handling in kernel32/profile
1529 - KERNEL32: fix for PROFILE_CopyEntry in kernel32/profile
[414]1530
[410]1531 99-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1532 - PE2LX: Bugfix for icon conversion (heap corruption for ra95.exe; as
1533 reported by Patrick Haller)
[819]1534
[409]1535 99-08-04: Patrick Haller <phaller@gmx.net>
[1000]1536 - KERNEL32: Heap modification
1537 - KERNEL32: Windows 3 style profile support ported from WINE (removes Open32)
[409]1538
[406]1539 99-08-03: Rene Pronk <R.Pronk@twi.tudelft.nl>
[1000]1540 - USER32: Ported DrawTextExA/W & DrawStateA/W
[406]1541
[401]1542 99-07-27: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[1000]1543 - KERNEL32: Implemented GetComputerNameA/W
[401]1544
[393]1545 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1546 - USER32/NEW: Lots of changes; Solitaire displays cards correctly
1547 Status bar correctly drawn
1548 Mouse msg translation still wrong.
1549 Paint not correct.
[399]1550
1551 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1552 - KERNEL32: GetLocateInfoA bugfix
1553 - USER32/NEW: Lots of changes; now Solitaire starts, but draws cards incorrectly
[393]1554
[375]1555 99-07-23: Yuri Dario <mc6530@mclink.it>
[1000]1556 - misc: Changes for compilation with VAC 3.6.5
[375]1557
[370]1558 99-07-23: Edgar Buerkle <100566.557@compuserve.com>
[1000]1559 - VERSION: VerQueryValueA/W Wine implementation ported
[370]1560
[366]1561 99-07-22: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[1000]1562 - KERNEL32: Complete implementation of GetLocaleInfoA/W
[366]1563
[363]1564 99-07-22: Edgar Buerkle <100566.557@compuserve.com>
[1000]1565 - KERNEL32: Fix for OS2GetResource (os2util.cpp)
1566 - PE2LX: Use unique resource id for version resource.
1567 - USER32: MapOEMToRealKey fix
[363]1568
[360]1569 99-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1570 - DDRAW: Now compiles
1571 - COMCTL32: Create library with correct api names
[360]1572
[355]1573 99-07-21: Edgar Buerkle <100566.557@compuserve.com>
[1000]1574 - KERNEL32: Fix for LoadResource; should return pointer to resource data
1575 LockResource just returns the pointer returned by LoadResource
[355]1576
[344]1577 99-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1578 - USER32/NEW: Added support for window icons and accelerators.
1579 Accelerators don't work yet.
1580 - PE2LX: Save icons in different format (BITMAPINFOHEADER2)
[348]1581
[343]1582 99-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1583 - KERNEL32: Added method for retrieving converted OS/2 resource
1584 (which will be changed later on)
1585 - USER32/NEW: CreateWindowEx now works and menus are displayed
[343]1586
[320]1587 99-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1588 - KERNEL32: Exports for getting TEB & THDB added
[819]1589
[307]1590 99-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1591 - USER32/NEW: Unicode & window handle translation bugfixes
[307]1592
[305]1593 99-07-14: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]1594 - USER32/NEW: several bugs fixed, compiles now
1595 CreateWindow doesn't work yet
[305]1596
[301]1597 99-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1598 - USER32/NEW: *VERY* preliminary/alpha code for Open32 replacement in user32
1599 Compiles, but not tested at all.
[301]1600
[298]1601 99-07-12: Patrick Haller <phaller@gmx.net>
1602 - KERNEL32: various console fixes
1603
[287]1604 99-07-10: Edgar Buerkle <100566.557@compuserve.com>
[1000]1605 - USER32: Fixes for CreateWindowExW and several unicode menu apis
[287]1606
[281]1607 99-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1608 - KERNEL32/PE2LX: Added support for TLS sections
1609 - KERNEL32: Added thread attach/detach messages for dlls
1610 Fixed some bugs, cleaned up code
1611 NOTE: THIS CHANGE BREAKS ALL PREVIOUSLY CONVERTED APPLICATIONS
1612 RECOMPILE ALL DLLS AND CONVERT EVERYTHING AGAIN!!!!!!!!!
1613 THIS CHANGE ALSO BREAKS WIN32K!
[281]1614
[279]1615 99-07-06: Patrick Haller <phaller@gmx.net>
[1000]1616 - KERNEL32: major enhancement of handlemanager
[279]1617
[274]1618 99-07-06: Edgar Buerkle <100566.557@compuserve.com>
[1000]1619 - PE2LX: Finished support for codepages
[274]1620
[273]1621 99-07-05: Patrick Haller <phaller@gmx.net>
[1000]1622 - SHELL32: SheSetCurDrive stub, ...
[273]1623
[272]1624 99-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1625 - LIB\libconv.def: Added name with '_' appended. (or else Watcom won't
1626 link pe2lx\misc.cpp properly)
[272]1627
1628 99-07-05: Edgar Buerkle <100566.557@compuserve.com>
[1000]1629 - PE2LX: Preliminary support for codepages
[272]1630
[270]1631 99-07-05: Patrick Haller <phaller@gmx.net>
[1000]1632 - KERNEL32: HandleManager fixes as suggested by Edgar Buerkle
[270]1633
[265]1634 99-07-04: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]1635 - PE2LX/USER32: Dialog default font set to WarpSans + fixes
[265]1636
[258]1637 99-07-02: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]1638 - PE2LX/USER32: Dialog bugfix for entryfield strings
[258]1639
[250]1640 99-06-30: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]1641 - KERNEL32: Unicode changes (unicode.cpp)
1642 lstrcpynA/W (kernel32.cpp
1643 - USER32: LoadStringA unicode conversion bugfix
1644 - USER32: Changed SystemParameterInfo for default font (now 9.WarpSans)
[250]1645
[249]1646 99-06-30: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[1000]1647 - WINMM: Implemented remaining joystick apis + bugfixes
[249]1648
[247]1649 99-06-29: Patrick Haller <phaller@gmx.net>
[1000]1650 - KERNEL32: GetLocaleInfoA bugfix (lang.cpp)
[247]1651
[244]1652 99-06-29: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[1000]1653 - WINMM: Implemented most of the joystick apis
[244]1654
[239]1655 99-06-28: Christoph Bratschi
[1000]1656 - USER32: AsciiToUnicodeN bugfix (unicode.cpp)
[239]1657
1658 99-06-28: Sander van Leeuwen
[1000]1659 - USER32: Get/SetWindowLongA bugfix for dialog controls
[239]1660
[225]1661 99-06-27: Sander van Leeuwen
[1000]1662 - USER32: Message handler updates & lots of bugfixes
1663 - USER32: Fix for GetWindowLongA, if Open32 returns 0xffff it really
1664 means 0xffffffff -> fixes Winhlp32 buttons.
1665 - USER32: Fixed bug when changing window procedures for dialog box
1666 controls
[225]1667
[220]1668 99-06-26: Sander van Leeuwen
[1000]1669 - USER32: Changes for message spy & several message handler changes
1670 - USER32: Restore win32 tib in window msg callback
1671 - KERNEL32/include: Restore OS/2 tib on entering Open32 or OS/2 apis
1672 - KERNEL32/lang.cpp: Bugfix for GetLocaleInfoA (if buf ptr == null,
1673 only return size of memory block required to hold info)
[220]1674
[194]1675 99-06-25: Achim Hasenmueller
[1000]1676 - Finally fixed changelog date format to be compliant with
1677 the official EU date format :)
[172]1678
[191]1679 99-06-25: Christoph Bratschi
[1000]1680 - USER32: GetSysColorPen bugfix (syscolor.cpp)
[191]1681
[183]1682 99-06-24: Patrick Haller
[1000]1683 - SHELL32: partial port form WINE
[183]1684
[194]1685 99-06-24: Edgar Buerkle
[1000]1686 - KERNEL32: Implemented GetLocaleInfoA/W
[174]1687
[194]1688 99-06-24: Sander van Leeuwen
[1000]1689 - include\winos2def.h: Changed OS/2 apis to use wrappers
1690 (FS save/restore) and added DosQueryCtryInfo
[174]1691
[172]1692 99-06-23: Patrick Haller
[1000]1693 - Fixed date format in changlog .g.
1694 - NTDLL: a dozen c runtime functions added
1695 - USER32: IsHungAppWindow dummy added
1696 - SHELL32: few more APIs added
1697 - KERNEL32: HandleManager, Console, fixes
1698 - COMDLG32: basic unicode support added, thou broken somehow
1699 - source code splitups and beautification ;-)
[172]1700
[194]1701 99-06-23: Achim Hasenmueller
[1000]1702 - ported latest WINE fixes and additions for comctl32. Changes
1703 involve better undoc. DSA APIs, right colors for the tab control,
1704 many improvements for the listview...
[165]1705
[194]1706 99-06-21: Achim Hasenmueller
[1000]1707 - ported latest WINE DrawEdge code and moved everything to the
1708 new file src/user32/uitools.cpp
[158]1709
[194]1710 99-06-21: Sander van Leeuwen
[1000]1711 - include\os2wrap.h, removed calling convention
[147]1712
[194]1713 99-06-21: Christoph Bratschi
[1000]1714 - COMCTL32: Progress bar finished (progress.c, USER32 bugs to fix)
1715 - COMCTL32: Trackbar finished (trackbar.c)
[145]1716
[194]1717 99-06-20: Sander van Leeuwen
[1000]1718 - KERNEL32: Call HMInitialize from initterm, not winexe object creation
1719 - KERNEL32: Added comctl to list of system dlls (windll.cpp)
1720 - KERNEL32: Fixed dll detach (windll.cpp) for converted win32 dlls
1721 - KERNEL32: Module name detection (windll.cpp)
1722 - KERNEL32: Activated Win32 TIB code; a selector + memory is allocated
1723 for the main thread and every thread created.
1724 When it's completed, it should fix several problems due to
1725 differences between OS/2's TIB and Win32's TEB.
1726 - COMCTL32: Fixed crash on exit (moved unregister of class into exit list handler)
1727 - USER32: Changed bugfix (WS_CLIPCHILDREN) for winhlp32 (same as Wine now)
1728 - USER32: Fixed bug in wndproc.cpp (release build only)
1729 - USER32: Added preliminary support for parent notification
[128]1730
[194]1731 99-06-19: Sander van Leeuwen
[1000]1732 - ALL (except dsound/ddraw): Include <os2wrap.h> instead of <os2.h>
1733 - KERNEL32: Changes for win32 TEB (not active)
[120]1734
[194]1735 99-06-07: Sander van Leeuwen
[1000]1736 - Removed unecessary files
1737 - Modified os2win.h to save FS selector before calling Open32 api
1738 and restoring it afterwards.
1739 - Renamed all .C files (except comctl32) to .CPP and fixed compiler errors
1740 - GDI32: Fixed SetDIBitsToDevice bugfix (palette size)
1741 - USER32: Fixed RegisterSystemClasses
[51]1742
[194]1743 99-06-07: Achim Hasenmueller
[1000]1744 - Added comctl32, mostly untested includes all controls, some undocumented
1745 APIs missing
1746 - Added internal GetSysColorPen() to user32 - handy API used in WINE
1747 Modified syscolor.cpp to support new Win98 colors and create pens
[52]1748
[51]1749 99-06-06: Sander van Leeuwen
[1000]1750 - Bugfixes in VirtualAlloc (KERNEL32), GetScrollPos & RegisterSystemClasses (USER32)
1751 as reported on mailinglist by Edgar Buerkle.
1752 Also FindResourceA/W.
[51]1753
[194]1754 99-06-01: David Raison
[1000]1755 - OLE32: Changed everything to make it compile with the new headers
1756 - include/win/ole.2 - line 170
1757 - include/wine/win/obj_oleview.h - line 32 & 36
[51]1758
[194]1759 99-05-23: Sander van Leeuwen
[1000]1760 - ADVAPI32: Fixed Open32 bugs in RegOpenKeyA (set return key to 0 when failed)
1761 Fixed key definition conflict in convertkey.
1762 - KERNEL32: Fixed exception handler, don't continue after process termination
1763 exception! (fixes annoying exitlist hangs)
[51]1764
[194]1765 99-05-19: Sander van Leeuwen
[1000]1766 - KERNEL32: Corrected wrong export for HeapSize (reported by Vit Timchishin)
[51]1767
[194]1768 99-05-15: Sander van Leeuwen
[1000]1769 - Fixed a number of bugs introduced during the Wine header update
1770 - KERNEL32: Added high/low fixup support for pe loader
[51]1771
[194]1772 99-05-13: Sander van Leeuwen
[1000]1773 - Updated USER32
1774 - Fixed unicode apis in USER32
1775 - Added .def files for ADVAPI32, COMDLG32, GDI32, KERNEL32 & USER32 that
1776 export all apis with the correct names. (_apiname@nrofparameterbytes)
[51]1777
[194]1778 99-05-12: Sander van Leeuwen
[1000]1779 - Finished KERNEL32
1780 - Updated WINMM
[51]1781
[194]1782 99-05-10: Vince Vielhaber
[1000]1783 - Rewrote WSOCK32 for Wine headers
[51]1784
[194]1785 99-05-08: Sander van Leeuwen
[1000]1786 - Updated CAPI32, COMDLG32 & GDI32, MPR, NTDLL, TAPI32, WINSPOOL, WNETAP32
1787 for new headers
1788 - Started with KERNEL32 changes (75% done)
1789 - Made basic changes to OLE32 for new headers, but still tons of errors
1790 - Fixed some unicode apis in GDI32
[51]1791
[194]1792 99-05-04: Sander van Leeuwen
[1000]1793 - Stripped os2win.h and put it in include directory
1794 - WINE header files in include\win
1795 (some modified for IBM VAC)
1796 - All Open32 apis have 'O32_' as prefix, Open32 specific declarations
1797 are appended with _O32.
[51]1798
[194]1799 99-05-01: Sander van Leeuwen
[1000]1800 - Changed makefile structure:
1801 nmake DEBUG=1 builds debug version
1802 nmake builds release version
[51]1803
[194]1804 99-04-11: Sander van Leeuwen
[1000]1805 - Everything except user32 & kernel32: copyrights added to most files
1806 Moved a few header files in \include
1807 - Fixed import problem in peldr (include\winimage.h), SetFullPath must
1808 be a virtual method.
[51]1809
[194]1810 98-10-26: Sander van Leeuwen
[1000]1811 - OLE32: CoInitialize takes one parameter, not 0
[51]1812
[194]1813 98-10-11: Sander van Leeuwen
[1000]1814 - KERNEL32: except.asm Wrong calling convention for SetExceptionChain
1815 - KERNEL32: exceptions.cpp/wprocess.cpp SetExceptionChain(-1) instead of SetExceptionChain(0)
[51]1816
[194]1817 98-09-28: Sander van Leeuwen
[1000]1818 - PE2LX: icon.cpp: palette only for <= 8 bpp
1819 - PE2LX: icon.cpp: check if image size in bmp header is correct before using it
[51]1820
[194]1821 98-09-25: Sander van Leeuwen
[1000]1822 - PE2LX: Don't fail if an exe/dll doesn't contain any imports (pe.cpp:ProcessImports)
[51]1823
1824********************************************************************************
1825***** Release 0.03/4
1826********************************************************************************
[194]1827 98-09-15: KSO
[1000]1828 - WIN32K: pe2lx\misc.cpp changes
[51]1829
[194]1830 98-09-13: Sander van Leeuwen
[1000]1831 - KERNEL32: windll.cpp: fixed bug with szModule not being initialized
1832 - PE2LX: pe.cpp: Only read first 1 MB for huge files. (as they are most
1833 likely InstallShield archives; exe appended with
1834 installation data)
[51]1835
[194]1836 98-09-12: Sander van Leeuwen
[1000]1837 - WSOCK32: Changed fd_set to Wfd_set or else it won't compile over here
1838 - KERNEL32: Winimage.cpp, extra checks added
1839 - KERNEL32: OS2GetModuleFileName bugfix
1840 - INCLUDE/MISC.H: Error printf that prints to stdout (more reliable than
1841 a logfile)
1842 - GDI32: GetDeviceCaps -> NT returns -1 when using 16 bits colors, NOT 65536!
1843 - GDI32: CreateDIBSection -> StarCraft uses bitmap with negative height ->
1844 flip image when blitting
1845 - GDI32: DIBSection ctor: bug in BITMAPINFO2 malloc
1846 - GDI32: BitBlt: (dibsection) HDC == HPS (thank you, IBM!)
[273]1847
[194]1848 98-09-02: Sander van Leeuwen
[1000]1849 - KERNEL32/USER32: Split up code
1850 - USER32 (/new): Started with new class & window managment code
1851 (not compiled nor tested, so don't change it)
[51]1852
[194]1853 98-09-01: Patrick Haller
[1000]1854 - WSOCK32: Circular linker dependency removed
[51]1855
[194]1856 98-08-31: kso
[1000]1857 - KERNEL32: changed lfile.c to use OS2CreateFile,OS2CloseHandle,.... as
1858 NT does. Notepad (W95) is now working better.
1859 - KERNEL32: fixed a open32 bug (or win32 feature) - WriteFile with
1860 nrbytes = 0 is equal to a SetEndOfFile(..);
[51]1861
[194]1862 98-08-17: Sander van Leeuwen
[1000]1863 - KERNEL32: Changed LoadLibraryA(W/ExA/ExW) to try to load the dll
1864 directly first and if that fails, load it manually.
[51]1865
[194]1866 98-08-15: Sander van Leeuwen
[1000]1867 - DDRAW: LOTS of changes,additions and fixes
1868 (ddex1-ddex5 DirectX SDK samples work(ed) + Quake 2 in
1869 DirectDraw mode)
1870 - DSOUND: Skeleton code extended
[51]1871
[194]1872 98-08-13: Sander van Leeuwen
[1000]1873 - PE2LX: Replaced stack page removal code; (adjusted GetNrPages instead)
[51]1874
[194]1875 98-08-13: KSO:
[1000]1876 - PE2LX: Borland bugfixes
[51]1877
1878 98-08-08: Sander van Leeuwen
[1000]1879 - pe2lx (pe.cpp), call SetNrOfExports(0) for dlls without exports
1880 to set the module name in the resident name table
1881 (otherwise converted dll will not load)
1882 - Version resource apis work now
1883 - LocalReAlloc bugfix, notepad assumes it returns the same
1884 address when the new size is smaller than the old one.
[51]1885
[194]1886 98-08-03 KSO:
[1000]1887 - pe.cpp: line 600 - added OS2Exe to the parameterlist
1888 - bitmap.cpp: replace file - much.
1889 - bitmap.h: replace file - typo (BitMap to Bitmap)
1890 - icon.h: replace file - #define BI_*
[51]1891
1892 98-07-23: Knut Osmundsen
[1000]1893 - PE2LX: Borland exe changes (import stuff)
[51]1894
1895 98-07-18: Sander van Leeuwen
[1000]1896 - KERNEL32/PE2LX: Changed version checks; version nr is put into the
1897 converted exe/dll as a parameter to one of the kernel32
1898 entry points
1899 - USER32: Changed class managment code
1900 - USER32: Removed all SYNCPAINT stuff as it breaks many apps
1901 - USER32: Removed in CreateWindowExA that checks for values of x, y, nHeight & nWidth
1902 (this broke generic.exe, notepad.exe and probably many others)
1903 - USER32: Finished GetMenuStringW (MSPaint), not working right though
1904 it should return 'Recent File', but returns 'Decent File'
1905 Well, whatever.
1906 - VERSION/KERNEL32/PE2LX: Version resource API implemention started
1907 - PE2LX: Increased some fixup limits to convert dynhgi35.dll
1908 - KERNEL32: AsciiToUnicode fixed (only terminate with one 0; doing
1909 it twice corrupts the heap as our stuff allocates exactly
1910 enough for string + 0 terminator)
[51]1911
1912 98-07-14: Sander van Leeuwen
[1000]1913 - KERNEL32: Changed OS2GetProcAddress to call the ordinal or name getApi
1914 method
[51]1915
1916 98-07-13: Patrick Haller
[1000]1917 - USER32: Unicode fix for wvsprintfW "%s" -> "%ls"
1918 - USER32: fix in Win32WindowProc destructor when "window" becomes NULL
1919 - ADVAPI32: RegConnectRegistry for connection to local machine
[51]1920
1921 98-07-13: Patrick Haller
[1000]1922 - KERNEL32: Unicode fix that garbled CommandLineToArgv and others
[51]1923
1924 98-07-12: Patrick Haller
[1000]1925 - NTDLL: new functions in NTDLL (-> critical sections)
1926 - SHELL32: few new stubs in SHELL32
1927 - GDI32: fix in GDI32\DIBSECT\CreateDIBSection for M$ Backup
1928 - USER32: experimental fix (CS_SYNCPAINT) for WinHlp32 to
1929 display navigation buttons, but crashes SOL.EXE :(
[51]1930
1931 98-07-10: Patrick Haller
[1000]1932 - stubs for NETAPI32 100%
[51]1933
1934 98-07-09: Patrick Haller
[1000]1935 - stubs for Winspool 100%
[51]1936
[194]1937 98-07-01 Joel Troster
[1000]1938 - KERNEL32: update to nameid.cpp
[194]1939
[51]1940 98-06-07 Joel Troster
[1000]1941 - WINMM: WaveOpen bugfix
[51]1942
1943 98-06-07 Felix Maschek
[1000]1944 - CAPI32: bugfix
[51]1945
1946 98-06-15: Patrick Haller
[1000]1947 - GDI32: stubs for all missing functions
1948 - ADVAPI32: stubs for all missing functions
1949 - USER32: implementation of some real functions
1950 some unknown functions stubbed (IDA/2)
[51]1951
1952 98-06-14: KSO
[1000]1953 - GDI32: Stubs for Office 97
1954 - PE2LX: Formatted output
1955 - ADVPI32: Stubs for Office 97
1956 - VERSION: Stubs for Office 97
[51]1957
1958 98-06-12: Patrick Haller
[1000]1959 - NTDLL: ported over the NTDLL code from WINE, subject to the GNU Copyleft
1960 some applications open this module explicitly
1961 - KERNEL32: few fixes to Unicode handling
1962 - KERNEL32: console window sizing (still buggy) and property fixes
1963 - KERNEL32: stubs for all missing functions
1964 - GDI32: bugfix for DIB allocation (MS Paint)
1965 - WINMM: functions for FOURCC handling
1966 - PE2LX: CURSOR.CPP: hotspot.y is upside down (fixed for Winhlp32)
1967 - PE2LX: DIALOG.CPP: combobox style translation CBS_ fixed
1968 - PE2LX: DIALOG.CPP: style translation for WINES_MULTILINE
1969 causes MLE control to be generated.
1970 Experimental.
1971 - KERNEL32: WINDLL.CPP: fixed endless loop in Win32DLL::StripPath()
[51]1972
1973 98-05-25: Patrick Haller
[1000]1974 - KERNEL32: Added few NTDLL stubs, mainly for support of MSACM32/NT
1975 - KERNEL32: Resource fix
[51]1976
1977 98-05-03: Joel Troster
[1000]1978 - WINMM: Stubbed most of the remaining mmedia apis
[51]1979
1980 98-04-28: Patrick Haller
[1000]1981 - KERNEL32: Console fixes
1982 - KERNEL32: Console properties (partially)
1983 - KERNEL32: Handlemanager fixes
1984 - KERNEL32: OS2iGetModuleName fixes
[51]1985
1986********************************************************************************
1987***** Release 0.02
1988********************************************************************************
1989
[194]1990 98-04-05: Patrick Haller
[1000]1991 - KERNEL32: Resource bugfix
[51]1992
[194]1993 98-03-30: Joel Troster
[1000]1994 - WINMM: midiStream* stubs added
[51]1995
[194]1996 98-03-30: Sander van Leeuwen
[1000]1997 - PE2LX: Set console flag when exe has no resources
[51]1998
[194]1999 98-03-27: Joel Troster
[1000]2000 - WINMM: Midi changes/bugfixes, mci* api stubs added
2001 - GDI32: SetObjectOwner stub added
[51]2002
2003 25-03-98: Sander van Leeuwen
[1000]2004 - KERNEL32: Several changes in resource code
[51]2005
2006 19-03-98: Felix Maschek
[1000]2007 - KERNEL32: Comm stubs added
[51]2008
2009 19-03-98: Sander van Leeuwen
[1000]2010 - KERNEL32: Pop up a dialog box when a missing api is called
2011 - KERNEL32: dll bugfix
2012 - KERNEL32: CreateProcessA/W fix
2013 - KERNEL32: GetProcAddr completed for PE loader & PE2LX
[51]2014
2015 19-03-98: Peter Fitzsimmons
[1000]2016 - created include\version.h
2017 - changed pe2lx\lx.cpp (call SetVersion())
2018 - changed pe2lx\misc.cpp (code for SetVersion(), setea())
2019 - changed pe2lx\misc.h (add prototypes)
2020 - changed pe2lx\pe.cpp (moved DosClose() up a few lines, so DosSetPathInfo() could write to the file)
2021 - changed pe2lx\makefile \
2022 - changed pe2lx\makefile.wat / Build setver.exe, getver.exe. I didn't copy
2023 these exe's to ..\bin in purpose; they
2024 aren't supposed to go to end users.
2025 - Added one line ("..\server $@") to all makfiles
[51]2026
[1000]2027 - added getea() to kernel32\os2util.c
2028 - added a few lines in kernel32/wprocess.cpp/RegisterDll()
[51]2029
[1000]2030 - Edit all initterm.c's to remove that rand() crap (that is from a
2031 sample project!). Also added new version check to each. Also #include "misc.h"
[51]2032
[1000]2033 - wsock32: edited makefile to remove reference to ..\kernel32\misc.obj and
2034 replace with kernel32.dll.
[51]2035
[1000]2036 - src\makefile: build kernel32 before wsock
2037 - src\kernel32\makefile: remove reference to wsock32.lib
2038 - src\kernel32\network.cpp: remove call to wsock32
[51]2039
2040 16-03-98: Joel Troster
[1000]2041 - GDI32: Added SetObjectOwner stub
[51]2042
2043 15-03-98: Joel Troster
[1000]2044 - WINMM: RTMIDI dependency removed
[51]2045
2046 15-03-98: Sander van Leeuwen
[1000]2047 - All dlls, C++ init+termination call added to initterm.c
2048 - KERNEL32: Icon conversion bugfix
2049 - KERNEL32: Removed reroute of exe reading
2050 - KERNEL32: Major rewrite of dll & exe handling including
2051 LoadLibary(Ex)A/W, CreateProcessA/W, GetModuleFileNameA/W,
2052 FreeLibrary & GetCommandLineA/W
2053 Side effect: Crash at Quake 2 exit fixed
[51]2054
[1000]2055 - KERNEL32: Additional code for PE loader
2056 - PE: Created OS/2 ring 3 PE loader
2057 syntax: pe win32exe commandline
2058 Reads win32exe & all imported dlls, calls all dll entry points and
2059 finally calls the exe entry point.
2060 TODO: No fixups and low startup address
2061 TODO: Resources
2062 TODO: CreateProcess doesn't work right
[51]2063
2064 13-03-98: Sander van Leeuwen
[1000]2065 - KERNEL32: Dll unloading fixed
[51]2066
2067 13-03-98: Peter Fitzsimmons
[1000]2068 - KERNEL32: Fixed CompareStringA/W
[51]2069
2070 12-03-98: Joel Troster
[1000]2071 - WINMM: Stubbed all the mixer APIs and updated support for MidiMapper
[51]2072
2073 10-03-98: Sander van Leeuwen
[1000]2074 - WSOCK32: WSAStartup fix and ioctl addition
2075 (Quake 2 Multiplayer working)
2076 - KERNEL32: Resource lookup bug fixed
[51]2077
2078 10-03-98: Joel Troster
[1000]2079 - KERNEL32: SetThreadLocale added
[51]2080
2081 09-03-98: Patrick Haller
[1000]2082 - KERNEL32: Fix in GetStdHandle within HandleManager
[51]2083
[1000]2084 - KERNEL32: Console APIs completed, input and output is complete,
2085 however not thoroughly tested, SHORT 0.98D is working.
2086 Codepage support, Unicode support missing.
2087 I'm working on cosmetics and properties dialog.
[51]2088
[1000]2089 - EXECHECK: tool to check executables for convertibility via pe2lx
2090 and keeping track of our APIs, as well as imported/exported
2091 functions of executables (PE import is currently implemented)
[51]2092
2093 09-03-98: Sander van Leeuwen
[1000]2094 - KERNEL32: Put dll & exe apis in wprocess.cpp
2095 - KERNEL32: Reroute file io from own exe to original
[273]2096
[51]2097 08-03-98: Joel Troster
[1000]2098 - KERNEL32: Unicode changes (lstrcatW, lstrcmpW, lstrcpyW lstrcpynW)
2099 - WINMM: Unicode midi apis added to .def file
[51]2100
2101 08-03-98: Sander van Leeuwen
[1000]2102 - WINMM: Aux* apis implemented (not tested and not 100% correct)
2103 - include: added mmddk.h from win95 ddk
[273]2104
[51]2105 07-03-98: Peter Fitzsimmons
[1000]2106 - Added KERNEL32.GetSystemDefaultLangID() -- I copied GetUserDefaultLangID, which
2107 always returns "US ENGLISH".
2108 (NOTE: Already added)
2109 - Added ADVAPI32.ReportEventA(). Stub.
2110 - Added ADVAPI32.OS2SetSecurityDescriptorDacl(). Stub that returns ERROR.
2111 - Added ADVAPI32.* a bunch more stubs.
[51]2112
2113 07-03-98: Sander van Leeuwen
[1000]2114 - KERNEL32: Implemented Local* memory apis with new heap
2115 (in win32 you can mix Heap and Local apis)
2116 - KERNEL32: Corrected key mapping bugs for arrow, insert/del/home/end
2117 page up/down keys.
2118 Doesn't work 100% right yet. (strafing in Quake = alt-arrow)
[51]2119
2120 06-03-98: Sander van Leeuwen
[1000]2121 - WINMM: Added WaveOutGetNumDevs and corrected the calling
2122 convention for several apis (WIN32API, not WINAPI)
2123 - KERNEL32: Added GetSystemDefaultLangID and moved several
2124 language apis to lang.cpp
2125 - KERNEL32: Added EnumSystemLocalesA/W (US English only)
2126 - PE2LX: command line option change: pe2lx win32file > logfile
2127 Now makes a backup copy of the win32 file and creates
2128 an OS/2 version with the same name
[51]2129
2130 05-03-98: Joel Troster
[1000]2131 - KERNEL32: Use OS/2 unicode apis
2132 - USER32: Use OS/2 unicode apis
[51]2133
2134 04-03-98: Sander van Leeuwen
[1000]2135 - KERNEL32: Use OS2gethostname (wsock32.dll) instead of gethostname
[51]2136
2137 03-03-98: Knut Osmundsen
[1000]2138 - KERNEL32: VirtualAlloc bugfixes & high memory support (SMP)
[51]2139
2140 03-03-98: Patrick Haller
[1000]2141 - PECHECK: Initial code for pecheck.exe
[51]2142
2143 03-03-98: Joel Troster
[1000]2144 - KERNEL32: Stubs added for Virtual(Un)Lock
2145 - WINMM: Unicode midi apis added, MIDIMAP faked, some bugs fixed
[51]2146
2147 03-03-98: Sander van Leeuwen
[1000]2148 - KERNEL32: Fixed logbuffer overflow with strlen WriteLogs
2149 - KERNEL32: Use tcp32dll instead of pmwsock
2150 - PE2LX: Fixed memory corruption in icon.cpp
[51]2151
2152 02-03-98: Sander van Leeuwen
[1000]2153 - KERNEL32: kernel32.c -> kernel32.cpp
2154 - KERNEL32: Merged exception logging with my latest code
2155 - include: win32type.h
2156 - WSOCK32: Removed pmwsock.lib from makefile
[51]2157
2158 01-03-98: Patrick Haller
[1000]2159 - KERNEL32: Extensions to the exception handler (logging)
2160 - KERNEL32: HandleManager for pseudo-devices (CONIN$,CONOUT$,etc)
2161 - KERNEL32: Hooks for HandleManager
2162 - KERNEL32: Very early console support for stdout is there ...
2163 Console also has context menue.
[51]2164********************************************************************************
2165***** Release 0.01
2166********************************************************************************
2167 28-02-98: Sander van Leeuwen
[1000]2168 - DDRAW: Initial work for Direct3D
2169 - KERNEL32/PE2LX, Changes for console applications (flag)
2170 - KERNEL32: Kill process when a fatal exception occurs
2171 (prevents some kind of eternal loop in OS/2; probably due to
2172 invalid exception records or difference in exception handler
2173 calling convention)
2174 - KERNEL32: Added a try/catch statement around the dll exit list
2175 processing in ExitProcess. Seems to cure the trap
2176 at exit.
[51]2177
2178 27-02-98: Patrick haller
[1000]2179 - MPR: stubs for all documented MPR functions,
2180 should be complete now
[51]2181
2182 26-02-98: Patrick haller
[1000]2183 - USER32: stubs for all documented USER32 functions,
2184 should be complete now
2185 - USER32: Windows95's SHELL32.DLL requires a few undocumented functions
[51]2186
2187 24-02-98: Joel Troster
[1000]2188 - WINMM: Midi working
[51]2189
2190 24-02-98: Sander van Leeuwen
[1000]2191 - KERNEL32: Exit list changes; terminate all dlls right before
2192 ExitProcess or in kernel32 exitlist in case of a trap
2193 (prevents unkillable processes in most cases)
[51]2194
2195 23-02-98: Joel Troster
[1000]2196 - KERNEL32: PMPrintf version of WriteLog added
[273]2197
[51]2198 22-02-98: Sander van Leeuwen
[1000]2199 - ALL DLLs: Call C/C++ lib cleanup proc in exit list
2200 - PE2LX: Use exit lists in converted win32 dlls to terminate them
2201 - WINMM: Remove test code in timer emulation (multiplied time by 10)
2202 - KERNEL32: Release winmod objects properly
2203 - KERNEL32: Call dll exit proc in FreeLibrary
[51]2204
2205 21-02-98: Sander van Leeuwen
[1000]2206 - KERNEL32: VirtualProtect size change to include all pages
2207 referenced
[273]2208
[51]2209 19-02-98: Sander van Leeuwen
[1000]2210 - PE2LX: Change order of dlls in import module name table
2211 - KERNEL32: Don't call the C/C++ lib cleanup procedure at
2212 dll termination
[51]2213
2214 18-02-98: Joel Troster
[1000]2215 - WINMM: Midi changes, wave in/out stubs added
[51]2216
2217 16-02-98: Sander van Leeuwen
[1000]2218 - KERNEL32: Heap bugfix
[51]2219
2220 16-02-98: Joel Troster
[1000]2221 - WINMM: Midi updates
[51]2222
2223 15-02-98: Sander van Leeuwen
[1000]2224 - KERNEL32: Changed heap allocation again. (now uses malloc/free)
2225 - KERNEL32: QueryPerformanceFrequency/Counter uses DosTmrQueryTime/
2226 DosTmrQueryFreq now, so the normal xf86sup.sys can
2227 be used.
[51]2228
2229 11-02-98: Sander van Leeuwen
[1000]2230 - MPR: Changed/Corrected ordinals
[51]2231
2232Mon 98-02-09 Peter Fitzsimmons
[1000]2233 - lx.cpp -- put in check for MAX_SECTIONS (was bombing out in one
2234 of "visio technical"'s dlls.
2235 - lx.cpp increase MAX_SECTIONS (lx.h) from 16 to 32 (where'd the
2236 original value come from?).
2237 - kernel32.c: added stub for FlushInstructionCache()
2238 - kernel32.c: added stub for OS2GetPrivateProfileSectionA()
[51]2239
[1000]2240 - advapi32: GetUserNameA() stub. Always says a person named
2241 "USER" is logged on.
[51]2242
[1000]2243 - MPR: WNetGetConnection(). NEEDS PROPER ORDINAL IN *.def file.
[51]2244
2245 9-02-1998: Joel Troster
[1000]2246 - USER32: Added Set/GetDefaultMenuItem (stub)
[51]2247
2248 7-02-1998: Sander van Leeuwen
[1000]2249 - KERNEL32/WINMM: Added VMutex to KERNEL32 (imported by WINMM)
2250 - KERNEL32: New heap implementation (heap.cpp & os2heap.cpp)
2251 - KERNEL32: Replace exception handler for each new thread
2252 - KERNEL32: Set previous exception handler to 0 instead of -1
2253 (fixes endless exception handler calls)
2254 - Added macro dprintf & dassert to include\misc.h (no more need
2255 for #ifdef DEBUG's)
[51]2256
225731-01-1998: Sander van Leeuwen
[1000]2258 - USER32: Fixed two bugs in CreateWindowExA/W
2259 - WINMM: Fixed wave playback problem
[51]2260
226118-01-1998: Sander van Leeuwen
[1000]2262 - GDI32: Changed GetDIBColor & SetDIBColor
2263 - GDI32: Fixed CreateDIBSection
2264 - Quake 2 working in a window!
[51]2265
226617-01-1998: Sander van Leeuwen
[1000]2267 - WINMM: Waveout working, Quake 2 WITH sound now!
2268 - GDI32: Implemented GetDIBColor & SetDIBColor
[51]2269
227011-01-1998: Sander van Leeuwen
[1000]2271 - KERNEL32: Exception handler fix
2272 - WINMM: Started with WaveOut implementation
[51]2273
227411-01-1998: Felix Maschek
[1000]2275 - TAPI32: Fixes
[51]2276
227710-01-1998: Sander van Leeuwen
[1000]2278 - Changes to makefile and wsock32.c to make it compile with VAC
2279 - VirtualAlloc bugfix (reserve)
2280 - Dialog fix (font name)
2281 - WINMM now uses mmsystem.h from win32 SDK
[51]2282
228310-01-1998: Chris McKillop
[1000]2284 - New build tree
[51]2285
228610-01-1998: Vince Vielhaber
[1000]2287 - Winsock32 changes
[51]2288
228931-12-1997: Sander van Leeuwen
[1000]2290 - Remove all 'OS2' strings from imports/exports (dlls/pe2lx)
[51]2291
229228-12-1997: Sander van Leeuwen
[1000]2293 - KERNEL32: Code to allow IO in ring 3 added (xf86sup.sys)
2294 Set environment variable WIN32_IOPL2 to enable this
[51]2295
[1000]2296 - KERNEL32: Fixed GetStartupInfoA/W (WINE)
2297 - GDI32: Added CreateDIBSection from Wine (not complete)
2298 - Lots of stubs added
2299 - Almost got Quake II running....
[51]2300
230123-12-1997: Felix Maschek
[1000]2302 - CAPI2032: Complete implementation of CAPI
[51]2303
230420-12-1997: Felix Maschek
[1000]2305 - TAPI32: Stub dll
[51]2306
230720-12-1997: Sander van Leeuwen
[1000]2308 - KERNEL32: Bug in winmod.cpp
2309 - KERNEL32: Added code for exception handling (not fool proof)
2310 - KERNEL32: Fixed HeapCreate (now reserves 32 MB instead of 64 kb)
2311 - KERNEL32: Catch FPU exception, mask fpu exceptions, fix stack and continue execution
2312 - PE2LX: Removed stack size & base switch
2313 - WINMM: Added joyGetPos stub
[51]2314
231514-12-1997: Sander van Leeuwen
[1000]2316 - KERNEL32: Added QueryPerformanceFrequency, QueryPerformanceCounter
2317 - USER32: Added some stubs
2318 - GDI32: Added some stubs
2319 - WINMM: Added some stubs
2320 - WNETAP32: New (NETAPI32)
2321 - PE2LX: Change module import name NETAPI32 to WNETAP32 (name conflict with OS/2 NETAPI32)
2322 - PE2LX: Cut long dll names to 8 chars
2323 - MPR: Added WNetGetUserA stub
[51]2324
232531-11-1997: Sander van Leeuwen
[1000]2326 - KERNEL32: Fixed GetEnvironmentStringsW
2327 - KERNEL32: Added DeviceIOControl (devio.c, map.c, iccio.asm; last two from XFree86 driver src)
2328 - KERNEL32: Changed CreateFile to open an OS/2 driver if required
2329 - Last two changes for win32 Glide dll.
[51]2330
[1000]2331 - Fixed window creation (wndproc.cpp), Open32 isn't sending WM_NCCREATE msgs!
2332 - Filter out CBS_OWNERDRAWFIXED & CBS_OWNERDRAWVARIABLE combobox styles
2333 in CreateWindowExA/W (not finished)
2334 - Added FormatMessageA/W from Wine (kernel32)
2335 - USER32:
2336 - Fixed GetSystemParameterInfoA/W, SPI_GETNONCLIENTMETRICS/SPI_SETNONCLIENTMETRICS
2337 (ConvertFontAW/ConvertFontWA macros)
2338 - Progress comclt32 class working
2339 - ADVAPI32, fixed:
2340 - RegEnumKeyW
2341 - RegEnumKeyExW
2342 - RegEnumValueW
2343 - RegQueryInfoKeyW
2344 - RegQueryValueW
[51]2345
[1000]2346 - USER32:
2347 - Fixed DrawEdge (borrowed from Wine)
2348 - Added ChangeMenuA/W (borrowed from Wine)
2349 - Fixed some color problems
2350 - Trackbar win32 SDK example working (toolbar comctl32 class)
Note: See TracBrowser for help on using the repository browser.