reactos.git
18 years agoupdate hu langues file patch from talley.
Magnus Olsen [Tue, 27 Dec 2005 23:05:34 +0000 (23:05 +0000)]
update hu langues file patch from talley.

svn path=/trunk/; revision=20383

18 years agoReport a logged-on user to the PnP-Manager.
Eric Kohl [Tue, 27 Dec 2005 23:05:22 +0000 (23:05 +0000)]
Report a logged-on user to the PnP-Manager.
This should trigger the driver installation.

svn path=/trunk/; revision=20382

18 years agoPatch by Andreas Ntakas <freedatanow@yahoo.com>:
Thomas Bluemel [Tue, 27 Dec 2005 22:28:45 +0000 (22:28 +0000)]
Patch by Andreas Ntakas <freedatanow@yahoo.com>:
- Greek translation of aclui.dll

svn path=/trunk/; revision=20381

18 years agoArtem Reznikov: Ukrainian keyboard layout (bug 1200).
Aleksey Bragin [Tue, 27 Dec 2005 22:00:43 +0000 (22:00 +0000)]
Artem Reznikov: Ukrainian keyboard layout (bug 1200).

svn path=/trunk/; revision=20380

18 years agoUSB 2.5.0 -> 2.6.14.3 upgrade: Add some interrupt-related stuff into device extension...
Aleksey Bragin [Tue, 27 Dec 2005 21:22:27 +0000 (21:22 +0000)]
USB 2.5.0 -> 2.6.14.3 upgrade: Add some interrupt-related stuff into device extension (will be used after future commits)

svn path=/trunk/; revision=20379

18 years agoUSB 2.5.0 -> 2.6.14.3 upgrade: Store actual bus number by querying upper-laying driver.
Aleksey Bragin [Tue, 27 Dec 2005 21:01:58 +0000 (21:01 +0000)]
USB 2.5.0 -> 2.6.14.3 upgrade: Store actual bus number by querying upper-laying driver.

svn path=/trunk/; revision=20378

18 years agoUSB 2.5.0 -> 2.6.14.3 upgrade: Adding information about bus number to which this...
Aleksey Bragin [Tue, 27 Dec 2005 21:00:19 +0000 (21:00 +0000)]
USB 2.5.0 -> 2.6.14.3 upgrade: Adding information about bus number to which this HC is connected to (needed in further calls to read/write pci config space)

svn path=/trunk/; revision=20377

18 years agoFix a few msvc warnings
Ged Murphy [Tue, 27 Dec 2005 18:59:13 +0000 (18:59 +0000)]
Fix a few msvc warnings

svn path=/trunk/; revision=20376

18 years agosilence msvc warning
Ged Murphy [Tue, 27 Dec 2005 18:47:11 +0000 (18:47 +0000)]
silence msvc warning

svn path=/trunk/; revision=20375

18 years agoSilence most of the msvc warnings
Ged Murphy [Tue, 27 Dec 2005 18:05:53 +0000 (18:05 +0000)]
Silence most of the msvc warnings

svn path=/trunk/; revision=20374

18 years agoDisplay the driver provider, date and version. Based on a patch by Herve.
Thomas Bluemel [Tue, 27 Dec 2005 17:15:51 +0000 (17:15 +0000)]
Display the driver provider, date and version. Based on a patch by Herve.

svn path=/trunk/; revision=20373

18 years agoproperly read the cursor hotspots from the resource
Thomas Bluemel [Tue, 27 Dec 2005 16:19:07 +0000 (16:19 +0000)]
properly read the cursor hotspots from the resource

svn path=/trunk/; revision=20372

18 years agofixed difference in signedness warnings
Thomas Bluemel [Tue, 27 Dec 2005 15:33:31 +0000 (15:33 +0000)]
fixed difference in signedness warnings

svn path=/trunk/; revision=20371

18 years agoHandle more DIF codes in SetupDiCallClassInstaller. The list should now be complete
Hervé Poussineau [Tue, 27 Dec 2005 15:19:45 +0000 (15:19 +0000)]
Handle more DIF codes in SetupDiCallClassInstaller. The list should now be complete

svn path=/trunk/; revision=20370

