1 | /* $Id: changelog,v 1.2728 2004-05-03 12:08:27 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2004-05-03: knut st. osmundsen <bird-changelog@innotek >
|
---|
4 | - USER32: o Missing clipboard updates
|
---|
5 |
|
---|
6 | 2004-04-30: Sander van Leeuwen <sandervl@innotek >
|
---|
7 | - COMDLG32: o Always turn off collate support
|
---|
8 | - GDI32: o drawSingleLinePoint: wrong pen style checks
|
---|
9 |
|
---|
10 | 2004-04-27: Andy Willis <abwillis@comcast >
|
---|
11 | - IMM32: o Renamed to IMM32OS2
|
---|
12 |
|
---|
13 | 2004-04-19: knut st. osmundsen <bird-changelog@innotek >
|
---|
14 | - USER32: o Changed some critical sections which weren't initiated to
|
---|
15 | VMutex to get automatic initialization.
|
---|
16 | - LIBWRAP: o DosVerifyPidTid.
|
---|
17 |
|
---|
18 | 2004-04-15: Sander van Leeuwen <sandervl@innotek >
|
---|
19 | - USER32: o SetWindowPos: do not check for position and size redundancy
|
---|
20 |
|
---|
21 | 2004-04-08: knut st. osmundsen <bird-changelog@innotek >
|
---|
22 | - INCLUDE: o Merged wingdi.h from current WINE CVS.
|
---|
23 | o Added prototypes for new WGSS APIs.
|
---|
24 | - GDI32: o Corrected a few problems due to wingdi.h merge.
|
---|
25 | o Corrected GetDIBits query mode.
|
---|
26 | - USER32: o Rewrote clipboard code completely.
|
---|
27 |
|
---|
28 | 2004-04-07: Sander van Leeuwen <sandervl@innotek >
|
---|
29 | - KERNEL32: o Profile: flush ini file after write actions
|
---|
30 |
|
---|
31 | 2004-04-06: Sander van Leeuwen <sandervl@innotek >
|
---|
32 | - WINMM: o Automatically disable audio support when any Crystal driver
|
---|
33 | is detected
|
---|
34 | - KERNEL32: o Changed check for number of memory map views
|
---|
35 |
|
---|
36 | 2004-04-02: Sander van Leeuwen <sandervl@innotek >
|
---|
37 | - KERNEL32: o ReadFile/WriteFile: wrong page calculation for memory maps
|
---|
38 |
|
---|
39 | 2004-03-25: Sander van Leeuwen <sandervl@innotek >
|
---|
40 | - GDI32: o LineTo: special case in toWin32LineEnd when inside a path
|
---|
41 | definition
|
---|
42 |
|
---|
43 | 2004-03-24: Sander van Leeuwen <sandervl@innotek >
|
---|
44 | - GDI32: o CreateDIBitmap: added workaround for DIB_PAL_COLORS mode
|
---|
45 |
|
---|
46 | 2004-03-24: Vitali Pelenyov <sunlover@innotek >
|
---|
47 | - KERNEL32: o GetVolumeInformation: check for file system buffer size
|
---|
48 |
|
---|
49 | 2004-03-23: Sander van Leeuwen <sandervl@innotek >
|
---|
50 | - USER32: o MapVirtualKeyA: must convert return value from PM to windows
|
---|
51 | scancodes
|
---|
52 | o OSLibWinTranslateMessage: removed some strange numpad related
|
---|
53 | hacks that caused problems for VK_DECIMAL processing
|
---|
54 |
|
---|
55 | 2004-03-22: Sander van Leeuwen <sandervl@innotek >
|
---|
56 | - COMCTL32: o Rebar: changed resize fix again
|
---|
57 |
|
---|
58 | 2004-03-18: Sander van Leeuwen <sandervl@innotek >
|
---|
59 | - USER32: o RedrawWindow: ignore if window is not visible
|
---|
60 | o Dialog: use CallWindowProcA/W for calling the dialog procedure
|
---|
61 | - SHELL32: o Allow shell links to be placed in arbitrary directories
|
---|
62 |
|
---|
63 | 2004-02-17: knut st. osmundsen <bird-changelog@innotek >
|
---|
64 | - KERNEL32: o Fixed HEAP_strdupW.
|
---|
65 | - USER32: o GpiCreateBitmap() sometimes read too much data, allocate more to
|
---|
66 | prevent hitting the electric fence.
|
---|
67 |
|
---|
68 | 2004-03-17: Sander van Leeuwen <sandervl@innotek >
|
---|
69 | - COMCTL32: o Merged latest Wine rebar and status controls
|
---|
70 | o Status: invalidate window if SBARS_SIZEGRIP and width or
|
---|
71 | height changed
|
---|
72 | o Rebar: resize control to match parent width in WM_SIZE
|
---|
73 |
|
---|
74 | 2004-03-16: Vitali Pelenyov <sunlover@innotek >
|
---|
75 | - ODINCRT: o New os2 fast critical section implementation
|
---|
76 |
|
---|
77 | 2004-03-16: Sander van Leeuwen <sandervl@innotek >
|
---|
78 | - USER32: o Changed SPI_ICONHORIZONTALSPACING & SPI_ICONHORIZONTALSPACING
|
---|
79 | to (75,75)
|
---|
80 | - WINMM: o Check that we aren't overwriting existing data in case
|
---|
81 | we get a lot more audio data than fits in our internal DART
|
---|
82 | buffers.
|
---|
83 | - KERNEL32: o PROFILE_GetSection regression fix (heap corruption)
|
---|
84 | - COMCTL32: o Listview: merged with latest Wine code
|
---|
85 |
|
---|
86 | 2004-03-15: Sander van Leeuwen <sandervl@innotek >
|
---|
87 | - USER32: o GetKeyboardLayoutNameA; use only the low word returned by
|
---|
88 | GetKeyboardLayout to build the keyboard layout string
|
---|
89 | o SystemParametersInfo: added SPI_ICONVERTICALSPACING &
|
---|
90 | SPI_ICONHORIZONTALSPACING
|
---|
91 | o GetSystemMetrics: corrected SM_CXICONSPACING & SM_CYICONSPACING
|
---|
92 | o SystemParametersInfo: added SPI_SETDRAGFULLWINDOWS
|
---|
93 |
|
---|
94 | 2004-03-12: Sander van Leeuwen <sandervl@innotek >
|
---|
95 | - SHELL32: o Disabled Shell_NotifyIconA
|
---|
96 | - USER32: o SPI_GETNONCLIENTMETRICS: corrected caption width and height
|
---|
97 | o WM_EXITSIZEMOVE should be sent after the window position
|
---|
98 | and/or size has been changed.
|
---|
99 | - GDI32: o SetDIBitsToDevice/StretchDIBits; set coloruse to DIB_RGB_COLORS
|
---|
100 | for high (>=15) bpp bitmaps; GPI will crash with DIB_PAL_COLORS
|
---|
101 |
|
---|
102 | 2004-03-12: knut st. osmundsen <bird-changelog@innotek >
|
---|
103 | - KERNEL32: o Added interface to HM for querying the object type.
|
---|
104 |
|
---|
105 | 2004-03-11: Sander van Leeuwen <sandervl@innotek >
|
---|
106 | - USER32: o More WH_MOUSE changes
|
---|
107 |
|
---|
108 | 2004-03-10: Sander van Leeuwen <sandervl@innotek >
|
---|
109 | - USER32: o Added support for WH_MOUSE hook
|
---|
110 |
|
---|
111 | 2004-03-09: Sander van Leeuwen <sandervl@innotek >
|
---|
112 | - GDI32: o SetDIBitsToDevice: fixes for xSrc offset
|
---|
113 |
|
---|
114 | 2004-03-09: Vitali Pelenyov <sunlover@innotek >
|
---|
115 | - GDI32: o SetDIBitsToDevice: fixes for partial blits
|
---|
116 |
|
---|
117 | 2004-02-27: Sander van Leeuwen <sandervl@innotek >
|
---|
118 | - USER32: o Re-assert DC transformation and y-inversion after SetWindowPos
|
---|
119 | o Fixed b&w mouse cursors
|
---|
120 | - GDI32: o SetDIBitsToDevice: fixed bugs when dealing with negative height
|
---|
121 | o StretchDIBits: If biClrUsed equals 0, set it to (1<<bitcount)
|
---|
122 | Disabled DIB_PAL_COLORS workaround
|
---|
123 | o SetDIBitsToDevice: removed Matrix driver bug workaround;
|
---|
124 | - NETAPI32: o Removed all OS/2 Netbios dependencies
|
---|
125 |
|
---|
126 | 2003-02-24: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
127 | - KERNEL32: o CreateProcess fix
|
---|
128 |
|
---|
129 | 2004-02-23: Sander van Leeuwen <sandervl@innotek >
|
---|
130 | - USER32: o Backed out RedrawWindow change
|
---|
131 | o Edit: wrong ScrollWindowEx call; must include SW_ERASE
|
---|
132 | o ScrollWindowEx: set background erase flag for SW_ERASE
|
---|
133 |
|
---|
134 | 2004-02-20: Sander van Leeuwen <sandervl@innotek >
|
---|
135 | - KERNEL32: o Default CPU is set to Pentium if the one in the system isn't recognized
|
---|
136 |
|
---|
137 | 2004-02-19: Sander van Leeuwen <sandervl@innotek >
|
---|
138 | - USER32: o RedrawWindow; wrong check for update region when clearing
|
---|
139 | WM_ERASEBKGND flag.
|
---|
140 |
|
---|
141 | 2004-02-19: KO Myung-Hun <komh@chollian >
|
---|
142 | - KERNEL32: o DBCS fixes for console & resource functions
|
---|
143 |
|
---|
144 | 2004-02-17: Sander van Leeuwen <sandervl@innotek >
|
---|
145 | - GDI32: o CreateDCA: special handling of FILE and FILE: ports
|
---|
146 |
|
---|
147 | 2004-02-16: KO Myung-Hun <komh@chollian >
|
---|
148 | - USER32: o Edit control: DBCS related fixes
|
---|
149 |
|
---|
150 | 2004-02-16: Sander van Leeuwen <sandervl@innotek >
|
---|
151 | - USER32: o EndPaint; fixed region handle leaks
|
---|
152 | - GDI32: o Another region leak in GdiCombineVisRgnClipRgn fixed
|
---|
153 | o DIB Section: flush used the wrong RGB conversion
|
---|
154 |
|
---|
155 | 2004-02-13: Sander van Leeuwen <sandervl@innotek >
|
---|
156 | - KERNEL32: o Allocate memory for the map during CreateFileMapping and
|
---|
157 | free it when the map is destroyed
|
---|
158 |
|
---|
159 | 2004-02-12: Sander van Leeuwen <sandervl@innotek >
|
---|
160 | - GDI32: o PathToRegion failure bugfix + leak fixed
|
---|
161 | o SelectClipPath can fail in printer DCs. Pretend success.
|
---|
162 | - URLMON: o Added HlinkNavigateString, CreateAsyncBindCtx & IsAsyncMoniker stubs
|
---|
163 |
|
---|
164 | 2004-02-11: Sander van Leeuwen <sandervl@innotek >
|
---|
165 | - USER32: o HODIN_PREWINDOWCREATEDA extension added
|
---|
166 |
|
---|
167 | 2004-02-10: Sander van Leeuwen <sandervl@innotek >
|
---|
168 | - KERNEL32: o Added ODIN_SetProcessDword function to change the startup
|
---|
169 | information about size, position and state of the main
|
---|
170 | application window.
|
---|
171 | o Rewrote keyboard hook handler to post messages and swallow
|
---|
172 | the one it gets from PM.
|
---|
173 | - GDI32: o Wrong GdiCopyClipRgn return value
|
---|
174 | o Implemented SelectClipPath
|
---|
175 |
|
---|
176 | 2004-04-04: Platon Fomichev <pfomichev@alarity >
|
---|
177 | - USER32: o Fixed typo in PeekMessageA/W.
|
---|
178 |
|
---|
179 | 2004-01-30: knut st. osmundsen <bird-changelog@innotek >
|
---|
180 | - USER32: o AttachThreadInput implementation (read hack).
|
---|
181 | - OLE32: o Drag & Drop fixes.
|
---|
182 | o Resynced ole2.c with current wine.
|
---|
183 | - various: o Added DEBUG_LOGGING define to indicate logging in order to
|
---|
184 | make release mode logging possible. Changed a few places where
|
---|
185 | DEBUG were used to include/exclude logging related code.
|
---|
186 |
|
---|
187 | 2004-01-29: knut st. osmundsen <bird-changelog@innotek >
|
---|
188 | - KERNEL32: o Parse LANG to figure out the language id.
|
---|
189 | - INCLUDE: o Synced language IDs with current wine.
|
---|
190 | This includes moving them from winnls.h to winnt.h.
|
---|
191 | - WRC: o Synced lang2cps table with wine. (needed due to above header update)
|
---|
192 |
|
---|
193 | 2004-01-21: Sander van Leeuwen <sandervl@innotek >
|
---|
194 | - USER32: o DrawIconEx: handle cyWidth == 0 case correctly
|
---|
195 |
|
---|
196 | 2004-01-20: Sander van Leeuwen <sandervl@innotek >
|
---|
197 | - KERNEL32: o Wrote wrapper for our exception handler to clear the direction
|
---|
198 | flag on entry (reported by Dietrich Teickner)
|
---|
199 | - WINMM: o MCIWAVE.DRV updates from Wine
|
---|
200 | o mciSendCommandW update from Wine
|
---|
201 | o Hardcoded MCI drivers (cdaudio & waveaudio)
|
---|
202 | o Added LGPL license file
|
---|
203 |
|
---|
204 | 2004-01-19: Sander van Leeuwen <sandervl@innotek >
|
---|
205 | - USER32: o Allocate DC for windows with CS_CLASSDC style (one per window)
|
---|
206 |
|
---|
207 | 2004-01-15: KO Myung-Hun <komh@chollian >
|
---|
208 | - GDI32: o Cleanup of text functions
|
---|
209 |
|
---|
210 | 2004-01-15: knut st. osmundsen <bird-changelog@innotek >
|
---|
211 | - DBGWRAP: o Added optional display of caller address.
|
---|
212 | (Remove NO_CALLER #define)
|
---|
213 | - PE2LX: o Process imports in Ring-3.
|
---|
214 | - KERNEL32: o Rewrote pe2lx classes to match pe2lx import changes.
|
---|
215 | o Made pe2lx classes use the generic export lookup.
|
---|
216 | o Rewrote the generic PE export lookup in the base class
|
---|
217 | to use a binary search and support pe2lx images with
|
---|
218 | differnet RVA calculation.
|
---|
219 | o Fixed a couple of COMMIT_ALL issues where pages were touched
|
---|
220 | by winimagepeldr code before they were preloaded.
|
---|
221 | - USER32: o Removed duplicate (and dangerous) checks on framewindows
|
---|
222 | in a couple of enumerations (OSLibWinQueryClientWindow).
|
---|
223 | - MAKE: o Warn about uninitialized variables for C++ code.
|
---|
224 | (Looks like it give a lot of false warnings on C code, so
|
---|
225 | let's skip it there.)
|
---|
226 |
|
---|
227 | 2004-01-14: KO Myung-Hun <komh@chollian >
|
---|
228 | - GDI32: o Fixed Ft2CharStringPosAtW(), passing lCount instead len.
|
---|
229 | o Modified Ft2GetTextExtentW(). Now use OSLibGpiQueryCharStringPosAt().
|
---|
230 | o Fixed InternalTextOutAW(). When using font association, the height of
|
---|
231 | DBCS and SBCS chars may be different. In this case, background
|
---|
232 | color make stair below chars.
|
---|
233 | o Fixed GetTextExtentPointA() and GetTextExtentExPointA() to support DBCS.
|
---|
234 |
|
---|
235 | 2003-01-11: Sander van Leeuwen <sandervl@innotek >
|
---|
236 | - GDI32, USER32, KERNEL32:
|
---|
237 | o Major updates.
|
---|
238 |
|
---|
239 | 2004-01-08: KO Myung-Hun <komh@chollian >
|
---|
240 | - GDI32: o Fixed FONT_mbtowc(). If charset is 0, CP must not be 1252 in DBCS country.
|
---|
241 | o Restored calcDimensions(). The result of the old is the same as that
|
---|
242 | of O32_GetTextExtent().
|
---|
243 |
|
---|
244 | 2003-12-29: KO Myung-Hun <komh@chollian >
|
---|
245 | - GDI32: o GetTextExtentPointW fix
|
---|
246 | o GetTextExtentExPointA fix for DBCS leadbytes
|
---|
247 |
|
---|
248 | 2003-12-29: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
249 | - GDI32: o GetTextExtentPointW fix
|
---|
250 |
|
---|
251 | 2003-12-12: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
252 | - KERNEL32: o Fix for memory map offset
|
---|
253 |
|
---|
254 | 2003-12-01: KO Myung-Hun <komh@chollian >
|
---|
255 | - GDI32: o Use Warpsans Combined in DBCS environments
|
---|
256 | - SHLWAPI: o Forward wvnsprintfA/W to user32
|
---|
257 | - USER32: o wvsnprintfA/W: fixed ascii and unicode conversion
|
---|
258 | o Listbox: added index and length conversion between ANSI and UNICODE
|
---|
259 |
|
---|
260 | 2003-12-01: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
261 | - SHELL32: o Fixed memory leak
|
---|
262 |
|
---|
263 | 2002-11-21: Dmitry Froloff <froloff@os2 >/Alex Samorukov (samm@os2.kiev )
|
---|
264 | - KERNEL32: o Support for Ukrainian language added
|
---|
265 | o Unicode table updates
|
---|
266 | - USER32: o Ukrainian resources added
|
---|
267 | - TOOLS\WRC:o Unicode table updates
|
---|
268 |
|
---|
269 | 2003-11-17: Sander van Leeuwen <sandervl@innotek >
|
---|
270 | - USER32: o Destroy switch entry before hiding window in DestroyWindow.
|
---|
271 | (workaround for XCenter problems)
|
---|
272 | - SHELL32: o Destroy icon cache imagelists in SIC_Destroy
|
---|
273 |
|
---|
274 | 2003-11-14: Sander van Leeuwen <sandervl@innotek >
|
---|
275 | - USER32: o Updates
|
---|
276 |
|
---|
277 | 2003-11-12: Sander van Leeuwen <sandervl@innotek >
|
---|
278 | - GDI32/USER32:
|
---|
279 | o Clip/visible region changes
|
---|
280 |
|
---|
281 | 2003-11-12: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
282 | - SHELL32: o Resource updates
|
---|
283 | o Shell file operations updates
|
---|
284 |
|
---|
285 | 2003-11-11: knut st. osmundsen <bird-changelog@innotek >
|
---|
286 | - MAKE: o Added a set of custombuild rules to the root makefile.
|
---|
287 |
|
---|
288 | 2003-10-30: Sander van Leeuwen <sandervl@innotek >
|
---|
289 | - SHELL32: o Wrong if statement in recent SHAddToRecentDocs patch
|
---|
290 |
|
---|
291 | 2003-10-24: Sander van Leeuwen <sandervl@innotek >
|
---|
292 | - SHLWAPI: o Removed wrong debug wrappers for forwarders
|
---|
293 | - WININET: o Fixed initterm
|
---|
294 | - VERSION: o Resync with Wine
|
---|
295 | - PEBUILD: o Added
|
---|
296 |
|
---|
297 | 2003-10-25: knut st. osmundsen <bird-changelog@anduin >
|
---|
298 | - MAKE: o pe_*.obj changes for custombuilds.
|
---|
299 | o Custombuild objects goes into .\bin\<buildmode>.cust so it's
|
---|
300 | possible to build both in the same tree.
|
---|
301 | o Don't build the src/custombuild directory as it's broken.
|
---|
302 |
|
---|
303 | 2003-10-22: Sander van Leeuwen <sandervl@innotek >
|
---|
304 | - USER32: o Use WC_FRAME for the Odin frame window and subclass it. There's
|
---|
305 | some PM code that makes assumptions about frame window names.
|
---|
306 | o Updates for new keyboard hook
|
---|
307 | - PMKBDHK: o Updates
|
---|
308 |
|
---|
309 | 2003-10-20: Sander van Leeuwen <sandervl@innotek >
|
---|
310 | - USER32: o PM windows should have no owner if none is specified. (instead
|
---|
311 | of their parent)
|
---|
312 | (NOTE: Potentially dangerous change!)
|
---|
313 |
|
---|
314 | 2003-10-20: Platon Fomichev <stauff@innotek >
|
---|
315 | - USER32: o On init we should migrate fonts that Windows applications
|
---|
316 | installed globally.
|
---|
317 |
|
---|
318 | 2003-10-16: Sander van Leeuwen <sandervl@innotek >
|
---|
319 | - SHELL32: o CommandLineToArgvW bugfix from Wine
|
---|
320 | - ADVAPI32: o Check for valid SID pointer in LengthSid
|
---|
321 |
|
---|
322 | 2003-10-13: Platon Fomichev <stauff@innotek >
|
---|
323 | - COMDLG32: o We should set/clear PD_PRINTTOFILE flag when we click on
|
---|
324 | checkbox to change dialog print structure.
|
---|
325 |
|
---|
326 | 2003-10-13: Sander van Leeuwen <sandervl@innotek >
|
---|
327 | - WINMM: o Make sure the timer object is not deleted inside the timer
|
---|
328 | callback handler
|
---|
329 |
|
---|
330 | 2003-10-06: Platon Fomichev <stauff@innotek >
|
---|
331 | - USER32: o Wrong class names (case) for Static, Scroller, Button.
|
---|
332 | - OLEAUT32: o GIF and JPEG static libs for IPicture interface implementation
|
---|
333 |
|
---|
334 | 2003-10-06: KO Myung-Hun <komh@chollian >
|
---|
335 | - USER32: o Fixed heap corruption when changing windows text (DBCS)
|
---|
336 |
|
---|
337 | 2003-10-01: Sander van Leeuwen <sandervl@innotek >
|
---|
338 | - USER32: o Clean up global critical section (window handles) during unload
|
---|
339 | - SHELL32: o Added stubs for SHGetNewLinkInfoA/W
|
---|
340 |
|
---|
341 | 2003-10-01: Platon Fomichev <stauff@innotek >
|
---|
342 | - USER32: o CallWindowProcA/W: don't fail if window handle is invalid
|
---|
343 | - SHELL32: o Add support for Unicode adding of files to 'recent document'
|
---|
344 | - COMCTL32: o Fixed bug when calling function by pointer in MRU funcs
|
---|
345 |
|
---|
346 | 2003-09-30: knut st. osmundsen <bird-odinspam@anduin >
|
---|
347 | - CMDQD: o Fixed code which messes with STD handles.
|
---|
348 |
|
---|
349 | 2003-09-18: KO Myung-Hun <komh@chollian >
|
---|
350 | - KERNEL32: o fixed GetAtomNameW() and GlobalGetAtomNameW() to support
|
---|
351 | unicode correctly. (DBCS)
|
---|
352 |
|
---|
353 | 2003-09-14: knut st. osmundsen <bird-odinspam@anduin >
|
---|
354 | - MAKE: o Synced with other projects using the new buildsystem (which
|
---|
355 | odin doesn really use yet).
|
---|
356 | - TOOLS/BIN:o Updated BuildEnv.cmd. Will now facilitate a global config
|
---|
357 | file in the ETC directory if not a local one is found.
|
---|
358 |
|
---|
359 | 2003-09-07: knut st. osmundsen <bird-odinspam@anduin >
|
---|
360 | - LIBWRAP: o Do all .asm's in with on ALP.
|
---|
361 |
|
---|
362 | 2003-08-22: Sander van Leeuwen <sandervl@innotek >
|
---|
363 | - USER32: o Ignore messages sent or posted to the desktop window
|
---|
364 | o Post/SendMessage: use shared or local memory depending
|
---|
365 | on the target window.
|
---|
366 |
|
---|
367 | 2003-08-20: Sander van Leeuwen <sandervl@innotek >
|
---|
368 | - USER32: o Do not create CD polling window by default. It can cause
|
---|
369 | PM hangs. (IOCtl blocks indefinitely)
|
---|
370 |
|
---|
371 | 2003-08-09: Sander van Leeuwen <sandervl@innotek >
|
---|
372 | - IPLOG: o Limit logfile size to 250 MB. When reached, reset file position
|
---|
373 | to start of file.
|
---|
374 |
|
---|
375 | 2003-08-08: Sander van Leeuwen <sandervl@innotek >
|
---|
376 | - TOOLS\CVTASM:
|
---|
377 | o Header parser and assembly wrapper generator
|
---|
378 | - LIBWRAP: o Assembly wrappers for WGSS and OS/2 functions
|
---|
379 | - USER32: o Update for libwrap
|
---|
380 |
|
---|
381 | 2003-08-07: KO Myung-Hun <komh@chollian >
|
---|
382 | - USER32: o Generate WM_IME_CHAR messages for DBCS input
|
---|
383 | o Process WM_IME_CHAR in Edit, Listbox, Combo controls and
|
---|
384 | default window procedures
|
---|
385 |
|
---|
386 | 2003-08-06: Sander van Leeuwen <sandervl@innotek >
|
---|
387 | - USER32: o Cleaned up GetMessage/PeekMessage.
|
---|
388 | o Removed DispatchMessage change for WM_CHAR; must return
|
---|
389 | the proper format in Get/PeekMessageA/W.
|
---|
390 | (assuming the GetMessageW/DispatchMessageA combination is
|
---|
391 | not allowed)
|
---|
392 |
|
---|
393 | 2002-08-06: Dmitry Froloff <froloff@os2 >
|
---|
394 | - KERNEL32: o HMDeviceConsoleOutClass::CreateFile; use current window size
|
---|
395 | instead of default
|
---|
396 |
|
---|
397 | 2003-08-01: Sander van Leeuwen <sandervl@innotek >
|
---|
398 | - USER32: o Fixed SPI_GETWHEELSCROLLLINES
|
---|
399 | - AVICAP32: o Added stub dll from Wine
|
---|
400 | - KERNEL32: o Added InitializeCriticalSectionAndSpinCount from Rewind
|
---|
401 |
|
---|
402 | 2003-07-31: KO Myung-Hun <komh@chollian >
|
---|
403 | - USER32: o fixed GetMenuStringA() to truncate DBCS string correctly.
|
---|
404 | o fixed GetMenuItemInfo_common() to truncate DBCS string correctly.
|
---|
405 | o fixed WM_GETTEXT of Win32BaseWindow::DefWindowProcA() and
|
---|
406 | Win32BaseWindow::DefWindowProcW() to ensure null-terminator.
|
---|
407 | o fixed Win32BaseWindow::GetWindowTextA() and Win32BaseWindow::GetWindowTextW()
|
---|
408 | to ensure null-terminator.
|
---|
409 | o fixed memory allocation for windowNameW. When open 'Open common dialog box'
|
---|
410 | memory block of windowNameW is overwritten.
|
---|
411 | o fixed MessageBoxIndirectW() to support unicode correctly.
|
---|
412 | o fixed OSLibWinDispatchMsg() to distinguish ascii message from
|
---|
413 | unicode message in case of the message being sent directly
|
---|
414 | o fixed OS2ToWinMsgTranslate() to process DBCS input.
|
---|
415 | o fixed Win32BaseWindow::MsgChar() to distinguish ascii from unicode message.
|
---|
416 | o fixed Win32BaseWindow::MsgCreate(), Win32BaseWindow::DefWindowProcA(),
|
---|
417 | Win32BaseWindow::DefWindowProcW() to process messages related to
|
---|
418 | window name such as WM_GETTEXT, WM_GETTEXTLENGTH, WM_SETTEXT, and so on.
|
---|
419 | o fixed Win32BaseWindow::GetWindowTxtLength(), Win32BaseWindow::GetWindowTextA(),
|
---|
420 | and Win32BaseWindow::GetWindowTextW() to process window name correctly.
|
---|
421 | o fixed DispatchMessageW() to call CallWindowProcW() not CallWindowProcA().
|
---|
422 | o fixed WINPROC_UnmapMsg32ATo32W(). len is first word of ptr not lParam on EM_GETLINE.
|
---|
423 | o changed a parameter WPARAC wParam to WPARAC *wParam of WINPROC_MapMsg32WTo32A() and
|
---|
424 | WINPROC_UnmapMsg32WTo32A() to process WM_GETTEXT.
|
---|
425 | o fixed WINPROC_MapMsg32WTo32A(). When EM_GETLINE mapped, first word of lParam
|
---|
426 | is ascii length not unicode length.
|
---|
427 | o improved WINPROC_CallProc32ATo32W() and WINPROC_CallProc32WTo32A() to process WM_CHAR
|
---|
428 | and WM_GETTEXTLENGTH, LB-GETTEXTLEN, CB_GETLBTEXTLEN.
|
---|
429 | o fixed edit control to process WM_CHAR including splitted DBCS chars.
|
---|
430 | o fixed listbox control to process WM_CHAR including splitted DBCS chars.
|
---|
431 |
|
---|
432 | 2002-07-31: Dmitry Froloff <froloff@os2 >
|
---|
433 | - USER32: o Convert WM_CHAR characters to UTF-16 for unicode windows
|
---|
434 |
|
---|
435 | 2003-07-28: Platon Fomichev <stauff@innotek >
|
---|
436 | - WMC: o Port of Wine Windows Message Compiler
|
---|
437 | - KERNEL32: o Fixed loading of unicode messages and added loading of
|
---|
438 | internal ones. (message file from Rewind)
|
---|
439 |
|
---|
440 | 2003-07-28: knut st. osmundsen <bird-odin-spam@anduin >
|
---|
441 | - USER32: o Updates
|
---|
442 | - OLEPRO32: o Updates
|
---|
443 | - ODINCRT: o Use fast method to query pid & tid in critical sections
|
---|
444 |
|
---|
445 | 2003-07-28: Sander van Leeuwen <sandervl@innotek >
|
---|
446 | - USER32: o Updates
|
---|
447 | - WINMM: o Updates
|
---|
448 | - OLE32: o Updates
|
---|
449 | - SHELL32: o Return 'My Computer' when an applications asks for the
|
---|
450 | 'Network Places' shell32 object
|
---|
451 | o Filter out hidden files in CreateFolderEnumList if not wanted (Wine update)
|
---|
452 | o Also check for SFGAO_HASSUBFOLDER flag when deciding whether or
|
---|
453 | not to clear SFGAO_FOLDER & SFGAO_HASSUBFOLDER!
|
---|
454 | (---> submit to Wine)
|
---|
455 |
|
---|
456 | 2003-07-16: KO Myung-Hun <komh@chollian >
|
---|
457 | - SHELL32: o DragQueryFileW; allocate more for unicode conversion (DBCS)
|
---|
458 | - WINMM: o Fixed mciGetErrorStringW() to prevent buffer overflow.
|
---|
459 | o Fixed midiInGetErrorText() and midiOutGetErrorText()
|
---|
460 | to prevent buffer overflow.
|
---|
461 | o Fixed waveInGetErrorTextW() to prevent buffer overflow.
|
---|
462 | o Fixed waveOutGetErrorTextW() to prevent buffer overflow.
|
---|
463 | - GDI32: o Fixed GetTextFaceW() to support unicode correctly. (DBCS)
|
---|
464 | o Fixed calcDimensions(). The width is one point - other point + 1
|
---|
465 | (code currently not active)
|
---|
466 | - KERNEL32: o Added functions to query length after ascii or unicode conversion
|
---|
467 | o Changed the destination length parameter name of lstrcpynWtoA()
|
---|
468 | and lstrcpynAtoW().
|
---|
469 |
|
---|
470 | 2002-07-16: Yuri Dario <mc6530@mclink >
|
---|
471 | - INSTALL: o Do not overwrite program files registry entry if it already
|
---|
472 | exists and is valid.
|
---|
473 |
|
---|
474 | 2003-07-16: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
475 | - GDI32: o Fix for partial blits in StretchDIBits
|
---|
476 |
|
---|
477 | 2003-07-14: KO Myung-Hun <komh@chollian >
|
---|
478 | - GDI32: o Fixed InternalTextOutW() and GetTextExtentPointW() to support
|
---|
479 | unicode correctly. (DBCS)
|
---|
480 | - COMCTL32: o Fixed PROPSHEET_CollectSheetInfoA() and PROPSHEET_SetTitleA()
|
---|
481 | to convert ascii to unicode correctly. (DBCS)
|
---|
482 | o Fixed TREEVIEW_TVItemFromItem() and TREEVIEW_BeginLabelEditNotify()
|
---|
483 | to convert ascii to unicode correctly. (DBCS)
|
---|
484 | o Fixed TREEVIEW_SetItemW() to convert unicode to ascii correctly. (DBCS)
|
---|
485 |
|
---|
486 | 2003-07-11: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
487 | - SHELL32: o Shell folder updates
|
---|
488 |
|
---|
489 | 2003-07-09: knut st. osmundsen <bird-odinspam@anduin >
|
---|
490 | - MAKEFILES:o Invoke RC directly and not thru the CMDQD.
|
---|
491 |
|
---|
492 | 2002-07-07: Dmitry Froloff <froloff@os2 >
|
---|
493 | - PMKDBHK: o Pass Alt-Shift on to PM (Russian language switch hotkey)
|
---|
494 |
|
---|
495 | 2003-07-03: Sander van Leeuwen <sandervl@innotek >
|
---|
496 | - USER32: o Free drag transfer structure after sending DM_RENDERCOMPLETE
|
---|
497 | o MapVirtualKey: when mapping VK_A-VK_Z, VK_0-VK_9 to their
|
---|
498 | scancodes, use hardcoded character mapping for convertion.
|
---|
499 |
|
---|
500 | 2003-06-26: Platon Fomichev <stauff@innotek >
|
---|
501 | - USER32: o ShowWindow(SW_RESTORE) should start the same PM restoration
|
---|
502 | routine as WM_SYSCOMMAND
|
---|
503 |
|
---|
504 | 2003-06-03: Sander van Leeuwen <sandervl@innotek >
|
---|
505 | - USER32: o Don't search for keyboard accelerators in the default
|
---|
506 | WM_SYSKEYDOWN handler. That's already done in TranslateAccelerator
|
---|
507 | o Send focus messages when we receive the undocumented WM_FOCUSCHANGED
|
---|
508 | PM message. Removes the need for the ugly hack to deal with
|
---|
509 | nested focus changes.
|
---|
510 | - COMCTL32: o Rebar fix for recursive size changes
|
---|
511 |
|
---|
512 | 2003-06-02: Sander van Leeuwen <sandervl@innotek >
|
---|
513 | - KERNEL32: o CreatePipe: create unique named pipe
|
---|
514 | o CreateNamedPipe: fixed return value + wrong check for duplex pipe
|
---|
515 |
|
---|
516 | 2003-05-29: Platon Fomichev <stauff@innotek >
|
---|
517 | - COMCTL32: o Listview selection draw code was not ok with OS/2 look
|
---|
518 |
|
---|
519 | 2003-05-28: Platon Fomichev <stauff@innotek >
|
---|
520 | - COMCTL32: o OWNERDRAW fixes for ListView control
|
---|
521 |
|
---|
522 | 2003-05-27: Sander van Leeuwen <sandervl@innotek >
|
---|
523 | - USER32: o Do not send WM_STYLECHANGING/ED messages when the scrollbar
|
---|
524 | control is shown or hidden.
|
---|
525 | o PeekMessage fix (regression from 5-16)
|
---|
526 |
|
---|
527 | 2003-05-26: Sander van Leeuwen <sandervl@innotek >
|
---|
528 | - COMCTL32: o Use the new resources from Wine.
|
---|
529 |
|
---|
530 | 2003-05-26: Platon Fomichev <stauff@innotek >
|
---|
531 | - COMCTL32: o Listview selection draw code was incomplete due to resync.
|
---|
532 |
|
---|
533 | 2003-05-26: Platon Fomichev <stauff@innotek >
|
---|
534 | - COMCTL32: o Patrick's 2001 fixes broke too much. Stay with ReWind for now.
|
---|
535 |
|
---|
536 | 2003-05-23: Sander van Leeuwen <sandervl@innotek >
|
---|
537 | - KERNEL32: o ClearCommError: lpdwError is allowed to be NULL
|
---|
538 |
|
---|
539 | 2003-05-16: Sander van Leeuwen <sandervl@innotek >
|
---|
540 | - USER32: o Use our fast critical sections instead of OS/2 mutex semaphores
|
---|
541 | in the timer code.
|
---|
542 | o Handle WM_(SYS)TIMER timer calls in DispatchMessageA/W.
|
---|
543 | We previously called timer handlers when we received WM_TIMER
|
---|
544 | from PM. That's not correct. These messages must be returned
|
---|
545 | by Get/PeekMessage. The handler will not be called if the
|
---|
546 | timer message is not dispatched. (verified in NT4)
|
---|
547 |
|
---|
548 | 2003-05-16: Platon Fomichev <stauff@innotek >
|
---|
549 | - USER32: o Eat first WM_MOUSEMOVE while menu tracking like windows does
|
---|
550 | to prevent 'auto-clicking' on popup menus that appear in the
|
---|
551 | area of first mouse-click
|
---|
552 |
|
---|
553 | 2003-05-15: Sander van Leeuwen <sandervl@innotek >
|
---|
554 | - USER32: o Window creation: updated the coordinate fix code with the latest Rewind version
|
---|
555 | o ReleaseDC: always verify window associated with DC
|
---|
556 | - COMCTL32: o Complete resync with latest Wine (except draglist)
|
---|
557 | o Implemented LVM_APPROXIMATEVIEWRECT for LVS_REPORT controls
|
---|
558 | (needed to get rid of a crash; very likely to be incorrect)
|
---|
559 |
|
---|
560 | 2003-05-14: Sander van Leeuwen <sandervl@innotek >
|
---|
561 | - GDI32: o DIB section: do not fetch more colors from a bitmap header than
|
---|
562 | biClrUsed (if != 0)
|
---|
563 | o GetDIBits: save and restore negative height & log failure
|
---|
564 | - USER32: o Do not send any SetWindowPos related messages if the state
|
---|
565 | of the window doesn't change.
|
---|
566 |
|
---|
567 | 2003-05-12: Sander van Leeuwen <sandervl@innotek >
|
---|
568 | - KERNEL32: o _lopen: wrong parsing of mode parameter
|
---|
569 | (only found now due to CreateFile changed with dwDesiredAccess)
|
---|
570 |
|
---|
571 | 2003-05-07: Sander van Leeuwen <sandervl@innotek >
|
---|
572 | - USER32: o Added more members to the TEB structure
|
---|
573 |
|
---|
574 | 2003-05-06: Sander van Leeuwen <sandervl@innotek >
|
---|
575 | - KERNEL32: o Fixed closing of parent file handle by duplicate memory map
|
---|
576 | o Compare file names instead of handles when checking for
|
---|
577 | duplicate file maps.
|
---|
578 | - USER32: o ReleaseDC check if hwnd parameter is correct (WindowFromDC(hdc))
|
---|
579 | o Messagebox: Wrong ReleaseDC call
|
---|
580 |
|
---|
581 | 2003-05-06: knut st. osmundsen <bird-odin-spam@anduin >
|
---|
582 | - KERNEL32: o Corrected the handling of OF_PARSE in OpenFile.
|
---|
583 |
|
---|
584 | 2003-05-05: Sander van Leeuwen <sandervl@innotek >
|
---|
585 | - KERNEL32: o Handle files opened with 0 for dwDesiredAccess seperately.
|
---|
586 | Those handles can only be used with a limited nr of functions
|
---|
587 | (such as GetFileType/Size/Time)
|
---|
588 | - IPHLPAPI: o Implemented GetIpAddrTable, GetIfTable & GetFriendlyIfIndex
|
---|
589 |
|
---|
590 | 2003-05-02: Sander van Leeuwen <sandervl@innotek >
|
---|
591 | - USER32: o Keep track of all open window DCs
|
---|
592 | o During WM_VRNENABLED we must query the visible region
|
---|
593 | of all open DCs to ensure that GPI updates the visible
|
---|
594 | region (e.g. when a window has moved).
|
---|
595 | A bug in PM/GPI causes open DCs to get out of sync when
|
---|
596 | moving windows with full window drag enabled.
|
---|
597 | (without full window drag there is no such problem due
|
---|
598 | to the use of LockWindowUpdate)
|
---|
599 |
|
---|
600 | 2003-04-30: Platon Fomichev <stauff@innotek >
|
---|
601 | - USER32: o In WM_PARENTNOTIFY correctly map window coordinates for each
|
---|
602 | window we send this message to.
|
---|
603 | Correctly finish PM minimize sequence.
|
---|
604 | Correctly switch titlebar higlight on activate/deactivate.
|
---|
605 |
|
---|
606 | 2003-04-30: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
607 | - SHLWAPI: o Fixed PathIsUrlA/W
|
---|
608 | - KERNEL32: o Changed dll renaming to include extension if it's not .dll
|
---|
609 | - ODIN.INI: o Update for kernel32 change
|
---|
610 | (IMPORTANT: must update your odin.ini with this one or
|
---|
611 | delete the current file)
|
---|
612 |
|
---|
613 | 2003-04-27: Platon Fomichev <stauff@innotek >
|
---|
614 | - USER32: o Correctly finish PM restore procedure from minimized state.
|
---|
615 | o Use Stock brush for minimized icon fill when it is not
|
---|
616 | allocated.
|
---|
617 |
|
---|
618 | 2003-04-25: Sander van Leeuwen <sandervl@innotek >
|
---|
619 | - NTDLL: o Initialize kernel32 first (circular dependency between
|
---|
620 | kernel32 & ntdll)
|
---|
621 |
|
---|
622 | 2003-04-25: knut st. osmundsen <bird-odin-spam@anduin >
|
---|
623 | - USER32: o Fake window subclass FS bugfix.
|
---|
624 |
|
---|
625 | 2003-04-24: knut st. osmundsen <bird-odin-spam@anduin >
|
---|
626 | - USER32: o Fake window init bugfixes
|
---|
627 |
|
---|
628 | 2003-04-24: Sander van Leeuwen <sandervl@innotek >
|
---|
629 | - USER32: o EndDialog: Enable owner window regardless of whether it was
|
---|
630 | enabled before dialog creation. When the owner
|
---|
631 | is disabled and we hide the dialog, then PM switches
|
---|
632 | focus to another application. (hidden windows cannot
|
---|
633 | have focus)
|
---|
634 | o Win32BaseWindow::GetWindowFromOS2Handle: also check fake
|
---|
635 | windows)
|
---|
636 |
|
---|
637 | 2003-04-24: Platon Fomichev <stauff@innotek >
|
---|
638 | - USER32: o Fixed restore/maximize from minimized state for MDI windows.
|
---|
639 |
|
---|
640 | 2003-04-15: knut st. osmundsen <bird-odin-spam@anduin >
|
---|
641 | - USER32: o Properties allocated from shared memory.
|
---|
642 | o Fake window updates.
|
---|
643 |
|
---|
644 | 2003-04-15: knut st. osmundsen <bird-odin-spam@anduin >
|
---|
645 | - src/makefile:
|
---|
646 | o Build NTDLL too. (netlabs only)
|
---|
647 |
|
---|
648 | 2003-04-14: knut st. osmundsen <bird-odin-spam@anduin >
|
---|
649 | - USER32: o Implemented SW_SHOWDEFAULT.
|
---|
650 | - KERNEL32: o Changed initialization of StartupInfo to take the actual
|
---|
651 | values of the CreateProcess call (but for the strings).
|
---|
652 | (not complete)
|
---|
653 |
|
---|
654 | 2003-04-11: knut st. osmundsen <bird-odin-spam@anduin >
|
---|
655 | - USER32, KERNEL32, include/win/thread.h:
|
---|
656 | o Implemented WM_COPYDATA.
|
---|
657 |
|
---|
658 | 2002-04-11: Sander van Leeuwen <sandervl@innotek >
|
---|
659 | - USER32: o Send WM_WINDOWPOSCHANGED for ShowWindow(SW_SHOWWINDOW)
|
---|
660 | o Tool windows (WS_EX_TOOLWINDOW) don't have minimize or maximize
|
---|
661 | buttons. (testing shows this in NT4)
|
---|
662 | o Changed default hittest handler to check for WS_EX_TOOLWINDOW
|
---|
663 | (system menu & min/max buttons)
|
---|
664 | o MENU_TrackKbdMenuBar: check for WS_EX_TOOLWINDOW before using
|
---|
665 | the system menu.
|
---|
666 | o Display tool window titlebars in win32 style. They are supposed
|
---|
667 | to be thinner than standard PM titlebar controls.
|
---|
668 |
|
---|
669 | 2003-04-11: Dmitry Froloff <froloff@os2 >
|
---|
670 | - KERNEL32: o Console updates
|
---|
671 |
|
---|
672 | 2003-04-10: Platon Fomichev <stauff@innotek >
|
---|
673 | - MSVCRT : o MSVCRT updates, forwarders to stdcall functions, lots of funcs
|
---|
674 | now directly imported from NTDLL, resync with latest Wine
|
---|
675 | - EMXLIBS : o Added yet another wrapper for FS and added some funcs for new
|
---|
676 | msvcrt
|
---|
677 | - INCLUDE : o OS2SEL functions corrected for potential optimizing problems
|
---|
678 | in release build. (Bug found and corrected by Dietrich)
|
---|
679 |
|
---|
680 | 2002-04-09: Sander van Leeuwen <sandervl@innotek >
|
---|
681 | - KERNEL32: o Unmap memory view when deleting PE dll object.
|
---|
682 | (problem found by Dietrich)
|
---|
683 |
|
---|
684 | 2003-04-09: Platon Fomichev <stauff@innotek >
|
---|
685 | - COMCTL32: o Due to flaw in cdecl implementation of GCC temporary
|
---|
686 | correctly import _wtoi func from NTDLL
|
---|
687 | - EMXLIBS: o Possible endless loop in OS2FS replacement funcs
|
---|
688 | (problem found by Dietrich)
|
---|
689 |
|
---|
690 | 2003-04-08: Platon Fomichev <platon@innotek >
|
---|
691 | - USER32: o Treat LBUTTON press different from others in scrollbar. (WineX resync)
|
---|
692 |
|
---|
693 | 2002-04-08: knut st. osmundsen <Knut.Osmundsen@innotek >
|
---|
694 | - COMDLG32: o Corrected default printer init. It was crashing with big
|
---|
695 | printer setups and not handling multiple drivers per device
|
---|
696 | correctly.
|
---|
697 |
|
---|
698 | 2002-04-08: Sander van Leeuwen <sandervl@innotek >
|
---|
699 | - USER32: o Menu control: do not paint default menu item strings in bold
|
---|
700 | if in OS/2 GUI mode
|
---|
701 |
|
---|
702 | 2003-04-04: Platon Fomichev <platon@innotek >
|
---|
703 | - NTDLL: o Massive update. NTDLL internal tests, almost all
|
---|
704 | string and conversion funcs. Corrected and beautified .def file
|
---|
705 | - DOC: o Updated GCCBuildInstructions.txt for GCC 3.2.1
|
---|
706 |
|
---|
707 | 2003-04-03: Sander van Leeuwen <sandervl@innotek >
|
---|
708 | - WINMM: o Different method for detecting DirectAudio (uniaud, sblive, c-media)
|
---|
709 | o Added custom build function to disable DirectAudio (always use DART)
|
---|
710 | o Waveout (DART): handle underrun properly (next buffer write
|
---|
711 | and position after continueing)
|
---|
712 |
|
---|
713 | 2002-04-02: knut st. osmundsen <bird-odin-spam@anduin >
|
---|
714 | - WIN32K: o Win32VersionValue in OptionalHeader.
|
---|
715 |
|
---|
716 | 2002-04-02: Yuri Dario <mc6530@mclink >
|
---|
717 | - INCLUDE, GDI32, USER32, KERNEL32:
|
---|
718 | o Corrected & changed headers + source updates
|
---|
719 | - USER32: o Button: WM_SETTEXT fix
|
---|
720 |
|
---|
721 | 2003-04-02: Platon Fomichev <platon@innotek >
|
---|
722 | - INCLUDE, KERNEL32:
|
---|
723 | o Corrected HFILE definition as it is in Wine and in Win2k +
|
---|
724 | header updates.
|
---|
725 | - INCLUDE\EMXRUNTIME:
|
---|
726 | o Modified EMX headers
|
---|
727 | - LIB\EMXSUPPORT:
|
---|
728 | o Modified EMX libraries
|
---|
729 |
|
---|
730 | 2003-04-01: Sander van Leeuwen <sandervl@innotek >
|
---|
731 | - GDI32: o Fix for partial dibsection resyncs
|
---|
732 |
|
---|
733 | 2003-04-01: Platon Fomichev <stauff@innotek >
|
---|
734 | - USER32: o Functions for setting custom frame/cd/window class names
|
---|
735 |
|
---|
736 | 2003-03-31: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
737 | - SHELL32: o Shell file operations update
|
---|
738 |
|
---|
739 | 2003-03-31: Platon Fomichev <platon@innotek >
|
---|
740 | - KERNEL32: o Added vsnprintfW/snprintfW funcs for syncing with latest
|
---|
741 | wine NTDLL
|
---|
742 |
|
---|
743 | 2003-03-31: knut st. osmundsen <bird-odin-spam@anduin >
|
---|
744 | - PE2LX/WIN32K:
|
---|
745 | o Custombuild feature for excluding dlls. Cleanups.
|
---|
746 | o Option for making all object RW file.
|
---|
747 | - KERNEL32: o Made Pe2Lx'ed DLLs work.
|
---|
748 |
|
---|
749 | 2003-03-28: Sander van Leeuwen <sandervl@innotek >
|
---|
750 | - USER32: o Removed changes for window tracking (move/size) with full
|
---|
751 | window dragging enabled (2003-03-27)
|
---|
752 |
|
---|
753 | 2003-03-27: Sander van Leeuwen <sandervl@innotek >
|
---|
754 | - USER32: o Don't change focus when processing mouse button message if
|
---|
755 | the top parent is a fake window
|
---|
756 | o Changes for window tracking (move/size) with full window
|
---|
757 | dragging enabled
|
---|
758 | - KERNEL32: o Memory map updates
|
---|
759 |
|
---|
760 | 2003-03-26: Sander van Leeuwen <sandervl@innotek >
|
---|
761 | - KERNEL32: o WaitForSingleObject/(Msg)WaitForMultipleObject fixes to
|
---|
762 | prevent thread priorities from being accidentally boosted to
|
---|
763 | time critical
|
---|
764 |
|
---|
765 | 2003-03-22: Sander van Leeuwen <sandervl@innotek >
|
---|
766 | - USER32: o If an application doesn't validate the update region
|
---|
767 | while processing WM_PAINT, then we must remember it for
|
---|
768 | the next time.
|
---|
769 | Windows will only send a WM_PAINT once until another part of
|
---|
770 | the window is invalidated. Unfortunately PM keeps on sending
|
---|
771 | WM_PAINT messages until we validate the update region.
|
---|
772 | This affects UpdateWindow, RedrawWindow, GetUpdateRgn, GetUpdateRect,
|
---|
773 | BeginPaint and the next WM_PAINT message.
|
---|
774 |
|
---|
775 | 2003-03-20: Sander van Leeuwen <sandervl@innotek >
|
---|
776 | - USER32: o WindowFromPoint: only send WM_NCHITTEST to windows belonging
|
---|
777 | to the current thread
|
---|
778 | o Changes for fake windows. Moved them into a seperate C++ class
|
---|
779 | and overload some methods to correct the behaviour.
|
---|
780 |
|
---|
781 | 2003-03-18: Platon Fomichev <platon@innotek >
|
---|
782 | - USER32: o Shift/Ctrl/Alt+Numpad keys illegal behaviour. Generic numpad
|
---|
783 | keys like (/*-+) produced garbage.
|
---|
784 |
|
---|
785 | 2003-03-12: Platon Fomichev <stauff@innotek >
|
---|
786 | - USER32: o GetKeyState and GetAsyncKeyState fixes for numpad keyboard
|
---|
787 |
|
---|
788 | 2003-03-06: Sander van Leeuwen <sandervl@innotek >
|
---|
789 | - KERNEL32: o Don't change the stack alignment if the thread has less than
|
---|
790 | 128 kb stack.
|
---|
791 | - WINMM: o Improved accuracy of waveIn/OutGetPosition. (use FPU to prevent
|
---|
792 | rounding errors)
|
---|
793 | o Added code to dump played wave data to disk (disabled by default)
|
---|
794 |
|
---|
795 | 2003-03-06: knut st. osmundsen <Knut.Osmundsen@innotek >
|
---|
796 | - KERNEL32: o The WIN32LOG_FILEBASE env.var. can be used to point the logfile
|
---|
797 | elsewhere. "%d.log" is added to the value.
|
---|
798 | o Print szLineExceptionType too in exception dump.
|
---|
799 | o Custombuild apis for entering and leaving Odin thread context.
|
---|
800 | o Added functions to quickly get the PID & TID
|
---|
801 |
|
---|
802 | 2003-03-05: knut st. osmundsen <bird-odin-spam@anduin >
|
---|
803 | - MAKE: o Experimental OTHERS variable.
|
---|
804 | o Full source path to compilers.
|
---|
805 |
|
---|
806 | 2003-03-05: Sander van Leeuwen <sandervl@innotek >
|
---|
807 | - WINMM: o timeBegin/EndPeriod: check for upper and lower boundaries
|
---|
808 | o waveoutGetPosition: return 0 if stream is not active (DART)
|
---|
809 | o waveinGetPosition: return 0 if stream is not active (DART)
|
---|
810 | o Don't print a warning for CALLBACK_NULL callbacks
|
---|
811 | o Added ODIN_waveInSetFixedBuffers, renamed SetFixedWaveBufferSize
|
---|
812 | to ODIN_waveOutSetFixedBuffers. Used to tell WINMM to use
|
---|
813 | the waveOutWrite buffer size for the DART buffers.
|
---|
814 | o Don't pause the wave stream if no buffers left to add. Let
|
---|
815 | DART detect the underrun condition.
|
---|
816 |
|
---|
817 | 2003-03-04: Platon Fomichev <stauff@innotek >
|
---|
818 | - USER32: o We did not pay attention to numlock state on numpad keyboard.
|
---|
819 |
|
---|
820 | 2003-03-03: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
821 | - GDI32: o ExtTextOutA: copy string and force zero termination
|
---|
822 | - SHELL32: o Minor updates
|
---|
823 |
|
---|
824 | 2003-03-03: Sander van Leeuwen <sandervl@innotek >
|
---|
825 | - WSOCK32: o Removed wrong checks for invalid address parameters in
|
---|
826 | sendto & recvfrom
|
---|
827 |
|
---|
828 | 2003-03-01: Sander van Leeuwen <sandervl@innotek >
|
---|
829 | - KERNEL32: o ExitProcess: turn off hard errors & exception popups before
|
---|
830 | calling O32_ExitProcess (release build only)
|
---|
831 | o DeleteFile: when deleting a .lnk file, verify if it's a shell
|
---|
832 | link object file. if so, delete WPS object
|
---|
833 | o ODIN_DisableFolderShellLink added: disable object creation in
|
---|
834 | Odin folder. Desktop shortcuts will still be created as WPS
|
---|
835 | objects on the desktop.
|
---|
836 | o OSLibWinCreateObject: create shelllink file with WPS object id
|
---|
837 | - USER32/KERNEL32:
|
---|
838 | o Move OSLibWinCreateObject to KERNEL32
|
---|
839 | - SHELL32: o Shelllink: use kernel32 file functions instead of those from
|
---|
840 | the VAC crt
|
---|
841 |
|
---|
842 | 2003-02-28: Sander van Leeuwen <sandervl@innotek >
|
---|
843 | - SRC\makefile:
|
---|
844 | o Skip msvcrt & crtdll for now. Causes too many problems with
|
---|
845 | Odin builds.
|
---|
846 | - KERNEL32: o Fixed CreateProcessA regression (Lotus Notes)
|
---|
847 | o Check for invalid data while measuring the CPU speed. DosTmrQueryTime
|
---|
848 | isn't very reliable (on laptops).
|
---|
849 | o ExitProcess: don't remove our exception handler too early
|
---|
850 | o Map ERROR_PATH_NOT_FOUND (OS/2) to ERROR_INVALID_NAME
|
---|
851 | - WINMM: o Protect linked timer list with VMutex object.
|
---|
852 |
|
---|
853 | 2003-02-28: knut st. osmundsen <Knut.Osmundsen@innotek >
|
---|
854 | - MAKEFILES:
|
---|
855 | o New rule cleanall which tries to wipe out all the output.
|
---|
856 | o ODIN32_LIB and ODIN32_BIN is now the same for all the CCENVs.
|
---|
857 | (AFAIK we no longer try compile stuff with many compiles, but
|
---|
858 | stick too the once which are working, VAC3 or EMX that is.)
|
---|
859 | o Linenumbers in release mode.
|
---|
860 | o Pass full source file names to compilers so the debugger easier
|
---|
861 | will find the the right source.
|
---|
862 | o Defined STATIC_CRT in src/win32k/utils.
|
---|
863 | o Profiling: Link with kProfile.lib when DEBUG= and PROFILE=1.
|
---|
864 | Configured this for EMX targets too. (state: Experimental)
|
---|
865 |
|
---|
866 | 2003-02-28: Platon Fomichev <stauff@innotek >
|
---|
867 | - USER32: o Wrong checks on restoration point remembering. Maximizing
|
---|
868 | window from PM icon using keyboard or menu produced wrong
|
---|
869 | controls.
|
---|
870 |
|
---|
871 | 2003-02-27: Sander van Leeuwen <sandervl@innotek >
|
---|
872 | - KERNEL32: o VirtualAlloc: fixed handling of commit for a page range
|
---|
873 | that is not entirely reserved (contains committed pages)
|
---|
874 | o Don't call WinMessageBox in the unhandled exception filter as
|
---|
875 | that can hang PM.
|
---|
876 |
|
---|
877 | 2003-02-27: Platon Fomichev <stauff@innotek >
|
---|
878 | - USER32: o Illegal PM sequence of maximizing from icon state corrected.
|
---|
879 | Inter-thread controls change caused PM lockups. Rewrote
|
---|
880 | PM window frame controls manipulation procedure.
|
---|
881 |
|
---|
882 | 2000-02-27: Achim Hasenmueller <achimha@innotek >
|
---|
883 | - KERNEL32: o MoveFile: detect if source and target file names are on a
|
---|
884 | different drive and use DosCopy/DosDelete instead of DosMove
|
---|
885 | in this case.
|
---|
886 |
|
---|
887 | 2003-02-26: Sander van Leeuwen <sandervl@innotek >
|
---|
888 | - RICHED32: o Rewrote control; no longer creates a child Edit window as this
|
---|
889 | doesn't happen in Windows and breaks subclassing
|
---|
890 | o EM_CHARFROMPOS is different for RichEdit controls (lParam is
|
---|
891 | a POINTL pointer)
|
---|
892 | o Implemented EM_FINDWORDBREAK
|
---|
893 |
|
---|
894 | 2003-02-25: Sander van Leeuwen <sandervl@innotek >
|
---|
895 | - USER32: o Bugfix for WPS object creation
|
---|
896 | - RICHED32: o Added support for EM_SETCHARFORMAT (text & background color)
|
---|
897 | & EM_SETBKGNDCOLOR.
|
---|
898 |
|
---|
899 | 2003-02-24: Sander van Leeuwen <sandervl@innotek >
|
---|
900 | - WS2_32: o Implemented non-overlapped WSARecv & WSASend.
|
---|
901 | - WSOCK32: o check for local host name in gethostbyname. if identical,
|
---|
902 | then use "localhost" instead
|
---|
903 | - KERNEL32: o GetFullPathNameA: don't change the input string
|
---|
904 | o Added ODIN_IsWin32App export to determine whether an app
|
---|
905 | is a win32 or os2 binary.
|
---|
906 | - USER32: o Changes for creating WPS objects (win32/os2 app)
|
---|
907 | o Added function to convert an icon group in memory
|
---|
908 | - SHELL32: o Convert win32 icon file to os2 format when creating a shell link.
|
---|
909 |
|
---|
910 | 2003-02-23: knut st. osmundsen <bird@anduin >
|
---|
911 | - TOOLS/ALIASDEF:
|
---|
912 | o A tool for generating alias records from an .def file.
|
---|
913 | Something I wrote will playing with NTDLL here.
|
---|
914 |
|
---|
915 | 2003-02-22: Sander van Leeuwen <sandervl@innotek >
|
---|
916 | - WS2_32: o Added WSARecv(From) & WSASend(To) stubs
|
---|
917 |
|
---|
918 | 2003-02-22: Platon Fomichev <stauff@innotek >
|
---|
919 | - USER32: o Restoring maximized window from iconic state caused window
|
---|
920 | frame controls to behave badly. General out-of-sync problems
|
---|
921 | with frame controls. Invisibility of frame controls after
|
---|
922 | lots of minimizing/restoring.
|
---|
923 |
|
---|
924 | 2003-02-22: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
925 | - SHELL32: o Shell file operation updates
|
---|
926 |
|
---|
927 | 2003-02-20: knut st. osmundsen <Knut.Osmundsen@innotek >
|
---|
928 | - KERNEL32: o Added custombuild API for registering a callback for LX Dll
|
---|
929 | loading thru LoadLibrary*().
|
---|
930 |
|
---|
931 | 2003-02-18: Sander van Leeuwen <sandervl@innotek >
|
---|
932 | - KERNEL32: o Touch last stack page using ESP. (just in case)
|
---|
933 | o Cleaned up memory map code.
|
---|
934 |
|
---|
935 | 2003-02-17: Sander van Leeuwen <sandervl@innotek >
|
---|
936 | - KERNEL32: o FindFirstFile: return ERROR_FILE_NOT_FOUND if DosFindFirst
|
---|
937 | returns ERROR_PATH_NOT_FOUND
|
---|
938 | - USER32: o Single Alt down + up always generates WM_SYSKEYUP; reset
|
---|
939 | iMenuSysKey on WM_KEYUP, so the system menu isn't accidentally
|
---|
940 | activated.
|
---|
941 |
|
---|
942 | 2003-02-16: Sander van Leeuwen <sandervl@innotek >
|
---|
943 | - USER32: o ToAscii: fixed wrong checks for VK_SHIFT/CONTROL/MENU
|
---|
944 | o Fixed broken implementation of GetKeyState, GetAsyncKeyState
|
---|
945 | and GetKeyboardState
|
---|
946 | o Do not translate WM_KEYUP to WM_SYSKEYUP if AltGr released
|
---|
947 | and KC_LONEKEY flag is set. (only for Alt)
|
---|
948 | o GetKeyboardState, GetKeyState, GetAsyncKeyState:
|
---|
949 | pretend left Ctrl key is pressed if AltGr down.
|
---|
950 | - PMKBDHK: o Special handling of AltGr key. Must send Ctrl key messages
|
---|
951 | like Windows.
|
---|
952 |
|
---|
953 | 2003-02-14: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
954 | - SHELL32: o Shell file operation updates
|
---|
955 |
|
---|
956 | 2003-02-13: Sander van Leeuwen <sandervl@innotek >
|
---|
957 | - USER32: o Handle SetFocus(0) correctly: keystrokes are converted into
|
---|
958 | WM_SYSKEYDOWN/(WM_SYSCHAR)/WM_SYSKEYUP messages
|
---|
959 | o DrawFocusRect: conflict between SetROP2(R2_XORPEN) and
|
---|
960 | SetBkMode(TRANSPARENT); commenting out the latter for now.
|
---|
961 | - SHELL32: o Control panel Wine resync
|
---|
962 | - KERNEL32: o Added ODIN_SetTIBSwitch function to override TIB selector
|
---|
963 | switching.
|
---|
964 | o Forward RtlZero/Move/FillMemory to ntdll
|
---|
965 | - NTDLL: o Cleaned up
|
---|
966 |
|
---|
967 | 2003-02-11: Sander van Leeuwen <sandervl@innotek >
|
---|
968 | - USER32: o When a window is activated by a mouse click, we must set
|
---|
969 | focus to the client window (and not the frame!).
|
---|
970 | o GetSysColor: always return cached colors
|
---|
971 |
|
---|
972 | 2003-02-10: Sander van Leeuwen <sandervl@innotek >
|
---|
973 | - KERNEL32: o Touch all stack pages we skip in the out of stack workaround for
|
---|
974 | 16 bits code. Jumping over the guard page causes a protection
|
---|
975 | violation exception.
|
---|
976 | - USER32: o EnumThreadWindows: must return windows in Z-order
|
---|
977 | (experiments show EnumThreadWindows in NT4 behaves like this)
|
---|
978 |
|
---|
979 | 2003-02-07: Sander van Leeuwen <sandervl@innotek >
|
---|
980 | - DDRAW/NTDLL:
|
---|
981 | o Rename resource directory
|
---|
982 | - USER32: o Don't save position (for restore) in SetWindowPos if window
|
---|
983 | is minimized .
|
---|
984 |
|
---|
985 | 2002-02-06: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
986 | - USER32: o Edit control: fixed heap corruption in undo buffer
|
---|
987 |
|
---|
988 | 2003-02-06: Sander van Leeuwen <sandervl@innotek >
|
---|
989 | - ODINCRT: o Rewrote critical sections to be safe on SMP systems
|
---|
990 | (previous implementation had one flaw that happened
|
---|
991 | to be triggered often on my SMP machine)
|
---|
992 | - USER32: o Edit control: Always kill the timer if in captured state.
|
---|
993 | The app can call ReleaseCapture before we get the WM_LBUTTONUP
|
---|
994 | message.
|
---|
995 | o Send WM_QUERYNEWPALETTE when a window receives focus
|
---|
996 | o Translate WM_REALIZEPALETTE into WM_PALETTECHANGED
|
---|
997 | - GDI32: o Must manually correct y coordinates for DIB section blit since
|
---|
998 | we reset the y inversion back to 0.
|
---|
999 | (subtract twice the viewport & windows origin y)
|
---|
1000 | o CreateDIBSection: don't get palette from DC if bitmap bits provided
|
---|
1001 |
|
---|
1002 | 2003-02-05: Sander van Leeuwen <sandervl@innotek >
|
---|
1003 | - KERNEL32: o Check ESP when calling the entrypoint of a newly created thread.
|
---|
1004 | If close to a 64kb boundary, adjust it. Some ancient 16 bits
|
---|
1005 | code will crash if there's not enough stack left.
|
---|
1006 |
|
---|
1007 | 2003-02-04: Sander van Leeuwen <sandervl@innotek >
|
---|
1008 | - KERNEL32: o Support DuplicateHandle for threads
|
---|
1009 | o Fixed command line parsing regression
|
---|
1010 | - DDRAW: o FS corruption in SetCooperativeLevel
|
---|
1011 |
|
---|
1012 | 2003-02-02: Sander van Leeuwen <sandervl@innotek >
|
---|
1013 | - INCLUDE\makefiles:
|
---|
1014 | o Define STATIC_CRT for all exe targets
|
---|
1015 |
|
---|
1016 | 2003-01-30: Sander van Leeuwen <sandervl@innotek >
|
---|
1017 | - KERNEL32: o CreateProcess changes for parsing the application name
|
---|
1018 | and command line strings
|
---|
1019 |
|
---|
1020 | 2003-01-29: Sander van Leeuwen <sandervl@innotek >
|
---|
1021 | - USER32: o OS/2 Look & Feel is now default
|
---|
1022 | o Use OS/2 colors again in OS/2 L&F mode
|
---|
1023 |
|
---|
1024 | 2003-01-28: Sander van Leeuwen <sandervl@innotek >
|
---|
1025 | - USER32: o Don't use DrawFocusRect from WGSS anymore
|
---|
1026 | - GDI32: o Fixes for InternalTextOutA without y-inversion (not activated)
|
---|
1027 |
|
---|
1028 | 2003-01-27: Platon Fomichev <platon@innotek >
|
---|
1029 | - INCLUDE: o Illegal calling convention specified for _System calling
|
---|
1030 | convention in headers for GCC. Bugs in ASM code for SetFS
|
---|
1031 | RestoreFS.
|
---|
1032 | - NTDLL: o In C++ files specify extern "C" for _System calling convention
|
---|
1033 | as well. Affected _DLL_InitTerm
|
---|
1034 |
|
---|
1035 | 2003-01-23: knut st. osmundsen <bird-odin-spam@anduin.net>
|
---|
1036 | - TOOLS\COMMON, TOOLS\WRC\U:
|
---|
1037 | o Define STATIC_CRT so wrapper headers doesn't kick in.
|
---|
1038 |
|
---|
1039 | 2003-01-23: Sander van Leeuwen <sandervl@innotek >
|
---|
1040 | - INCLUDE\*.mk:
|
---|
1041 | o Don't use include\incl_vac for statically linked targets
|
---|
1042 | (e.g. tools)
|
---|
1043 | - ODINCRT: o Added wrappers for new & delete operators
|
---|
1044 | - ODINPROF, IPLOG, OLE32\REGSVR32;
|
---|
1045 | o Link with static CRT library
|
---|
1046 | - MAKE\setup.mak:
|
---|
1047 | o Only add include\incl_vac if not building an odin32 app
|
---|
1048 |
|
---|
1049 | 2003-01-23: Platon Fomichev <platon@innotek >
|
---|
1050 | - DOC: o Added build instructions for GCC
|
---|
1051 | - NTDLL: o Made initntdll a C file to remove C++ GCC stuff for now
|
---|
1052 | and added RtlBitmap support from Wine.
|
---|
1053 | - INCLUDE: o Correced odinlx.h header - problem while compiling with
|
---|
1054 | C compiler.
|
---|
1055 |
|
---|
1056 | 2003-01-22: Sander van Leeuwen <sandervl@innotek >
|
---|
1057 | - ODINCRT: o Renamed wrapper functions
|
---|
1058 | - INCLUDE\incl_vac:
|
---|
1059 | o Changed VAC headers to rename memory and file functions
|
---|
1060 | (those that change FS when called)
|
---|
1061 | - MAKE, INCLUDE\*.mk:
|
---|
1062 | o Add include\incl_vac first to include path (/I)
|
---|
1063 | - KERNEL32: o Removed WriteLogError
|
---|
1064 |
|
---|
1065 | 2003-01-22: Platon Fomichev <platon@innotek >
|
---|
1066 | - NTDLL: o Dll load/unload changes
|
---|
1067 |
|
---|
1068 | 2003-01-21: Sander van Leeuwen <sandervl@innotek >
|
---|
1069 | - DDRAW: o Removed dependency on dive.dll. Load it on demand.
|
---|
1070 | - USER32: o Moved debug wrapper for DDE to dde.cpp
|
---|
1071 |
|
---|
1072 | 2003-01-19: Sander van Leeuwen <sandervl@innotek >
|
---|
1073 | - KERNEL32: o Only load LVM.DLL when we actually need it.
|
---|
1074 | o CreateProcess bugfix for thread id if launched directly
|
---|
1075 | o CreateFile returns ERROR_ALREADY_EXISTS if file not found
|
---|
1076 | and CREATE_NEW
|
---|
1077 | o Check and correct process type in thread wrapper. WinCreateMsgQueue
|
---|
1078 | fails for non-PM apps. We set it to PM in the VIO loader, but
|
---|
1079 | apparently it can be changed back.
|
---|
1080 |
|
---|
1081 | 2003-01-18: Sander van Leeuwen <sandervl@innotek >
|
---|
1082 | - KERNEL32: o FindFirstFile must return ERROR_FILE_NOT_FOUND when
|
---|
1083 | the specified file or directory isn't present.
|
---|
1084 | (OS/2 returns ERROR_NO_MORE_FILES)
|
---|
1085 |
|
---|
1086 | 2003-01-16: Sander van Leeuwen <sandervl@innotek >
|
---|
1087 | - KERNEL32: o Fixed heap corruption in CreateProcess (with current dir)
|
---|
1088 | - USER32: o Only the combo bitmap header is wrong; the others are fine
|
---|
1089 | (regression from 2003-01-05)
|
---|
1090 |
|
---|
1091 | 2003-01-16: Platon Fomichev <platon@innotek >
|
---|
1092 | - NTDLL: o Changes for building dll with GCC
|
---|
1093 |
|
---|
1094 | 2003-01-15: Platon Fomichev <platon@innotek >
|
---|
1095 | - MSVCRT: o Updates
|
---|
1096 | - VERSION: o Don't use crtdll
|
---|
1097 | - INCLUDE: o Updates for GCC builds
|
---|
1098 |
|
---|
1099 | 2003-01-14: Sander van Leeuwen <sandervl@innotek >
|
---|
1100 | - WINMM: o Delete all wave object on unload
|
---|
1101 | o Fix linked list synchronization
|
---|
1102 |
|
---|
1103 | 2003-01-13: Sander van Leeuwen <sandervl@innotek >
|
---|
1104 | - KERNEL32: o Don't allocate selectors anymore. Allocate tiled memory
|
---|
1105 | and call Dos32FlatToSel.
|
---|
1106 | o Get default stack size from PE header.
|
---|
1107 | o Thread handles not closed properly.
|
---|
1108 |
|
---|
1109 | 2003-01-12: Sander van Leeuwen <sandervl@xs4all >
|
---|
1110 | - KERNEL32: o Ported QueryDosDeviceA/W from Rewind
|
---|
1111 | Return all valid drive letters in QueryDosDeviceA/W(NULL)
|
---|
1112 | Return full device name for drive letters
|
---|
1113 | o Implemented IOCTL_SCSI_GET_CAPABILITIES
|
---|
1114 | o Do not fail CDIO init if media not present
|
---|
1115 |
|
---|
1116 | 2003-01-10: Sander van Leeuwen <sandervl@innotek >
|
---|
1117 | - KERNEL32: o Don't close handle in CloseHandle if HANDLE_FLAG_PROTECT_FROM_CLOSE
|
---|
1118 | flag set.
|
---|
1119 | o Implemented Set/GetHandleInformation
|
---|
1120 | o CreateFile: create handles that are not inherited by child
|
---|
1121 | processes by default
|
---|
1122 | Only enable inheritance if specified in security struct
|
---|
1123 | o Create(Named)Pipe: default = not inherited by child processes
|
---|
1124 | Only enable inheritance if specified in security
|
---|
1125 | struct.
|
---|
1126 | o DuplicateHandle; set inheritance flag with SetHandleInformation
|
---|
1127 | o CreateProcess: support for setting stdin/out/err handles
|
---|
1128 | of child process
|
---|
1129 | o PeekNamedPipe: - return ERROR_BROKEN_PIPE when used for unnamed
|
---|
1130 | pipes (which is not allowed in OS/2)
|
---|
1131 | (workaround)
|
---|
1132 | - USER32: o ScrollDC bugfix; must convert rectangle returned by GetClipBox
|
---|
1133 | to device coordinates
|
---|
1134 |
|
---|
1135 | 2003-01-10: Platon Fomichev <platon@innotek >
|
---|
1136 | - MSVCRT: o Updates
|
---|
1137 | - CRTDLL: o Wine port (forwarder dll to msvcrt)
|
---|
1138 |
|
---|
1139 | 2003-01-10: Herwig Bauernfeind <herwig.bauernfeind@aon >
|
---|
1140 | - ODINBUG: o Updated to version 0.5.8
|
---|
1141 |
|
---|
1142 | 2003-01-08: Sander van Leeuwen <sandervl@innotek >
|
---|
1143 | - KERNEL32: o SetTimeZoneInformation: save info in registry:
|
---|
1144 | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
|
---|
1145 | o GetTimeZoneInformation: read info from registery if present;
|
---|
1146 | otherwise call WGSS
|
---|
1147 | o RegQueryValue(Ex)W: workaround to return bytes for strings
|
---|
1148 | must always be executed when lpcbData != NULL.
|
---|
1149 |
|
---|
1150 | 2003-01-07: Sander van Leeuwen <sandervl@innotek >
|
---|
1151 | - USER32: o Convert color masks to b&w in CreateIconIndirect
|
---|
1152 | - RICHED32: o Don't forward WM_NCCALCSIZE to Edit control or else the
|
---|
1153 | richedit parent's client area is resized. We already
|
---|
1154 | resize the Edit child in the WM_SIZE handler.
|
---|
1155 | o Wrong call to ctordtorTerm; removed it and ctordtorInit
|
---|
1156 | since there's no C++ code in that dll anyway.
|
---|
1157 | - ODININST: o Parse TZ environment variable and save timezone information
|
---|
1158 | to the registry. (default is CET if not found)
|
---|
1159 |
|
---|
1160 | 2003-01-06: Sander van Leeuwen <sandervl@innotek >
|
---|
1161 | - WSOCK32: o Better method to cancel all async requests in WSACleanup
|
---|
1162 | - USER32: o Invalidate window when it's resized and SWP_NOCOPYBITS
|
---|
1163 | is specified.
|
---|
1164 | o Fixed icon leak in IconForWindow method (call LoadImageA
|
---|
1165 | with LR_SHARED flag to reuse icons)
|
---|
1166 |
|
---|
1167 | 2003-01-06: Platon Fomichev <platon@innotek >
|
---|
1168 | - ConfigureGCC.cmd,
|
---|
1169 | INCLUDE\win\msvcrt,
|
---|
1170 | INCLUDE\emx makefiles
|
---|
1171 | MSVCRT:
|
---|
1172 | o Wine port of MSVCRT (build with GCC)
|
---|
1173 |
|
---|
1174 | 2003-01-05: Sander van Leeuwen <sandervl@innotek >
|
---|
1175 | - KERNEL32: o Added ODIN_SetDllLoadCallback; install a dll load hook
|
---|
1176 | that's called as soon as all exports are processed
|
---|
1177 | (so before any code is executed that can use the dll)
|
---|
1178 | o Added ODIN_SetProcAddress; override a name or ordinal export
|
---|
1179 | - USER32: o Corrected wrong bitmap headers in resources
|
---|
1180 | o Added workaround for handling black & white cursors
|
---|
1181 |
|
---|
1182 | 2002-01-05: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
1183 | - USER32: o Return MA_NOACTIVATE in listbox WM_MOUSEACTIVATE handler.
|
---|
1184 | (apparently not necessary anymore in Wine; so probably
|
---|
1185 | caused by something else)
|
---|
1186 |
|
---|
1187 | 2003-01-04: Sander van Leeuwen <sandervl@innotek >
|
---|
1188 | - USER32: o Corrected drawing of menubar in OS/2 L&F mode (when highlighted)
|
---|
1189 | o Fixed handling of single ALT to select menu
|
---|
1190 | o Use different color for highlighted menus (OS/2 L&F)
|
---|
1191 | - GDI32: o Removed broken handling of TA_RIGHT in TextOut
|
---|
1192 | o Flip bitmap in GetDIBits if height is negative
|
---|
1193 | o Only return bitfield data in GetDIBits if compression set
|
---|
1194 | to BI_BITFIELDS (and lpvBits is not NULL)
|
---|
1195 |
|
---|
1196 | 2003-01-03: Sander van Leeuwen <sandervl@innotek >
|
---|
1197 | - USER32: o Merged Rewind menu control
|
---|
1198 | o Fixed GetSystemMetrics(SM_CXMENUCHECK); should be 13
|
---|
1199 | o Always use windows system colors (even in OS/2 L&F mode)
|
---|
1200 |
|
---|
1201 | 2002-01-03: Dietrich Teickner <Dietrich_Teickner@t-online >
|
---|
1202 | - KERNEL32: o Convert timezone names in Set/GetTimeZoneInformation as
|
---|
1203 | WGSS expects/returns ascii strings instead of unicode.
|
---|
1204 |
|
---|
1205 | 2003-01-02: Sander van Leeuwen <sandervl@innotek >
|
---|
1206 | - KERNEL32: o Set the codepage of the message queue for each new thread
|
---|
1207 | that is created. (done for the main thread in user32)
|
---|
1208 | - USER32: o Fix for composite keyboard character translation
|
---|
1209 | (e.g. ^ on german keyboards)
|
---|
1210 | o SystemParametersInfoA fix for SPI_GETNONCLIENTMETRICS in
|
---|
1211 | OS/2 L&F (font height must be negative)
|
---|
1212 | o Deactivate window when hiding it to force PM to switch focus.
|
---|
1213 | (Note: might cause regressions!)
|
---|
1214 | o Fixed behaviour of SetFocus(NULL); should return the current
|
---|
1215 | focus window.
|
---|
1216 |
|
---|
1217 | 2003-01-01: Sander van Leeuwen <sandervl@innotek >
|
---|
1218 | - USER32: o Fixes for windows with an iconless class and WS_EX_DLGMODALFRAME
|
---|
1219 | style. (they shouldn't have a system menu)
|
---|
1220 | (either right after creation or when the app add this extended
|
---|
1221 | style later on)
|
---|
1222 | o Remove minimize or maximize controls when the app requests it
|
---|
1223 | (OS/2 GUI mode)
|
---|
1224 | - GDI32: o Cleaned up SetDIBitsToDevice
|
---|