reactos.git
17 years agoFixed the calculation of the hash for the process data.
Hartmut Birr [Mon, 24 Oct 2005 18:03:57 +0000 (18:03 +0000)]
Fixed the calculation of the hash for the process data.

svn path=/trunk/; revision=18756

17 years agoChanged the indentation to a human readable format (no code change).
Hartmut Birr [Mon, 24 Oct 2005 18:00:46 +0000 (18:00 +0000)]
Changed the indentation to a human readable format (no code change).

svn path=/trunk/; revision=18755

17 years ago- Removed the initialisation of the kernel map area.
Hartmut Birr [Mon, 24 Oct 2005 17:55:50 +0000 (17:55 +0000)]
- Removed the initialisation of the kernel map area.
- Allocate the region for the paged and non paged pool at a 4MB boundary.
- Protect the local and i/o apic by a memory area.

svn path=/trunk/; revision=18754

17 years agoconvert tabs to spaces to make it readable with tabs != 8 spaces
Thomas Bluemel [Mon, 24 Oct 2005 17:54:55 +0000 (17:54 +0000)]
convert tabs to spaces to make it readable with tabs != 8 spaces

svn path=/trunk/; revision=18753

17 years agofixed uninitialized variable warning
Thomas Bluemel [Mon, 24 Oct 2005 17:50:14 +0000 (17:50 +0000)]
fixed uninitialized variable warning

svn path=/trunk/; revision=18752

17 years agoFixed Ki386WriteFsByte.
Hartmut Birr [Mon, 24 Oct 2005 17:45:37 +0000 (17:45 +0000)]
Fixed Ki386WriteFsByte.

svn path=/trunk/; revision=18751

17 years agoEnabled some debug messages.
Hartmut Birr [Mon, 24 Oct 2005 17:43:53 +0000 (17:43 +0000)]
Enabled some debug messages.

svn path=/trunk/; revision=18750

17 years agoFixed the stub for AddAccessDeniedObjectAce.
Hartmut Birr [Mon, 24 Oct 2005 17:41:16 +0000 (17:41 +0000)]
Fixed the stub for AddAccessDeniedObjectAce.

svn path=/trunk/; revision=18749

17 years agoDisable some unimplemented functions.
Hartmut Birr [Mon, 24 Oct 2005 17:39:57 +0000 (17:39 +0000)]
Disable some unimplemented functions.

svn path=/trunk/; revision=18748

17 years agoprepare some directdraw syscall using cache info, that will make our ddraw.dll work...
Magnus Olsen [Mon, 24 Oct 2005 17:32:47 +0000 (17:32 +0000)]
prepare some directdraw syscall using cache info, that will make our ddraw.dll work evently in reactos.

svn path=/trunk/; revision=18747

17 years ago- Translate STATUS_DEVICE_NOT_CONNECTED to the correct error.
Hartmut Birr [Mon, 24 Oct 2005 17:27:41 +0000 (17:27 +0000)]
- Translate STATUS_DEVICE_NOT_CONNECTED to the correct error.

svn path=/trunk/; revision=18746

17 years ago- Initialize the csr request inside the loop, if CsrClientCallServer is called inside...
Hartmut Birr [Mon, 24 Oct 2005 17:25:23 +0000 (17:25 +0000)]
- Initialize the csr request inside the loop, if CsrClientCallServer is called inside a loop.

svn path=/trunk/; revision=18745

17 years ago- Change the protection in WriteProcessMemory if it is necessary.
Hartmut Birr [Mon, 24 Oct 2005 17:23:42 +0000 (17:23 +0000)]
- Change the protection in WriteProcessMemory if it is necessary.

svn path=/trunk/; revision=18744

