source: trunk/changelog@ 9008

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

* empty log message *

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