18 years agoRevert code specific to Wine to enumerate serial ports, and allow generic enumeration...
Hervé Poussineau [Tue, 27 Dec 2005 11:39:43 +0000 (11:39 +0000)]
Revert code specific to Wine to enumerate serial ports, and allow generic enumeration of interfaces like in ReactOS.
Serial ports will still be enumerated in Wine (using GUID_DEVINTERFACE_COMPORT or GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR) if the following registry entries are present:

HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{4d36e978-e325-11ce-bfc1-08002be10318}\COM1
DeviceInstance   REG_SZ     SERIAL\COM1
HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{4d36e978-e325-11ce-bfc1-08002be10318}\COM1\#
SymbolicLink     REG_SZ     COM1:
HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{4d36e978-e325-11ce-bfc1-08002be10318}\COM1\#\Control
Linked           REG_DWORD  1
HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{86e0d1e0-8089-11d0-9ce4-08003e301f73}\COM1
DeviceInstance   REG_SZ     COM1
HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{86e0d1e0-8089-11d0-9ce4-08003e301f73}\COM1\#
SymbolicLink     REG_SZ     COM1:
HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{86e0d1e0-8089-11d0-9ce4-08003e301f73}\COM1\#\Control
Linked           REG_DWORD  1
HKLM\SYSTEM\CurrentControlSet\Enum\SERIAL\COM1
ClassGUID        REG_SZ     {4D36E978-E325-11CE-BFC1-08002BE10318}

svn path=/trunk/; revision=20369

18 years agoRemove the evil build-breaker mark of the devil: 't'
Alex Ionescu [Tue, 27 Dec 2005 06:11:44 +0000 (06:11 +0000)]
Remove the evil build-breaker mark of the devil: 't'

svn path=/trunk/; revision=20368

18 years ago- Major Win32k Header Cleanup: Add ntgdi.h based on latest Platform SDK Public header...
Alex Ionescu [Tue, 27 Dec 2005 03:41:13 +0000 (03:41 +0000)]
- Major Win32k Header Cleanup: Add ntgdi.h based on latest Platform SDK Public header. It contains the official definitions for NtGdi APIs.
- Added ntgdityps.h for structures needed to use the header (which were sadly not publically shipped).
- Removed internal win32k header data from public headers and put it to internal win32k headers.
- Fixed ntuser.h STDCALL->WINAPI.
- Added ntgdihdl.h for shared GDI Handle information between gdi32/win32k
- Added ntusrtyp.h for some shared NtUser types.
- Added ntgdibad.h which contains all non-compatible NtGdi prototypes, along with a detailed comment for each, and information on how to fix it. I had a 20 000+ line patch fixing all these issues, but it contained many bugs and I scrapped it in place for this approach, which while dirtier at first, simplifies the number of changes needed so that others can work on it as well.
- Fixed some gdi32/win32k/user32 header issues.

svn path=/trunk/; revision=20367

18 years ago- Added support for NTLDR style freeloader GUI. To enable, edit freeldr.ini and add:
Alex Ionescu [Tue, 27 Dec 2005 03:12:00 +0000 (03:12 +0000)]
- Added support for NTLDR style freeloader GUI. To enable, edit freeldr.ini and add:
ShowTime=No
MinimalUI=Yes
MenuBox=No
CenterMenu=No
TimeText=Seconds until highlighted choice will be started automatically:
Also make sure the following are set:
MenuTextColor=Gray
MenuColor=Black
TextColor=Gray
SelectedTextColor=Black
SelectedColor=Gray.
- Also made the boot-up screen black, not blue, since that's the actual color it's been after NT4. If booting without NOGUIBOOT, this results in a much nicer transition to the boot screen (especially if using the NTLDR theme)
- Some other minor changes done to simplify transitions while booting. Hoping for filip to finish his Bootvid patch to remove the last annoying gui->text->gui switch near the end :).

svn path=/trunk/; revision=20366

18 years ago- Add information on new executive locks being worked on.
Alex Ionescu [Tue, 27 Dec 2005 03:06:35 +0000 (03:06 +0000)]
- Add information on new executive locks being worked on.

svn path=/trunk/; revision=20365

18 years agofixed remote device property pages
Thomas Bluemel [Tue, 27 Dec 2005 01:53:00 +0000 (01:53 +0000)]
fixed remote device property pages

svn path=/trunk/; revision=20364

