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