reactos.git
20 years agomerged in MDL fix and a makefile mod from the 0.1.4 release branch. This represents...
Vizzini [Wed, 15 Oct 2003 22:16:44 +0000 (22:16 +0000)]
merged in MDL fix and a makefile mod from the 0.1.4 release branch.  This represents the last of the merging from the branch and officially closes it out.

svn path=/trunk/; revision=6332

20 years agoMake RtlpGetRegistryHandle() a local helper function.
Eric Kohl [Wed, 15 Oct 2003 21:15:45 +0000 (21:15 +0000)]
Make RtlpGetRegistryHandle() a local helper function.

svn path=/trunk/; revision=6331

20 years agounstubbed caret functions in win32k
Thomas Bluemel [Wed, 15 Oct 2003 20:48:19 +0000 (20:48 +0000)]
unstubbed caret functions in win32k

svn path=/trunk/; revision=6330

20 years agoFixed loading icons with flag LR_LOADFROMFILE.
Filip Navara [Wed, 15 Oct 2003 19:39:08 +0000 (19:39 +0000)]
Fixed loading icons with flag LR_LOADFROMFILE.

svn path=/trunk/; revision=6329

20 years agofixed NtUserSetSystemTimer()
Thomas Bluemel [Wed, 15 Oct 2003 19:28:57 +0000 (19:28 +0000)]
fixed NtUserSetSystemTimer()

svn path=/trunk/; revision=6328

20 years agofixed missing space
Thomas Bluemel [Wed, 15 Oct 2003 18:29:59 +0000 (18:29 +0000)]
fixed missing space

svn path=/trunk/; revision=6327

20 years agoadded a test application for carets (which are currently not implemented)
Thomas Bluemel [Wed, 15 Oct 2003 18:28:54 +0000 (18:28 +0000)]
added a test application for carets (which are currently not implemented)

svn path=/trunk/; revision=6326

20 years agoFixed driver loading order, cleaned up relevant functions, and moved boot driver
Filip Navara [Wed, 15 Oct 2003 17:04:39 +0000 (17:04 +0000)]
Fixed driver loading order, cleaned up relevant functions, and moved boot driver
initializing to separate function IopInitializeBootDrivers in io/driver.c.

These functions has been renamed:
LdrInitializeBootStartDriver -> IopInitializeBuiltinDriver (moved to io/driver.c)
LdrLoadAutoConfigDrivers -> IopInitializeSystemDrivers

How the driver loading works now:
- The root bus driver is enumerated by IoInit2 and it causes all drivers marked
as boot start to be initialized and attached to respective device tree node.
- Other boot drivers are initialized by IopInitializeBootDrivers (called from
ExpInitializeExecutive).
- After creating system root link (by IoCreateSystemRootLink) the device
tree is travesed by IopInitializePnpServices and all non-boot start drivers
all loaded.
- At last, system start drivers are loaded by IopInitializeSystemDrivers.

svn path=/trunk/; revision=6325

20 years agoAdded pointer to a security descriptor to OBJECT_HEADER.
Eric Kohl [Wed, 15 Oct 2003 16:59:36 +0000 (16:59 +0000)]
Added pointer to a security descriptor to OBJECT_HEADER.

svn path=/trunk/; revision=6324

20 years agosome work on timers
Thomas Bluemel [Wed, 15 Oct 2003 13:39:09 +0000 (13:39 +0000)]
some work on timers

svn path=/trunk/; revision=6323

20 years agoCleaned up RtlpQuerySecurityDescriptor() and fixed SaclLength.
Eric Kohl [Wed, 15 Oct 2003 11:02:04 +0000 (11:02 +0000)]
Cleaned up RtlpQuerySecurityDescriptor() and fixed SaclLength.

svn path=/trunk/; revision=6322

20 years agoPatch by Mike Nordell to fix broken paths
Vizzini [Wed, 15 Oct 2003 03:29:33 +0000 (03:29 +0000)]
Patch by Mike Nordell to fix broken paths

svn path=/trunk/; revision=6321

20 years agoadded kbdus.dll to copy-over
Vizzini [Wed, 15 Oct 2003 03:16:27 +0000 (03:16 +0000)]
added kbdus.dll to copy-over

svn path=/trunk/; revision=6320

20 years agoPatch, as suggested by Mike Nordell, to verify IRQL before calling unsafe fast mutex...
Vizzini [Wed, 15 Oct 2003 03:09:23 +0000 (03:09 +0000)]
Patch, as suggested by Mike Nordell, to verify IRQL before calling unsafe fast mutex functions

svn path=/trunk/; revision=6319

20 years agopatch by d_layer to fix two unnecessary-rebuild problems
Vizzini [Wed, 15 Oct 2003 02:56:02 +0000 (02:56 +0000)]
patch by d_layer to fix two unnecessary-rebuild problems

svn path=/trunk/; revision=6318

20 years agoRtlGetFullPathName_U() must use a drive's root directory if a current directory has...
Eric Kohl [Tue, 14 Oct 2003 19:36:26 +0000 (19:36 +0000)]
RtlGetFullPathName_U() must use a drive's root directory if a current directory has not been assigned.
This fixes bug #7.

svn path=/trunk/; revision=6317

20 years agoAdded one more registry entry for Application Data path.
Filip Navara [Tue, 14 Oct 2003 19:17:37 +0000 (19:17 +0000)]
Added one more registry entry for Application Data path.

svn path=/trunk/; revision=6316