18 years agoHandle DIF_ADDPROPERTYPAGE_ADVANCED in SetupDiCallClassInstaller (needed by r20358)
Hervé Poussineau [Tue, 27 Dec 2005 01:37:04 +0000 (01:37 +0000)]
Handle DIF_ADDPROPERTYPAGE_ADVANCED in SetupDiCallClassInstaller (needed by r20358)

svn path=/trunk/; revision=20363

18 years agowrc wants an empty line at the end of the file
Thomas Bluemel [Tue, 27 Dec 2005 01:14:55 +0000 (01:14 +0000)]
wrc wants an empty line at the end of the file

svn path=/trunk/; revision=20362

18 years agoforget update de.rc
Magnus Olsen [Tue, 27 Dec 2005 00:11:29 +0000 (00:11 +0000)]
forget update de.rc

svn path=/trunk/; revision=20361

18 years agoMaintain work sync res with en.rc the rc file need update there translation for the...
Magnus Olsen [Tue, 27 Dec 2005 00:03:24 +0000 (00:03 +0000)]
Maintain work sync res with en.rc the rc file need update there translation for the new dialog boz

svn path=/trunk/; revision=20360

18 years agoMaintain work sync res with en.rc res change adding IDS_USERDOMAINFORMAT "%1 (%2...
Magnus Olsen [Mon, 26 Dec 2005 23:56:25 +0000 (23:56 +0000)]
Maintain work sync res with en.rc res change adding IDS_USERDOMAINFORMAT "%1 (%2\\%3)" and IDS_USERFORMAT "%1" no need update the translatons.

svn path=/trunk/; revision=20359

18 years agoAdd the driver page if necessary, based on a patch by Herve
Thomas Bluemel [Mon, 26 Dec 2005 23:37:04 +0000 (23:37 +0000)]
Add the driver page if necessary, based on a patch by Herve

svn path=/trunk/; revision=20358

18 years agoUpdate status
Gé van Geldorp [Mon, 26 Dec 2005 23:35:02 +0000 (23:35 +0000)]
Update status

svn path=/trunk/; revision=20357

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:31:24 +0000 (23:31 +0000)]
Sync to Wine-0_9_4:
Thomas Weidenmueller <wine-patches@reactsoft.com>
- urlmon: Correctly fix IStream::Read.
  Don't dereference a possible NULL pointer.
- urlmon: Fix call to ReadFile.
  The BytesRead parameter passed to ReadFile may never be NULL.
Jacek Caban <jacek@codeweavers.com>
- urlmon: Added handling of BINDF_FROMURLMON in file protocol.
- urlmon: Added some tests and fixes of file protocol.
- urlmon: Fix BindToStorage test.

svn path=/trunk/; revision=20355

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:24:41 +0000 (23:24 +0000)]
Sync to Wine-0_9_4:
Vincent Béron <vberon@mecano.gme.usherb.ca>
- Add some missing includes which contain used prototypes.

svn path=/trunk/; revision=20354

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:23:03 +0000 (23:23 +0000)]
Sync to Wine-0_9_4:
Michael Jung <mjung@iss.tu-darmstadt.de>
- shell32: Fix drag-scrolling in the shellview object.
Stefan Leichter <Stefan.Leichter@camLine.com>
- shell32: Fix return value of PathProcessCommand.

svn path=/trunk/; revision=20353

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:20:19 +0000 (23:20 +0000)]
Sync to Wine-0_9_4:
Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
- riched20: Reset selection when text is reset.

svn path=/trunk/; revision=20352

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:18:49 +0000 (23:18 +0000)]
Sync to Wine-0_9_4:
Robert Shearman <rob@codeweavers.com>
- OLE: Fix SafeArrayCopy for NULL pvData.
  It is allowed to copy a SAFEARRAY with a NULL pvData, as long as
  cbElements is non-zero. Add a test for this and fix the safe array
  code.
- OLE: Add const to several typelib functions.
  Add const attributes to parameters for several functions and fix up
  some formatting.
- OleTranslateColor trace fix.
  OleTranslateColor isn't a stub so don't print ":stub" in the trace
  message.

svn path=/trunk/; revision=20351

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:16:41 +0000 (23:16 +0000)]
Sync to Wine-0_9_4:
Michael Jung <mjung@iss.tu-darmstadt.de>
- ole32: Periodically call IDropTarger::DragOver during Drag&Drop.
Robert Shearman <rob@codeweavers.com>
- CreateErrorInfo trace fix.
  CreateErrorInfo isn't a stub so don't print this in the trace
  message.
