reactos.git
20 years agoSupport for VMWare NIC, and some general clean-up and other minor changes:
Vizzini [Sun, 12 Oct 2003 16:39:52 +0000 (16:39 +0000)]
Support for VMWare NIC, and some general clean-up and other minor changes:
 - default to full maps
 - switched ndis (temporarily) back to system-start
 - enabled the pcnet driver in the registry (temporary - awaiting PnP support)
 - fixed the version number in the ndis version resource
 - implemented packet array indications
 - added a missing enum member to kedef
 - added PAGED_CODE() to ndis.h
 - added IRQL checking, assertions, and some comments to ndis
 - did some re-formatting to bring into code standard
 - other minor/cosmetic changes

svn path=/trunk/; revision=6295

20 years ago- Renamed a lot of variables and functions in the registry.
Eric Kohl [Sun, 12 Oct 2003 15:52:45 +0000 (15:52 +0000)]
- Renamed a lot of variables and functions in the registry.
- Fixed buggy cell size calculation.

svn path=/trunk/; revision=6294

20 years agoBump version number to 0.1.4
Gé van Geldorp [Sun, 12 Oct 2003 14:01:30 +0000 (14:01 +0000)]
Bump version number to 0.1.4

svn path=/trunk/; revision=6293

20 years agofixed button caption bug
Thomas Bluemel [Sun, 12 Oct 2003 10:05:22 +0000 (10:05 +0000)]
fixed button caption bug

svn path=/trunk/; revision=6292

20 years agoStore WindowStation in Win32Process data too when setting window station
Gé van Geldorp [Sun, 12 Oct 2003 09:46:51 +0000 (09:46 +0000)]
Store WindowStation in Win32Process data too when setting window station

svn path=/trunk/; revision=6290

20 years ago- Fixed a missing 'S' from SynchronizeWindows31FilesAndWindowsNTRegistry.
Hartmut Birr [Sun, 12 Oct 2003 09:39:44 +0000 (09:39 +0000)]
- Fixed a missing 'S' from SynchronizeWindows31FilesAndWindowsNTRegistry.

svn path=/trunk/; revision=6289

20 years agofixed warnings
Thomas Bluemel [Sun, 12 Oct 2003 01:13:23 +0000 (01:13 +0000)]
fixed warnings

svn path=/trunk/; revision=6287

20 years agoDisplay colorfull startmenu side logo if enough colors are available in the current...
Martin Fuchs [Sun, 12 Oct 2003 00:59:33 +0000 (00:59 +0000)]
Display colorfull startmenu side logo if enough colors are available in the current display mode

svn path=/trunk/; revision=6286

20 years agorewritten MessageBox functions, added MessageBoxTimeout()
Thomas Bluemel [Sun, 12 Oct 2003 00:39:50 +0000 (00:39 +0000)]
rewritten MessageBox functions, added MessageBoxTimeout()

svn path=/trunk/; revision=6285

20 years agoAdded Mark Tempel, Art Yerkes, Martin Fuchs, Vizzini, Filip Navara,
Gé van Geldorp [Sat, 11 Oct 2003 21:06:18 +0000 (21:06 +0000)]
Added Mark Tempel, Art Yerkes, Martin Fuchs, Vizzini, Filip Navara,
Andrew Greenwood, Thomas Weidenmueller and Jonathan Wilson to list
of coders.
Split up STRINGTABLE resource.

svn path=/trunk/; revision=6284

20 years agoUpdate the allocator to try to force memory to be allocated on an 8-byte boundary.
Mark Tempel [Sat, 11 Oct 2003 21:03:50 +0000 (21:03 +0000)]
Update the allocator to try to force memory to be allocated on an 8-byte boundary.

svn path=/trunk/; revision=6283

20 years agoCorrected prototypes for FsRtlNotifyInitializeSync and FsRtlNotifyUninitializeSync.
Filip Navara [Sat, 11 Oct 2003 20:40:21 +0000 (20:40 +0000)]
Corrected prototypes for FsRtlNotifyInitializeSync and FsRtlNotifyUninitializeSync.

svn path=/trunk/; revision=6282