17 years ago- Set the correct type and state in MiQueryVirtualMemory.
Hartmut Birr [Mon, 24 Oct 2005 17:21:23 +0000 (17:21 +0000)]
- Set the correct type and state in MiQueryVirtualMemory.
- Return an error in MiProtectVirtualMemory if we trying to access a region other than a section view or virtual memory.
- Don't allow to read or write kernel memory in NtRead/WriteVirtualMemory.
- Don't unprotect the memory in NtWriteVirtualMemory.
- Don't allow to change the memory protection of kernel address space.
- If it is possible, access the memory aligned by pages (in ProbeForWrite).

svn path=/trunk/; revision=18743

17 years agoFixed definition of ScmrChangeServiceConfigW:
Eric Kohl [Mon, 24 Oct 2005 17:13:08 +0000 (17:13 +0000)]
Fixed definition of ScmrChangeServiceConfigW:
- lpBinaryPathName must be a [unique] pointer.

svn path=/trunk/; revision=18742

17 years agofilling in bit more info to DDRAW_GLOBAL struct in halinistate.
Magnus Olsen [Mon, 24 Oct 2005 16:44:37 +0000 (16:44 +0000)]
filling in  bit more info to DDRAW_GLOBAL struct in halinistate.

svn path=/trunk/; revision=18741

17 years agoImplemented thunks for IDirectDrawSurface and IDirectDraw. This isn't good code,...
Maarten Bosma [Mon, 24 Oct 2005 16:29:36 +0000 (16:29 +0000)]
Implemented thunks for IDirectDrawSurface and IDirectDraw. This isn't good code, because it is a mixture of wine and our code. But it works as far as I can see. I will fix it someday.

svn path=/trunk/; revision=18740

17 years agoSet the correct length in MmQuerySectionView.
Hartmut Birr [Mon, 24 Oct 2005 15:56:03 +0000 (15:56 +0000)]
Set the correct length in MmQuerySectionView.

svn path=/trunk/; revision=18739

17 years agodon't define DirectDrawClipper_Vtable statically
Thomas Bluemel [Mon, 24 Oct 2005 15:35:04 +0000 (15:35 +0000)]
don't define DirectDrawClipper_Vtable statically

svn path=/trunk/; revision=18738

17 years agoRevert r18735 and add the missing definition to svcctl.idl.
Hartmut Birr [Mon, 24 Oct 2005 15:26:54 +0000 (15:26 +0000)]
Revert r18735 and add the missing definition to svcctl.idl.

svn path=/trunk/; revision=18737

17 years agoadded PCI interrupt link device
Christoph von Wittich [Mon, 24 Oct 2005 14:00:14 +0000 (14:00 +0000)]
added PCI interrupt link device

svn path=/trunk/; revision=18736

17 years agoTemporary workaround to fix build
Gé van Geldorp [Mon, 24 Oct 2005 12:55:54 +0000 (12:55 +0000)]
Temporary workaround to fix build

svn path=/trunk/; revision=18735

17 years agoInstall .CoInstallers section from .inf file
Hervé Poussineau [Mon, 24 Oct 2005 12:49:05 +0000 (12:49 +0000)]
Install .CoInstallers section from .inf file
Call class coinstallers and device coinstallers when installing a device

svn path=/trunk/; revision=18734

17 years agoSet NULL driver for LPT ports
Hervé Poussineau [Mon, 24 Oct 2005 11:40:14 +0000 (11:40 +0000)]
Set NULL driver for LPT ports
Add more PnP IDs in machine.inf

svn path=/trunk/; revision=18733

17 years agoAdd functions to reference/dereference InfFileDetails structure added in r18731 ...
Hervé Poussineau [Mon, 24 Oct 2005 09:39:53 +0000 (09:39 +0000)]
Add functions to reference/dereference InfFileDetails structure added in r18731 (suggestion by w3seek)

svn path=/trunk/; revision=18732

17 years agoDon't leak memory when destroying device info set and driver lists
Hervé Poussineau [Mon, 24 Oct 2005 09:16:34 +0000 (09:16 +0000)]
Don't leak memory when destroying device info set and driver lists
Try to keep .inf files handles instead of opening/parsing them at each device installation step