20 years agoAdded check for PsGetWin32Process() == NULL to IntGetWindowObject. It's propably...
Filip Navara [Tue, 14 Oct 2003 18:49:10 +0000 (18:49 +0000)]
Added check for PsGetWin32Process() == NULL to IntGetWindowObject. It's propably not right and only hiding the real problem, but I need it to get explorer wroking...

svn path=/trunk/; revision=6315

20 years agoFixed line endings.
Filip Navara [Tue, 14 Oct 2003 18:25:31 +0000 (18:25 +0000)]
Fixed line endings.

svn path=/trunk/; revision=6314

20 years agoAdded registry entries for Wine DLLs (needed by Explorer).
Filip Navara [Tue, 14 Oct 2003 18:22:16 +0000 (18:22 +0000)]
Added registry entries for Wine DLLs (needed by Explorer).

svn path=/trunk/; revision=6313

20 years agoFixed RegQueryValueExA and marked as implemented.
Filip Navara [Tue, 14 Oct 2003 18:18:27 +0000 (18:18 +0000)]
Fixed RegQueryValueExA and marked as implemented.

svn path=/trunk/; revision=6312

20 years agoImplemented NtQueryObject(ObjectBasicInformation).
Eric Kohl [Tue, 14 Oct 2003 14:49:05 +0000 (14:49 +0000)]
Implemented NtQueryObject(ObjectBasicInformation).

svn path=/trunk/; revision=6311

20 years ago- Moved symbolic link object type.
Eric Kohl [Tue, 14 Oct 2003 14:45:23 +0000 (14:45 +0000)]
- Moved symbolic link object type.
- Added create time and removed object attributes.

svn path=/trunk/; revision=6310

20 years agoUpdate to edit to keep it from crashing the kernel when it is created.
Mark Tempel [Tue, 14 Oct 2003 03:32:18 +0000 (03:32 +0000)]
Update to edit to keep it from crashing the kernel when it is created.

svn path=/trunk/; revision=6309

20 years agoUpdate to correct a bug in GlobalSize with GMEM_MOVEABLE memory. Now a valid heap...
Mark Tempel [Tue, 14 Oct 2003 01:44:39 +0000 (01:44 +0000)]
Update to correct a bug in GlobalSize with GMEM_MOVEABLE memory.  Now a valid heap pointer is passed into RtlSizeHeap.

svn path=/trunk/; revision=6308

20 years agoupdate version number to 0.1.4
Martin Fuchs [Mon, 13 Oct 2003 22:42:06 +0000 (22:42 +0000)]
update version number to 0.1.4

svn path=/trunk/; revision=6307

20 years ago- Cancel pending hive scynchronization upon shutdown.
Eric Kohl [Mon, 13 Oct 2003 20:53:42 +0000 (20:53 +0000)]
- Cancel pending hive scynchronization upon shutdown.
- Implemented NtSetInformationKey().
- Mark more modified blocks in NtCreateKey().

svn path=/trunk/; revision=6306

20 years agoadded missing cvsignore file
Thomas Bluemel [Mon, 13 Oct 2003 15:34:10 +0000 (15:34 +0000)]
added missing cvsignore file

svn path=/trunk/; revision=6305

20 years agoAdd a quick test application for testing the GlobalXXX memory API.
Thomas Bluemel [Mon, 13 Oct 2003 15:05:59 +0000 (15:05 +0000)]
Add a quick test application for testing the GlobalXXX memory API.
by Mark Tempel

svn path=/trunk/; revision=6304

20 years agoUpdated to add support for all GlobalXXX functions for GMEM_FIXED, and GMEM_MOVEABLE...
Mark Tempel [Mon, 13 Oct 2003 04:45:30 +0000 (04:45 +0000)]
Updated to add support for all GlobalXXX functions for GMEM_FIXED, and GMEM_MOVEABLE memory.

svn path=/trunk/; revision=6303

20 years agoWindows implements GlobalDiscard by using a #define to GlobalReAlloc. This update...
Mark Tempel [Mon, 13 Oct 2003 04:40:18 +0000 (04:40 +0000)]
Windows implements GlobalDiscard by using a #define to GlobalReAlloc.  This update removes GlobalDiscard from the function list, and adds the define.

svn path=/trunk/; revision=6302

20 years agoUpdate make file to build a test application for the GlobalXXX memory API.
Mark Tempel [Mon, 13 Oct 2003 04:33:40 +0000 (04:33 +0000)]
Update make file to build a test application for the GlobalXXX memory API.

svn path=/trunk/; revision=6301

20 years ago- Added ntoskrnl.h to the include files.
Hartmut Birr [Sun, 12 Oct 2003 21:21:40 +0000 (21:21 +0000)]
- Added ntoskrnl.h to the include files.

svn path=/trunk/; revision=6300

20 years agoHandle invalid DC instead of ASSERTing
Gé van Geldorp [Sun, 12 Oct 2003 20:23:25 +0000 (20:23 +0000)]
Handle invalid DC instead of ASSERTing

svn path=/trunk/; revision=6299

20 years ago- Put all init functions in a special section and do free
Hartmut Birr [Sun, 12 Oct 2003 17:37:08 +0000 (17:37 +0000)]
- Put all init functions in a special section and do free
  the memory from this section after system initialization.

svn path=/trunk/; revision=6298

20 years ago- Fixed the freeing of memory from boot load drivers.
Hartmut Birr [Sun, 12 Oct 2003 17:05:50 +0000 (17:05 +0000)]
- Fixed the freeing of memory from boot load drivers.
- Put all init functions in a special section and do free
  the memory from this section after system initialization.

svn path=/trunk/; revision=6296

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