20 years agoFix the declaration of GlobalDiscard to be STDCALL
Mark Tempel [Sat, 11 Oct 2003 20:25:42 +0000 (20:25 +0000)]
Fix the declaration of GlobalDiscard to be STDCALL

svn path=/trunk/; revision=6281

20 years agoUpdate to add GlobalXXX memory API constants that were missing.
Mark Tempel [Sat, 11 Oct 2003 20:23:21 +0000 (20:23 +0000)]
Update to add GlobalXXX memory API constants that were missing.

svn path=/trunk/; revision=6280

20 years ago- Changed the file names to unicode strings.
Hartmut Birr [Sat, 11 Oct 2003 17:51:56 +0000 (17:51 +0000)]
- Changed the file names to unicode strings.
- Replaced most of the string functions with the unicode functions.
- Removed some overhead.
- Fixed some minor bugs.

svn path=/trunk/; revision=6279

20 years ago- Replace the first part of the short name with a check sum after some rounds to...
Hartmut Birr [Sat, 11 Oct 2003 17:38:42 +0000 (17:38 +0000)]
- Replace the first part of the short name with a check sum after some rounds to get a unique name.

svn path=/trunk/; revision=6278

20 years ago- Fixed some type casts to get correct index values into the nls tables.
Hartmut Birr [Sat, 11 Oct 2003 17:23:52 +0000 (17:23 +0000)]
- Fixed some type casts to get correct index values into the nls tables.

svn path=/trunk/; revision=6277

20 years agoFixed cell buggy cell size calculation.
Eric Kohl [Sat, 11 Oct 2003 16:55:49 +0000 (16:55 +0000)]
Fixed cell buggy cell size calculation.

svn path=/trunk/; revision=6276

20 years agoFix OpenDesktop()
Gé van Geldorp [Sat, 11 Oct 2003 16:28:58 +0000 (16:28 +0000)]
Fix OpenDesktop()

svn path=/trunk/; revision=6275

20 years ago- Fixed inconsistent detection of in-offset data.
Eric Kohl [Fri, 10 Oct 2003 21:55:16 +0000 (21:55 +0000)]
- Fixed inconsistent detection of in-offset data.
- Fixed class name cell allocation.
- Renamed a lot of variables and functions.

svn path=/trunk/; revision=6274

20 years ago1. added kbdgr (German Keyboard Layout), (at least two) keys don't work though, searc...
Thomas Bluemel [Thu, 9 Oct 2003 17:48:44 +0000 (17:48 +0000)]
1. added kbdgr (German Keyboard Layout), (at least two) keys don't work though, search for FIXME
2. Added some VK_* defines

svn path=/trunk/; revision=6273

20 years agoFree DCE when window is destroyed
Gé van Geldorp [Thu, 9 Oct 2003 07:30:02 +0000 (07:30 +0000)]
Free DCE when window is destroyed

svn path=/trunk/; revision=6272

20 years agoKeyboard sync between gui and text modes, patch by Art Yerkes and
Gé van Geldorp [Thu, 9 Oct 2003 06:13:05 +0000 (06:13 +0000)]
Keyboard sync between gui and text modes, patch by Art Yerkes and
Hartmut Birr

svn path=/trunk/; revision=6271

20 years agodon't draw caption icon if not needed
Thomas Bluemel [Wed, 8 Oct 2003 13:46:34 +0000 (13:46 +0000)]
don't draw caption icon if not needed

svn path=/trunk/; revision=6270

20 years agofixed for working on linux (for real now ...)
guido [Tue, 7 Oct 2003 22:22:24 +0000 (22:22 +0000)]
fixed for working on linux (for real now ...)

svn path=/trunk/; revision=6268

20 years agoReserve space for terminating NUL character in window text
Gé van Geldorp [Tue, 7 Oct 2003 22:06:52 +0000 (22:06 +0000)]
Reserve space for terminating NUL character in window text

svn path=/trunk/; revision=6267

20 years agofix compilation on linux, TODO: accept wildcards
guido [Tue, 7 Oct 2003 22:00:32 +0000 (22:00 +0000)]
fix compilation on linux, TODO: accept wildcards

svn path=/trunk/; revision=6266

20 years agoChange check for absolute pathnames on Windows
Gé van Geldorp [Tue, 7 Oct 2003 19:48:12 +0000 (19:48 +0000)]
Change check for absolute pathnames on Windows

