Eric Pouech
|
824a7f120a
|
Fix some bad behavior when some lock states (capslock, numlock...)
were turned on.
|
2002-01-10 18:20:51 +00:00 |
Bill Medland
|
dce7e5cf8e
|
Comment only; error in Microsoft documentation.
|
2002-01-10 18:19:29 +00:00 |
François Gouget
|
2945c0a89e
|
which is more portable than type (FreeBSD).
|
2002-01-10 18:19:01 +00:00 |
Francois Gouget
|
8549821b7f
|
Fix previous patch: the ws_sockaddr_u2ws return value was wrong.
Make ws_sockaddr_{ws2u,u2ws} static.
|
2002-01-10 18:18:43 +00:00 |
Alexandre Julliard
|
13b0c0915b
|
Added rules for running tests.
|
2002-01-10 03:30:21 +00:00 |
Martin Wilck
|
65b7e64c1f
|
Moved the functionality of WS_socket() to WSASocketA().
Made WSASocketA() account for WSA_FLAG_OVERLAPPED.
|
2002-01-09 21:17:16 +00:00 |
Martin Wilck
|
aa47705809
|
Added support for socket flags.
|
2002-01-09 21:16:24 +00:00 |
Martin Wilck
|
88cd32b2d1
|
More general approach to file descriptor types and flags.
|
2002-01-09 20:30:51 +00:00 |
Paul Rupe
|
06ffc1aba3
|
Return length of WS_sockaddr structure in ws_sockaddr_u2ws.
|
2002-01-09 20:29:17 +00:00 |
Bill Medland
|
064972768d
|
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.
|
2002-01-09 19:10:59 +00:00 |
Martin Wilck
|
b1c45b9424
|
Fixed a bug that caused APCs to be "forgotten".
|
2002-01-09 19:09:57 +00:00 |
Rein Klazes
|
0f2f2b34fa
|
Move calling of CBT hooks from WIN_CreateWindowEx() to the driver.
|
2002-01-09 19:09:06 +00:00 |
Patrik Stridvall
|
19d66cc1f6
|
Fixed some issues found by winapi_check.
|
2002-01-07 21:16:46 +00:00 |
Patrik Stridvall
|
aa4efd49b1
|
- API files update
- Minor bug fixes
|
2002-01-07 21:08:18 +00:00 |
Martin Wilck
|
718b1b711b
|
Add server side support for async IO on files.
Use pread/pwrite to read/write from the offset specified in the
overlapped structure.
|
2002-01-07 21:02:15 +00:00 |
Alexandre Julliard
|
f1a0de996a
|
Added configure check for pread/pwrite.
|
2002-01-07 21:00:27 +00:00 |
Mike McCormack
|
99a5cfea91
|
- Attempt write before going overlapped in Writefile.
- Fix return codes in WriteFileEx.
|
2002-01-07 18:11:28 +00:00 |
Mike McCormack
|
de339f3021
|
Implement CancelIo properly.
|
2002-01-07 18:06:59 +00:00 |
Mike McCormack
|
0964495bc4
|
- 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.
|
2002-01-07 18:04:50 +00:00 |
Alexandre Julliard
|
5016e921f5
|
Added support for cleaning up the TEB from inside the exiting thread.
|
2002-01-07 18:04:07 +00:00 |
Alexandre Julliard
|
c77c4df35e
|
Allocate debug_info structure at the same time as the TEB.
Removed the TEB cleanup service.
|
2002-01-07 18:03:14 +00:00 |
Alexandre Julliard
|
50c6b74a34
|
Added SIGNAL_Reset function.
|
2002-01-07 18:02:35 +00:00 |
Alexandre Julliard
|
9e458b99d0
|
Added support for dumping resources.
|
2002-01-06 19:09:17 +00:00 |
Mark G. Adams
|
9aa54a9076
|
Fix UuidCreate() to not forget MAC address.
Remove {}'s from UuidToStringA() output.
Add UuidCreateSequential() function from Windows 2000.
|
2002-01-06 19:08:47 +00:00 |
Bernhard Rosenkraenzer
|
5ea3031cf7
|
Added missing brackets in ncurses check.
|
2002-01-06 19:08:03 +00:00 |
Alexandre Julliard
|
7c822cc0dc
|
Removed obsolete dosmod.
|
2002-01-06 18:38:45 +00:00 |
Marcus Meissner
|
908d33dc73
|
Change currency of the european Euro using countries to Euro.
|
2002-01-06 18:35:04 +00:00 |
Marcus Meissner
|
d9613bccf4
|
Fixed copyright date.
|
2002-01-06 18:34:31 +00:00 |
Ove Kaaven
|
a814c4ef08
|
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.
|
2002-01-06 18:34:02 +00:00 |
Ove Kaaven
|
4eb0bebd90
|
Fixed vm86_enter race conditions.
|
2002-01-04 21:57:04 +00:00 |
Sander van Leeuwen
|
fcc148b283
|
Never delete the font object received by WM_SETFONT.
|
2002-01-04 21:50:01 +00:00 |
Sander van Leeuwen
|
198f1e2f3e
|
Fixed calls with wrong pointer: COMCTL32_Free(&lpttsi) should be
COMCTL32_Free(lpttsi).
|
2002-01-04 21:27:34 +00:00 |
Sander van Leeuwen
|
500c201b0a
|
Fixed DC leak.
|
2002-01-04 21:26:56 +00:00 |
Sander van Leeuwen
|
7ccd27a6d5
|
Check, Radio & 3State buttons send WM_CTLCOLORSTATIC instead of
WM_CTLCOLORBTN.
|
2002-01-04 21:26:20 +00:00 |
Alexandre Julliard
|
c603988cd9
|
Removed references to xpm packages.
|
2002-01-04 18:53:55 +00:00 |
Alexandre Julliard
|
18e4b5e293
|
We no longer need libXpm.
|
2002-01-04 18:52:40 +00:00 |
Alexandre Julliard
|
8850a5fc32
|
We no longer need the xpm wrappers.
|
2002-01-04 18:47:01 +00:00 |
Mike McCormack
|
3775a65778
|
Add define for undocumented status bar message SB_SETBORDERS.
|
2002-01-04 18:46:02 +00:00 |
Bill Medland
|
e2474fcf46
|
Define LPSTACKFRAME too.
|
2002-01-04 18:45:28 +00:00 |
Dmitry Timoshkov
|
b0582dc972
|
Add some new messages to the spy and winuser.h.
|
2002-01-04 18:28:38 +00:00 |
Alexandre Julliard
|
80a3bb4fc0
|
Removed LoadOEMResource from USER driver.
|
2002-01-04 18:27:41 +00:00 |
Dmitry Timoshkov
|
4e78461b5e
|
Print FIXME() for not implemented NtQueryVolumeInformationFile.
|
2002-01-04 18:24:51 +00:00 |
Mehmet Yasar
|
39e001962b
|
Do not save empty sections names.
|
2002-01-04 18:24:37 +00:00 |
Dimitrie O. Paun
|
6dc401e2e7
|
Remove a call to HEAP_strdupAtoW in the Color dialog.
|
2002-01-04 18:23:46 +00:00 |
Gavriel State
|
9e7c1111a6
|
Speed up the GetImageBits case where we have an XShm image.
|
2002-01-04 18:23:17 +00:00 |
Alexandre Julliard
|
cc2d3826f1
|
Use DrawFrameControl instead of bitmaps in certain cases.
Moved remaining OEM bitmaps to user32 resources.
|
2002-01-03 02:35:23 +00:00 |
Marcus Meissner
|
6ea7932c80
|
Implemented CoTreatAsClass, simplified OleSetAutoConvert.
|
2002-01-03 02:34:09 +00:00 |
Ove Kaaven
|
edb8bdb555
|
Handle the lpDirectory field of the LPSHELLEXECUTEINFO.
|
2002-01-03 02:33:51 +00:00 |
Alexandre Julliard
|
4c03649d0c
|
Fixed check_async_list calling convention.
|
2002-01-02 21:50:44 +00:00 |
Alexandre Julliard
|
2cc54c8c49
|
Moved the OEM bitmaps that don't depend on the Wine look into the
user32 resources.
|
2002-01-02 21:49:23 +00:00 |