source: trunk/changelog@ 9029

Last change on this file since 9029 was 9029, checked in by bird, 23 years ago

* empty log message *

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