reactos.git
19 years agoImplement RtlAddAuditAccessAceEx().
Eric Kohl [Thu, 15 Jul 2004 08:15:49 +0000 (08:15 +0000)]
Implement RtlAddAuditAccessAceEx().

svn path=/trunk/; revision=10125

19 years agoClear Partition0 DriveNotReady, for Removable Media.
James Tabor [Thu, 15 Jul 2004 04:04:08 +0000 (04:04 +0000)]
Clear Partition0 DriveNotReady, for Removable Media.

svn path=/trunk/; revision=10124

19 years agooskittcp: fixed handling of uio in send.
Art Yerkes [Thu, 15 Jul 2004 03:21:47 +0000 (03:21 +0000)]
oskittcp: fixed handling of uio in send.
afd: fixed send.
tcpip: fixed double-complete of send irp.

svn path=/trunk/; revision=10122

19 years agoSmall changes to debug output in catalog, handle, upcall.
Art Yerkes [Thu, 15 Jul 2004 02:03:07 +0000 (02:03 +0000)]
Small changes to debug output in catalog, handle, upcall.
ns.c -- getservbyport contributed by Cameron Palmer.

svn path=/trunk/; revision=10121

19 years agoadded Spanish translation by Carlos Garcia Gomez.
Steven Edwards [Wed, 14 Jul 2004 22:20:07 +0000 (22:20 +0000)]
added Spanish translation by Carlos Garcia Gomez.

svn path=/trunk/; revision=10120

19 years agoWarn rather than bail on HWND_MESSAGE windows
Steven Edwards [Wed, 14 Jul 2004 21:52:23 +0000 (21:52 +0000)]
Warn rather than bail on HWND_MESSAGE windows
request. This gets the Scintilla Editor from theopencd to work.

svn path=/trunk/; revision=10119

19 years ago- Accidently commited this file with my last patch. Reverting.
Filip Navara [Wed, 14 Jul 2004 21:45:05 +0000 (21:45 +0000)]
- Accidently commited this file with my last patch. Reverting.

svn path=/trunk/; revision=10118

19 years ago- Add FIXME comment to LoadIconImage.
Filip Navara [Wed, 14 Jul 2004 20:52:13 +0000 (20:52 +0000)]
- Add FIXME comment to LoadIconImage.

svn path=/trunk/; revision=10117

19 years ago- Change the prototype of DIB_*_BitBlt* functions to take a pointer to a BLTINFO...
Filip Navara [Wed, 14 Jul 2004 20:48:58 +0000 (20:48 +0000)]
- Change the prototype of DIB_*_BitBlt* functions to take a pointer to a BLTINFO structure instead of many parameters.
- Make DIB_GetSource and DIB_GetSourceIndex macros.
- Add IntEngCreateSrcMonoXlate.
- Change the semantics of IntEngCreate*Xlate functions to treat palette mode == 0 as mode of the passed palette.
- Add XlateBrush and XlatePen to the DC structure.
- Fixed the bad design decision that caused mess when one brush was selected into more than one DC.
- Remove incorrect Int[Get/Set]DCColor implementation (used by [Get/Set]DC[Pen/Brush]Color).
- Get rid of compiler warnings in Win32k.

svn path=/trunk/; revision=10116

19 years agoSync msacm32 with Winehq cvs. will merge my tweaks soon.
Steven Edwards [Wed, 14 Jul 2004 18:30:54 +0000 (18:30 +0000)]
Sync msacm32 with Winehq cvs. will merge my tweaks soon.
This gets Winamp5 loading.

svn path=/trunk/; revision=10115

19 years agoUse Bitstream Vera Sans for Helv subsititute. This makes the Run dialog readable...
Steven Edwards [Wed, 14 Jul 2004 17:47:03 +0000 (17:47 +0000)]
Use Bitstream Vera Sans for Helv subsititute. This makes the Run dialog readable. Thanks to Filip Navara.

svn path=/trunk/; revision=10114

19 years agoAdded licensing page to usetup.
Steven Edwards [Wed, 14 Jul 2004 16:24:00 +0000 (16:24 +0000)]
Added licensing page to usetup.

svn path=/trunk/; revision=10112

