source: trunk/changelog@ 9020

Last change on this file since 9020 was 9020, checked in by sandervl, 23 years ago

* empty log message *

File size: 4.8 KB
RevLine 
[9020]1/* $Id: changelog,v 1.2270 2002-08-16 16:48:17 sandervl Exp $ */
[7715]2
[9013]3 2002-08-16: Sander van Leeuwen <sandervl@innotek >
4 - WINMM: o Put back old wave playback resume code
[9014]5 - DINPUT: o Merged with latest Wine (DirectInput 8 support)
6 o Added bugfix from June 18th:
7 SysMouseAImpl_GetDeviceData: check if internal dinput
8 mouse state is out of sync and update if necessary
[9020]9 - USER32: o SetCursorPos change:
10 The current cursor position may not have been passed to the application
11 just yet. The position change discards any previous events which may
12 lead to inconsistent mouse behaviour (like in DirectInput).
13 To fix this, we pass down a mouse move event to any hook handlers.
[9013]14
[9010]15 2002-08-16: Platon Fomichev <platon@innotek >
16 - KERNEL32: o Fully implemented GetShortPathNameA/W & GetLongPathNameA/W
17 (based on Rewind code)
18
[9007]19 2002-08-15: Yuri Dario <mc6530@mclink >
20 - USER32: o SPI_GETNONCLIENTMETRICS size check extended
21 o Fixed RMB on icon of minimized mdi window
22
[9000]23 2002-08-14: Sander van Leeuwen <sandervl@innotek >
24 - USER32: o CUSTOM_TRACKFRAME code is the default now. removed old code
[9002]25 - WINMM: o Dart wave playback bugfix
[9000]26
27 2002-08-14: Yuri Dario <mc6530@mclink >
28 - USER32: o RMB on system menu icon pops up system menu (OS/2 look)
29 o GetSysPopupPos fix
30
[8994]31 2002-08-13: Sander van Leeuwen <sandervl@innotek >
32 - GDI32: o SelectObject bugfix for region handles. (fixes crash in
33 Freecell)
[8996]34 - USER32: o Added more logging for PM SWP & QFC flags
[8998]35 o Enable owner of window destroyed by DestroyWindow. Disabled
36 owners will never be activated by PM.
[8994]37
[8992]38 2002-08-13: Yuri Dario <mc6530@mclink >
39 - USER32: o Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers
40 (Rewind)
41
[8986]42 2002-08-12: Sander van Leeuwen <sandervl@innotek >
43 - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to
44 report only one fullscreen mode
45 o Added cases for 32 bpp in mode enumeration
46 o DrawEnumDisplayModes bugfixes
47 o Call ShowWindow in SetCooperativeLevel (if valid window)
48 o Resize associated window to full screen in SetCooperativeLevel
49 (not sure if this is correct)
50 o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)
51
[8984]52 2002-08-12: Platon Fomichev <platon@innotek >
53 - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears
54 to do the same.
[8986]55 - USER32: o Wine (X11) resync for AdjustRectOuter
[8984]56
[8983]57 2002-08-10: Sander van Leeuwen <sandervl@innotek >
58 - WGSS50: o Update from IBM
59
[8976]60 2002-08-09: Sander van Leeuwen <sandervl@innotek >
61 - USER32: o Partly implemented GetGUIThreadInfo
[8979]62 - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);
63 unlock when closed
[8976]64
[8969]65 2002-08-08: Platon Fomichev <platon@innotek >
66 - USER32: o Fix for handling VK_RETURN in dialogs
67
[8966]68 2002-08-08: Sander van Leeuwen <sandervl@innotek >
69 - ChangeLog:o Obfuscated email addresses because people continue to
[8967]70 post the ChangeLog file in mailinglists/newsgroups.
[8970]71 - KERNEL32: o CreateFile now fails earlier if used for non-existing drive
72 letter.
[8972]73 - OLE32: o Disabled mouse cursor changes in drag 'n drop code.
74 (causes mouse cursor changes when clicking on item in
75 file open dialog)
[8966]76
77 2002-08-07: Platon Fomichev <platon@innotek >
[8965]78 - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))
[8963]79
[8966]80 2002-08-05: Sander van Leeuwen <sandervl@innotek >
[8959]81 - USER32: o MsgWaitForMultipleObjects changes; check objects before
82 message queue status
[8961]83 o Translate WM_DRAWCLIPBOARD for clipboard change notification
[8959]84
[8966]85 2002-08-04: Sander van Leeuwen <sandervl@innotek >
[8957]86 - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if
87 request was cancelled
88
[8966]89 2002-08-01: Sander van Leeuwen <sandervl@innotek >
[8950]90 - WINMM: o Keep filling DART buffers during WaveOutWrite until there's
91 no more room.
92 o Fill DART buffers during resume
93 - KERNEL32: o Create event semaphore during TEB setup. Used for
94 Post(Thread)Message in combination with MsgWaitForMultipleObjects
95 - USER32: o MsgWaitForMultipleObjects; change for waiting for object &
96 message (timeout != 0, fWaitAll == FALSE, nCount > 0)
97 If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event
98 semaphore.
99 o Signal post message event semaphore in PostMessageA/W &
100 PostThreadMessage
101
Note: See TracBrowser for help on using the repository browser.