Casper Hornstrup
d291ec0ebe
2004-08-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* tools/regtests2xml: New directory.
* tools/regtests2xml/.cvsignore: New file.
* tools/regtests2xml/Makefile: Ditto.
* tools/regtests2xml/regtests2xml.c: Ditto.
svn path=/trunk/; revision=10595
2004-08-19 00:35:15 +00:00
Eric Kohl
87c899380d
Report the correct resource flags.
...
svn path=/trunk/; revision=10594
2004-08-18 22:11:15 +00:00
Eric Kohl
9acd2c65c2
Update resource-related defines.
...
svn path=/trunk/; revision=10593
2004-08-18 22:06:55 +00:00
Filip Navara
2004f45dcd
Replace 0x7ffeffff by MmHighestUserAddress.
...
svn path=/trunk/; revision=10592
2004-08-18 20:41:03 +00:00
Gé van Geldorp
2db705b1c2
Update to FreeType 2.1.9
...
svn path=/trunk/; revision=10591
2004-08-18 20:25:11 +00:00
Filip Navara
96bdafef41
- Copy over device object SectorSize and AlignmentRequirement in IoAttachDeviceToDeviceStack.
...
svn path=/trunk/; revision=10590
2004-08-18 15:09:02 +00:00
Eric Kohl
c9f2fda0b2
Don't retrieve a resource list when a device gets started, use the device nodes resource list.
...
svn path=/trunk/; revision=10589
2004-08-18 08:33:25 +00:00
Eric Kohl
b299113f7b
Fix IRP_MN_QUERY_RESOURCES and implement IRP_MN_QUERY_RESOURCE_REQUIREMENTS.
...
svn path=/trunk/; revision=10588
2004-08-18 08:25:58 +00:00
Filip Navara
543091ce46
- Fix FsRtlDoesNameContainWildCards loop to take into account the first and lst letter of the expression.
...
- Dumb implementation of FsRtlIsNameInExpression.
svn path=/trunk/; revision=10587
2004-08-18 02:32:00 +00:00
Filip Navara
f43bd6e656
- Move SectionPageProtection checks from helper routines to NtCreateSection.
...
- Remove dependency on ReactOS specific FO_FCB_IS_VALID magic and don't access FCB directly, use NtQueryInformationFile instead.
- Fix deleting of section if an early failure during section creation happens and not all structures are initialized yet.
svn path=/trunk/; revision=10586
2004-08-18 02:29:37 +00:00
Filip Navara
04e70454de
- Don't increase Irp->AssociatedIrp.IrpCount in IoMakeAssociatedIrp. The caller is responsible for doing it.
...
- Don't unlock MDLs of associated Irps.
svn path=/trunk/; revision=10585
2004-08-18 02:24:02 +00:00
Filip Navara
5ce987d59f
- Set StackPtr->Parameters.Read.Length in IoPageRead.
...
- Set StackPtr->Parameters.Write.Length in Io[Synchronous]PageWrite.
svn path=/trunk/; revision=10584
2004-08-18 02:21:53 +00:00
Filip Navara
b7ca7786e4
Print in the debug traces if a partition is recognized or not.
...
svn path=/trunk/; revision=10583
2004-08-18 02:20:00 +00:00
Filip Navara
13fc2fb445
Link to our SDK libraries instead of using the W32API ones.
...
svn path=/trunk/; revision=10582
2004-08-18 02:16:00 +00:00
Filip Navara
bf2c0b0d8b
Fix declaration of FILE_DISPOSITION_INFORMATION.
...
svn path=/trunk/; revision=10581
2004-08-18 02:13:27 +00:00
Thomas Bluemel
0e686e8470
remove debug output
...
svn path=/trunk/; revision=10580
2004-08-17 21:52:17 +00:00
Thomas Bluemel
90e663c1bf
load the wallpaper on startup and set it
...
svn path=/trunk/; revision=10579
2004-08-17 21:49:51 +00:00
Thomas Bluemel
c6a9402e60
added very basic support for desktop wallpapers
...
svn path=/trunk/; revision=10578
2004-08-17 21:47:36 +00:00
Thomas Bluemel
2ac9e121e9
use WM_NOTIFY messages to communicate with the desktop window thread as they can't be sent from processes other than csrss
...
svn path=/trunk/; revision=10577
2004-08-17 14:57:52 +00:00
Casper Hornstrup
a7f4ff2664
2004-08-17 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* tools/depend.mk: Don't generate dependencies for implib target.
svn path=/trunk/; revision=10576
2004-08-17 13:53:05 +00:00
Casper Hornstrup
f55fbceea5
2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* Makefile: Correct dependencies.
* tools/Makefile: Silence some annoying messages.
* tools/config.mk: Ditto.
* rules.mak (MINIMALDEPENDENCIES): New option; minimal dependencies
(yes/no). If yes, then components do not depend on all import libraries.
If no, then they do. Defaults to yes.
svn path=/trunk/; revision=10575
2004-08-16 22:31:05 +00:00
Gé van Geldorp
b236b6a240
Avoid collision with MinGW wctype_t
...
svn path=/trunk/; revision=10574
2004-08-16 20:02:23 +00:00
Martin Fuchs
7566350740
display version information in about dialog and on the desktop
...
svn path=/trunk/; revision=10572
2004-08-16 18:49:58 +00:00
Casper Hornstrup
5b9f8a442b
2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* lib/user32/include/debug.h (ASSERT): Don't call KeBugCheck.
* lib/user32/misc/dllmain.c (KeBugCheck): Remove declaration.
svn path=/trunk/; revision=10571
2004-08-16 17:28:46 +00:00
Eric Kohl
3a5f687b18
Implement:
...
- IRP_MN_READ_CONFIG
- IRP_MN_WRITE_CONFIG
- IRP_MN_QUERY_RESOURCES
- IRP_MN_QUREY_DEVICE_TEXT
Implement (disabled):
- IRP_MN_QUERY_ID.BusQueryInstanceID
svn path=/trunk/; revision=10570
2004-08-16 09:13:00 +00:00
Casper Hornstrup
ad002d5bd9
2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* drivers/net/tcpip/include/.cvsignore: New file.
* drivers/net/tcpip/include/precomp.h: New file.
* drivers/net/tcpip/Makefile (TARGET_PCH): Set to include/precomp.h.
* drivers/net/tcpip/tests/Makefile (TARGET_PCH): Reset.
* drivers/net/tcpip/*/*.c: Use pre-compiled header.
svn path=/trunk/; revision=10569
2004-08-15 23:41:26 +00:00
Casper Hornstrup
455ea22b67
2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* drivers/net/ndis/include/.cvsignore: New file.
* drivers/net/ndis/.cvsignore: Add *.d.
* drivers/net/ndis/Makefile (TARGET_PCH): Set to include/ndissys.h.
* drivers/net/ndis/*.c: Use pre-compiled header.
svn path=/trunk/; revision=10568
2004-08-15 23:12:33 +00:00
Casper Hornstrup
7ffd28c060
2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* drivers/net/afd/include/.cvsignore: New file.
* drivers/net/afd/include/tdiconn.h: Don't include <afd.h>.
* drivers/net/afd/.cvsignore: Add *.d.
* drivers/net/afd/makefile (TARGET_PCH): Set to include/afd.h.
svn path=/trunk/; revision=10567
2004-08-15 22:51:57 +00:00
Casper Hornstrup
c78a7ee5ec
2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* subsys/system/taskmgr/.cvsignore: Add *.gch.
* subsys/system/taskmgr/precomp.h: New file.
* subsys/system/taskmgr/makefile (TARGET_PCH): Set to precomp.h.
* subsys/system/taskmgr/*.c: Use pre-compiled header.
svn path=/trunk/; revision=10566
2004-08-15 22:40:34 +00:00
Casper Hornstrup
ed1baab85f
2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* subsys/system/usetup/.cvsignore: Add *.gch.
* subsys/system/usetup/precomp.h: New file.
* subsys/system/usetup/makefile (TARGET_PCH): Set to precomp.h.
* subsys/system/usetup/*.c: Use pre-compiled header.
svn path=/trunk/; revision=10565
2004-08-15 22:29:50 +00:00
Casper Hornstrup
74ad04945e
2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* subsys/system/cmd/.cvsignore: Add *.gch.
* subsys/system/cmd/precomp.h: New file.
* subsys/system/cmd/Makefile (TARGET_PCH): Set to precomp.h.
* subsys/system/cmd/*.c: Use pre-compiled header.
svn path=/trunk/; revision=10564
2004-08-15 22:15:23 +00:00
Casper Hornstrup
0ded881f1f
Simplify precomp.h.
...
svn path=/trunk/; revision=10563
2004-08-15 21:39:59 +00:00
Casper Hornstrup
e14ef8a1c4
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* lib/user32/include/.cvsignore: New file.
* lib/user32/Makefile (TARGET_PCH): Set to include/user32.h.
* lib/user32/*/*.c: Use pre-compiled header.
* include/wine/debug.h (FIXME): Override previous declaration is needed.
svn path=/trunk/; revision=10562
2004-08-15 21:36:30 +00:00
Gé van Geldorp
a6fc248d31
Handle shell link files contained in double quotes
...
svn path=/trunk/; revision=10561
2004-08-15 21:01:14 +00:00
Thomas Bluemel
fdf4e54dc9
added missing file
...
svn path=/trunk/; revision=10560
2004-08-15 20:24:43 +00:00
Casper Hornstrup
231eeedea1
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* lib/userenv/.cvsignore: Add *.gch.
* lib/userenv/makefile (TARGET_PCH): Set to precomp.h.
* lib/userenv/*.c: Use pre-compiled header.
svn path=/trunk/; revision=10559
2004-08-15 19:02:40 +00:00
Casper Hornstrup
5d7f1d7e68
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* lib/ws2_32/include/.cvsignore: New file.
* lib/ws2_32/makefile (TARGET_PCH): Set to include/ws2_32.h.
* lib/ws2_32/include/[catalog.h, handle.h]: Don't include ws2_32.h.
svn path=/trunk/; revision=10558
2004-08-15 18:53:07 +00:00
Casper Hornstrup
07ceadec8e
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* lib/gdi32/include/.cvsignore: New file.
* lib/gdi32/.cvsignore: Remove *.gch.
svn path=/trunk/; revision=10557
2004-08-15 18:42:57 +00:00
Casper Hornstrup
a3a8b50447
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* lib/gdi32/.cvsignore: Ignore *.gch.
* lib/gdi32/include/precomp.h: New file.
* lib/gdi32/Makefile (TARGET_PCH): Set to include/precomp.h.
* lib/gdi32/*/*.c: Use pre-compiled header.
svn path=/trunk/; revision=10556
2004-08-15 18:40:07 +00:00
Casper Hornstrup
84385f6e26
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* lib/msvcrt/.cvsignore: Ignore *.gch.
* lib/msvcrt/precomp.h: New file.
* lib/msvcrt/Makefile (TARGET_PCH): Set to precomp.h.
* lib/msvcrt/*/*.c: Use pre-compiled header.
svn path=/trunk/; revision=10555
2004-08-15 18:16:39 +00:00
Casper Hornstrup
aa7fdaac83
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* lib/crtdll/.cvsignore: Ignore *.gch.
* lib/crtdll/precomp.h: New file.
* lib/crtdll/Makefile (TARGET_PCH): Set to precomp.h.
* lib/crtdll/*/*.c: Use pre-compiled header.
svn path=/trunk/; revision=10554
2004-08-15 17:34:28 +00:00
Casper Hornstrup
03664157d6
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* lib/advapi32/.cvsignore: Ignore *.gch.
* lib/advapi32/advapi32.h: New file.
* lib/advapi32/*/*.c: Use pre-compiled header.
svn path=/trunk/; revision=10553
2004-08-15 17:03:15 +00:00
Art Yerkes
0d69d982e0
More info about naming.
...
svn path=/trunk/; revision=10552
2004-08-15 16:52:13 +00:00
Gero Kuehn
e16725fbe4
improved network control panel
...
more registry keys for the network configuration
preliminary TCPIP property sheet
svn path=/trunk/; revision=10551
2004-08-15 16:50:30 +00:00
Casper Hornstrup
1bf0775833
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
...
* ntoskrnl/include/.cvsignore: New file.
* ntoskrnl/include/ntoskrnl.h: Ditto.
* ntoskrnl/*/*.c: Use pre-compiled header.
* ntoskrnl/Makefile: Support pre-compiled header.
* tools/helper.mk: .pch files are now .gch files.
svn path=/trunk/; revision=10550
2004-08-15 16:39:12 +00:00
Filip Navara
41ca6025bd
- Revert to old dependency system.
...
svn path=/trunk/; revision=10549
2004-08-15 01:44:31 +00:00
Filip Navara
0a2918d47b
- Revert to old dependency system.
...
svn path=/trunk/; revision=10548
2004-08-15 01:23:19 +00:00
Filip Navara
f530a33909
- Minor correction to shut up compiler warning.
...
svn path=/trunk/; revision=10547
2004-08-15 00:51:51 +00:00
Filip Navara
e2635a47ed
- Don't append to existing files.
...
svn path=/trunk/; revision=10546
2004-08-15 00:51:01 +00:00
Eric Kohl
525f112e0c
Try to retrieve the resource list before starting a pnp device.
...
svn path=/trunk/; revision=10545
2004-08-14 22:47:08 +00:00