Commit graph

17448 commits

Author SHA1 Message Date
Eric Kohl cf54e94b6e Simplify services.exe.
svn path=/trunk/; revision=18685
2005-10-22 18:59:39 +00:00
Gé van Geldorp 13fa224348 Move some of the DLLs a bit so they won't have to be relocated. Sort by
address.

svn path=/trunk/; revision=18684
2005-10-22 18:32:16 +00:00
Hervé Poussineau 601eea6d49 Add a display class installer (useful when installing display drivers)
Use a common header for desk.cpl files

svn path=/trunk/; revision=18683
2005-10-22 17:18:33 +00:00
Christoph von Wittich 83070357bd 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
2005-10-22 17:13:49 +00:00
Hervé Poussineau c707e62ae9 Implement SetupDiGetDriverInfoDetailW
Add stub for SetupDiGetDriverInfoDetailA

svn path=/trunk/; revision=18681
2005-10-22 16:25:48 +00:00
Hartmut Birr 37fe3f1b68 Fixed the mapping for low alignment images.
svn path=/trunk/; revision=18679
2005-10-22 15:11:55 +00:00
Gé van Geldorp 14f1738dcb Use MaxPos instead of MaxTrackingPos when "restoring" a window which was
previously maximized. Fixes bug 925.

svn path=/trunk/; revision=18678
2005-10-22 15:10:03 +00:00
Thomas Bluemel 17b0ab5b83 don't forget to adjust the stack pointer
svn path=/trunk/; revision=18677
2005-10-22 14:35:07 +00:00
Thomas Bluemel 6b3c8a5f9a - 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
2005-10-22 14:05:20 +00:00
Royce Mitchell III 9ec41a63c2 add raddr2line back to build
svn path=/trunk/; revision=18675
2005-10-22 13:37:48 +00:00
Gé van Geldorp bcd9ce027b Fix icon alignment when the screen width is not a multiple of the icon spacing.
Fixes bug 912.

svn path=/trunk/; revision=18673
2005-10-22 12:01:29 +00:00
Christoph von Wittich 72f86b85b9 fix bug in user32_winetest
now it runs 43 clipboard tests instead of 39

svn path=/trunk/; revision=18672
2005-10-22 11:51:52 +00:00
Christoph von Wittich fd0fbedd9e adding gccasm.rules to vcproj files
now it is possible to compile .s files with msvc

svn path=/trunk/; revision=18671
2005-10-22 02:27:37 +00:00
Christoph von Wittich aff22063c4 fix warnings
svn path=/trunk/; revision=18670
2005-10-22 01:46:46 +00:00
Christoph von Wittich 131429986c add resources for newdev.dll
svn path=/trunk/; revision=18669
2005-10-21 23:44:43 +00:00
Christoph von Wittich f1fcff6a3b fix SetLastError value ERROR_MORE_DATA -> ERROR_INSUFFICIENT_BUFFER
svn path=/trunk/; revision=18668
2005-10-21 23:40:09 +00:00
Gé van Geldorp 786e945883 Make FindWindow case insensitive. Fixes bug 919.
svn path=/trunk/; revision=18666
2005-10-21 21:13:07 +00:00
Gé van Geldorp 6940e61dd6 - 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
2005-10-21 20:28:05 +00:00
Gé van Geldorp a861531b6c Make desktop properties fit in 640x480 desktop. Fixes bug 903.
svn path=/trunk/; revision=18661
2005-10-21 19:30:56 +00:00
Gé van Geldorp bed898c6aa Make desktop properties fit in 640x480 desktop
svn path=/trunk/; revision=18660
2005-10-21 19:29:18 +00:00
Gé van Geldorp f804141345 Martijn Vernooij <o112w8r02@sneakemail.com>
Work around continuous repainting of treeview control.
Fixes bug 493.