svn path=/trunk/; revision=6265

20 years agoFix Include for Linux
James Tabor [Tue, 7 Oct 2003 16:40:12 +0000 (16:40 +0000)]
Fix Include for Linux

svn path=/trunk/; revision=6264

20 years agofixed bug in drawing the window caption
Thomas Bluemel [Tue, 7 Oct 2003 15:42:37 +0000 (15:42 +0000)]
fixed bug in drawing the window caption

svn path=/trunk/; revision=6263

20 years agoCreate type objects for all object types.
Eric Kohl [Tue, 7 Oct 2003 14:08:43 +0000 (14:08 +0000)]
Create type objects for all object types.

svn path=/trunk/; revision=6262

20 years agoWIne without _tcslwr
Martin Fuchs [Tue, 7 Oct 2003 08:35:41 +0000 (08:35 +0000)]
WIne without _tcslwr

svn path=/trunk/; revision=6261

20 years agoAdd "make registry" target
Gé van Geldorp [Tue, 7 Oct 2003 07:47:21 +0000 (07:47 +0000)]
Add "make registry" target

svn path=/trunk/; revision=6260

20 years agoFix pixel swap error
Gé van Geldorp [Mon, 6 Oct 2003 21:04:24 +0000 (21:04 +0000)]
Fix pixel swap error

svn path=/trunk/; revision=6259

20 years ago2003-10-06 Casper S. Hornstrup <chorns@users.sourceforge.net>
Casper Hornstrup [Mon, 6 Oct 2003 19:22:42 +0000 (19:22 +0000)]
2003-10-06  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* Makefile: New target uboot for simple unattended setup.
* bootdata/unattend.inf.sample: Sample unattended setup script.
* subsys/system/usetup/partlist.c (SelectPartition): New function.
* subsys/system/usetup/partlist.h (SelectPartition): Prototype.
* subsys/system/usetup/usetup.c: Support unattended setup.
(IsUnattendedSetup, UnattendDestinationDiskNumber,
UnattendDestinationPartitionNumber, UnattendInstallationDirectory):
New.
(CheckUnattendedSetup, InstallDirectoryPage1): New function.

svn path=/trunk/; revision=6258

20 years agoFixed line endings.
Filip Navara [Mon, 6 Oct 2003 18:49:50 +0000 (18:49 +0000)]
Fixed line endings.

svn path=/trunk/; revision=6257

20 years agoAdded system32\\drivers\\ndis.sys as it's a boot start driver.
Filip Navara [Mon, 6 Oct 2003 18:30:54 +0000 (18:30 +0000)]
Added system32\\drivers\\ndis.sys as it's a boot start driver.

svn path=/trunk/; revision=6256

