source: trunk/changelog@ 9199

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

* empty log message *

File size: 10.3 KB
Line 
1/* $Id: changelog,v 1.2295 2002-09-03 13:59:45 sandervl Exp $ */
2
3 2002-09-03: Sander van Leeuwen <sandervl@innotek >
4 - USER32: o Cleaned up clipboard code
5
6 2002-09-03: Platon Fomichev <platon@innotek >
7 - USER32: o Fix for Ctrl-Break
8
9 2002-08-29: knut st. osmundsen <bird@anduin >
10 - COMMON: o Implemented parsing of the SEGMENTS in a definition file
11 (class kFileDef), in order to produce better watcom linker
12 directives.
13
14 2002-08-28: Platon Fomichev <platon@innotek >
15 - DDRAW: o Added custom function to hide mouse cursor when the primary
16 surface (screen) is locked by the app to prevent display
17 corruption with color/animated mouse pointers.
18
19 2002-08-27: knut st. osmundsen <bird@anduin >
20 - FASTDEP: o Tweaked cyclic dependency checks performance a little bit more.
21 - MAKE o Splitted out linker and library configs into separat config
22 files. Both to have less files to update, and to be able to
23 easer choose linker or archiver.
24 o Tried to make ilink and optional linker for watcom, but
25 it produces bad executable files. Will fix this later.
26
27 2002-08-27: Platon Fomichev <platon@innotek >
28 - USER32: o Added support for WS_EX_TOPMOST
29
30 2002-08-27: Sander van Leeuwen <sandervl@innotek >
31 - MSVFW32: o Resync with latest Wine
32 o Added LGPL license
33 o Fixed the 16 bits mess (incorrect handle conversion)
34
35 2002-08-23: Yuri Dario <mc6530@mclink >
36 - TOOLS: o VAC40 filter fixes for mapsym.cmd.
37
38 2002-08-23: knut st. osmundsen <bird@anduin >
39 - TOOLS: o Made mapsym.cmd quiet on 4os2 too.
40 o Made BldLevelInf.cmd respecting BUILD_VERBOSE and BUILD_QUIET;
41 and fixed an old typo.
42 o Update the Do* and BldLevelInf.cmd with novalue signalhandlers.
43 (Something all rexx script should use!)
44 - MAKE: o Completed Odin32 config.
45 o Default target is DLL, but if CUSTOMBUILD defined LIB.
46 - ADVAPI32, ODINCRT:
47 o Made makefiles support the new build system.
48 (Using the new if BUILD_SETUP_MAK is defined.)
49
50 2002-08-23: Herwig Bauernfeind <herwig.bauernfeind@aon >
51 - TOOLS\ODINBUG, DOC, BIN
52 o OdinBug update
53
54 2002-08-23: Sander van Leeuwen <sandervl@innotek >
55 - USER32: o Ugly hack added to work around crash in PM when child window
56 calls DestroyWindow for parent or owner in WM_DESTROY handler
57 (solution: postpone DestroyWindow for parent/owner)
58
59 2002-08-23: knut st. osmundsen <bird@anduin >
60 - TOOLS: o Added a rm.exe binary from the OS2Tools tree.
61 The new build system uses this. Then clean will
62 work everywhere!
63
64 2002-08-22: Sander van Leeuwen <sandervl@innotek >
65 - SHELL32: o Added bugfix to IEnumIDList_Folder_Constructor (from Wine)
66 o Enabled Christoph Bratschi's CreateFolderEnumList optimization
67 - KERNEL32: o Rewrote GetFileAttributesA & translate filename used from Windows
68 to OS/2 codepage
69
70 2002-08-21: knut st. osmundsen <bird@anduin >
71 - MAKE: o Implemented a 'needed' pass to make required tools (for
72 instance code generators).
73 o Made SUBDIRS and PRE/POSTMAKEFILES more customizable by
74 adding support for override macros:
75 [SUBDIRS|[PRE|POST]MAKEFILES]_<mainrule>
76 This is good when you wanna skip a tree for a rule (=pass)
77 or/and just run do a rule (=pass) in a specific tree.
78 o Added check for TARGET_PRIVATE macro before installing
79 anything.
80 - CMDQD, FASTDEP:
81 o Made makefiles support the new build system.
82 (Using the new if BUILD_SETUP_MAK is defined.)
83
84 2002-08-21: Sander van Leeuwen <sandervl@innotek >
85 - KERNEL32: o EV_RLSD/MS_RLSD_ON status corresponds to OS/2 DCD (data carrier detect) status
86 GetCommModemStatus & GetCommEvent changed
87 Removed from unsupported flags in SetCommMask.
88
89 2002-08-21: Platon Fomichev <platon@innotek >
90 - USER32: o Fixed OSLibWinSetSysValue
91 o Fixed OSLibSetWindowStyle; delete frame controls if required
92
93 2002-08-21: Yuri Dario <mc6530@mclink >
94 - USER32: o OSLibWinChangeTaskList & OSLibWinAddToTaskList bugfixes;
95 wrong CharToOemBuffA call.
96
97 2002-08-20: knut st. osmundsen <bird@anduin >
98 - FASTDEP: o Support for special makefile chars.
99 o Optimized cyclic dependency checks for large systems.
100 - MAKE: o Corrected all ilib (AR) rules.
101 o Quick LIB testcases.
102
103 2002-08-20: Platon Fomichev <platon@innotek >
104 - COMCTL32: o Trackbar: set position fix
105
106 2002-08-19: knut st. osmundsen <bird@anduin >
107 - MAKE: o New TARGET_MODE: DEPEND.
108 o ilib+dashes and some other bugfixing.
109 o VAC debug memory management option.
110 o Implemented structured make passes.
111 o Polish.
112 - TOOLS: o Did some polish and help on BuildEnv.cmd.
113 o Show make pass number while traversing the tree. (Do*.cmd)
114
115 2002-08-19: Sander van Leeuwen <sandervl@innotek >
116 - USER32: o Don't send queued WM_CHAR messages for windows that have
117 just been destroyed. (Get/PeekMessage)
118
119 2002-08-17: Yuri Dario <mc6530@mclink >
120 - INCLUDE: o Fixed INT32 definition
121 - USER32: o Merged latest Rewind edit control code
122
123 2002-08-16: Sander van Leeuwen <sandervl@innotek >
124 - WINMM: o Put back old wave playback resume code
125 - DINPUT: o Merged with latest Wine (DirectInput 8 support)
126 o Added bugfix from June 18th:
127 SysMouseAImpl_GetDeviceData: check if internal dinput
128 mouse state is out of sync and update if necessary
129 - USER32: o SetCursorPos change:
130 The current cursor position may not have been passed to the application
131 just yet. The position change discards any previous events which may
132 lead to inconsistent mouse behaviour (like in DirectInput).
133 To fix this, we pass down a mouse move event to any hook handlers.
134
135 2002-08-16: Platon Fomichev <platon@innotek >
136 - KERNEL32: o Fully implemented GetShortPathNameA/W & GetLongPathNameA/W
137 (based on Rewind code)
138
139 2002-08-15: Yuri Dario <mc6530@mclink >
140 - USER32: o SPI_GETNONCLIENTMETRICS size check extended
141 o Fixed RMB on icon of minimized mdi window
142
143 2002-08-14: Sander van Leeuwen <sandervl@innotek >
144 - USER32: o CUSTOM_TRACKFRAME code is the default now. removed old code
145 - WINMM: o Dart wave playback bugfix
146
147 2002-08-14: Yuri Dario <mc6530@mclink >
148 - USER32: o RMB on system menu icon pops up system menu (OS/2 look)
149 o GetSysPopupPos fix
150
151 2002-08-13: Sander van Leeuwen <sandervl@innotek >
152 - GDI32: o SelectObject bugfix for region handles. (fixes crash in
153 Freecell)
154 - USER32: o Added more logging for PM SWP & QFC flags
155 o Enable owner of window destroyed by DestroyWindow. Disabled
156 owners will never be activated by PM.
157
158 2002-08-13: Yuri Dario <mc6530@mclink >
159 - USER32: o Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers
160 (Rewind)
161
162 2002-08-12: Sander van Leeuwen <sandervl@innotek >
163 - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to
164 report only one fullscreen mode
165 o Added cases for 32 bpp in mode enumeration
166 o DrawEnumDisplayModes bugfixes
167 o Call ShowWindow in SetCooperativeLevel (if valid window)
168 o Resize associated window to full screen in SetCooperativeLevel
169 (not sure if this is correct)
170 o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)
171
172 2002-08-12: Platon Fomichev <platon@innotek >
173 - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears
174 to do the same.
175 - USER32: o Wine (X11) resync for AdjustRectOuter
176
177 2002-08-10: Sander van Leeuwen <sandervl@innotek >
178 - WGSS50: o Update from IBM
179
180 2002-08-09: Sander van Leeuwen <sandervl@innotek >
181 - USER32: o Partly implemented GetGUIThreadInfo
182 - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);
183 unlock when closed
184
185 2002-08-08: Platon Fomichev <platon@innotek >
186 - USER32: o Fix for handling VK_RETURN in dialogs
187
188 2002-08-08: Sander van Leeuwen <sandervl@innotek >
189 - ChangeLog:o Obfuscated email addresses because people continue to
190 post the ChangeLog file in mailinglists/newsgroups.
191 - KERNEL32: o CreateFile now fails earlier if used for non-existing drive
192 letter.
193 - OLE32: o Disabled mouse cursor changes in drag 'n drop code.
194 (causes mouse cursor changes when clicking on item in
195 file open dialog)
196
197 2002-08-07: Platon Fomichev <platon@innotek >
198 - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))
199
200 2002-08-05: Sander van Leeuwen <sandervl@innotek >
201 - USER32: o MsgWaitForMultipleObjects changes; check objects before
202 message queue status
203 o Translate WM_DRAWCLIPBOARD for clipboard change notification
204
205 2002-08-04: Sander van Leeuwen <sandervl@innotek >
206 - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if
207 request was cancelled
208
209 2002-08-01: Sander van Leeuwen <sandervl@innotek >
210 - WINMM: o Keep filling DART buffers during WaveOutWrite until there's
211 no more room.
212 o Fill DART buffers during resume
213 - KERNEL32: o Create event semaphore during TEB setup. Used for
214 Post(Thread)Message in combination with MsgWaitForMultipleObjects
215 - USER32: o MsgWaitForMultipleObjects; change for waiting for object &
216 message (timeout != 0, fWaitAll == FALSE, nCount > 0)
217 If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event
218 semaphore.
219 o Signal post message event semaphore in PostMessageA/W &
220 PostThreadMessage
221
Note: See TracBrowser for help on using the repository browser.