svn path=/trunk/; revision=18657
2005-10-21 17:15:53 +00:00
Thomas Bluemel 87a380e34d forgot to commit this...
svn path=/trunk/; revision=18655
2005-10-21 14:04:40 +00:00
Thomas Bluemel fcc17d749e added stubs for AccessCheckByTypeAndAuditAlarmA/W, AccessCheckByTypeResultListAndAuditAlarmA/W, AccessCheckByTypeResultListAndAuditAlarmByHandleA/W, GetAuditedPermissionsFromAclA and GetEffectiveRightsFromAclA
svn path=/trunk/; revision=18654
2005-10-21 13:45:48 +00:00
Andrew Munger baa9fed721 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
2005-10-21 13:20:19 +00:00
Andrew Munger 6bbd4e5cd3 New search icon.
svn path=/trunk/; revision=18652
2005-10-21 12:59:32 +00:00
Thomas Bluemel 661cb55a8a implemented ansi stubs: SetupGetInfFileListA and SetupDiGetINFClassA
svn path=/trunk/; revision=18651
2005-10-21 12:31:19 +00:00
Hervé Poussineau 46559fcbf2 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
2005-10-21 10:13:26 +00:00
Thomas Bluemel b8a765d1ed minor fixes of included headers
svn path=/trunk/; revision=18649
2005-10-21 09:33:20 +00:00
Ged Murphy 6d032338d0 make more robust by calling GetSystemDirectory
svn path=/trunk/; revision=18648
2005-10-20 23:08:44 +00:00
Ged Murphy eec7e9d35d insert solitaire into the start menu if it's been installed.
svn path=/trunk/; revision=18647
2005-10-20 22:11:33 +00:00
Christoph von Wittich d181c34e7a 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
2005-10-20 21:55:55 +00:00
Ged Murphy 2a39898c1e setup 'Games' subfolder ready for Solitaire, etc.
svn path=/trunk/; revision=18645
2005-10-20 21:11:56 +00:00
Hervé Poussineau 6f1abc4b16 Add pciidex (controller driver) and pciide (miniport driver). They enumerate channels 0 and 1 on IDE controllers.
svn path=/trunk/; revision=18644
2005-10-20 19:33:16 +00:00
Christoph von Wittich a1c14231d4 fixing OutputFile in *.vcproj files
svn path=/trunk/; revision=18643
2005-10-20 18:55:45 +00:00
Thomas Bluemel 582c386e46 improved error handling in RegRenameKey
svn path=/trunk/; revision=18642
2005-10-20 18:17:06 +00:00
Thomas Bluemel 7da9542b29 fixed uninitialized variable warning
svn path=/trunk/; revision=18641
2005-10-20 18:07:00 +00:00
Thomas Bluemel 973d0cfabc fix r18639 the right way: don't check a - possibly random - pointer supplied by the caller, also correctly clear the owner SID pointer
svn path=/trunk/; revision=18640
2005-10-20 17:59:00 +00:00
Andrew Munger c36fc14394 One liner from Alex_Ionescu that fixes svn hanging during checkout or update.
svn path=/trunk/; revision=18639
2005-10-20 17:48:19 +00:00
Royce Mitchell III 179739c746 we do still need to generate dsw files for msvc6
svn path=/trunk/; revision=18638
2005-10-20 16:49:00 +00:00
Christoph von Wittich ffbb6a9873 simplify MSVCBackend::Process code
svn path=/trunk/; revision=18637
2005-10-20 16:13:20 +00:00
Hervé Poussineau 7aa02a3b89 Revert r18628, as we don't have any RTL8139 driver in ReactOS repository
svn path=/trunk/; revision=18636
2005-10-20 16:04:35 +00:00
Thomas Bluemel d462751f9a use the ansi entry point by default
svn path=/trunk/; revision=18635
2005-10-20 15:50:02 +00:00
Christoph von Wittich 0d623d28e1 fix compile problems with msvc6
svn path=/trunk/; revision=18634
2005-10-20 15:28:35 +00:00
Thomas Bluemel f7dd935bcd add a 'unicode' property to modules (not yet supported by mingw, need to add a library for unicode builds some day)
svn path=/trunk/; revision=18633
2005-10-20 15:17:38 +00:00
Christoph von Wittich 068ceb8c0f add targets for creating MSVC project files to Makefile
fix bug in msvc backend: VS.NET project files are not destroyed anymore when creating VC6 project files

svn path=/trunk/; revision=18632
2005-10-20 15:04:55 +00:00
Christoph von Wittich db95f67404 create only the project files specified on cmdline
svn path=/trunk/; revision=18631
2005-10-20 14:27:02 +00:00
Royce Mitchell III 613156caf8 msvc6+psdk fix
svn path=/trunk/; revision=18630
2005-10-20 14:10:23 +00:00
Royce Mitchell III c4f10fc116 msvc6+PSDK fixes
svn path=/trunk/; revision=18629
2005-10-20 14:05:27 +00:00
Hervé Poussineau 1d8fc0ce9e Add more RTL8139 compatible cards.
svn path=/trunk/; revision=18628
2005-10-20 14:02:38 +00:00
Royce Mitchell III f08e0f0692 fix msvc6 template warning
fix writing to uninitialized pointer

svn path=/trunk/; revision=18627
2005-10-20 13:59:37 +00:00