19 years ago- Move access checks from NtAccessCheck() to SeAccessCheck().
Eric Kohl [Wed, 14 Jul 2004 14:25:31 +0000 (14:25 +0000)]
- Move access checks from NtAccessCheck() to SeAccessCheck().
- Check for 'take ownership' privilege.

svn path=/trunk/; revision=10111

19 years agoSplit "old-style Win 3.1" file dialog into 16 and 32 bit code
Gé van Geldorp [Wed, 14 Jul 2004 06:52:29 +0000 (06:52 +0000)]
Split "old-style Win 3.1" file dialog into 16 and 32 bit code

svn path=/trunk/; revision=10110

19 years ago- Revert part of my last TLS patch.
Filip Navara [Wed, 14 Jul 2004 02:40:45 +0000 (02:40 +0000)]
- Revert part of my last TLS patch.

svn path=/trunk/; revision=10109

19 years agoFirst experimental implementstion of NtAccessCheck().
Eric Kohl [Tue, 13 Jul 2004 16:59:35 +0000 (16:59 +0000)]
First experimental implementstion of NtAccessCheck().
This should fix bug #362.

svn path=/trunk/; revision=10108

19 years agoMove some access rights so they are usable form kernel-mode.
Eric Kohl [Tue, 13 Jul 2004 16:57:35 +0000 (16:57 +0000)]
Move some access rights so they are usable form kernel-mode.

svn path=/trunk/; revision=10107

19 years agoRtlImpersonateSelf(): Set impersonation level in call to NtDuplicateToken().
Eric Kohl [Tue, 13 Jul 2004 11:52:09 +0000 (11:52 +0000)]
RtlImpersonateSelf(): Set impersonation level in call to NtDuplicateToken().

svn path=/trunk/; revision=10106

19 years agoNtOpenThreadToken() opens the thread token if OpenAsSelf is FALSE.
Eric Kohl [Tue, 13 Jul 2004 11:48:32 +0000 (11:48 +0000)]
NtOpenThreadToken() opens the thread token if OpenAsSelf is FALSE.

svn path=/trunk/; revision=10105

19 years agoNtDuplicateToken() must create and return a handle to the duplicated token.
Eric Kohl [Tue, 13 Jul 2004 08:43:35 +0000 (08:43 +0000)]
NtDuplicateToken() must create and return a handle to the duplicated token.

svn path=/trunk/; revision=10104

19 years agoForce a rebuild of the partition table if it already exists with a DeviceObject.
James Tabor [Tue, 13 Jul 2004 02:43:06 +0000 (02:43 +0000)]
Force a rebuild of the partition table if it already exists with a DeviceObject.

svn path=/trunk/; revision=10103

19 years agoSetLogonNotifyWindow is now implemented
Gé van Geldorp [Mon, 12 Jul 2004 22:34:27 +0000 (22:34 +0000)]
SetLogonNotifyWindow is now implemented

svn path=/trunk/; revision=10102

19 years agoFix RestartDialog() and RestartDialogEx() prototypes
Gé van Geldorp [Mon, 12 Jul 2004 22:07:34 +0000 (22:07 +0000)]
Fix RestartDialog() and RestartDialogEx() prototypes

svn path=/trunk/; revision=10101

19 years agoRobert Shearman <R.J.Shearman@warwick.ac.uk>
Gé van Geldorp [Mon, 12 Jul 2004 22:03:09 +0000 (22:03 +0000)]
Robert Shearman <R.J.Shearman@warwick.ac.uk>
- Make ole32 a delay-load import of shell32.
(except that the ReactOS build system doesn't handle delay-load imports
yet, so make it a normal import)

svn path=/trunk/; revision=10100

19 years agoFix syntax problem for some windres versions
Gé van Geldorp [Mon, 12 Jul 2004 22:01:22 +0000 (22:01 +0000)]
Fix syntax problem for some windres versions

svn path=/trunk/; revision=10099

19 years agoIlya Korniyko <k_ilya@ukr.net>
Gé van Geldorp [Mon, 12 Jul 2004 21:26:39 +0000 (21:26 +0000)]
Ilya Korniyko <k_ilya@ukr.net>
- Added Ukrainian translations.
Jos� Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
- Updated the Spanish shell32 translation and made some corrections to
  other language files.

svn path=/trunk/; revision=10098