Alexandre Julliard <julliard@winehq.org>
- Take advantage of the __EXCEPT_PAGE_FAULT macro.
- We no longer need to handle EXCEPTION_PRIV_INSTRUCTION on page faults.
- ole32: Revert exception handler change.
  The handler does the opposite of normal page fault handlers.
Ulrich Czekalla <ulrich@codeweavers.com>
- ole32: Return error instead of asserting if storage file is corrupt.
Eric Pouech <eric.pouech@wanadoo.fr>
- Functions with no paramters must be (void).
- Const correctness fixes.

svn path=/trunk/; revision=20350

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:10:21 +0000 (23:10 +0000)]
Sync to Wine-0_9_4:
Magnus Olsen <magnus@itkonsult-olsen.com>
- msi: Fixed deformat_environment to not cut off string.
Bill Medland <billmedland@mercuryspeed.com>
- msi: Use a default dialog font if nothing is specified.
- msi: Prevent array underflow in MsiFormat when measuring with zero-length buffer.

svn path=/trunk/; revision=20349

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:08:49 +0000 (23:08 +0000)]
Sync to Wine-0_9_4:
Vincent Béron <vberon@mecano.gme.usherb.ca>
- Add some missing includes which contain used prototypes.

svn path=/trunk/; revision=20348

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 23:05:15 +0000 (23:05 +0000)]
Sync to Wine-0_9_4:
Juan Lang <juan_lang@yahoo.com>
- crypt32: Implement more implicit properties, with tests.
- crypt32: Implement CRLDistPoints encoding/decoding.
- rewrite sequence decoding to support context-specific tags, and
  eliminate duplicated code
- implement encoding and decoding of CRLDistPoints
- crypt32: Decode cleanups.
- implement a helper to decode sequences of like types
- use helper functions wherever applicable when decoding
- correct "expected" vs. "got" usage in tests
- fix a few other small bugs
Alexandre Julliard <julliard@winehq.org>
- Take advantage of the __EXCEPT_PAGE_FAULT macro.

svn path=/trunk/; revision=20347

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 22:57:56 +0000 (22:57 +0000)]
Sync to Wine-0_9_4:
Eric Pouech <eric.pouech@wanadoo.fr>
- Const correctness fixes.
- Removed some dead-code.

svn path=/trunk/; revision=20346

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 22:56:31 +0000 (22:56 +0000)]
Sync to Wine-0_9_4:
Dmitry Timoshkov <dmitry@codeweavers.com>
- comctl32: Add a test for the initial tooltip window style settings,
  make it pass under Wine.
Eric Pouech <eric.pouech@wanadoo.fr>
- comctl32: Fixed (harmless) typo.

svn path=/trunk/; revision=20345

18 years agoSync to Wine-0_9_4:
Gé van Geldorp [Mon, 26 Dec 2005 22:51:29 +0000 (22:51 +0000)]
Sync to Wine-0_9_4:
Alexandre Julliard <julliard@winehq.org>
- winebuild: Allow -register flag for Win32 too.
  This way it can be used as hint for the relay code.
- ntdll: Make __wine_call_from_32_restore_regs take a context pointer.
  Changed exception raise functions to call it explicitly.
- ntdll: New implementation of relay thunks.
  New implementation of relay thunks that doesn't require modifying code
  on the fly, so that the thunks can be put in the text section.
  Some performance improvements.

svn path=/trunk/; revision=20344

18 years agoReplace implementation of QueryServiceConfigW by a stub (like in pre-20255), as rpcrt...
Hervé Poussineau [Mon, 26 Dec 2005 21:47:28 +0000 (21:47 +0000)]
Replace implementation of QueryServiceConfigW by a stub (like in pre-20255), as rpcrt4 throws sometimes an exception and breaks PnP manager

svn path=/trunk/; revision=20343

18 years ago- Set SPINT_DEFAULT, SPINT_REMOVED and SPINT_ACTIVE in interface flags when needed
Hervé Poussineau [Mon, 26 Dec 2005 21:41:02 +0000 (21:41 +0000)]
- Set SPINT_DEFAULT, SPINT_REMOVED and SPINT_ACTIVE in interface flags when needed
- Precise some SP_DEVINSTALL_PARAMS, by replacing them by SP_DEVINSTALL_PARAMS_W
- Don't hardcode some constants

