source: trunk/changelog@ 9010

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

* empty log message *

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