source: trunk/changelog@ 9075

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

* empty log message *

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