svn path=/trunk/; revision=20342

18 years agoforgot to remove this
Ged Murphy [Mon, 26 Dec 2005 20:48:46 +0000 (20:48 +0000)]
forgot to remove this

svn path=/trunk/; revision=20341

18 years agoShut MSVC warnings up
Ged Murphy [Mon, 26 Dec 2005 20:40:45 +0000 (20:40 +0000)]
Shut MSVC warnings up

svn path=/trunk/; revision=20339

18 years agoAdd CMP_Init_Detection and CMP_Report_LogOn prototypes.
Eric Kohl [Mon, 26 Dec 2005 20:14:24 +0000 (20:14 +0000)]
Add CMP_Init_Detection and CMP_Report_LogOn prototypes.

svn path=/trunk/; revision=20338

18 years agoTake care of flag DI_FLAGSEX_NO_DRVREG_MODIFY
Hervé Poussineau [Mon, 26 Dec 2005 15:55:33 +0000 (15:55 +0000)]
Take care of flag DI_FLAGSEX_NO_DRVREG_MODIFY

svn path=/trunk/; revision=20337

18 years agoFix usage of DI_NOVCP flag
Hervé Poussineau [Mon, 26 Dec 2005 15:25:47 +0000 (15:25 +0000)]
Fix usage of DI_NOVCP flag

svn path=/trunk/; revision=20336

18 years ago-Implement EnumServicesStatusExW.
Eric Kohl [Mon, 26 Dec 2005 15:06:46 +0000 (15:06 +0000)]
-Implement EnumServicesStatusExW.
-Add missing [unique] Attributes to svcctrl.idl.

svn path=/trunk/; revision=20335

18 years agoBetter page file creation that allows for system managed setting. A lot of thanks...
Brandon Turner [Mon, 26 Dec 2005 02:45:49 +0000 (02:45 +0000)]
Better page file creation that allows for system managed setting.  A lot of thanks to Thomas on this patch.

svn path=/trunk/; revision=20334

18 years agofixed creating property pages
Thomas Bluemel [Sun, 25 Dec 2005 23:57:26 +0000 (23:57 +0000)]
fixed creating property pages

svn path=/trunk/; revision=20333

18 years agoperform asynchronous SID lookups
Thomas Bluemel [Sun, 25 Dec 2005 21:20:13 +0000 (21:20 +0000)]
perform asynchronous SID lookups

svn path=/trunk/; revision=20332

18 years agoImplement QueryServiceStatusEx.
Eric Kohl [Sun, 25 Dec 2005 21:19:33 +0000 (21:19 +0000)]
Implement QueryServiceStatusEx.

svn path=/trunk/; revision=20331

18 years agodo not BSD in some test apps I have. it did not check if input buffer for the convert...
Magnus Olsen [Sun, 25 Dec 2005 18:53:39 +0000 (18:53 +0000)]
do not BSD in some test apps I have. it did not check if input buffer for the convert string was NULL or not.

svn path=/trunk/; revision=20330

18 years agoCopy driver files only once
Hervé Poussineau [Sun, 25 Dec 2005 15:00:05 +0000 (15:00 +0000)]
Copy driver files only once

svn path=/trunk/; revision=20329

18 years ago- Implement EnumServicesStatusW.
Eric Kohl [Sun, 25 Dec 2005 14:45:30 +0000 (14:45 +0000)]
- Implement EnumServicesStatusW.
- Add server stubs for ChangeServiceConfigA, GetServiceDisplayNameA, GetServiceKeyNameA and QueryServiceStatusEx.

svn path=/trunk/; revision=20328

18 years agoaddig follow reslution to select betwin vbe_640x480x16, vbe_800x600x8, vbe_1024x768x8...
Magnus Olsen [Sun, 25 Dec 2005 10:35:23 +0000 (10:35 +0000)]
addig follow reslution to select betwin vbe_640x480x16, vbe_800x600x8, vbe_1024x768x8, vbe_1024x768x16

svn path=/trunk/; revision=20327