19 years agoUse string resources for ExitWindowsDialog() and RestartDialogEx() to allow
Gé van Geldorp [Mon, 12 Jul 2004 20:53:24 +0000 (20:53 +0000)]
Use string resources for ExitWindowsDialog() and RestartDialogEx() to allow
internationalization.

svn path=/trunk/; revision=10097

19 years agoMarcus Meissner <marcus@jet.franken.de>
Gé van Geldorp [Mon, 12 Jul 2004 20:32:16 +0000 (20:32 +0000)]
Marcus Meissner <marcus@jet.franken.de>
- Fixed double applet = applet = assignment.
- Removed sic_hdpa only used in 1 C file as static var.
- Make VT_Shell_IMalloc32 and related variables static.

svn path=/trunk/; revision=10096

19 years agoShutdown step 1: inform winlogon (forgotten file)
Gé van Geldorp [Mon, 12 Jul 2004 20:26:35 +0000 (20:26 +0000)]
Shutdown step 1: inform winlogon (forgotten file)

svn path=/trunk/; revision=10095

19 years agoShutdown step 1: inform winlogon
Gé van Geldorp [Mon, 12 Jul 2004 20:09:35 +0000 (20:09 +0000)]
Shutdown step 1: inform winlogon

svn path=/trunk/; revision=10094

19 years agoReplace hardcoded values by new constants.
Eric Kohl [Mon, 12 Jul 2004 19:39:29 +0000 (19:39 +0000)]
Replace hardcoded values by new constants.

svn path=/trunk/; revision=10092

19 years agoforgot to export 2 functions
Thomas Bluemel [Mon, 12 Jul 2004 16:27:46 +0000 (16:27 +0000)]
forgot to export 2 functions

svn path=/trunk/; revision=10091

19 years agoimplementation of HidD_GetHidGuid()
Thomas Bluemel [Mon, 12 Jul 2004 16:04:37 +0000 (16:04 +0000)]
implementation of HidD_GetHidGuid()

svn path=/trunk/; revision=10090

19 years agoadded stubs for the Hid User Library (hid.dll)
Thomas Bluemel [Mon, 12 Jul 2004 15:08:43 +0000 (15:08 +0000)]
added stubs for the Hid User Library (hid.dll)

svn path=/trunk/; revision=10089

19 years agoDefine missing PNTSTATUS.
Eric Kohl [Mon, 12 Jul 2004 13:51:29 +0000 (13:51 +0000)]
Define missing PNTSTATUS.

svn path=/trunk/; revision=10088

19 years agoFix NtAccessCheck() prototype.
Eric Kohl [Mon, 12 Jul 2004 12:05:49 +0000 (12:05 +0000)]
Fix NtAccessCheck() prototype.

svn path=/trunk/; revision=10087

19 years agosimplified dynamic loading of dlls
Thomas Bluemel [Mon, 12 Jul 2004 10:33:04 +0000 (10:33 +0000)]
simplified dynamic loading of dlls

svn path=/trunk/; revision=10086

19 years agoremoved wrong comments
Thomas Bluemel [Sun, 11 Jul 2004 23:08:31 +0000 (23:08 +0000)]
removed wrong comments

svn path=/trunk/; revision=10085