svn path=/trunk/; revision=18731

17 years agoupdate the intddraw.h so it use some struct that was missing.
Magnus Olsen [Mon, 24 Oct 2005 05:05:07 +0000 (05:05 +0000)]
update the intddraw.h so it use some struct that was missing.

svn path=/trunk/; revision=18730

17 years ago... files I forgot to commit.
Maarten Bosma [Sun, 23 Oct 2005 21:31:15 +0000 (21:31 +0000)]
... files I forgot to commit.

svn path=/trunk/; revision=18728

17 years agoAdd lots of stubs.
Maarten Bosma [Sun, 23 Oct 2005 21:29:30 +0000 (21:29 +0000)]
Add lots of stubs.

svn path=/trunk/; revision=18727

17 years agoNotepad: Fixed "Find Up"
Nathan Woods [Sun, 23 Oct 2005 21:19:34 +0000 (21:19 +0000)]
Notepad:  Fixed "Find Up"

svn path=/trunk/; revision=18726

17 years agoimplement Main_DirectDraw_GetDisplayMode (not to 100% see the comment)
Magnus Olsen [Sun, 23 Oct 2005 21:17:12 +0000 (21:17 +0000)]
implement Main_DirectDraw_GetDisplayMode (not to 100% see the comment)
implement Main_DirectDraw_GetMonitorFrequency but we do not get the freq at return we need exaime the hal instate.

svn path=/trunk/; revision=18725

17 years ago- Implement ScmrChangeServiceConfigW stub.
Eric Kohl [Sun, 23 Oct 2005 19:50:05 +0000 (19:50 +0000)]
- Implement ScmrChangeServiceConfigW stub.
- CreateServiceW calls ScmrCreateServiceW.

svn path=/trunk/; revision=18723

17 years agofirst working api is GetCaps for HAL. rember we do not support HEL, and we are missin...
Magnus Olsen [Sun, 23 Oct 2005 19:24:42 +0000 (19:24 +0000)]
first working api is GetCaps for HAL. rember we do not support HEL, and we are missing GdiEntry2 in ros, so it will not working in reactos until gdientry2 are inplace.

svn path=/trunk/; revision=18722

17 years agoadding #define DD_FALSE
Magnus Olsen [Sun, 23 Oct 2005 19:18:39 +0000 (19:18 +0000)]
adding #define DD_FALSE

svn path=/trunk/; revision=18721

17 years agoimplement MakeAbsoluteSD2 by forwarding to RtlSelfRelativeToAbsoluteSD2
Thomas Bluemel [Sun, 23 Oct 2005 18:23:57 +0000 (18:23 +0000)]
implement MakeAbsoluteSD2 by forwarding to RtlSelfRelativeToAbsoluteSD2

svn path=/trunk/; revision=18718

17 years agochange the marco return code to DDERR_UNSUPPORTED
Magnus Olsen [Sun, 23 Oct 2005 18:03:08 +0000 (18:03 +0000)]
change the marco return code to DDERR_UNSUPPORTED

svn path=/trunk/; revision=18717

17 years agoAdd a macro for the stubs.
Maarten Bosma [Sun, 23 Oct 2005 17:53:19 +0000 (17:53 +0000)]
Add a macro for the stubs.

svn path=/trunk/; revision=18716

17 years agofix the thrunk so it compiles again after me
Magnus Olsen [Sun, 23 Oct 2005 16:46:36 +0000 (16:46 +0000)]
fix the thrunk so it compiles again after me

svn path=/trunk/; revision=18715

17 years agofix the ddrawint.h no typo remove one extra member in some struct, adding define...
Magnus Olsen [Sun, 23 Oct 2005 15:27:27 +0000 (15:27 +0000)]
fix the ddrawint.h no typo remove one extra member in some struct, adding define, new struct

svn path=/trunk/; revision=18714