18 years agoAdding same bug fix as 20303 to vfprintf.c it did have same problem. thx for GvG...
Magnus Olsen [Sun, 25 Dec 2005 02:55:18 +0000 (02:55 +0000)]
Adding same bug fix as 20303 to vfprintf.c it did have same problem. thx for GvG bugfix.

svn path=/trunk/; revision=20326

18 years agofixing 20 VS waring msg
Magnus Olsen [Sun, 25 Dec 2005 02:05:50 +0000 (02:05 +0000)]
fixing 20 VS waring msg

svn path=/trunk/; revision=20325

18 years agoClose the key only if we have opened it (it's not the case when the subkey name is...
Hervé Poussineau [Sat, 24 Dec 2005 23:24:40 +0000 (23:24 +0000)]
Close the key only if we have opened it (it's not the case when the subkey name is empty)

svn path=/trunk/; revision=20324

18 years agoAllow more than one USB controller
Hervé Poussineau [Sat, 24 Dec 2005 17:56:23 +0000 (17:56 +0000)]
Allow more than one USB controller

svn path=/trunk/; revision=20323

18 years agoFixed Cz.rc to SUBLANG_DEFAULT so make VS happy
Magnus Olsen [Sat, 24 Dec 2005 17:50:01 +0000 (17:50 +0000)]
Fixed Cz.rc to SUBLANG_DEFAULT so make VS happy
Fixed Es.rc to SUBLANG_NEUTRAL so make VS happy

svn path=/trunk/; revision=20322

18 years agoFix transfer summary
Gé van Geldorp [Sat, 24 Dec 2005 14:28:05 +0000 (14:28 +0000)]
Fix transfer summary

svn path=/trunk/; revision=20321

18 years agoThere's a difference between a handle and an object... Sorry about this
Gé van Geldorp [Sat, 24 Dec 2005 09:33:35 +0000 (09:33 +0000)]
There's a difference between a handle and an object... Sorry about this

svn path=/trunk/; revision=20320

18 years agofixed typo
Royce Mitchell III [Sat, 24 Dec 2005 07:21:22 +0000 (07:21 +0000)]
fixed typo

svn path=/trunk/; revision=20319

18 years agofirst attempt at a hebrew keyboard
Royce Mitchell III [Sat, 24 Dec 2005 05:36:38 +0000 (05:36 +0000)]
first attempt at a hebrew keyboard

svn path=/trunk/; revision=20318

18 years agoChecking memory allocation return values helps prevent crashes
Gé van Geldorp [Fri, 23 Dec 2005 20:47:54 +0000 (20:47 +0000)]
Checking memory allocation return values helps prevent crashes

svn path=/trunk/; revision=20316

18 years agoSend delayed ACKs after 200ms instead of 2500ms
Gé van Geldorp [Fri, 23 Dec 2005 20:46:48 +0000 (20:46 +0000)]
Send delayed ACKs after 200ms instead of 2500ms

svn path=/trunk/; revision=20315

18 years agoForce Nagle algorithm off for loopback
Gé van Geldorp [Fri, 23 Dec 2005 20:44:39 +0000 (20:44 +0000)]
Force Nagle algorithm off for loopback

svn path=/trunk/; revision=20314

18 years agoAllow to choose between 800x600x16 and 640x480x8 as default resolution in first stage...
Maarten Bosma [Fri, 23 Dec 2005 18:03:12 +0000 (18:03 +0000)]
Allow to choose between 800x600x16 and 640x480x8 as default resolution in first stage installer.

svn path=/trunk/; revision=20313

18 years ago-Add QueryServiceConfig2A stub.
Eric Kohl [Fri, 23 Dec 2005 15:56:51 +0000 (15:56 +0000)]
-Add QueryServiceConfig2A stub.
-Implement QueryServiceObjectSecurity and SetServiceObjectSecurity.

svn path=/trunk/; revision=20311

18 years agoForgot this file!
Eric Kohl [Fri, 23 Dec 2005 15:46:03 +0000 (15:46 +0000)]
Forgot this file!
Exports CMP_InitDetection, CMP_Report_LogOn, CM_Move_DevNode[_Ex], CM_Setup_DevNode[_Ex] and CM_Uninstall_DevNode[_Ex].

svn path=/trunk/; revision=20310

18 years agoReturn error code that oskit understands. Fixes ftp upload.
Gé van Geldorp [Thu, 22 Dec 2005 22:23:07 +0000 (22:23 +0000)]
Return error code that oskit understands. Fixes ftp upload.

svn path=/trunk/; revision=20305

18 years agoSilence debug message
Gé van Geldorp [Thu, 22 Dec 2005 22:22:14 +0000 (22:22 +0000)]
Silence debug message

svn path=/trunk/; revision=20304

18 years agoFix nul stripping and get GreatLord of my back ;-)
Gé van Geldorp [Thu, 22 Dec 2005 20:41:46 +0000 (20:41 +0000)]
Fix nul stripping and get GreatLord of my back ;-)

