wine
22 years agoEnhance display for symbol picking.
Eric Pouech [Sat, 12 Jan 2002 21:14:40 +0000 (21:14 +0000)] 
Enhance display for symbol picking.

22 years agoFix off by one error in TOOLBAR_AddStringW.
Huw D M Davies [Sat, 12 Jan 2002 21:14:17 +0000 (21:14 +0000)] 
Fix off by one error in TOOLBAR_AddStringW.

22 years agoAdded crypt32.dll stub.
Travis Michielsen [Thu, 10 Jan 2002 19:41:11 +0000 (19:41 +0000)] 
Added crypt32.dll stub.

22 years agoImplement advapi32 portion of the CryptoAPI.
Travis Michielsen [Thu, 10 Jan 2002 19:29:40 +0000 (19:29 +0000)] 
Implement advapi32 portion of the CryptoAPI.

22 years agoFix potential memory issue.
Eric Pouech [Thu, 10 Jan 2002 18:21:07 +0000 (18:21 +0000)] 
Fix potential memory issue.

22 years agoFix some bad behavior when some lock states (capslock, numlock...)
Eric Pouech [Thu, 10 Jan 2002 18:20:51 +0000 (18:20 +0000)] 
Fix some bad behavior when some lock states (capslock, numlock...)
were turned on.

22 years agoComment only; error in Microsoft documentation.
Bill Medland [Thu, 10 Jan 2002 18:19:29 +0000 (18:19 +0000)] 
Comment only; error in Microsoft documentation.

22 years agowhich is more portable than type (FreeBSD).
François Gouget [Thu, 10 Jan 2002 18:19:01 +0000 (18:19 +0000)] 
which is more portable than type (FreeBSD).

22 years agoFix previous patch: the ws_sockaddr_u2ws return value was wrong.
Francois Gouget [Thu, 10 Jan 2002 18:18:43 +0000 (18:18 +0000)] 
Fix previous patch: the ws_sockaddr_u2ws return value was wrong.
Make ws_sockaddr_{ws2u,u2ws} static.

22 years agoAdded rules for running tests.
Alexandre Julliard [Thu, 10 Jan 2002 03:30:21 +0000 (03:30 +0000)] 
Added rules for running tests.

22 years agoMoved the functionality of WS_socket() to WSASocketA().
Martin Wilck [Wed, 9 Jan 2002 21:17:16 +0000 (21:17 +0000)] 
Moved the functionality of WS_socket() to WSASocketA().
Made WSASocketA() account for WSA_FLAG_OVERLAPPED.

22 years agoAdded support for socket flags.
Martin Wilck [Wed, 9 Jan 2002 21:16:24 +0000 (21:16 +0000)] 
Added support for socket flags.

22 years agoMore general approach to file descriptor types and flags.
Martin Wilck [Wed, 9 Jan 2002 20:30:51 +0000 (20:30 +0000)] 
More general approach to file descriptor types and flags.

22 years agoReturn length of WS_sockaddr structure in ws_sockaddr_u2ws.
Paul Rupe [Wed, 9 Jan 2002 20:29:17 +0000 (20:29 +0000)] 
Return length of WS_sockaddr structure in ws_sockaddr_u2ws.

22 years agoFixed GetDocumentation a little. When called from RegisterTypeLib it
Bill Medland [Wed, 9 Jan 2002 19:10:59 +0000 (19:10 +0000)] 
Fixed GetDocumentation a little.  When called from RegisterTypeLib it
was leaving the Doc entry uninitialised, leading to page fault when
measuring it. Also ensure correct freeing of resources on failure.

22 years agoFixed a bug that caused APCs to be "forgotten".
Martin Wilck [Wed, 9 Jan 2002 19:09:57 +0000 (19:09 +0000)] 
Fixed a bug that caused APCs to be "forgotten".

22 years agoMove calling of CBT hooks from WIN_CreateWindowEx() to the driver.
Rein Klazes [Wed, 9 Jan 2002 19:09:06 +0000 (19:09 +0000)] 
Move calling of CBT hooks from WIN_CreateWindowEx() to the driver.