17 years agocommit change to ddraw to use the new headers that will come in next commit
Magnus Olsen [Sun, 23 Oct 2005 15:24:56 +0000 (15:24 +0000)]
commit change to ddraw to use the new headers that will come in next commit

svn path=/trunk/; revision=18713

17 years ago- Add the calculator to the start menu
Ged Murphy [Sun, 23 Oct 2005 15:06:20 +0000 (15:06 +0000)]
- Add the calculator to the start menu
- Capilalize the app names

svn path=/trunk/; revision=18712

17 years agoreverit my last change, filip told me this file is autogenrate I did not check, thx...
Magnus Olsen [Sun, 23 Oct 2005 15:03:21 +0000 (15:03 +0000)]
reverit my last change, filip told me this file is autogenrate I did not check, thx filip

svn path=/trunk/; revision=18711

17 years agocommect out line #include "eventlogrpc_s.h" for that file does not exists in ros...
Magnus Olsen [Sun, 23 Oct 2005 15:00:27 +0000 (15:00 +0000)]
commect out line #include "eventlogrpc_s.h" for that file does not exists in ros tree. and that why cis goes crazy.

svn path=/trunk/; revision=18710

17 years agoHave pre-compiled header rule depend on widl generated headers
Casper Hornstrup [Sun, 23 Oct 2005 14:51:35 +0000 (14:51 +0000)]
Have pre-compiled header rule depend on widl generated headers

svn path=/trunk/; revision=18709

17 years agogerman translation
Christoph von Wittich [Sun, 23 Oct 2005 14:44:12 +0000 (14:44 +0000)]
german translation

svn path=/trunk/; revision=18708

17 years ago- Now that WineMine is working again, put it in the start menu
Ged Murphy [Sun, 23 Oct 2005 14:39:51 +0000 (14:39 +0000)]
- Now that WineMine is working again, put it in the start menu
- All rc files currently in English

svn path=/trunk/; revision=18707

17 years agoAdd resource file, makes winemine playable again
Gé van Geldorp [Sun, 23 Oct 2005 13:06:34 +0000 (13:06 +0000)]
Add resource file, makes winemine playable again

svn path=/trunk/; revision=18705

17 years agoImplement SetupDiSetDeviceRegistryPropertyW (not tested)
Hervé Poussineau [Sun, 23 Oct 2005 12:41:54 +0000 (12:41 +0000)]
Implement SetupDiSetDeviceRegistryPropertyW (not tested)

svn path=/trunk/; revision=18704

17 years agofix some typo error in DD_VIDEOPORTCALLBACKS
Magnus Olsen [Sun, 23 Oct 2005 12:36:40 +0000 (12:36 +0000)]
fix some typo error in DD_VIDEOPORTCALLBACKS

svn path=/trunk/; revision=18703

17 years ago_MAX_PATH > MAXPATH
Ged Murphy [Sun, 23 Oct 2005 11:55:49 +0000 (11:55 +0000)]
_MAX_PATH > MAXPATH
Shortcut to winemine, but commented out as winemine is broken.

svn path=/trunk/; revision=18702

17 years agoCreate and open device/driver registry keys with right access mask
Hervé Poussineau [Sun, 23 Oct 2005 11:35:58 +0000 (11:35 +0000)]
Create and open device/driver registry keys with right access mask

svn path=/trunk/; revision=18701

17 years agoDon't issue KBD_LINE_TEST, the results are unreliable. Fixes reopen of #688.
Gé van Geldorp [Sun, 23 Oct 2005 11:32:52 +0000 (11:32 +0000)]
Don't issue KBD_LINE_TEST, the results are unreliable. Fixes reopen of #688.

svn path=/trunk/; revision=18699

17 years agouse GetSystemDirectory
Ged Murphy [Sun, 23 Oct 2005 11:01:11 +0000 (11:01 +0000)]
use GetSystemDirectory

svn path=/trunk/; revision=18698

