Commit Graph
17262 Commits
Author SHA1 Message Date
Hartmut Birr 00a4a8acbd Don't use alloca in a macro, which may be used in a loop. This does fix bug #805.
svn path=/trunk/; revision=18481
2005-10-15 13:22:13 +00:00
Magnus Olsen 36c303f191 Japanese translation by tsk email [email protected]
svn path=/trunk/; revision=18480
2005-10-15 12:40:30 +00:00
Magnus Olsen 45e5519258 Japanese translation by tsk email [email protected]
svn path=/trunk/; revision=18479
2005-10-15 12:26:40 +00:00
Magnus Olsen f961f704ac Japanese translation by tsk email [email protected]
svn path=/trunk/; revision=18478
2005-10-15 12:21:12 +00:00
Magnus Olsen 005da60232 Spanish translation By HUMA2000
svn path=/trunk/; revision=18477
2005-10-15 11:52:41 +00:00
Magnus Olsen af0c90f70c Japanese translation by tsk email [email protected]
svn path=/trunk/; revision=18476
2005-10-15 11:48:07 +00:00
Magnus Olsen 4f0c5db20f fix no end waring
svn path=/trunk/; revision=18475
2005-10-15 11:42:26 +00:00
Magnus Olsen 8727e532bf Japanese translation by tsk email [email protected]
svn path=/trunk/; revision=18474
2005-10-15 11:39:54 +00:00
Magnus Olsen 14b4fa9f73 Japanese translation by tsk email [email protected]
svn path=/trunk/; revision=18473
2005-10-15 11:10:25 +00:00
Magnus Olsen 73a78c480e Japanese translation by tsk email [email protected]
remove Si.rc it was not translate, it was on english. 



svn path=/trunk/; revision=18472
2005-10-15 11:08:44 +00:00
Magnus Olsen b5ef43a91f Japanese translation by tsk email [email protected]
svn path=/trunk/; revision=18471
2005-10-15 10:47:53 +00:00
Christoph von Wittich 663998bfcd * set eol-style:native
svn path=/trunk/; revision=18470
2005-10-15 10:34:38 +00:00
Gé van Geldorp 00642f300e Make sure we don't hang forever when activating a window belonging to
another thread

svn path=/trunk/; revision=18468
2005-10-15 09:53:14 +00:00
Magnus Olsen 42ce928624 forget remove struct _SURFACEALIGNMENT for it have been move to right header dmemmgr.h
svn path=/trunk/; revision=18467
2005-10-15 09:10:57 +00:00
Magnus Olsen d00889ce26 Fixing directx headers from wine, by adding alot of missing struct and some struct was wrong. start fixing the header ddkernel.h
svn path=/trunk/; revision=18466
2005-10-15 02:00:56 +00:00
Magnus Olsen 5196ff03b6 set eol-style : native
svn path=/trunk/; revision=18465
2005-10-15 00:12:49 +00:00
Magnus Olsen df288c5836 Fixing directx headers from wine, by adding alot of missing struct and some struct was wrong. Complete the header dmemmgr.h it was missing and move stuff into that header.
svn path=/trunk/; revision=18464
2005-10-15 00:09:45 +00:00
Christoph von Wittich ffaa12375e * add Security.dll (redirects all calls to secur32.dll)
svn path=/trunk/; revision=18463
2005-10-14 23:13:08 +00:00
Gé van Geldorp 3e063edcc7 Include kernelmode routines in stack backtrace
svn path=/trunk/; revision=18462
2005-10-14 22:56:23 +00:00
Christoph von Wittich b1700953dd *add some more stubs for Virtual DOS Machine Debug (six still missing)
svn path=/trunk/; revision=18461
2005-10-14 22:31:06 +00:00
Hervé Poussineau d1509ade59 Fix the HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Linkage\Export value. The GUID needs to be prepended by "Tcpip_"
svn path=/trunk/; revision=18460
2005-10-14 22:04:02 +00:00
Ged Murphy 901449fbf7 - Implement -r Calling route.exe for output
- Rewrote DisplayOutput so simulates the MS netstat tool better and is now readable
- Fix ShowTcpTable to show correct endpoints on default, and expand it a little so it's easier to follow
- expand ShowUdpTable in the same manner
- Cleaner formatting in GetPortName

svn path=/trunk/; revision=18459
2005-10-14 21:35:03 +00:00
Gé van Geldorp 30a546e327 Attach to correct process before messing around with its memory
svn path=/trunk/; revision=18458
2005-10-14 20:19:23 +00:00
Magnus Olsen 541ca90657 Fixing directx headers from wine, by adding alot of missing struct and some struct was wrong.
svn path=/trunk/; revision=18457
2005-10-14 20:03:18 +00:00
Thomas Bluemel bf7b9d8bb2 Fixed the declarations of GetFileVersionInfoSizeA/W and GetFileVersionInfoA/W
svn path=/trunk/; revision=18456
2005-10-14 19:48:28 +00:00
Gé van Geldorp 7daa792a3e Only whitespace changes, no logic
svn path=/trunk/; revision=18455
2005-10-14 19:28:18 +00:00
Hervé Poussineau 2af4ba6dcb Add missing files to bootcd
svn path=/trunk/; revision=18454
2005-10-14 19:09:45 +00:00
Hervé Poussineau 219a9c8162 Remove entries that are created by netcfgx.dll
svn path=/trunk/; revision=18453
2005-10-14 18:38:51 +00:00
Hervé Poussineau 28613541ae Add netcfgx.dll
This .dll contains the class installer for the network cards