22 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Mon, 7 Jan 2002 21:16:46 +0000 (21:16 +0000)] 
Fixed some issues found by winapi_check.

22 years ago- API files update
Patrik Stridvall [Mon, 7 Jan 2002 21:08:18 +0000 (21:08 +0000)] 
- API files update
- Minor bug fixes

22 years agoAdd server side support for async IO on files.
Martin Wilck [Mon, 7 Jan 2002 21:02:15 +0000 (21:02 +0000)] 
Add server side support for async IO on files.
Use pread/pwrite to read/write from the offset specified in the
overlapped structure.

22 years agoAdded configure check for pread/pwrite.
Alexandre Julliard [Mon, 7 Jan 2002 21:00:27 +0000 (21:00 +0000)] 
Added configure check for pread/pwrite.

22 years ago- Attempt write before going overlapped in Writefile.
Mike McCormack [Mon, 7 Jan 2002 18:11:28 +0000 (18:11 +0000)] 
- Attempt write before going overlapped in Writefile.
- Fix return codes in WriteFileEx.

22 years agoImplement CancelIo properly.
Mike McCormack [Mon, 7 Jan 2002 18:06:59 +0000 (18:06 +0000)] 
Implement CancelIo properly.

22 years ago- Don't use event flags with ReadFileEx and WriteFileEx.
Mike McCormack [Mon, 7 Jan 2002 18:04:50 +0000 (18:04 +0000)] 
- Don't use event flags with ReadFileEx and WriteFileEx.
- Use overlapped structure with WriteFile, since FILE_FLAG_OVERLAPPED
  is specified.
- Cancel overlapped operations in CloseComm.

22 years agoAdded support for cleaning up the TEB from inside the exiting thread.
Alexandre Julliard [Mon, 7 Jan 2002 18:04:07 +0000 (18:04 +0000)] 
Added support for cleaning up the TEB from inside the exiting thread.

22 years agoAllocate debug_info structure at the same time as the TEB.
Alexandre Julliard [Mon, 7 Jan 2002 18:03:14 +0000 (18:03 +0000)] 
Allocate debug_info structure at the same time as the TEB.
Removed the TEB cleanup service.

22 years agoAdded SIGNAL_Reset function.
Alexandre Julliard [Mon, 7 Jan 2002 18:02:35 +0000 (18:02 +0000)] 
Added SIGNAL_Reset function.

22 years agoAdded support for dumping resources.
Alexandre Julliard [Sun, 6 Jan 2002 19:09:17 +0000 (19:09 +0000)] 
Added support for dumping resources.

22 years agoFix UuidCreate() to not forget MAC address.
Mark G. Adams [Sun, 6 Jan 2002 19:08:47 +0000 (19:08 +0000)] 
Fix UuidCreate() to not forget MAC address.
Remove {}'s from UuidToStringA() output.
Add UuidCreateSequential() function from Windows 2000.

22 years agoAdded missing brackets in ncurses check.
Bernhard Rosenkraenzer [Sun, 6 Jan 2002 19:08:03 +0000 (19:08 +0000)] 
Added missing brackets in ncurses check.

22 years agoRemoved obsolete dosmod.
Alexandre Julliard [Sun, 6 Jan 2002 18:38:45 +0000 (18:38 +0000)] 
Removed obsolete dosmod.

22 years agoChange currency of the european Euro using countries to Euro.
Marcus Meissner [Sun, 6 Jan 2002 18:35:04 +0000 (18:35 +0000)] 
Change currency of the european Euro using countries to Euro.

22 years agoFixed copyright date.
Marcus Meissner [Sun, 6 Jan 2002 18:34:31 +0000 (18:34 +0000)] 
Fixed copyright date.

22 years agoDOS support restructure. The DOS virtual machine is now a set of
Ove Kaaven [Sun, 6 Jan 2002 18:34:02 +0000 (18:34 +0000)] 
DOS support restructure. The DOS virtual machine is now a set of
threads running within Wine's own address space, obsoleting the old
dosmod module.

22 years agoFixed vm86_enter race conditions.
Ove Kaaven [Fri, 4 Jan 2002 21:57:04 +0000 (21:57 +0000)] 
Fixed vm86_enter race conditions.

