Commit graph

125 commits

Author SHA1 Message Date
James Tabor 7f2ffb8b76 Update wine sync info.
svn path=/trunk/; revision=22514
2006-06-22 22:12:19 +00:00
James Tabor 721c53105a I've synced most of the User32 control files. Edit, I looked at and saw very little needing synced in. Scrollbar has custom code and Static sync needs more testing.
svn path=/trunk/; revision=22484
2006-06-21 19:43:02 +00:00
Aleksey Bragin ca9d44a4a4 Update the doc to include all user32.dll's source code files which are shared one way or another with Wine. Makes syncing easier.
svn path=/trunk/; revision=22473
2006-06-21 17:03:20 +00:00
Aleksey Bragin e291e62bf9 - Sync user32/buttons.c with Wine
- Update wine-syncs doc

svn path=/trunk/; revision=22459
2006-06-21 14:16:50 +00:00
Aleksey Bragin c08140a104 Slightly update the doc to make it correspond to nowadays reality
svn path=/trunk/; revision=22315
2006-06-11 21:05:25 +00:00
Johannes Anderwald f0bb911d21 add Wine's powrprof to build
svn path=/trunk/; revision=22258
2006-06-06 23:14:09 +00:00
Christoph von Wittich f53dbb4e60 added usb.inf for generic usb-hubs
svn path=/trunk/; revision=21907
2006-05-15 15:47:56 +00:00
Hervé Poussineau ed01b8a86a Revert 21903
1) ReactOS is extremely long to parse .inf files (no .pnf files as on Windows). Remember we want to keep ReactOS fast (when running) and small (on disk).
2) nVidia already provides a .inf file for its devices. You will still need it for other devices, so why not also use it for PCI System Management and Memory Controller?
3) Windows doesn't recognize natively the nVidia chipset, even with lastest updates.
4) I only care about devices emulated by VMware/Qemu/Bochs/Virtual PC, ie virtual machines.
5) If you add PnP IDs of some nVidia devices, someone else will want to add PnP IDs for other chipsets (Via, C3, Intel, ...)
6) While you are at it, why don't you add 40Mb to recognize the same amount of devices as Windows XP?

svn path=/trunk/; revision=21905
2006-05-15 08:43:33 +00:00
Christoph von Wittich c09f0eb9c7 -added NVIDIA nForce2 Memory Controller
-added NVIDIA nForce2 PCI System Management

svn path=/trunk/; revision=21903
2006-05-14 20:05:08 +00:00
Christoph von Wittich 4adc41a909 added ACPI fan, ACPI power button device, ACPI sleep button device
svn path=/trunk/; revision=21879
2006-05-10 15:58:14 +00:00
Hervé Poussineau 89ef78094b Update version.dll to lastest Wine version. Fixes a bug in some installers.
It was forked in revision 8782 to let Winzip to work. I've checked that Winzip is also working with this version

svn path=/trunk/; revision=21871
2006-05-10 08:19:03 +00:00
Magnus Olsen f11806f4f0 adding doc for how DdCreateDirectDrawObject (GdiEntry1) and DdDeleteDirectDrawObject (GdiEntry3) works in reactos. doc by request by some devlopers
svn path=/trunk/; revision=21852
2006-05-08 16:48:10 +00:00
Hervé Poussineau ccdf6190cd Add kbdclass and mouclass as upper filter for keyboard and mouse devices.
Install i8042prt driver, even if it is not plug&play compliant at the moment

svn path=/trunk/; revision=21759
2006-04-30 19:17:32 +00:00
Aleksey Bragin 473cb1c0c6 - Update Wine-sync related doc
svn path=/trunk/; revision=21642
2006-04-17 18:11:17 +00:00
Aleksey Bragin b59203d3a1 Sync to Wine-0_9_9:
Francois Gouget <fgouget@free.fr>
- mapi: Add some missing MAPI prototypes.
  Add some missing MAPI prototypes to mapi.h (spotted by winapi_check)
  and include it where they are implemented.
  Make mapi.h and mapix.h compatible. gcc does not like macros and
  prototypes to be redefined so this involved protecting against
  multiple definitions.
  Fix the MAPISendMail() implementation prototype.