17 years agoMove struct DDARGB to right include file, Adding GUID define GUID_MiscellaneousCallb...
Magnus Olsen [Sun, 23 Oct 2005 10:58:21 +0000 (10:58 +0000)]
Move  struct DDARGB to right include file, Adding GUID define GUID_MiscellaneousCallbacks, GUID_Miscellaneous2Callbacks, GUID_VideoPortCallbacks, GUID_ColorControlCallbacks, GUID_MotionCompCallbacks, GUID_VideoPortCaps, GUID_D3DCaps, GUID_D3DExtendedCaps, GUID_D3DCallbacks, GUID_D3DCallbacks2, GUID_D3DCallbacks3, GUID_NonLocalVidMemCaps, GUID_KernelCallbacks, GUID_KernelCaps, GUID_ZPixelFormats, GUID_DDMoreCaps, GUID_D3DParseUnknownCommandCallback, GUID_NTCallbacks, GUID_DDMoreSurfaceCaps, GUID_GetHeapAlignment, GUID_UpdateNonLocalHeap, GUID_NTPrivateDriverCaps, GUID_DDStereoMode, GUID_VPE2Callbacks

svn path=/trunk/; revision=18697

17 years agoManufacturer section names can also be decorated by architecture-specific extension
Hervé Poussineau [Sun, 23 Oct 2005 10:40:25 +0000 (10:40 +0000)]
Manufacturer section names can also be decorated by architecture-specific extension
Fix possible buffer overflow (spotted by w3seek)

svn path=/trunk/; revision=18696

17 years agoadding DD_VIDEOPORT_LOCAL struct
Magnus Olsen [Sun, 23 Oct 2005 10:02:46 +0000 (10:02 +0000)]
adding DD_VIDEOPORT_LOCAL struct

svn path=/trunk/; revision=18695

17 years agoCall CLIPPING_UpdateGCRegion every time we update clip region.
Filip Navara [Sun, 23 Oct 2005 09:54:12 +0000 (09:54 +0000)]
Call CLIPPING_UpdateGCRegion every time we update clip region.

svn path=/trunk/; revision=18694

17 years agoImprovements to ScmrCreateServiceW:
Eric Kohl [Sun, 23 Oct 2005 06:19:15 +0000 (06:19 +0000)]
Improvements to ScmrCreateServiceW:
- Allocate a service record for the new service.
- Fix registry value types and sizes.
- Fail if the new service already exists.

svn path=/trunk/; revision=18693

17 years agofixed some bugs in machine.inf
Christoph von Wittich [Sun, 23 Oct 2005 01:06:59 +0000 (01:06 +0000)]
fixed some bugs in machine.inf
added keyboard.inf
added LPT Port to ports.inf

svn path=/trunk/; revision=18692

17 years agoSmall fixes in descriptions, fix typos, sort by alphabetical order
Hervé Poussineau [Sat, 22 Oct 2005 22:58:24 +0000 (22:58 +0000)]
Small fixes in descriptions, fix typos, sort by alphabetical order

svn path=/trunk/; revision=18691

17 years agofix warnings in winetests
Christoph von Wittich [Sat, 22 Oct 2005 20:42:20 +0000 (20:42 +0000)]
fix warnings in winetests

svn path=/trunk/; revision=18690

17 years agoimplemented SetupDiGetDriverInfoDetailA()
Thomas Bluemel [Sat, 22 Oct 2005 20:12:42 +0000 (20:12 +0000)]
implemented SetupDiGetDriverInfoDetailA()

svn path=/trunk/; revision=18689

17 years agoImplement acpi_pci_X_cfg_Y using HalXBusDataByOffset()
Aleksey Bragin [Sat, 22 Oct 2005 20:03:50 +0000 (20:03 +0000)]
Implement acpi_pci_X_cfg_Y using HalXBusDataByOffset()

svn path=/trunk/; revision=18688

17 years agofix inet_aton problem
Christoph von Wittich [Sat, 22 Oct 2005 20:02:03 +0000 (20:02 +0000)]
fix inet_aton problem