20 years agoI commited more files than I wanted by mistake. :( This patch reverses most of the...
Filip Navara [Mon, 6 Oct 2003 18:24:54 +0000 (18:24 +0000)]
I commited more files than I wanted by mistake. :( This patch reverses most of the changes and addes commit message for the others.

reactos/config - Reversed
reactos/lib/gdi32/objects/bitblt.c - Reversed
reactos/lib/kernel32/process/create.c - Added output of user mode exception address.
reactos/lib/user32/controls/button.c - Fixed debug print
reactos/lib/user32/windows/bitmap.c - Reversed
reactos/ntoskrnl/cm/rtlfunc.c - Reversed
reactos/ntoskrnl/io/driver.c - Reversed
reactos/subsys/system/explorer/buildno.h - Updated
reactos/subsys/system/explorer/explorer_intres.rc - Changed VK_S and VK_X to numeric values, because MinGW doesn't have these constants.
reactos/subsys/system/explorer/makefile - Reversed
reactos/subsys/win32k/ntuser/windc.c - Reversed

svn path=/trunk/; revision=6255

20 years agoRemove no longer needed stuff
Gé van Geldorp [Mon, 6 Oct 2003 18:18:00 +0000 (18:18 +0000)]
Remove no longer needed stuff

svn path=/trunk/; revision=6254

20 years agoAdded vfw.h header for compiling comctl32.dll with older w32api.
Filip Navara [Mon, 6 Oct 2003 17:53:55 +0000 (17:53 +0000)]
Added vfw.h header for compiling comctl32.dll with older w32api.

svn path=/trunk/; revision=6253

20 years agofixed bug in calculation of scrollbars
Thomas Bluemel [Mon, 6 Oct 2003 17:25:16 +0000 (17:25 +0000)]
fixed bug in calculation of scrollbars

svn path=/trunk/; revision=6252

20 years agoFix icon handling
Gé van Geldorp [Mon, 6 Oct 2003 16:25:53 +0000 (16:25 +0000)]
Fix icon handling

svn path=/trunk/; revision=6251

20 years agoPrevent double output
Gé van Geldorp [Mon, 6 Oct 2003 16:24:20 +0000 (16:24 +0000)]
Prevent double output

svn path=/trunk/; revision=6250

20 years agofixed line endings on all files
Vizzini [Mon, 6 Oct 2003 16:13:28 +0000 (16:13 +0000)]
fixed line endings on all files

svn path=/trunk/; revision=6249

20 years agofixed line endings
Vizzini [Mon, 6 Oct 2003 15:54:29 +0000 (15:54 +0000)]
fixed line endings

svn path=/trunk/; revision=6248

20 years agoWine's COMCTL32 port.
Filip Navara [Sun, 5 Oct 2003 21:26:59 +0000 (21:26 +0000)]
Wine's COMCTL32 port.

svn path=/trunk/; revision=6247

20 years agoAdded C++ terminate function.
Filip Navara [Sun, 5 Oct 2003 18:13:27 +0000 (18:13 +0000)]
Added C++ terminate function.

svn path=/trunk/; revision=6246

20 years agoMade registry key handles inheritable.
Filip Navara [Sun, 5 Oct 2003 17:13:27 +0000 (17:13 +0000)]
Made registry key handles inheritable.

svn path=/trunk/; revision=6245

20 years agoAdded semi-stub for GetCurrentHwProfileA.
Filip Navara [Sun, 5 Oct 2003 17:12:32 +0000 (17:12 +0000)]
Added semi-stub for GetCurrentHwProfileA.

svn path=/trunk/; revision=6244

20 years agoReturn handle information in ObReferenceObjectByHandle().
Eric Kohl [Sun, 5 Oct 2003 16:57:39 +0000 (16:57 +0000)]
Return handle information in ObReferenceObjectByHandle().

svn path=/trunk/; revision=6243

20 years agofixed makefile for mingw systems, make is no longer make.exe, it is mingw32-make...
Richard Campbell [Sun, 5 Oct 2003 05:51:26 +0000 (05:51 +0000)]
fixed makefile for mingw systems, make is no longer make.exe, it is mingw32-make.exe, fixed this permanently by changing everything to $(MAKE)

svn path=/trunk/; revision=6242

20 years agodisplay icons in search dialog
Martin Fuchs [Sat, 4 Oct 2003 23:30:22 +0000 (23:30 +0000)]
display icons in search dialog

svn path=/trunk/; revision=6241

20 years agoimplements system timers (similar to standard timers)
Thomas Bluemel [Sat, 4 Oct 2003 22:36:37 +0000 (22:36 +0000)]
implements system timers (similar to standard timers)

svn path=/trunk/; revision=6240

20 years agoUpdated makefile and changed target name to shell32.dll.
Filip Navara [Sat, 4 Oct 2003 21:30:05 +0000 (21:30 +0000)]
Updated makefile and changed target name to shell32.dll.

svn path=/trunk/; revision=6239

20 years ago1.fixes drawing thin and dialog captions
Thomas Bluemel [Sat, 4 Oct 2003 21:18:17 +0000 (21:18 +0000)]
1.fixes drawing thin and dialog captions
2.fixes hittesting for thin and dialog style windows
3.hide scrollbars if client area is too small

svn path=/trunk/; revision=6238

20 years agoStricter checking of GDIOBJ handles
Gé van Geldorp [Sat, 4 Oct 2003 21:09:29 +0000 (21:09 +0000)]
Stricter checking of GDIOBJ handles

svn path=/trunk/; revision=6237

20 years agoread explorer policy settings from registry
Martin Fuchs [Sat, 4 Oct 2003 21:02:42 +0000 (21:02 +0000)]
read explorer policy settings from registry

svn path=/trunk/; revision=6236

20 years agoFixed buggy DPRINT.
Eric Kohl [Sat, 4 Oct 2003 20:26:45 +0000 (20:26 +0000)]
Fixed buggy DPRINT.
Found by Patvor.

svn path=/trunk/; revision=6235

20 years agoDon't unreference driver for dc's with NULL drivername
Gé van Geldorp [Sat, 4 Oct 2003 20:26:43 +0000 (20:26 +0000)]
Don't unreference driver for dc's with NULL drivername

svn path=/trunk/; revision=6234

20 years agoFix NtGdiRectangle
Gé van Geldorp [Sat, 4 Oct 2003 20:04:10 +0000 (20:04 +0000)]
Fix NtGdiRectangle

svn path=/trunk/; revision=6233

20 years agoFixed WinMM and Shell32 DLLs to be usable by Solitaire and Task Manager.
Filip Navara [Sat, 4 Oct 2003 19:55:48 +0000 (19:55 +0000)]
Fixed WinMM and Shell32 DLLs to be usable by Solitaire and Task Manager.

svn path=/trunk/; revision=6232

20 years agoPatch by Skywing.
Filip Navara [Sat, 4 Oct 2003 18:19:17 +0000 (18:19 +0000)]
Patch by Skywing.
- Added notice about PsGetCurrentProcessId not returning a real handle.
- Changed PsGetCurrentProcessId() to NtCurrentProcess() in RtlpGetRegistryHandle.
(I am still not sure if it works correctly, but it crashes otherwise!)

svn path=/trunk/; revision=6231

20 years agocompile resources with wrc
Martin Fuchs [Sat, 4 Oct 2003 17:57:11 +0000 (17:57 +0000)]
compile resources with wrc

svn path=/trunk/; revision=6230

20 years agoremove winefile.rc
Martin Fuchs [Sat, 4 Oct 2003 17:56:51 +0000 (17:56 +0000)]
remove winefile.rc

svn path=/trunk/; revision=6229

20 years agoadjust for wrc
Martin Fuchs [Sat, 4 Oct 2003 17:56:34 +0000 (17:56 +0000)]
adjust for wrc

svn path=/trunk/; revision=6228

20 years agoremoved compiler warning
Martin Fuchs [Sat, 4 Oct 2003 17:36:40 +0000 (17:36 +0000)]
removed compiler warning

svn path=/trunk/; revision=6227

20 years agodisable call to AllowSetForegroundWindow() for Wine
Martin Fuchs [Sat, 4 Oct 2003 17:32:25 +0000 (17:32 +0000)]
disable call to AllowSetForegroundWindow() for Wine

svn path=/trunk/; revision=6226

20 years ago- Added OBJECT_INFORMATION_CLASS type.
Eric Kohl [Sat, 4 Oct 2003 17:12:31 +0000 (17:12 +0000)]
- Added OBJECT_INFORMATION_CLASS type.
- Added, fixed or moved object information types.

svn path=/trunk/; revision=6225

20 years agofixes in DefWndNCCalcSize() and other small fixes
Thomas Bluemel [Sat, 4 Oct 2003 16:04:01 +0000 (16:04 +0000)]
fixes in DefWndNCCalcSize() and other small fixes

svn path=/trunk/; revision=6224

20 years agoadding test app for the client area calculation using the WM_NCCALCSIZE message
Thomas Bluemel [Sat, 4 Oct 2003 12:14:37 +0000 (12:14 +0000)]
adding test app for the client area calculation using the WM_NCCALCSIZE message

svn path=/trunk/; revision=6223

20 years agoFixed DPRINT in NtQueryDirectoryObject.
Filip Navara [Sat, 4 Oct 2003 07:48:11 +0000 (07:48 +0000)]
Fixed DPRINT in NtQueryDirectoryObject.

svn path=/trunk/; revision=6222

20 years agoGracefully handle some out of resource situations
Gé van Geldorp [Fri, 3 Oct 2003 22:07:40 +0000 (22:07 +0000)]
Gracefully handle some out of resource situations

svn path=/trunk/; revision=6220

20 years agoImplementation of ReleaseDC(), works for now but could be made more efficient
Gé van Geldorp [Fri, 3 Oct 2003 18:04:37 +0000 (18:04 +0000)]
Implementation of ReleaseDC(), works for now but could be made more efficient

svn path=/trunk/; revision=6219

20 years agoInitialize more port configuration information for PCI devices.
Eric Kohl [Fri, 3 Oct 2003 16:18:35 +0000 (16:18 +0000)]
Initialize more port configuration information for PCI devices.
AHA-2940 gets detected and initialized. :-)

svn path=/trunk/; revision=6218

20 years agoallow SetForegroundWindow() for Notify Windows
Martin Fuchs [Fri, 3 Oct 2003 15:33:18 +0000 (15:33 +0000)]
allow SetForegroundWindow() for Notify Windows

svn path=/trunk/; revision=6217

20 years agoFixed DPRINT in IopInvalidateDeviceRelations.
Filip Navara [Fri, 3 Oct 2003 13:37:53 +0000 (13:37 +0000)]
Fixed DPRINT in IopInvalidateDeviceRelations.

svn path=/trunk/; revision=6216

20 years ago- Pass correct coordinates in WM_MOVE
Gé van Geldorp [Fri, 3 Oct 2003 11:44:44 +0000 (11:44 +0000)]
- Pass correct coordinates in WM_MOVE
- Fix non-client size calculation

svn path=/trunk/; revision=6215

20 years agoScan the SCSI buses by sending SCSI requests instead of calling the miniport's StartI...
Eric Kohl [Fri, 3 Oct 2003 10:47:41 +0000 (10:47 +0000)]
Scan the SCSI buses by sending SCSI requests instead of calling the miniport's StartIo routine directly.

svn path=/trunk/; revision=6214

20 years agoSetScrollInfo() now repaints the scrollbars if needed
Thomas Bluemel [Thu, 2 Oct 2003 23:21:42 +0000 (23:21 +0000)]
SetScrollInfo() now repaints the scrollbars if needed

svn path=/trunk/; revision=6213

20 years agoFix computation of bounding rectangle
Gé van Geldorp [Thu, 2 Oct 2003 21:32:45 +0000 (21:32 +0000)]
Fix computation of bounding rectangle

svn path=/trunk/; revision=6212

20 years agoMajor rework of ScsiPortInitialize():
Eric Kohl [Thu, 2 Oct 2003 13:40:00 +0000 (13:40 +0000)]
Major rework of ScsiPortInitialize():
- Got rid of pseudo device extension.
- Create port device object before the call to HwFindAdapter().

svn path=/trunk/; revision=6210

20 years ago_avive-Handling
Martin Fuchs [Thu, 2 Oct 2003 00:51:35 +0000 (00:51 +0000)]
_avive-Handling

svn path=/trunk/; revision=6209

20 years agodisabled console code for Wine
Martin Fuchs [Thu, 2 Oct 2003 00:50:13 +0000 (00:50 +0000)]
disabled console code for Wine

svn path=/trunk/; revision=6208

20 years agoBeginnings of "Search Program" dialog
Martin Fuchs [Wed, 1 Oct 2003 23:30:11 +0000 (23:30 +0000)]
Beginnings of "Search Program" dialog

svn path=/trunk/; revision=6207

20 years agodisable DbgPrints
Thomas Bluemel [Wed, 1 Oct 2003 19:11:06 +0000 (19:11 +0000)]
disable DbgPrints

svn path=/trunk/; revision=6205

20 years ago- Move port configuration info from the device extension.
Eric Kohl [Wed, 1 Oct 2003 14:59:11 +0000 (14:59 +0000)]
- Move port configuration info from the device extension.
- Prepare to reorganize ScsiPortInitialize().

svn path=/trunk/; revision=6204

20 years ago- Check the number of harddisks and fail if no harddisk is available.
Eric Kohl [Wed, 1 Oct 2003 14:54:21 +0000 (14:54 +0000)]
- Check the number of harddisks and fail if no harddisk is available.
- Updated some texts.
- Disabled debugging messages.

svn path=/trunk/; revision=6203

20 years agoRelease PiThreadListLock as soon as possible
Gé van Geldorp [Tue, 30 Sep 2003 22:36:29 +0000 (22:36 +0000)]
Release PiThreadListLock as soon as possible

svn path=/trunk/; revision=6202

20 years agoHandle mouse not present situation
Gé van Geldorp [Tue, 30 Sep 2003 22:04:24 +0000 (22:04 +0000)]
Handle mouse not present situation

svn path=/trunk/; revision=6201

20 years agofixed the keyboard driver crash if there was no mouse detected, maybe not the best...
Thomas Bluemel [Tue, 30 Sep 2003 19:59:45 +0000 (19:59 +0000)]
fixed the keyboard driver crash if there was no mouse detected, maybe not the best solution but it seems to work. win32k still expects a mouse though

svn path=/trunk/; revision=6200

20 years agoChanged the video driver back to VGA. Sorry for bug in my previous patch.
Filip Navara [Tue, 30 Sep 2003 16:04:51 +0000 (16:04 +0000)]
Changed the video driver back to VGA. Sorry for bug in my previous patch.

svn path=/trunk/; revision=6198

20 years ago- Small fixies for bus drivers.
Filip Navara [Tue, 30 Sep 2003 15:46:59 +0000 (15:46 +0000)]
- Small fixies for bus drivers.
- Added (commented out) registry entry for loading PCI driver
- Commented out the Ne2000 root bus registry entry, because it crashes ReactOS without reversed Skywing's object.c patch.

svn path=/trunk/; revision=6197

20 years agoChanged shell namespacew sort order to file name instead of displayed name
Martin Fuchs [Tue, 30 Sep 2003 08:53:00 +0000 (08:53 +0000)]
Changed shell namespacew sort order to file name instead of displayed name

svn path=/trunk/; revision=6196

20 years agoFix for wrong UNICODE definition of CFSTR_FILENAME in MinGW
Martin Fuchs [Mon, 29 Sep 2003 22:16:40 +0000 (22:16 +0000)]
Fix for wrong UNICODE definition of CFSTR_FILENAME in MinGW

svn path=/trunk/; revision=6195

20 years agoThis is first part of patch to get loading boot bus drivers working. The loading...
Filip Navara [Mon, 29 Sep 2003 20:43:07 +0000 (20:43 +0000)]
This is first part of patch to get loading boot bus drivers working. The loading still doesn't work, but it doesn't crash at least.

Changes:
- Added BootDriver parameter to IopInitializeDriver.
- Changed second parameter of IopInitializeDevice to BootDriver.
- Avoid initalizing boot bus drivers in IopInitializeDevice
- Remove thrid parameter (BootDriversOnly) of IopInterrogateBusExtender, because it isn't used
- Enabled calling of IopLoadBootStartDrivers in ExpInitializeExecutive.
- Disabled some debug messages
- Some other small fixies

svn path=/trunk/; revision=6194

20 years ago* open MDI cabinet folders instead of new mainframe windows
Martin Fuchs [Mon, 29 Sep 2003 20:24:48 +0000 (20:24 +0000)]
* open MDI cabinet folders instead of new mainframe windows
* avoid accessing floppy drive when browsing "My Computer"

svn path=/trunk/; revision=6193

20 years agorewrote the ps/2 mouse driver. it works now :)
Thomas Bluemel [Mon, 29 Sep 2003 19:41:46 +0000 (19:41 +0000)]
rewrote the ps/2 mouse driver. it works now :)

svn path=/trunk/; revision=6192

20 years agofixed handling of WM_MOUSEWHEEL....again
Thomas Bluemel [Mon, 29 Sep 2003 19:38:30 +0000 (19:38 +0000)]
fixed handling of WM_MOUSEWHEEL....again

svn path=/trunk/; revision=6191

20 years agofixed passing a wrong parameter to GetWindowLong()
Thomas Bluemel [Mon, 29 Sep 2003 19:00:44 +0000 (19:00 +0000)]
fixed passing a wrong parameter to GetWindowLong()

svn path=/trunk/; revision=6190

20 years agomoved settings entries into submenu
Martin Fuchs [Sun, 28 Sep 2003 21:28:30 +0000 (21:28 +0000)]
moved settings entries into submenu

svn path=/trunk/; revision=6189