Sync to Wine-0_9_8:
Hans Leidekker <hans@it.vu.nl>
- mapi32: Implementation for MAPISendMail.
  Implement MAPISendMail, stub MAPILogoff and make the stubs for
  MAPIInitialize, MAPILogon{,Ex} and MAPILogoff return success.
- mapi32: Prevent freeing non-allocated memory.

svn path=/trunk/; revision=21622
2006-04-17 07:45:48 +00:00
Aleksey Bragin 9434974968 Please pay attention this code includes a hack by me to have inet_ntop() function implementation just for this dll.
Sync to Wine-0_9_10:
Andrбs Kovбcs <andras@csevego.net>
- wininet: Added Hungarian translation.
Robert Shearman <rob@codeweavers.com>
- wininet: Don't continue to connect to a secure server without SSL support since it won't work.
- wininet: Implement setting of send and receive timeouts.

Sync to Wine-0_9_8:
Robert Shearman <rob@codeweavers.com>
- wininet: Documentation fixes.
Petr Tesarik <hat@tesarici.cz>
- wininet: Czech language resources encoding fix.
Fatih Ac <fasici@linux-sevenler.org>
- wininet: Turkish translation.

Sync to Wine-0_9_7:
Aric Stewart <aric@codeweavers.com>
- wininet: INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT work.
  Beginning of framework to implement handling of InternetQueryOption
  for INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT.

Sync to Wine-0_9_6:
Jacek Caban <jacek@codeweavers.com>
- wininet: lpvStatusInfo in INTERNET_STATUS_NAME_RESOLVED,
  INTERNET_STATUS_CONNECTING_TO_SERVER and
  INTERNET_STATUS_CONNECTED_TO_SERVER should be strings, not
  sockaddr_in.

svn path=/trunk/; revision=21619
2006-04-16 20:07:09 +00:00
Aleksey Bragin 41f90c8fd7 Sync to Wine-0_9_10:
Juan Lang <juan_lang@yahoo.com>
- crypt32: Move context properties to a separate file.
- crypt32: Move serialization functions to serialize.c.
- crypt32: Implement CertGetValidUsages.
- crypt32: Implement CertDuplicateStore.

Sync to Wine-0_9_9:
Juan Lang <juan_lang@yahoo.com>
- crypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
- implement CryptEnumOIDInfo and CryptFindOIDInfo
- implement CertOIDToAlgId and CertAlgIdToOID using CryptFindOIDInfo
- crypt32: Move certificate store functions to their own file.
- crypt32: More encoding/decoding.
  Add support for encoding/decoding basic constraints and enhanced key
  usage, with tests.
- crypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
- crypt32: Correct compile problem on gcc 2.95.
- crypt32: Partially implement CertGetNameString.
Henning Gerhardt <henning.gerhardt@web.de>
- crypt32: Add German resource file.
YunSong Hwang <hys545@dreamwiz.com>
- crypt32: Add Korean translation.
Alexander N. Sшrnes <alex@thehandofagony.com>
- Updated/new Norwegian Bokmеl resources.
Eric Pouech <eric.pouech@wanadoo.fr>
- crypt32: Don't access a blob after freeing it.
Sync to Wine-0_9_8:
Juan Lang <juan_lang@yahoo.com>
- crypt32: Fix a fixme, and remove an old comment.
- crypt32: Output string type in trace.
Alexandre Julliard <julliard@winehq.org>
- Include wine/port.h in files that use exceptions.

Sync to Wine-0_9_7:
Juan Lang <juan@codeweavers.com>
- crypt32: Implement CertRDNValueToStrA and CertNameToStrA, with tests.
- crypt32: Correct X509_NAME decoding, and more stringent tests.
- crypt32: Implement CertRDNValueToStrW and CertNameToStrW, with tests.

