Commit graph

17434 commits

Author SHA1 Message Date
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
Christoph von Wittich 997e8fb48c create more correct solution files for different versions of MS Visual Studio
svn path=/trunk/; revision=18626
2005-10-20 12:42:09 +00:00
Christoph von Wittich 536b7cd7f7 forgot to commit rbuild.h
svn path=/trunk/; revision=18625
2005-10-20 11:46:56 +00:00
Christoph von Wittich 2104d4ade7 fix vcprojmaker to add the correct GUIDs
implemented Debug/Release configurations to make Alex happy

svn path=/trunk/; revision=18624
2005-10-20 11:21:23 +00:00
Christoph von Wittich 68bfd8c14e fix creation of shlwapi vcproject file
svn path=/trunk/; revision=18623
2005-10-20 09:43:49 +00:00
Christoph von Wittich ee2234a457 fix for creating *.sln file
svn path=/trunk/; revision=18622
2005-10-20 08:46:55 +00:00
Christoph von Wittich 2eb4ba358b added new cmdline switch to rbuild: -vs{version}
to select the version of MS VS project files to generate

default is now 7.10 (VS 2003)

svn path=/trunk/; revision=18621
2005-10-20 06:40:58 +00:00
James Tabor 089e05b94d Testing MPlayerC.exe, start implementing GetMenuBarInfo. It looks simple enough.
svn path=/trunk/; revision=18620
2005-10-20 01:24:49 +00:00
Christoph von Wittich 0fcd5f187e fixed some warnings when compile with msvc 2005
svn path=/trunk/; revision=18619
2005-10-19 23:45:55 +00:00
Christoph von Wittich d2627cecf5 fix poppack.h on wrong position
svn path=/trunk/; revision=18618
2005-10-19 23:44:16 +00:00
Christoph von Wittich 5e2eed7a02 remove winternl.h
(fix build)

svn path=/trunk/; revision=18617
2005-10-19 23:38:51 +00:00
Christoph von Wittich b0e1d472a1 fix "./" include dir
svn path=/trunk/; revision=18616
2005-10-19 23:20:17 +00:00
Alex Ionescu f2ec008f69 - Fix compile with msvc/psdk.
svn path=/trunk/; revision=18615
2005-10-19 23:08:12 +00:00
Alex Ionescu 986feb9eea - Fix build issues.
svn path=/trunk/; revision=18614
2005-10-19 22:51:21 +00:00
Christoph von Wittich a9e2477672 remove winternl.h
svn path=/trunk/; revision=18613
2005-10-19 22:43:09 +00:00