svn path=/trunk/; revision=18687

17 years agoUpdate indentation.
Eric Kohl [Sat, 22 Oct 2005 19:46:00 +0000 (19:46 +0000)]
Update indentation.

svn path=/trunk/; revision=18686

17 years agoSimplify services.exe.
Eric Kohl [Sat, 22 Oct 2005 18:59:39 +0000 (18:59 +0000)]
Simplify services.exe.

svn path=/trunk/; revision=18685

17 years agoMove some of the DLLs a bit so they won't have to be relocated. Sort by
Gé van Geldorp [Sat, 22 Oct 2005 18:32:16 +0000 (18:32 +0000)]
Move some of the DLLs a bit so they won't have to be relocated. Sort by
address.

svn path=/trunk/; revision=18684

17 years agoAdd a display class installer (useful when installing display drivers)
Hervé Poussineau [Sat, 22 Oct 2005 17:18:33 +0000 (17:18 +0000)]
Add a display class installer (useful when installing display drivers)
Use a common header for desk.cpl files

svn path=/trunk/; revision=18683

17 years agoadd drivers to machine.inf:
Christoph von Wittich [Sat, 22 Oct 2005 17:13:49 +0000 (17:13 +0000)]
add drivers to machine.inf:
System timer
DMA controller
System speaker
Generic ACPI bus
AT real-time clock
Motherboard resources
EISA programmable interrupt controller
ACPI Fixed Feature Button
Intel 82443BX Pentium(R) II CPU to PCI-Bridge
Intel 82371AB/EB Power Management Controller
Intel 82371AB/EB PCI to ISA Bridge

svn path=/trunk/; revision=18682

17 years agoImplement SetupDiGetDriverInfoDetailW
Hervé Poussineau [Sat, 22 Oct 2005 16:25:48 +0000 (16:25 +0000)]
Implement SetupDiGetDriverInfoDetailW
Add stub for SetupDiGetDriverInfoDetailA

svn path=/trunk/; revision=18681

17 years agoFixed the mapping for low alignment images.
Hartmut Birr [Sat, 22 Oct 2005 15:11:55 +0000 (15:11 +0000)]
Fixed the mapping for low alignment images.

svn path=/trunk/; revision=18679

17 years agoUse MaxPos instead of MaxTrackingPos when "restoring" a window which was
Gé van Geldorp [Sat, 22 Oct 2005 15:10:03 +0000 (15:10 +0000)]
Use MaxPos instead of MaxTrackingPos when "restoring" a window which was
previously maximized. Fixes bug 925.

svn path=/trunk/; revision=18678

17 years agodon't forget to adjust the stack pointer
Thomas Bluemel [Sat, 22 Oct 2005 14:35:07 +0000 (14:35 +0000)]
don't forget to adjust the stack pointer

svn path=/trunk/; revision=18677

17 years ago- re-add support for vectored exception handling which was removed by the major refac...
Thomas Bluemel [Sat, 22 Oct 2005 14:05:20 +0000 (14:05 +0000)]
- re-add support for vectored exception handling which was removed by the major refactoring patch (r17811)
- make vmwinst depend on vectored exception handling so this doesn't happen again

svn path=/trunk/; revision=18676

17 years agoadd raddr2line back to build
Royce Mitchell III [Sat, 22 Oct 2005 13:37:48 +0000 (13:37 +0000)]
add raddr2line back to build

svn path=/trunk/; revision=18675

17 years agoFix icon alignment when the screen width is not a multiple of the icon spacing.
Gé van Geldorp [Sat, 22 Oct 2005 12:01:29 +0000 (12:01 +0000)]
Fix icon alignment when the screen width is not a multiple of the icon spacing.
Fixes bug 912.

svn path=/trunk/; revision=18673

17 years agofix bug in user32_winetest
Christoph von Wittich [Sat, 22 Oct 2005 11:51:52 +0000 (11:51 +0000)]
fix bug in user32_winetest
now it runs 43 clipboard tests instead of 39