svn path=/trunk/; revision=20303

18 years agoOnly allow bmp since it is the only format supported by reactos.
Maarten Bosma [Thu, 22 Dec 2005 16:30:37 +0000 (16:30 +0000)]
Only allow bmp since it is the only format supported by reactos.

svn path=/trunk/; revision=20301

18 years agomsmouse.inf: Change some section names to be able to install the vmware mouse driver...
Hervé Poussineau [Thu, 22 Dec 2005 13:57:52 +0000 (13:57 +0000)]
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

18 years agoExpand the value if we have a REG_EXPAND_SZ entry
Hervé Poussineau [Thu, 22 Dec 2005 13:54:07 +0000 (13:54 +0000)]
Expand the value if we have a REG_EXPAND_SZ entry

svn path=/trunk/; revision=20299

18 years agoRemove debugging breakpoint accidentally left in
Gé van Geldorp [Thu, 22 Dec 2005 11:50:12 +0000 (11:50 +0000)]
Remove debugging breakpoint accidentally left in

svn path=/trunk/; revision=20298

18 years agoRemember the last allocated port and try to allocate the next one on the
Gé van Geldorp [Thu, 22 Dec 2005 11:44:16 +0000 (11:44 +0000)]
Remember the last allocated port and try to allocate the next one on the
following call (prevents 1024 from being allocated each time)

svn path=/trunk/; revision=20297

18 years agoBug 1158 French translation from French translation team by zoken <mustang9...
Magnus Olsen [Wed, 21 Dec 2005 21:29:07 +0000 (21:29 +0000)]
Bug 1158  French translation from French translation team by      zoken <mustang9@gmail.com>

svn path=/trunk/; revision=20296

18 years agoBug 1157 French translation from French translation team by zoken <mustang9...
Magnus Olsen [Wed, 21 Dec 2005 21:25:59 +0000 (21:25 +0000)]
Bug 1157  French translation from French translation team by      zoken <mustang9@gmail.com>

svn path=/trunk/; revision=20295

18 years agoBug 1166 part 2 of 2 French translation from French translation team by cmoibenlepr...
Magnus Olsen [Wed, 21 Dec 2005 21:19:04 +0000 (21:19 +0000)]
Bug 1166 part 2 of 2  French translation from French translation team by  cmoibenlepro <cmoibenlepro@hotmail.com>

svn path=/trunk/; revision=20294

18 years agoBug 1166 part 1 of 2 French translation from French translation team by cmoibenlepr...
Magnus Olsen [Wed, 21 Dec 2005 21:12:35 +0000 (21:12 +0000)]
Bug 1166 part 1 of 2  French translation from French translation team by  cmoibenlepro <cmoibenlepro@hotmail.com>

svn path=/trunk/; revision=20293

18 years agoBug 1155 French translation from French translation team by zoken <mustang9...
Magnus Olsen [Wed, 21 Dec 2005 21:07:03 +0000 (21:07 +0000)]
Bug 1155  French translation from French translation team by     zoken <mustang9@gmail.com

svn path=/trunk/; revision=20292

18 years agoBug 1163 French translation from Jerome Signouret "ggcom" by ReactOS French translat...
Magnus Olsen [Wed, 21 Dec 2005 20:58:08 +0000 (20:58 +0000)]
Bug 1163  French translation from Jerome Signouret "ggcom" by ReactOS French translation team

svn path=/trunk/; revision=20291

18 years agoBug 1162 correct French translation by Jerome Signouret "ggcom"
Magnus Olsen [Wed, 21 Dec 2005 20:50:15 +0000 (20:50 +0000)]
Bug 1162 correct French translation by Jerome Signouret "ggcom"