svn path=/trunk/; revision=21617
2006-04-16 19:12:28 +00:00
Aleksey Bragin 8acabff6ea Sync to Wine-0_9_9:
Juan Lang <juan_lang@yahoo.com>
- wintrust: Add some stubs.

svn path=/trunk/; revision=21615
2006-04-16 18:24:52 +00:00
Aleksey Bragin a592154d29 Sync to Wine-0_9_10:
Francois Gouget <fgouget@free.fr>
- Fix compatibility with native advpack dlls.

Sync to Wine-0_9_7:
Dmitry Timoshkov <dmitry@codeweavers.com>
- Make more arrays const.

Sync to Wine-0_9_6:
Jacek Caban <jacek@codeweavers.com>
- urlmon: Pass FORMATETC to OnDataAvailable.
- urlmon: Added implementation of protocol stream.
- urlmon: Added implementation of QueryService and stub implementation
  of IHttpNegotiate2 interface.
- urlmon: Query service provider for IInternetProtocol.
- urlmon: Added GetBindInfoString implementation.
- urlmon: Reimplement CoInternetCombineUrl to use pluggable protocol.
- urlmon: Use CoInternetCombineUrl in URLMonikerImpl_Construct.
- urlmon: Fix ref counting.
Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
- urlmon: Fix a LARGE_INTEGER truncation.

svn path=/trunk/; revision=21614
2006-04-16 17:34:25 +00:00
Aleksey Bragin b54888e17e Sync to Wine-0_9_8:
Mike McCormack <mike@codeweavers.com>
- imm32: Remove FIXME messages from some implemented functions.

svn path=/trunk/; revision=21613
2006-04-16 17:04:45 +00:00
Aleksey Bragin 2122478f7b Sync to Wine-0_9_9:
Gerold J. Wucherpfennig <gjwucherpfennig@gmx.net>
- cabinet: Set proper error information on failures.

Sync to Wine-0_9_6:
James Hawkins <truiken@gmail.com>
- cabinet: Implement Extract on top of FDI.
- cabinet: Clean up the documentation for Extract.
- cabinet: Fix the second parameter name of Extract.
- cabinet: Add documentation for FDITruncateCabinet.
- cabinet: Store the cab file handle before extracting files so we can
  close the cab file even if no files are extracted.
- cabinet: Move the remaining cabextract.c functions to fdi.c.
- cabinet: Add initial tests for Extract.
- cabinet: Add the two flags used by Extract to cabinet.h.
- cabinet: Define the flags member of the EXTRACTdest structure.

svn path=/trunk/; revision=21610
2006-04-16 15:49:02 +00:00
Magnus Olsen 477fabfce2 Remove this doc, w3seek told me they are too outdate
svn path=/trunk/; revision=21588
2006-04-14 11:32:55 +00:00
Magnus Olsen c74793a96d Windows API standard from ECMA, http://www.ecma-international.org/publications/standards/Ecma-234.htm
svn path=/trunk/; revision=21587
2006-04-14 10:48:46 +00:00
Andrew Munger b3acf144a3 INF fix committed for hpoussin. Fixes networking (for everyone but encoded).
svn path=/trunk/; revision=21583
2006-04-13 15:44:08 +00:00
Hervé Poussineau bbecbeb865 First step to automatically generate registry entries for network protocols (TcpIp...)
Registry settings are moved to media/inf/nettcpip.inf, which is installed for each netcard detected.

