source: trunk/changelog@ 9073

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

* empty log message *

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