22 years agoNever delete the font object received by WM_SETFONT.
Sander van Leeuwen [Fri, 4 Jan 2002 21:50:01 +0000 (21:50 +0000)] 
Never delete the font object received by WM_SETFONT.

22 years agoFixed calls with wrong pointer: COMCTL32_Free(&lpttsi) should be
Sander van Leeuwen [Fri, 4 Jan 2002 21:27:34 +0000 (21:27 +0000)] 
Fixed calls with wrong pointer: COMCTL32_Free(&lpttsi) should be
COMCTL32_Free(lpttsi).

22 years agoFixed DC leak.
Sander van Leeuwen [Fri, 4 Jan 2002 21:26:56 +0000 (21:26 +0000)] 
Fixed DC leak.

22 years agoCheck, Radio & 3State buttons send WM_CTLCOLORSTATIC instead of
Sander van Leeuwen [Fri, 4 Jan 2002 21:26:20 +0000 (21:26 +0000)] 
Check, Radio & 3State buttons send WM_CTLCOLORSTATIC instead of
WM_CTLCOLORBTN.

22 years agoRemoved references to xpm packages.
Alexandre Julliard [Fri, 4 Jan 2002 18:53:55 +0000 (18:53 +0000)] 
Removed references to xpm packages.

22 years agoWe no longer need libXpm.
Alexandre Julliard [Fri, 4 Jan 2002 18:52:40 +0000 (18:52 +0000)] 
We no longer need libXpm.

22 years agoWe no longer need the xpm wrappers.
Alexandre Julliard [Fri, 4 Jan 2002 18:47:01 +0000 (18:47 +0000)] 
We no longer need the xpm wrappers.

22 years agoAdd define for undocumented status bar message SB_SETBORDERS.
Mike McCormack [Fri, 4 Jan 2002 18:46:02 +0000 (18:46 +0000)] 
Add define for undocumented status bar message SB_SETBORDERS.

22 years agoDefine LPSTACKFRAME too.
Bill Medland [Fri, 4 Jan 2002 18:45:28 +0000 (18:45 +0000)] 
Define LPSTACKFRAME too.

22 years agoAdd some new messages to the spy and winuser.h.
Dmitry Timoshkov [Fri, 4 Jan 2002 18:28:38 +0000 (18:28 +0000)] 
Add some new messages to the spy and winuser.h.

22 years agoRemoved LoadOEMResource from USER driver.
Alexandre Julliard [Fri, 4 Jan 2002 18:27:41 +0000 (18:27 +0000)] 
Removed LoadOEMResource from USER driver.

22 years agoPrint FIXME() for not implemented NtQueryVolumeInformationFile.
Dmitry Timoshkov [Fri, 4 Jan 2002 18:24:51 +0000 (18:24 +0000)] 
Print FIXME() for not implemented NtQueryVolumeInformationFile.

22 years agoDo not save empty sections names.
Mehmet Yasar [Fri, 4 Jan 2002 18:24:37 +0000 (18:24 +0000)] 
Do not save empty sections names.

22 years agoRemove a call to HEAP_strdupAtoW in the Color dialog.
Dimitrie O. Paun [Fri, 4 Jan 2002 18:23:46 +0000 (18:23 +0000)] 
Remove a call to HEAP_strdupAtoW in the Color dialog.

22 years agoSpeed up the GetImageBits case where we have an XShm image.
Gavriel State [Fri, 4 Jan 2002 18:23:17 +0000 (18:23 +0000)] 
Speed up the GetImageBits case where we have an XShm image.

22 years agoUse DrawFrameControl instead of bitmaps in certain cases.
Alexandre Julliard [Thu, 3 Jan 2002 02:35:23 +0000 (02:35 +0000)] 
Use DrawFrameControl instead of bitmaps in certain cases.
Moved remaining OEM bitmaps to user32 resources.

22 years agoImplemented CoTreatAsClass, simplified OleSetAutoConvert.
Marcus Meissner [Thu, 3 Jan 2002 02:34:09 +0000 (02:34 +0000)] 
Implemented CoTreatAsClass, simplified OleSetAutoConvert.