svn path=/trunk/; revision=20290

18 years agomake functions match their declarations
Thomas Bluemel [Wed, 21 Dec 2005 19:07:47 +0000 (19:07 +0000)]
make functions match their declarations

svn path=/trunk/; revision=20288

18 years agofixed difference in signedness warning
Thomas Bluemel [Wed, 21 Dec 2005 19:07:47 +0000 (19:07 +0000)]
fixed difference in signedness warning

svn path=/trunk/; revision=20287

18 years agoFix compiling. Thanks to filip.
James Tabor [Wed, 21 Dec 2005 18:03:28 +0000 (18:03 +0000)]
Fix compiling. Thanks to filip.

svn path=/trunk/; revision=20286

18 years agoPartly implement SetupDiInstallDeviceInterfaces
Hervé Poussineau [Wed, 21 Dec 2005 14:43:02 +0000 (14:43 +0000)]
Partly implement SetupDiInstallDeviceInterfaces

svn path=/trunk/; revision=20284

18 years ago- Fix horribly broken implementation of SetupInstallServicesFromInfSectionExW, which...
Hervé Poussineau [Wed, 21 Dec 2005 12:28:55 +0000 (12:28 +0000)]
- Fix horribly broken implementation of SetupInstallServicesFromInfSectionExW, which should install a whole Services section and not a particular service.
- Simplify handling of Include and Needs directives

svn path=/trunk/; revision=20283

18 years agomissed an error check
Ged Murphy [Tue, 20 Dec 2005 23:54:21 +0000 (23:54 +0000)]
missed an error check

svn path=/trunk/; revision=20282

18 years agoAdd missing RtlMakeSelfRelatedSd prototype.
Eric Kohl [Tue, 20 Dec 2005 23:16:09 +0000 (23:16 +0000)]
Add missing RtlMakeSelfRelatedSd prototype.

svn path=/trunk/; revision=20281

18 years agoThe function epilog is responsible for removing the final exception frame
Gé van Geldorp [Tue, 20 Dec 2005 20:42:30 +0000 (20:42 +0000)]
The function epilog is responsible for removing the final exception frame

svn path=/trunk/; revision=20280

18 years agofix output for local connections
Ged Murphy [Tue, 20 Dec 2005 20:36:38 +0000 (20:36 +0000)]
fix output for local connections

svn path=/trunk/; revision=20279

18 years agoDon't try to dereference possible NULL pointers
Hervé Poussineau [Tue, 20 Dec 2005 20:07:40 +0000 (20:07 +0000)]
Don't try to dereference possible NULL pointers

svn path=/trunk/; revision=20277

18 years ago- shut some of the msvc warnings up
Ged Murphy [Tue, 20 Dec 2005 19:54:25 +0000 (19:54 +0000)]
- shut some of the msvc warnings up
- change malloc's to HeapAlloc's
- fix memory leaks

svn path=/trunk/; revision=20276

18 years agowhen message is not unicode then SendMessageA should be used. Fixes #1152 and combobo...
Sebastian Gasiorek [Tue, 20 Dec 2005 13:24:47 +0000 (13:24 +0000)]
when message is not unicode then SendMessageA should be used. Fixes #1152 and combobox in "Run..." dialog

svn path=/trunk/; revision=20275

18 years agoHonor DI_ENUMSINGLEINF flag in SetupDiBuildDriverInfoList
Hervé Poussineau [Tue, 20 Dec 2005 09:45:53 +0000 (09:45 +0000)]
Honor DI_ENUMSINGLEINF flag in SetupDiBuildDriverInfoList
Implement SetupDiGetSelectedDevice/SetupDiSetSelectedDevice

svn path=/trunk/; revision=20274

18 years ago/me loves Raymond
Gé van Geldorp [Mon, 19 Dec 2005 17:58:17 +0000 (17:58 +0000)]
/me loves Raymond

svn path=/trunk/; revision=20273

18 years agoImplement SetupDiGetDeviceInfoListClass
Hervé Poussineau [Mon, 19 Dec 2005 15:08:55 +0000 (15:08 +0000)]
Implement SetupDiGetDeviceInfoListClass
Parse 'Include' and 'Needs' directives in SetupInstallFromInfSectionW and when installing services

svn path=/trunk/; revision=20271