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