svn path=/trunk/; revision=18672

17 years agoadding gccasm.rules to vcproj files
Christoph von Wittich [Sat, 22 Oct 2005 02:27:37 +0000 (02:27 +0000)]
adding gccasm.rules to vcproj files
now it is possible to compile .s files with msvc

svn path=/trunk/; revision=18671

17 years agofix warnings
Christoph von Wittich [Sat, 22 Oct 2005 01:46:46 +0000 (01:46 +0000)]
fix warnings

svn path=/trunk/; revision=18670

17 years agoadd resources for newdev.dll
Christoph von Wittich [Fri, 21 Oct 2005 23:44:43 +0000 (23:44 +0000)]
add resources for newdev.dll

svn path=/trunk/; revision=18669

17 years agofix SetLastError value ERROR_MORE_DATA -> ERROR_INSUFFICIENT_BUFFER
Christoph von Wittich [Fri, 21 Oct 2005 23:40:09 +0000 (23:40 +0000)]
fix SetLastError value ERROR_MORE_DATA -> ERROR_INSUFFICIENT_BUFFER

svn path=/trunk/; revision=18668

17 years agoMake FindWindow case insensitive. Fixes bug 919.
Gé van Geldorp [Fri, 21 Oct 2005 21:13:07 +0000 (21:13 +0000)]
Make FindWindow case insensitive. Fixes bug 919.

svn path=/trunk/; revision=18666

17 years ago- Enable/disable keyboard by writing the controller command byte instead of
Gé van Geldorp [Fri, 21 Oct 2005 20:28:05 +0000 (20:28 +0000)]
- Enable/disable keyboard by writing the controller command byte instead of
  issuing keyboard commands, the keyboard commands seem to confuse some kvm
  switches.
- Use STATUS_IO_TIMEOUT consistently, STATUS_TIMEOUT is not an error condition
- Introduce symbolic constants for controller command byte bits
- Try to detect mouse early and if its not present, reset the keyboard
  controller. Some controllers seem to get locked up when writing to a
  non-present mouse.
- Don't check the timeout status bit when reading from the controller. It is
  often wrong.
- Don't treat failure to read keyboard id as a fatal error, we only read it
  to set KeyboardIsAT which we then don't use. Still try to detect the keyboard
  type, but don't fail if it doesn't work.
Fixes bug 688. Thanks to Hartmut, Filip and WaxDragon for testing.

svn path=/trunk/; revision=18664

17 years agoMake desktop properties fit in 640x480 desktop. Fixes bug 903.
Gé van Geldorp [Fri, 21 Oct 2005 19:30:56 +0000 (19:30 +0000)]
Make desktop properties fit in 640x480 desktop. Fixes bug 903.

svn path=/trunk/; revision=18661

17 years agoMake desktop properties fit in 640x480 desktop
Gé van Geldorp [Fri, 21 Oct 2005 19:29:18 +0000 (19:29 +0000)]
Make desktop properties fit in 640x480 desktop

svn path=/trunk/; revision=18660

17 years agoMartijn Vernooij <o112w8r02@sneakemail.com>
Gé van Geldorp [Fri, 21 Oct 2005 17:15:53 +0000 (17:15 +0000)]
Martijn Vernooij <o112w8r02@sneakemail.com>
Work around continuous repainting of treeview control.
Fixes bug 493.

svn path=/trunk/; revision=18657

17 years agoforgot to commit this...
Thomas Bluemel [Fri, 21 Oct 2005 14:04:40 +0000 (14:04 +0000)]
forgot to commit this...

svn path=/trunk/; revision=18655

17 years agoadded stubs for AccessCheckByTypeAndAuditAlarmA/W, AccessCheckByTypeResultListAndAudi...
Thomas Bluemel [Fri, 21 Oct 2005 13:45:48 +0000 (13:45 +0000)]
added stubs for AccessCheckByTypeAndAuditAlarmA/W, AccessCheckByTypeResultListAndAuditAlarmA/W, AccessCheckByTypeResultListAndAuditAlarmByHandleA/W, GetAuditedPermissionsFromAclA and GetEffectiveRightsFromAclA