svn path=/trunk/; revision=21556
2006-04-11 22:01:08 +00:00
Saveliy Tretiakov a56dbb42b5 Added winemine.
svn path=/trunk/; revision=21547
2006-04-11 11:14:06 +00:00
Ged Murphy 0c4bf2fb4b clean up format. I'm not bored, honest....
svn path=/trunk/; revision=21451
2006-04-03 16:50:42 +00:00
Ged Murphy 3ef529150a update wine doc.
svn path=/trunk/; revision=21425
2006-03-31 09:53:38 +00:00
Ged Murphy 09265028ce update Wine sync doc
svn path=/trunk/; revision=21413
2006-03-30 09:37:33 +00:00
Aleksey Bragin 1e8013cf73 - Reflect recent changes in the SVN server / ViewVC path in the WINE-importing guide
svn path=/trunk/; revision=21359
2006-03-20 09:36:03 +00:00
Saveliy Tretiakov 66ef37e925 Update directories
svn path=/trunk/; revision=21281
2006-03-10 07:19:29 +00:00
Saveliy Tretiakov 46b4802cc1 Add Alex, Herve, Ged, mf, and myself to CREDITS.
Move references from CREDITS to media\doc\books.txt (better place imo)

svn path=/trunk/; revision=21227
2006-03-04 17:56:20 +00:00
Maarten Bosma c20080f75a Include media and ntoskrnl
svn path=/trunk/; revision=21085
2006-02-17 17:14:11 +00:00
Art Yerkes 8a8e125367 Move some xml around and back off one change in ReactOS.rbuild for now.
It'll be put in later when we move subsys.

svn path=/trunk/; revision=21040
2006-02-17 06:22:25 +00:00
Gé van Geldorp 9c9b29ed6e New wininet vendor import
svn path=/trunk/; revision=20909
2006-01-15 22:25:16 +00:00
Gé van Geldorp 4b714cc7f4 wintrust vendor import
svn path=/trunk/; revision=20905
2006-01-15 21:58:59 +00:00
Gé van Geldorp deb66aaf9e Import mapi32 from Wine
svn path=/trunk/; revision=20861
2006-01-14 19:36:04 +00:00
Gé van Geldorp 4d068ca157 Update status
svn path=/trunk/; revision=20630
2006-01-06 20:53:32 +00:00
Alex Ionescu debac394a9 - Add information on new executive locks being worked on.
svn path=/trunk/; revision=20365
2005-12-27 03:06:35 +00:00
Gé van Geldorp 8a34917715 Update status
svn path=/trunk/; revision=20357
2005-12-26 23:35:02 +00:00
Hervé Poussineau 966599f7f4 msmouse.inf: Change some section names to be able to install the vmware mouse driver (still not working)
usbport.inf: Add identifier for Intel 82371SB PIIX3 USB controller

svn path=/trunk/; revision=20300
2005-12-22 13:57:52 +00:00
Gé van Geldorp 5299045fca dxdiagn vendor import
svn path=/trunk/; revision=20182
2005-12-14 23:09:06 +00:00
Gé van Geldorp 6187615999 Update status
svn path=/trunk/; revision=20172
2005-12-14 19:47:05 +00:00
Christoph von Wittich 2a4094cc09 added "generic floppy disk controller" (currently using NO_DRV)
svn path=/trunk/; revision=20100
2005-12-12 08:41:02 +00:00
Hervé Poussineau d0e9c71218 Rename mouse.inf to msmouse.inf to allow better compatibility with 3rd party mouse drivers
svn path=/trunk/; revision=20060
2005-12-11 09:57:53 +00:00
Hervé Poussineau bac613af1e Move *PNP0F13 identifier to Standard mice section
svn path=/trunk/; revision=19975
2005-12-08 19:39:23 +00:00
Gé van Geldorp 96ce8a5210 Document (failed) attempt to optimize memcpy()
svn path=/trunk/; revision=19843
2005-12-03 19:40:52 +00:00
Gé van Geldorp 0586868b52 Re-import wmc from Wine
svn path=/trunk/; revision=19728
2005-11-28 22:03:22 +00:00
Gé van Geldorp d9e5e3f7a4 Auto-register DLLs during 2nd stage setup
svn path=/trunk/; revision=19702
2005-11-27 22:27:35 +00:00
Hervé Poussineau bdd569bc33 Fix part of bug 1053, by adding other hardware IDs that don't need a driver
svn path=/trunk/; revision=19692
2005-11-27 17:05:37 +00:00