22 years agoHandle the lpDirectory field of the LPSHELLEXECUTEINFO.
Ove Kaaven [Thu, 3 Jan 2002 02:33:51 +0000 (02:33 +0000)] 
Handle the lpDirectory field of the LPSHELLEXECUTEINFO.

22 years agoFixed check_async_list calling convention.
Alexandre Julliard [Wed, 2 Jan 2002 21:50:44 +0000 (21:50 +0000)] 
Fixed check_async_list calling convention.

22 years agoMoved the OEM bitmaps that don't depend on the Wine look into the
Alexandre Julliard [Wed, 2 Jan 2002 21:49:23 +0000 (21:49 +0000)] 
Moved the OEM bitmaps that don't depend on the Wine look into the
user32 resources.

22 years agoFurther unified HAL and HEL mixing, and added some more intelligence
Ove Kaaven [Wed, 2 Jan 2002 21:46:54 +0000 (21:46 +0000)] 
Further unified HAL and HEL mixing, and added some more intelligence
to prebuffering, with some basic prebuffer canceling support, to get
rid of mixing delays in Half-Life. Used a very small waveout buffer
queue in HEL mode, using a callback to queue additional buffers, to
get rid of playback delays in Half-Life. Fixed a couple of bugs.

22 years agoFixed color definition (bg and fg were swapped).
Eric Pouech [Wed, 2 Jan 2002 21:45:47 +0000 (21:45 +0000)] 
Fixed color definition (bg and fg were swapped).
Fixed some initialisation issues.
Fixed exit condition when nothing was allocated.

22 years agoIf SafeArrayGetElement is called on a variant array, initialize
Ove Kaaven [Wed, 2 Jan 2002 21:44:49 +0000 (21:44 +0000)] 
If SafeArrayGetElement is called on a variant array, initialize
destination variant before copying the array element to it, some badly
behaved apps don't seem to do it themselves.

22 years agoFixed a looks-like-nobody-ever-tested-this-function kind of bug in
Ove Kaaven [Wed, 2 Jan 2002 21:44:30 +0000 (21:44 +0000)] 
Fixed a looks-like-nobody-ever-tested-this-function kind of bug in
VariantCopyInd.

22 years agoMade the output of --debugmsg +seh a bit more verbose.
Ove Kaaven [Wed, 2 Jan 2002 21:44:05 +0000 (21:44 +0000)] 
Made the output of --debugmsg +seh a bit more verbose.

22 years agoMake DrawStatusText Unicode ready. Get rid of a HEAP_strdup call.
Dimitrie O. Paun [Wed, 2 Jan 2002 21:43:48 +0000 (21:43 +0000)] 
Make DrawStatusText Unicode ready. Get rid of a HEAP_strdup call.

22 years ago- better support for extensions functions that do not have the same
Lionel Ulmer [Wed, 2 Jan 2002 21:43:19 +0000 (21:43 +0000)] 
- better support for extensions functions that do not have the same
  name in windows and in Unix.
- support the NV_vertex_array_range extension.

22 years agoLink with libutil only where needed.
Alexandre Julliard [Tue, 1 Jan 2002 01:13:03 +0000 (01:13 +0000)] 
Link with libutil only where needed.

22 years agoSet an overlapped's hEvent for ReadFile/WriteFile in an overlapped
Mike McCormack [Tue, 1 Jan 2002 01:11:32 +0000 (01:11 +0000)] 
Set an overlapped's hEvent for ReadFile/WriteFile in an overlapped
completion function, not in ReadFileEx or WriteFileEx.

22 years agoRemoved some of the calls to HEAP_strdup* functions.
Alexandre Julliard [Tue, 1 Jan 2002 00:24:30 +0000 (00:24 +0000)] 
Removed some of the calls to HEAP_strdup* functions.

22 years agoInclude <stdlib.h> to get prototype for abs() function.
James Juran [Tue, 1 Jan 2002 00:14:02 +0000 (00:14 +0000)] 
Include <stdlib.h> to get prototype for abs() function.