svn path=/trunk/; revision=18654

17 years agoWhen you move something in the tree that is on the bootcd, you must update bootdata...
Andrew Munger [Fri, 21 Oct 2005 13:20:19 +0000 (13:20 +0000)]
When you move something in the tree that is on the bootcd, you must update bootdata/packages/reactos.dff.  DHCP was missing from recent bootcds.

svn path=/trunk/; revision=18653

17 years agoNew search icon.
Andrew Munger [Fri, 21 Oct 2005 12:59:32 +0000 (12:59 +0000)]
New search icon.

svn path=/trunk/; revision=18652

17 years agoimplemented ansi stubs: SetupGetInfFileListA and SetupDiGetINFClassA
Thomas Bluemel [Fri, 21 Oct 2005 12:31:19 +0000 (12:31 +0000)]
implemented ansi stubs: SetupGetInfFileListA and SetupDiGetINFClassA

svn path=/trunk/; revision=18651

17 years agoImplement SetupDiGetDeviceInstallParamsW/SetupDiSetDeviceInstallParamsW
Hervé Poussineau [Fri, 21 Oct 2005 10:13:26 +0000 (10:13 +0000)]
Implement SetupDiGetDeviceInstallParamsW/SetupDiSetDeviceInstallParamsW
Set and use Flags and FlagsEx fields in SP_DEVINSTALL_PARAMS
Allow search of .inf files outside of ReactOS\Inf directory

svn path=/trunk/; revision=18650

17 years agominor fixes of included headers
Thomas Bluemel [Fri, 21 Oct 2005 09:33:20 +0000 (09:33 +0000)]
minor fixes of included headers

svn path=/trunk/; revision=18649

17 years agomake more robust by calling GetSystemDirectory
Ged Murphy [Thu, 20 Oct 2005 23:08:44 +0000 (23:08 +0000)]
make more robust by calling GetSystemDirectory

svn path=/trunk/; revision=18648

17 years agoinsert solitaire into the start menu if it's been installed.
Ged Murphy [Thu, 20 Oct 2005 22:11:33 +0000 (22:11 +0000)]
insert solitaire into the start menu if it's been installed.

svn path=/trunk/; revision=18647

17 years agofixed creation of *.vcproj files for object libraries
Christoph von Wittich [Thu, 20 Oct 2005 21:55:55 +0000 (21:55 +0000)]
fixed creation of *.vcproj files for object libraries
started implementing code which adds dependencies to *.sln file
fixed some warnings in cmd when compiling with msvc 2005

svn path=/trunk/; revision=18646

17 years agosetup 'Games' subfolder ready for Solitaire, etc.
Ged Murphy [Thu, 20 Oct 2005 21:11:56 +0000 (21:11 +0000)]
setup 'Games' subfolder ready for Solitaire, etc.

svn path=/trunk/; revision=18645

17 years agoAdd pciidex (controller driver) and pciide (miniport driver). They enumerate channels...
Hervé Poussineau [Thu, 20 Oct 2005 19:33:16 +0000 (19:33 +0000)]
Add pciidex (controller driver) and pciide (miniport driver). They enumerate channels 0 and 1 on IDE controllers.

svn path=/trunk/; revision=18644

17 years agofixing OutputFile in *.vcproj files
Christoph von Wittich [Thu, 20 Oct 2005 18:55:45 +0000 (18:55 +0000)]
fixing OutputFile in *.vcproj files

svn path=/trunk/; revision=18643

17 years agoimproved error handling in RegRenameKey
Thomas Bluemel [Thu, 20 Oct 2005 18:17:06 +0000 (18:17 +0000)]
improved error handling in RegRenameKey

svn path=/trunk/; revision=18642