19 years agodo not statically link to ole32.dll, import the functions dynamically instead. This...
Thomas Bluemel [Sun, 11 Jul 2004 22:35:07 +0000 (22:35 +0000)]
do not statically link to ole32.dll, import the functions dynamically instead. This is required since winlogon statically links to userenv.dll and then ole32.dll would automatically be loaded which causes ole32.dll to register a window class before the first window station is created (-> the ole32 window class(es) couldn't be registered). Besides it's bad to have winlogon depend on ole32.dll

svn path=/trunk/; revision=10083

19 years agoUse default PATHEXT if none found in environment
Gé van Geldorp [Sun, 11 Jul 2004 16:23:12 +0000 (16:23 +0000)]
Use default PATHEXT if none found in environment

svn path=/trunk/; revision=10082

19 years agoJens Collin <jens.collin@lakhei.com>
Gé van Geldorp [Sun, 11 Jul 2004 16:13:44 +0000 (16:13 +0000)]
Jens Collin <jens.collin@lakhei.com>
Add PATHEXT env var and use it to locate command

svn path=/trunk/; revision=10081

19 years agoAdd missing security constants.
Eric Kohl [Sun, 11 Jul 2004 16:09:37 +0000 (16:09 +0000)]
Add missing security constants.

svn path=/trunk/; revision=10080

19 years agoFix typo in SetSecurityDescriptorOwner().
Eric Kohl [Sun, 11 Jul 2004 13:33:40 +0000 (13:33 +0000)]
Fix typo in SetSecurityDescriptorOwner().

svn path=/trunk/; revision=10079

19 years agoregister the winlogon application directly after startup
Thomas Bluemel [Sun, 11 Jul 2004 13:31:28 +0000 (13:31 +0000)]
register the winlogon application directly after startup

svn path=/trunk/; revision=10078

19 years ago- Fixed locking in NtGdiGetCharWidth32. This caused problems with AbiWord reported...
Filip Navara [Sun, 11 Jul 2004 02:10:48 +0000 (02:10 +0000)]
- Fixed locking in NtGdiGetCharWidth32. This caused problems with AbiWord reported by Jason Filby.

svn path=/trunk/; revision=10076

19 years agoadded a key security editor (not yet working properly)
Thomas Bluemel [Sat, 10 Jul 2004 23:25:17 +0000 (23:25 +0000)]
added a key security editor (not yet working properly)

svn path=/trunk/; revision=10075

19 years agoadded some missing definitions
Thomas Bluemel [Sat, 10 Jul 2004 23:23:06 +0000 (23:23 +0000)]
added some missing definitions

svn path=/trunk/; revision=10074

19 years agoadded SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Gero Kuehn [Sat, 10 Jul 2004 22:27:18 +0000 (22:27 +0000)]
added SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

svn path=/trunk/; revision=10073

19 years agofixed PROPSHEETHEADER nPages calculation
Gero Kuehn [Sat, 10 Jul 2004 22:06:40 +0000 (22:06 +0000)]
fixed PROPSHEETHEADER nPages calculation

svn path=/trunk/; revision=10072

19 years agocopied HalRequestSoftwareInterrupt from uniproc irql.c to fix SMP builds
Gero Kuehn [Sat, 10 Jul 2004 21:58:35 +0000 (21:58 +0000)]
copied HalRequestSoftwareInterrupt from uniproc irql.c to fix SMP builds

svn path=/trunk/; revision=10071

19 years agoadded expand.exe and msvfw32.dll to the build.
Steven Edwards [Sat, 10 Jul 2004 21:44:14 +0000 (21:44 +0000)]
added expand.exe and msvfw32.dll to the build.

svn path=/trunk/; revision=10070

19 years agoRoll back __USE_W32API test, add _tsplitpath definition
Gé van Geldorp [Sat, 10 Jul 2004 21:23:18 +0000 (21:23 +0000)]
Roll back __USE_W32API test, add _tsplitpath definition

svn path=/trunk/; revision=10069

19 years agoAdded msvfw32 ported from Wine. This fixes bug 388.
Steven Edwards [Sat, 10 Jul 2004 21:19:46 +0000 (21:19 +0000)]
Added msvfw32 ported from Wine. This fixes bug 388.

svn path=/trunk/; revision=10068

19 years agoFix default DACL of the logon token.
Eric Kohl [Sat, 10 Jul 2004 21:15:26 +0000 (21:15 +0000)]
Fix default DACL of the logon token.

svn path=/trunk/; revision=10067

19 years agoRemoved Microsoft code.
Steven Edwards [Sat, 10 Jul 2004 21:11:13 +0000 (21:11 +0000)]
Removed Microsoft code.

svn path=/trunk/; revision=10066

19 years ago- Implemented NtQueryVirtualMemory for unallocated regions.
Hartmut Birr [Sat, 10 Jul 2004 17:01:03 +0000 (17:01 +0000)]
- Implemented NtQueryVirtualMemory for unallocated regions.
- Fixed some minor bugs in NtQueryVirtualMemory and its related query functions.

svn path=/trunk/; revision=10065

19 years agoexport GetSecurityInfo()
Thomas Bluemel [Sat, 10 Jul 2004 14:38:24 +0000 (14:38 +0000)]
export GetSecurityInfo()

svn path=/trunk/; revision=10064

19 years agoCreate group SIDs for logon token.
Eric Kohl [Sat, 10 Jul 2004 13:12:24 +0000 (13:12 +0000)]
Create group SIDs for logon token.

svn path=/trunk/; revision=10063

19 years agoFix RtlEqualSid().
Eric Kohl [Sat, 10 Jul 2004 13:11:18 +0000 (13:11 +0000)]
Fix RtlEqualSid().

svn path=/trunk/; revision=10062

19 years ago- Fixed the return value in VirtualQueryEx if NtQueryVirtualMemory returns an error.
Hartmut Birr [Sat, 10 Jul 2004 13:08:02 +0000 (13:08 +0000)]
- Fixed the return value in VirtualQueryEx if NtQueryVirtualMemory returns an error.

svn path=/trunk/; revision=10061

19 years ago- Fixed the comparing of video modes in IntInitScreenInfo.
Hartmut Birr [Sat, 10 Jul 2004 13:05:08 +0000 (13:05 +0000)]
- Fixed the comparing of video modes in IntInitScreenInfo.

svn path=/trunk/; revision=10060

19 years agoFindWindow() should search the threads desktop, not the active one.
Gé van Geldorp [Fri, 9 Jul 2004 20:57:38 +0000 (20:57 +0000)]
FindWindow() should search the threads desktop, not the active one.

svn path=/trunk/; revision=10059

19 years ago- Implementation of [NtGdi]GetTextFace[W] and [NtGdi]GetFontData[W].
Filip Navara [Fri, 9 Jul 2004 20:28:20 +0000 (20:28 +0000)]
- Implementation of [NtGdi]GetTextFace[W] and [NtGdi]GetFontData[W].
- Print a message for unimplemented functions in GDI32.dll.

svn path=/trunk/; revision=10058

19 years agoadded skeleton for acledit.dll
Thomas Bluemel [Fri, 9 Jul 2004 20:18:49 +0000 (20:18 +0000)]
added skeleton for acledit.dll

svn path=/trunk/; revision=10056

19 years ago- Some application depend on Info->RegionSize set by NtQueryVirtualMemory for iterati...
Filip Navara [Fri, 9 Jul 2004 20:14:49 +0000 (20:14 +0000)]
- Some application depend on Info->RegionSize set by NtQueryVirtualMemory for iteration. We had a workaround here for this behaviour until a correct implementation is written, but it was limited for addresses lower than 0x70000000. Raise that limit to 0x80000000.

svn path=/trunk/; revision=10055

19 years ago- Handle UnsafeRect == NULL case in NtUserGetUpdateRect.
Filip Navara [Fri, 9 Jul 2004 20:13:00 +0000 (20:13 +0000)]
- Handle UnsafeRect == NULL case in NtUserGetUpdateRect.

svn path=/trunk/; revision=10054

19 years ago- Since LookupAccountSidA is unimplemented, but returns success, we should at least...
Filip Navara [Fri, 9 Jul 2004 20:10:45 +0000 (20:10 +0000)]
- Since LookupAccountSidA is unimplemented, but returns success, we should at least fill the output parameters with some reasonable values.

svn path=/trunk/; revision=10053

19 years ago- DrawIcon should return TRUE if it succeeds.
Filip Navara [Fri, 9 Jul 2004 20:09:35 +0000 (20:09 +0000)]
- DrawIcon should return TRUE if it succeeds.

svn path=/trunk/; revision=10052

19 years ago- Display window icon only if there is any.
Filip Navara [Fri, 9 Jul 2004 20:08:48 +0000 (20:08 +0000)]
- Display window icon only if there is any.

svn path=/trunk/; revision=10051

19 years ago- Corrected the obtaining of TLS callbacks address.
Filip Navara [Fri, 9 Jul 2004 20:08:05 +0000 (20:08 +0000)]
- Corrected the obtaining of TLS callbacks address.

svn path=/trunk/; revision=10050

19 years ago- Fixed dispatching of nested exceptions.
Filip Navara [Fri, 9 Jul 2004 20:06:40 +0000 (20:06 +0000)]
- Fixed dispatching of nested exceptions.

svn path=/trunk/; revision=10049

19 years ago- Added ordinal numbers.
Filip Navara [Fri, 9 Jul 2004 20:04:05 +0000 (20:04 +0000)]
- Added ordinal numbers.

svn path=/trunk/; revision=10048

19 years agoset the control focus when clicking on it
Thomas Bluemel [Fri, 9 Jul 2004 15:53:34 +0000 (15:53 +0000)]
set the control focus when clicking on it

svn path=/trunk/; revision=10047

19 years agoFix lib/rosrtl compilation
Gé van Geldorp [Thu, 8 Jul 2004 22:05:48 +0000 (22:05 +0000)]
Fix lib/rosrtl compilation

svn path=/trunk/; revision=10039

19 years agoRegister the logon process.
Eric Kohl [Thu, 8 Jul 2004 14:41:38 +0000 (14:41 +0000)]
Register the logon process.

svn path=/trunk/; revision=10037

19 years agoFix RegisterLogonProcess().
Eric Kohl [Thu, 8 Jul 2004 14:36:18 +0000 (14:36 +0000)]
Fix RegisterLogonProcess().

svn path=/trunk/; revision=10036

19 years ago- Honor the "Extended" bit in SetKeyState.
Filip Navara [Thu, 8 Jul 2004 12:55:01 +0000 (12:55 +0000)]
- Honor the "Extended" bit in SetKeyState.

svn path=/trunk/; revision=10035

19 years agoadded a very basic timer queue test program
Thomas Bluemel [Thu, 8 Jul 2004 10:32:18 +0000 (10:32 +0000)]
added a very basic timer queue test program

svn path=/trunk/; revision=10034

19 years agoFixed OskitTCPSend prototype.
Art Yerkes [Thu, 8 Jul 2004 06:39:30 +0000 (06:39 +0000)]
Fixed OskitTCPSend prototype.
sleep: removed blocking.  not needed anymore.
Made socket non-blocking with respect to oskit.
removed unneeded panic in sbflush.
removed unneeded stats keeping.  This info is better kept by tcpip.sys

svn path=/trunk/; revision=10033

19 years agoFixed for TCPIP
Art Yerkes [Thu, 8 Jul 2004 06:36:04 +0000 (06:36 +0000)]
Fixed for TCPIP

Regularized TCPSendData and TCPReceiveData parameters and calling.
Added number of bytes IoStatus for TDI_SEND_DATAGRAM and TDI_SEND as
specified in the OSR entry for TDI_SEND_DATAGRAM.
Fixed IRQL in packet send event.  We now use KeRaiseIrql to make sure we're
in DISPATCH_LEVEL.
Fixed socket state callback for new afd.  Now fully based on io completion.

svn path=/trunk/; revision=10032

19 years agofixed debug output
Thomas Bluemel [Thu, 8 Jul 2004 00:48:12 +0000 (00:48 +0000)]
fixed debug output

svn path=/trunk/; revision=10031

19 years agoFixed handling of NULL arguments in ChangeDisplaySettings(Ex)(). Patch by blight.
Thomas Bluemel [Thu, 8 Jul 2004 00:46:22 +0000 (00:46 +0000)]
Fixed handling of NULL arguments in ChangeDisplaySettings(Ex)(). Patch by blight.

svn path=/trunk/; revision=10030

19 years ago1. implemented the timer queue functions of kernel32 (I tested the implementation...
Thomas Bluemel [Thu, 8 Jul 2004 00:40:31 +0000 (00:40 +0000)]
1. implemented the timer queue functions of kernel32 (I tested the implementation of CreateTimerQueueTimer() and DeleteTimerQueueTimer() on windows)
2. export the timer queue Rtl* stubs of ntdll

svn path=/trunk/; revision=10029

19 years agoAdd command-line shutdown/logoff utility
Gé van Geldorp [Wed, 7 Jul 2004 22:29:37 +0000 (22:29 +0000)]
Add command-line shutdown/logoff utility

svn path=/trunk/; revision=10028

19 years agoAdd ACCESS_STATE and INITIAL_PRIVILEGE_SET.
Eric Kohl [Wed, 7 Jul 2004 17:20:35 +0000 (17:20 +0000)]
Add ACCESS_STATE and INITIAL_PRIVILEGE_SET.

svn path=/trunk/; revision=10020

19 years ago- Updated system colors.
Filip Navara [Wed, 7 Jul 2004 17:03:32 +0000 (17:03 +0000)]
- Updated system colors.

svn path=/trunk/; revision=10019

19 years ago- Use LinBytesPerScanLine (value for linar framebuffer modes) instead of BytesPerScan...
Filip Navara [Wed, 7 Jul 2004 16:54:43 +0000 (16:54 +0000)]
- Use LinBytesPerScanLine (value for linar framebuffer modes) instead of BytesPerScanLine for VBE 3.0 controllers.

svn path=/trunk/; revision=10018

19 years ago- Return image name in SymGetModuleInfo since some applications use it for determinin...
Filip Navara [Wed, 7 Jul 2004 16:50:54 +0000 (16:50 +0000)]
- Return image name in SymGetModuleInfo since some applications use it for determining path. It's still a stub though.

svn path=/trunk/; revision=10017

19 years agoadded missing cvsignore file
Thomas Bluemel [Wed, 7 Jul 2004 16:47:43 +0000 (16:47 +0000)]
added missing cvsignore file

svn path=/trunk/; revision=10016

19 years ago- Don't create XLATEOBJ for BitBlt and StretchBlt operations that don't use source DC.
Filip Navara [Wed, 7 Jul 2004 16:36:08 +0000 (16:36 +0000)]
- Don't create XLATEOBJ for BitBlt and StretchBlt operations that don't use source DC.

svn path=/trunk/; revision=10015

19 years ago- Fixed ExcludeClipRgn for case when DC contained no clipping region before the call...
Filip Navara [Wed, 7 Jul 2004 16:34:33 +0000 (16:34 +0000)]
- Fixed ExcludeClipRgn for case when DC contained no clipping region before the call to this function.

svn path=/trunk/; revision=10014

19 years ago- Handle allocation failure in IntCreateBitmap.
Filip Navara [Wed, 7 Jul 2004 16:33:44 +0000 (16:33 +0000)]
- Handle allocation failure in IntCreateBitmap.
- Don't allow creating surface with BitmapFormat == 0 (Invalid) in IntCreateSurface.

svn path=/trunk/; revision=10013

19 years ago- Imporved implementation of UnhandledExceptionFilter.
Filip Navara [Wed, 7 Jul 2004 16:32:02 +0000 (16:32 +0000)]
- Imporved implementation of UnhandledExceptionFilter.
- Moved most of code from _except_handler in process/create.c to UnhandledExceptionFilter and changed _except_handler to call it.

svn path=/trunk/; revision=10012

19 years ago- Fixed NtQueryInformationProcess to return STATUS_NOT_IMPLEMENTED for unimplemented...
Filip Navara [Wed, 7 Jul 2004 16:28:35 +0000 (16:28 +0000)]
- Fixed NtQueryInformationProcess to return STATUS_NOT_IMPLEMENTED for unimplemented cases.

svn path=/trunk/; revision=10011

19 years ago- Fixed RtlUnwind to correctly remove SEH frames and not to call ZwContinue.
Filip Navara [Wed, 7 Jul 2004 16:25:00 +0000 (16:25 +0000)]
- Fixed RtlUnwind to correctly remove SEH frames and not to call ZwContinue.

svn path=/trunk/; revision=10010

19 years ago- Add VBE video mode registry. (Gerard Gatineau asked for it)
Filip Navara [Wed, 7 Jul 2004 16:22:22 +0000 (16:22 +0000)]
- Add VBE video mode registry. (Gerard Gatineau asked for it)

svn path=/trunk/; revision=10009

19 years agoImplement environment variable dialog.
Eric Kohl [Wed, 7 Jul 2004 09:42:58 +0000 (09:42 +0000)]
Implement environment variable dialog.

svn path=/trunk/; revision=10008

19 years agoSet default (Administrator) privileges when logging on
Gé van Geldorp [Wed, 7 Jul 2004 08:41:47 +0000 (08:41 +0000)]
Set default (Administrator) privileges when logging on

svn path=/trunk/; revision=10007

19 years agoSilence debug messages
Gé van Geldorp [Wed, 7 Jul 2004 08:39:54 +0000 (08:39 +0000)]
Silence debug messages

svn path=/trunk/; revision=10006

19 years agoImplement LookupPrivilegeValueW for local machine
Gé van Geldorp [Tue, 6 Jul 2004 22:08:48 +0000 (22:08 +0000)]
Implement LookupPrivilegeValueW for local machine

svn path=/trunk/; revision=10005