22 years agoName of the structured storage file root node is path of the file, not
Jukka Heinonen [Tue, 1 Jan 2002 00:13:32 +0000 (00:13 +0000)] 
Name of the structured storage file root node is path of the file, not
the name of the root node stored in the file.
When reading streams stored into structured storage files, EOF is not
supposed to cause an error if at least one byte can be returned.

22 years agoLink with libdl only where needed.
Alexandre Julliard [Mon, 31 Dec 2001 22:28:35 +0000 (22:28 +0000)] 
Link with libdl only where needed.

22 years agoFixed string type in named pipe requests.
Alexandre Julliard [Mon, 31 Dec 2001 22:26:51 +0000 (22:26 +0000)] 
Fixed string type in named pipe requests.

22 years agoGet the correct label on iso9660 mixed-mode cds.
Chris Green [Mon, 31 Dec 2001 22:21:50 +0000 (22:21 +0000)] 
Get the correct label on iso9660 mixed-mode cds.

22 years agoFixed memory leak.
Michael Stefaniuc [Mon, 31 Dec 2001 22:21:24 +0000 (22:21 +0000)] 
Fixed memory leak.
Removed redundant ImageList_DragShowNolock(FALSE) call.

22 years agoSwap fg/bg color to be correct.
Marcus Meissner [Mon, 31 Dec 2001 22:20:56 +0000 (22:20 +0000)] 
Swap fg/bg color to be correct.

22 years agoRelease 20011226. wine-20011226
Alexandre Julliard [Wed, 26 Dec 2001 23:59:03 +0000 (23:59 +0000)] 
Release 20011226.

22 years agoImplemented basic handling of assessibility actions.
Andriy Palamarchuk [Wed, 26 Dec 2001 23:39:50 +0000 (23:39 +0000)] 
Implemented basic handling of assessibility actions.

22 years agoIf the fccHandler is mmioFOURCC(0, 0, 0, 0) the AVI is also
Michael Stefaniuc [Wed, 26 Dec 2001 23:39:13 +0000 (23:39 +0000)] 
If the fccHandler is mmioFOURCC(0, 0, 0, 0) the AVI is also
uncompressed.
infoPtr->hWnd wasn't updated in ANIMATE_OpenA.

22 years agoSave the registry before exiting on a SIGTERM.
Alexandre Julliard [Wed, 26 Dec 2001 23:11:49 +0000 (23:11 +0000)] 
Save the registry before exiting on a SIGTERM.

22 years agoMake sure the DC visible region is updated in GetClipBox.
Alexandre Julliard [Wed, 26 Dec 2001 23:10:56 +0000 (23:10 +0000)] 
Make sure the DC visible region is updated in GetClipBox.

22 years agoLink to the curses library only for the dlls that need it.
Alexandre Julliard [Wed, 26 Dec 2001 23:08:31 +0000 (23:08 +0000)] 
Link to the curses library only for the dlls that need it.

22 years agoRemoved the SEGPTR_* macros.
Alexandre Julliard [Wed, 26 Dec 2001 20:47:33 +0000 (20:47 +0000)] 
Removed the SEGPTR_* macros.

22 years agoDocumentation update.
Andreas Mohr [Wed, 26 Dec 2001 20:40:47 +0000 (20:40 +0000)] 
Documentation update.

22 years agoFixed bug in system heap creation when it already exists.
Alexandre Julliard [Wed, 26 Dec 2001 20:38:53 +0000 (20:38 +0000)] 
Fixed bug in system heap creation when it already exists.

22 years agoUpdated to not rely on rundll32.exe any more.
Andreas Mohr [Wed, 26 Dec 2001 20:34:50 +0000 (20:34 +0000)] 
Updated to not rely on rundll32.exe any more.

22 years agoFixed, added or implemented stubs:
Andreas Mohr [Wed, 26 Dec 2001 20:34:12 +0000 (20:34 +0000)] 
Fixed, added or implemented stubs:
- DrawMenuBarTemp(): corrected parameter count.
- CallCPLEntry16(): stub.
- SetSysColorsTemp(): fully implemented (hopefully) this undocumented
  function.