svn path=/trunk/; revision=18452
2005-10-14 18:37:10 +00:00
Gé van Geldorp cf7b48d567 Goplat <[email protected]>:
SetPixel should return the new color. Bug 909.

svn path=/trunk/; revision=18450
2005-10-14 18:32:38 +00:00
Hervé Poussineau 463b91a5b9 Transform pci.sys to a Plug-and-Play driver.
Simplify most of the PciCreateCompatible*String functions
Fix error handling in FdoQueryBusRelations
=> pci.sys now manages only 1 bus. It is still using HalGetBusDataByOffset/HalGetBusData which are deprecated, but it shouldn't be too hard to remove

svn path=/trunk/; revision=18449
2005-10-14 18:29:55 +00:00
Hervé Poussineau 72dd7eefe0 Big Plug-and-Play patch for ReactOS:
- Install drivers for devices at first boot
- Remove now useless entries in hivesys.inf
At the moment, driver installation only uses .inf files in ReactOS\Inf directory, and the needed files have to be in ReactOS\Inf or their final location (ReactOS\system32 or ReactOS\system32\drivers) + the user can't provide a custom driver
Plug-and-Plays devices are only USB controllers (OHCI and UHCI) and serial ports now.

svn path=/trunk/; revision=18448
2005-10-14 18:24:19 +00:00
Hervé Poussineau f747f1de8c Step 2 for a PnP ReactOS: add some (little) hacks
svn path=/trunk/; revision=18447
2005-10-14 18:14:19 +00:00
Hervé Poussineau 8325af0b6a Process AddReg directive in main section to install
Simplify a call to SetupInstallFromInfSectionW
Fix a warning (thanks w3seek)

svn path=/trunk/; revision=18446
2005-10-14 18:09:17 +00:00
Hervé Poussineau 48b9916f22 Transform ReactOS to a Plug-and-Play system. Step 1: add some .inf files
svn path=/trunk/; revision=18445
2005-10-14 18:00:39 +00:00
Hervé Poussineau 6dc4621495 Implement SetupDiCreateDevRegKeyW and SetupDiOpenDevRegKey
Use them in SetupDiInstallDevice

svn path=/trunk/; revision=18444
2005-10-14 16:53:18 +00:00
Gé van Geldorp a7f76e510d Fix tab/space mess
svn path=/trunk/; revision=18443
2005-10-14 13:39:27 +00:00
Hervé Poussineau cce498f665 Don't always return STATUS_BUFFER_TOO_SMALL when an error occurs in ZwQueryValueKey.
The "if" was triggered because ValueInformation->DataLength is 0xcdcdcdcd at the return of the function

svn path=/trunk/; revision=18442
2005-10-14 13:04:11 +00:00
Gé van Geldorp 23e3fa1b76 Identify the process in ThreadExtraInfo
svn path=/trunk/; revision=18441
2005-10-14 13:00:18 +00:00
Gé van Geldorp 63f7f95cdd tsk <[email protected]>:
UsageMessage is a printf format string.

svn path=/trunk/; revision=18439
2005-10-14 09:44:12 +00:00
Gé van Geldorp 2ae151a7dc Don't install Winefile icon on desktop, it's already present in the start menu
svn path=/trunk/; revision=18437
2005-10-14 09:33:31 +00:00
Gé van Geldorp f862f9f049 Mike <[email protected]>:
Add installation path for VMware 5.5. Fixes bug 907.

svn path=/trunk/; revision=18435
2005-10-14 08:03:14 +00:00
Magnus Olsen 8173b668de removed hard-coded comdlg filter from desk.cpl and it now searches for bmp;jpeg;png in windir patch by Christoph_vW see Bug 885
svn path=/trunk/; revision=18433
2005-10-13 19:13:47 +00:00
Aleksey Bragin 578f7922e1 cmd, taskmgr and userinit translations by FooDerGrosse <kevin_schnabel at gmx.de>
svn path=/trunk/; revision=18430
2005-10-13 17:34:25 +00:00
Gunnar Dalsnes 85d5b2ea3f make classes use session wide atom table. should fix bug 899
svn path=/trunk/; revision=18427
2005-10-13 12:44:58 +00:00
Hervé Poussineau 64cd53d0d2 Call specified class installer (if any) in SetupDiCallClassInstaller
Implement SetupDiOpenDeviceInterfaceA

svn path=/trunk/; revision=18426
2005-10-13 10:55:16 +00:00
Thomas Bluemel 1cb48e4fa8 properly reset the reference counter in ExReInitializeRundownProtection()
svn path=/trunk/; revision=18425
2005-10-13 10:29:04 +00:00
Gé van Geldorp 7b39c07e8a Use the pitch provided by FreeType. Fixes bug 894.
svn path=/trunk/; revision=18424
2005-10-13 08:15:52 +00:00
Hervé Poussineau 035526b30e Fix sublang IDs:
SUBLANG_ENGLISH_US for english, as we always try to load language LANG_ENGLISH/SUBLANG_ENGLISH_US
SUBLANG_NEUTRAL for the others, so all sublanguages can use the translation

svn path=/trunk/; revision=18423
2005-10-13 08:05:12 +00:00
Hervé Poussineau 43938afffe IopGetBusTypeGuidIndex: Fix an infinite loop
IopAssignDeviceResources: Allocate bus number resources

svn path=/trunk/; revision=18422
2005-10-13 07:43:25 +00:00