22 years agoAdded color cursor support.
Duane Clark [Wed, 26 Dec 2001 20:30:40 +0000 (20:30 +0000)] 
Added color cursor support.

22 years agoDestroying cursor is not necessarily an error.
Duane Clark [Wed, 26 Dec 2001 20:30:20 +0000 (20:30 +0000)] 
Destroying cursor is not necessarily an error.

22 years agoUse MapLS/UnMapLS instead of SEGPTR_* macros.
Alexandre Julliard [Wed, 26 Dec 2001 20:00:03 +0000 (20:00 +0000)] 
Use MapLS/UnMapLS instead of SEGPTR_* macros.

22 years agoRestructured hook mapping functions to avoid most memory
Alexandre Julliard [Wed, 26 Dec 2001 19:55:35 +0000 (19:55 +0000)] 
Restructured hook mapping functions to avoid most memory
allocations. Got rid of SEGPTR_* macros.

22 years agoFix definition of BY_HANDLE_FILE_INFORMATION structure.
Dmitry Timoshkov [Wed, 26 Dec 2001 19:50:58 +0000 (19:50 +0000)] 
Fix definition of BY_HANDLE_FILE_INFORMATION structure.

22 years agoUpdated Swedish translation.
Johan Dahlin [Wed, 26 Dec 2001 19:48:38 +0000 (19:48 +0000)] 
Updated Swedish translation.

22 years agoCheck the return value of *snprintf for C99 style overflow reporting.
Michael Stefaniuc [Wed, 26 Dec 2001 19:48:15 +0000 (19:48 +0000)] 
Check the return value of *snprintf for C99 style overflow reporting.

22 years agoUse alertable waits in PeekMessage16 and GetMessage16 so we can
Mike McCormack [Wed, 26 Dec 2001 19:46:40 +0000 (19:46 +0000)] 
Use alertable waits in PeekMessage16 and GetMessage16 so we can
process APCs for 16bit comms.

22 years agoGot rid of WINE_PACKED.
Andreas Mohr [Wed, 26 Dec 2001 19:42:20 +0000 (19:42 +0000)] 
Got rid of WINE_PACKED.

22 years agoImplement/document ordinals 7-11.
Jon Griffiths [Mon, 24 Dec 2001 21:11:13 +0000 (21:11 +0000)] 
Implement/document ordinals 7-11.

22 years agoInclude ftsnames.h or ftnames.h, not both.
Francois Gouget [Mon, 24 Dec 2001 21:10:31 +0000 (21:10 +0000)] 
Include ftsnames.h or ftnames.h, not both.

22 years agoUse MapLS/UnMapLS instead of SEGPTR_* macros.
Alexandre Julliard [Mon, 24 Dec 2001 20:30:24 +0000 (20:30 +0000)] 
Use MapLS/UnMapLS instead of SEGPTR_* macros.

22 years agoForward tab notifications to the parent.
Gerard Patel [Mon, 24 Dec 2001 20:24:58 +0000 (20:24 +0000)] 
Forward tab notifications to the parent.

22 years agoTrivial fixes for shlwapi and Internet routines.
Gerard Patel [Mon, 24 Dec 2001 20:24:36 +0000 (20:24 +0000)] 
Trivial fixes for shlwapi and Internet routines.

22 years agoFixed vsnprintf return value check.
Bill Medland [Mon, 24 Dec 2001 20:23:57 +0000 (20:23 +0000)] 
Fixed vsnprintf return value check.

22 years agoImplemented processing for actions SPI_SETMOUSEBUTTONSWAP,
Andriy Palamarchuk [Fri, 21 Dec 2001 20:31:24 +0000 (20:31 +0000)] 
Implemented processing for actions SPI_SETMOUSEBUTTONSWAP,
SPI_SETFASTTASKSWITCH, SPI_SETDRAGFULLWINDOWS, SPI_SETWORKAREA.

22 years agoFixed stabs parsing for GCC 3.0 (default types).
Eric Pouech [Fri, 21 Dec 2001 20:29:58 +0000 (20:29 +0000)] 
Fixed stabs parsing for GCC 3.0 (default types).
Added boolean type support.
Simplified internal types handling.