reactos.git
18 years agomerged changes from wine to edit control.
Sebastian Gasiorek [Sat, 10 Dec 2005 20:44:57 +0000 (20:44 +0000)]
merged changes from wine to edit control.

svn path=/trunk/; revision=20042

18 years agoFix for bug #932 (should go into 0.2.9 also)
Aleksey Bragin [Sat, 10 Dec 2005 19:22:43 +0000 (19:22 +0000)]
Fix for bug #932 (should go into 0.2.9 also)

svn path=/trunk/; revision=20041

18 years agofixed calls to NtDuplicateObject
Thomas Bluemel [Sat, 10 Dec 2005 17:09:35 +0000 (17:09 +0000)]
fixed calls to NtDuplicateObject

svn path=/trunk/; revision=20040

18 years agodon't touch the key handle in NtOpenKey in failure cases
Thomas Bluemel [Sat, 10 Dec 2005 17:00:54 +0000 (17:00 +0000)]
don't touch the key handle in NtOpenKey in failure cases

svn path=/trunk/; revision=20039

18 years ago- support for kernel handles
Thomas Bluemel [Sat, 10 Dec 2005 16:38:04 +0000 (16:38 +0000)]
- support for kernel handles
- attach to owning process before accessing the handle table if necessary

svn path=/trunk/; revision=20038

18 years agofixed compiling with -Wwrite-strings
Thomas Bluemel [Sat, 10 Dec 2005 15:53:27 +0000 (15:53 +0000)]
fixed compiling with -Wwrite-strings

svn path=/trunk/; revision=20037

18 years agoadd QueryServiceConfig2W stub to get ros-msconfig working again
Christoph von Wittich [Sat, 10 Dec 2005 15:40:52 +0000 (15:40 +0000)]
add QueryServiceConfig2W stub to get ros-msconfig working again

svn path=/trunk/; revision=20036

18 years agoUntil the kernel handle support is finished or bootvid support is rewritten not to...
Filip Navara [Sat, 10 Dec 2005 14:36:39 +0000 (14:36 +0000)]
Until the kernel handle support is finished or bootvid support is rewritten not to use driver objects open & close the handle every time (in the correct context).

svn path=/trunk/; revision=20035

18 years agoMove xbox's i2c support to a separate file, and add support of xbox's LEDs switching...
Aleksey Bragin [Sat, 10 Dec 2005 13:50:36 +0000 (13:50 +0000)]
Move xbox's i2c support to a separate file, and add support of xbox's LEDs switching. Currently it initializes leds to red, and immediately after base init is done (means video has been initialized) they are turned to orange (good for debugging).

svn path=/trunk/; revision=20034

18 years agoBug fix DD_Cleanup thx w3seek, Implement second check for DrvGetDrawInfo,
Magnus Olsen [Sat, 10 Dec 2005 00:28:41 +0000 (00:28 +0000)]
Bug fix DD_Cleanup thx w3seek, Implement second check for DrvGetDrawInfo,

svn path=/trunk/; revision=20033

18 years agomerged changes from wine to button and combobox code.
Sebastian Gasiorek [Sat, 10 Dec 2005 00:15:17 +0000 (00:15 +0000)]
merged changes from wine to button and combobox code.

svn path=/trunk/; revision=20032

18 years agofixed difference in signedness warning
Thomas Bluemel [Sat, 10 Dec 2005 00:07:40 +0000 (00:07 +0000)]
fixed difference in signedness warning

svn path=/trunk/; revision=20031

18 years agofix uninitialized variable warning
Christoph von Wittich [Sat, 10 Dec 2005 00:06:42 +0000 (00:06 +0000)]
fix uninitialized variable warning

svn path=/trunk/; revision=20030

18 years agoadd CertVerifyCertificateChainPolicy stub. now Genuine Check from MS reports "unsuppo...
Christoph von Wittich [Fri, 9 Dec 2005 22:58:14 +0000 (22:58 +0000)]
add CertVerifyCertificateChainPolicy stub. now Genuine Check from MS reports "unsupported operating system" instead of not running at all

svn path=/trunk/; revision=20029

18 years agoPrefer reactos.org over reactos.com
Gé van Geldorp [Fri, 9 Dec 2005 22:39:42 +0000 (22:39 +0000)]
Prefer reactos.org over reactos.com

svn path=/trunk/; revision=20028

18 years agoAdd prototypes needed for GDI_DEBUG.
Filip Navara [Fri, 9 Dec 2005 22:36:49 +0000 (22:36 +0000)]
Add prototypes needed for GDI_DEBUG.

svn path=/trunk/; revision=20027

18 years agoreactos.org is the preferred name these days
Gé van Geldorp [Fri, 9 Dec 2005 22:14:27 +0000 (22:14 +0000)]
reactos.org is the preferred name these days

svn path=/trunk/; revision=20026

18 years agoimplemented DeviceProblemTextA/W()
Thomas Bluemel [Fri, 9 Dec 2005 21:57:24 +0000 (21:57 +0000)]
implemented DeviceProblemTextA/W()

svn path=/trunk/; revision=20025

18 years agoWork around lack of MSG_PEEK
Gé van Geldorp [Fri, 9 Dec 2005 21:51:50 +0000 (21:51 +0000)]
Work around lack of MSG_PEEK

svn path=/trunk/; revision=20024

18 years agoRemove Wine-ism
Gé van Geldorp [Fri, 9 Dec 2005 21:50:10 +0000 (21:50 +0000)]
Remove Wine-ism

svn path=/trunk/; revision=20022

18 years agoTell shdocvw where to get the Mozilla control
Gé van Geldorp [Fri, 9 Dec 2005 21:39:50 +0000 (21:39 +0000)]
Tell shdocvw where to get the Mozilla control

svn path=/trunk/; revision=20020

18 years agotake care of NtGdiDdDeleteDirectDrawObject Attempted to lock object 0x8d1f9ad8 that...
Magnus Olsen [Fri, 9 Dec 2005 21:25:39 +0000 (21:25 +0000)]
take care of NtGdiDdDeleteDirectDrawObject Attempted to lock object 0x8d1f9ad8 that is deleted! problem.

svn path=/trunk/; revision=20019

18 years agoAdding more debug string on dx api that are being calling
Magnus Olsen [Fri, 9 Dec 2005 20:58:32 +0000 (20:58 +0000)]
Adding more debug string on dx api that are being calling

svn path=/trunk/; revision=20018

18 years agoTake care of one BSOD in NtGdiDdCreateDirectDrawObject, it is not correct fix, it...
Magnus Olsen [Fri, 9 Dec 2005 20:40:52 +0000 (20:40 +0000)]
Take care of one BSOD in NtGdiDdCreateDirectDrawObject, it is not correct fix, it is a work around, the HDC can be NULL. it prevent some bsod for my new test apps for directx

svn path=/trunk/; revision=20017

18 years agoDPRINT->DPRINT1 in key places (when something fails we shouldn't keep silence).
Aleksey Bragin [Fri, 9 Dec 2005 19:28:04 +0000 (19:28 +0000)]
DPRINT->DPRINT1 in key places (when something fails we shouldn't keep silence).

svn path=/trunk/; revision=20016

18 years agoDo not revoke the display ownership until the bootvid thread is terminated.
Filip Navara [Fri, 9 Dec 2005 19:00:13 +0000 (19:00 +0000)]
Do not revoke the display ownership until the bootvid thread is terminated.

svn path=/trunk/; revision=20015

18 years agomove declaration of IntGdiExtSelectClipRgn to a win32k header
Christoph von Wittich [Fri, 9 Dec 2005 18:42:27 +0000 (18:42 +0000)]
move declaration of IntGdiExtSelectClipRgn to a win32k header
fix compile problem with path.c

svn path=/trunk/; revision=20014

18 years agoconvert strings to lower case in CharLowerA.
Sebastian Gasiorek [Fri, 9 Dec 2005 18:36:53 +0000 (18:36 +0000)]
convert strings to lower case in CharLowerA.
fixes loading of plugins in FAR.

svn path=/trunk/; revision=20013

18 years agoimplemented NtGdiSelectClipPath and PATH_FillPath
Christoph von Wittich [Fri, 9 Dec 2005 18:06:19 +0000 (18:06 +0000)]
implemented NtGdiSelectClipPath and PATH_FillPath

svn path=/trunk/; revision=20012

18 years agoNever allocate 0 bytes. Fixes bug 1082.
Gé van Geldorp [Fri, 9 Dec 2005 17:56:26 +0000 (17:56 +0000)]
Never allocate 0 bytes. Fixes bug 1082.

svn path=/trunk/; revision=20010

18 years agoFix a Mach-O magic check. Spotted by mbealby@gmail.com.
Filip Navara [Fri, 9 Dec 2005 17:11:20 +0000 (17:11 +0000)]
Fix a Mach-O magic check. Spotted by mbealby@gmail.com.

svn path=/trunk/; revision=20009

18 years agoFix a buffer overflow in OutputDebugStringA. Spotted by mbealby@gmail.com.
Filip Navara [Fri, 9 Dec 2005 17:06:02 +0000 (17:06 +0000)]
Fix a buffer overflow in OutputDebugStringA. Spotted by mbealby@gmail.com.

svn path=/trunk/; revision=20008

18 years agoPatch by FRy2oo5 <fRy2oo5@gmail.com>:
Thomas Bluemel [Fri, 9 Dec 2005 14:59:10 +0000 (14:59 +0000)]
Patch by FRy2oo5 <fRy2oo5@gmail.com>:
- Updated German translation of devmgr.dll

svn path=/trunk/; revision=20007

18 years agoSynthesize FILE_ATTRIBUTE_NORMAL on NetworkOpenInformation query too.
Gé van Geldorp [Fri, 9 Dec 2005 13:23:33 +0000 (13:23 +0000)]
Synthesize FILE_ATTRIBUTE_NORMAL on NetworkOpenInformation query too.
This fixes the final problem with the Firefox installer.

svn path=/trunk/; revision=20005

18 years agoremove another unused folder
Steven Edwards [Fri, 9 Dec 2005 09:22:29 +0000 (09:22 +0000)]
remove another unused folder

svn path=/trunk/; revision=20004

18 years agoremove test cases. sorry I ment to do this before the first commit
Steven Edwards [Fri, 9 Dec 2005 09:19:18 +0000 (09:19 +0000)]
remove test cases. sorry I ment to do this before the first commit

svn path=/trunk/; revision=20003

18 years agoun.real <battal84@gmail.com>:
Gé van Geldorp [Fri, 9 Dec 2005 08:41:09 +0000 (08:41 +0000)]
un.real <battal84@gmail.com>:
Add Turkish translation

svn path=/trunk/; revision=20002

18 years agoadd myself to credits too.
Christoph von Wittich [Fri, 9 Dec 2005 01:39:42 +0000 (01:39 +0000)]
add myself to credits too.

svn path=/trunk/; revision=19998

18 years agoAdd myself to credits. 3 more left!
Brandon Turner [Fri, 9 Dec 2005 01:36:03 +0000 (01:36 +0000)]
Add myself to credits.  3 more left!

svn path=/trunk/; revision=19997

18 years agoSVN maintainance: set eol-style to native
Thomas Bluemel [Fri, 9 Dec 2005 01:35:29 +0000 (01:35 +0000)]
SVN maintainance: set eol-style to native

svn path=/trunk/; revision=19996

18 years agoadded stubs for CertGetNameStringA/W needed by eMule
Christoph von Wittich [Fri, 9 Dec 2005 01:28:30 +0000 (01:28 +0000)]
added stubs for CertGetNameStringA/W needed by eMule
(now it crashes in current winsock2 code)

svn path=/trunk/; revision=19995

18 years agoadded msconfig to bootcd
Christoph von Wittich [Fri, 9 Dec 2005 01:17:44 +0000 (01:17 +0000)]
added msconfig to bootcd

svn path=/trunk/; revision=19994

18 years agoset eol-style:native
Christoph von Wittich [Fri, 9 Dec 2005 01:13:31 +0000 (01:13 +0000)]
set eol-style:native

svn path=/trunk/; revision=19993

18 years agoadded german translation
Christoph von Wittich [Fri, 9 Dec 2005 01:08:47 +0000 (01:08 +0000)]
added german translation

svn path=/trunk/; revision=19992

18 years agochanged formatting in german rc file
Christoph von Wittich [Fri, 9 Dec 2005 00:49:48 +0000 (00:49 +0000)]
changed formatting in german rc file

svn path=/trunk/; revision=19991

18 years agoUse correct format for arguments in debug messages
Hervé Poussineau [Fri, 9 Dec 2005 00:18:28 +0000 (00:18 +0000)]
Use correct format for arguments in debug messages

svn path=/trunk/; revision=19990

18 years agoset eol-style:native
Christoph von Wittich [Thu, 8 Dec 2005 23:55:40 +0000 (23:55 +0000)]
set eol-style:native

svn path=/trunk/; revision=19989

18 years agoset eol-style to native
Thomas Bluemel [Thu, 8 Dec 2005 23:56:12 +0000 (23:56 +0000)]
set eol-style to native

svn path=/trunk/; revision=19988

18 years ago- fixed definition of RtlImageRvaToVa
Thomas Bluemel [Thu, 8 Dec 2005 23:55:34 +0000 (23:55 +0000)]
- fixed definition of RtlImageRvaToVa
- imported the Ldr resource functions from wine and share them in lib/rtl

svn path=/trunk/; revision=19987

18 years agoset eol-style:native
Christoph von Wittich [Thu, 8 Dec 2005 23:48:53 +0000 (23:48 +0000)]
set eol-style:native

svn path=/trunk/; revision=19986

18 years agoSet right error code, when a problem occurs
Hervé Poussineau [Thu, 8 Dec 2005 23:45:38 +0000 (23:45 +0000)]
Set right error code, when a problem occurs

svn path=/trunk/; revision=19985

18 years agoUse correct format for arguments in debug messages
Hervé Poussineau [Thu, 8 Dec 2005 23:44:31 +0000 (23:44 +0000)]
Use correct format for arguments in debug messages

svn path=/trunk/; revision=19984

18 years agoUse correct format for arguments in debug messages
Hervé Poussineau [Thu, 8 Dec 2005 23:44:05 +0000 (23:44 +0000)]
Use correct format for arguments in debug messages

svn path=/trunk/; revision=19983

18 years agoimplemented: NtGdiAbortPath, NtGdiBeginPath, NtGdiEndPath, NtGdiFillPath, AbortPath...
Christoph von Wittich [Thu, 8 Dec 2005 23:27:34 +0000 (23:27 +0000)]
implemented: NtGdiAbortPath, NtGdiBeginPath, NtGdiEndPath, NtGdiFillPath, AbortPath, BeginPath, EndPath, FillPath, FlattenPath, GetPath, PathToRegion, SetMiterLimit, StrokeAndFillPath, StrokePath, WidenPath, GetMiterLimit and SelectClipPath

svn path=/trunk/; revision=19982

18 years agopass the correct defines to build as a static lib
Steven Edwards [Thu, 8 Dec 2005 23:14:04 +0000 (23:14 +0000)]
pass the correct defines to build as a static lib

svn path=/trunk/; revision=19981

18 years agoimport libxml2-2.6.20. I did not bother with a vendor import as I don't care much...
Steven Edwards [Thu, 8 Dec 2005 22:15:30 +0000 (22:15 +0000)]
import libxml2-2.6.20. I did not bother with a vendor import as I don't care much about tracking changes and more recent versions don't even build on mingw

svn path=/trunk/; revision=19980

18 years agoStrings with different lengths are not equal
Gé van Geldorp [Thu, 8 Dec 2005 21:32:21 +0000 (21:32 +0000)]
Strings with different lengths are not equal

svn path=/trunk/; revision=19976

18 years agoMove *PNP0F13 identifier to Standard mice section
Hervé Poussineau [Thu, 8 Dec 2005 19:39:23 +0000 (19:39 +0000)]
Move *PNP0F13 identifier to Standard mice section

svn path=/trunk/; revision=19975

18 years agoDon't do WM_INITDIALOG processing during window destruction...
Gé van Geldorp [Thu, 8 Dec 2005 19:07:14 +0000 (19:07 +0000)]
Don't do WM_INITDIALOG processing during window destruction...
Fixes bug 1087.

svn path=/trunk/; revision=19973

18 years agoSelf-registration of devenum.dll depends on quartz.dll, which we don't have yet.
Gé van Geldorp [Thu, 8 Dec 2005 18:26:21 +0000 (18:26 +0000)]
Self-registration of devenum.dll depends on quartz.dll, which we don't have yet.
I'll import quartz.dll on the next Wine sync

svn path=/trunk/; revision=19971

18 years agoadding \n at end of DPRINT1 so the log are bit easy to reading again if some apps...
Magnus Olsen [Thu, 8 Dec 2005 17:53:48 +0000 (17:53 +0000)]
adding \n at end of DPRINT1 so the log are bit easy to reading again if some apps is calling on win32k dx api

svn path=/trunk/; revision=19970

18 years agoIt's possible to select an (indexed) palette into a bitfield (e.g. 16 bit
Gé van Geldorp [Thu, 8 Dec 2005 17:34:48 +0000 (17:34 +0000)]
It's possible to select an (indexed) palette into a bitfield (e.g. 16 bit
deep) DC. This palette will be used when calling CreateDIBSection with
DIB_PAL_COLORS usage. Fixes bug 1077.

svn path=/trunk/; revision=19967

18 years agoRevert my patch from yesterday. Need to take more time to work on it.
Art Yerkes [Thu, 8 Dec 2005 17:09:47 +0000 (17:09 +0000)]
Revert my patch from yesterday.  Need to take more time to work on it.

svn path=/trunk/; revision=19966

18 years agoRespect the fact, that the driver can return NULL-pointer, instead of a string having...
Aleksey Bragin [Thu, 8 Dec 2005 11:54:01 +0000 (11:54 +0000)]
Respect the fact, that the driver can return NULL-pointer, instead of a string having 0 characters!
(makes third-party drivers compatibility better).
This piece left from previous commit.

svn path=/trunk/; revision=19964

18 years agoRespect the fact, that the driver can return NULL-pointer, instead of a string having...
Aleksey Bragin [Thu, 8 Dec 2005 10:30:08 +0000 (10:30 +0000)]
Respect the fact, that the driver can return NULL-pointer, instead of a string having 0 characters!
(makes third-party drivers compatibility better)

svn path=/trunk/; revision=19963

18 years agoAdd a little more DPRINTs, they will save some debuggin-time (silent quitting in...
Aleksey Bragin [Thu, 8 Dec 2005 09:51:24 +0000 (09:51 +0000)]
Add a little more DPRINTs, they will save some debuggin-time (silent quitting in case of error isn't a good thing to do).

svn path=/trunk/; revision=19962

18 years ago- Temporary fix for making locale switches possible. Patch by zebasoftis. Fixes bug...
Alex Ionescu [Thu, 8 Dec 2005 00:52:03 +0000 (00:52 +0000)]
- Temporary fix for making locale switches possible. Patch by zebasoftis. Fixes bug 481.

svn path=/trunk/; revision=19960

18 years ago- Allow TLS usage for 1088 TLS slots, fixes part of Bug 191. Patch by Filip Navara...
Alex Ionescu [Thu, 8 Dec 2005 00:38:57 +0000 (00:38 +0000)]
- Allow TLS usage for 1088 TLS slots, fixes part of Bug 191. Patch by Filip Navara (navaraf@reactos.com)

svn path=/trunk/; revision=19959

18 years ago- Add flags for NtCreateProcessEx for upcoming patch.
Alex Ionescu [Thu, 8 Dec 2005 00:14:59 +0000 (00:14 +0000)]
- Add flags for NtCreateProcessEx for upcoming patch.
- Clear Tcb->Win32Thread during win32 cleanup.

svn path=/trunk/; revision=19958

18 years ago- Silence TCPIP.
Alex Ionescu [Thu, 8 Dec 2005 00:13:11 +0000 (00:13 +0000)]
- Silence TCPIP.

svn path=/trunk/; revision=19957

18 years agoFix a typo.
Filip Navara [Wed, 7 Dec 2005 22:19:46 +0000 (22:19 +0000)]
Fix a typo.

svn path=/trunk/; revision=19956

18 years agoFix parameter passing in NtGdiCreateDC.
Filip Navara [Wed, 7 Dec 2005 22:11:25 +0000 (22:11 +0000)]
Fix parameter passing in NtGdiCreateDC.

svn path=/trunk/; revision=19955

18 years agoCleanup of existing code, basic implementation of play/stop/resume states.
Andrew Greenwood [Wed, 7 Dec 2005 18:37:49 +0000 (18:37 +0000)]
Cleanup of existing code, basic implementation of play/stop/resume states.

svn path=/trunk/; revision=19954

18 years agoReformat to the generic style of this file (indentation=3spaces, no tabs, functions...
Aleksey Bragin [Wed, 7 Dec 2005 18:33:12 +0000 (18:33 +0000)]
Reformat to the generic style of this file (indentation=3spaces, no tabs, functions declarations generalized).
Not everything maybe fixed, but at least it isn't a mess of TABs and spaces anymore.

*No code changes, pure formatting*

svn path=/trunk/; revision=19953

18 years agoimplemented sweeping of handle tables
Thomas Bluemel [Wed, 7 Dec 2005 17:06:48 +0000 (17:06 +0000)]
implemented sweeping of handle tables

svn path=/trunk/; revision=19951

18 years agobost the drv number to 5.03.2600.2180 for directx
Magnus Olsen [Wed, 7 Dec 2005 16:47:25 +0000 (16:47 +0000)]
bost the drv number to 5.03.2600.2180 for directx

svn path=/trunk/; revision=19948

18 years agoprint more detailed information for the status codes (only the simple ones)
Thomas Bluemel [Wed, 7 Dec 2005 15:30:00 +0000 (15:30 +0000)]
print more detailed information for the status codes (only the simple ones)

svn path=/trunk/; revision=19947

18 years agoFix firefox exit. Implement a simple work queue for possibly dispatch level
Art Yerkes [Wed, 7 Dec 2005 08:50:27 +0000 (08:50 +0000)]
Fix firefox exit.  Implement a simple work queue for possibly dispatch level
callbacks for cancel and close.

svn path=/trunk/; revision=19943

18 years agotake care of Bug#: 1084
Magnus Olsen [Wed, 7 Dec 2005 00:06:27 +0000 (00:06 +0000)]
take care of Bug#:  1084

svn path=/trunk/; revision=19942

18 years agoBugfix EnumDisplayDevicesA when it convert the struct DISPLAY_DEVICE to unicode...
Magnus Olsen [Tue, 6 Dec 2005 22:53:48 +0000 (22:53 +0000)]
Bugfix EnumDisplayDevicesA when it convert the struct DISPLAY_DEVICE  to unicode it use ansi side of it. and that why it did fail.

svn path=/trunk/; revision=19941

18 years agoMake sure that a CTRL+C doesn't carry over to another command.
Brandon Turner [Tue, 6 Dec 2005 19:11:08 +0000 (19:11 +0000)]
Make sure that a CTRL+C doesn't carry over to another command.

svn path=/trunk/; revision=19933

18 years agoRelease the rmap list lock after cleaning the head entry in MmDeleteAllRmaps. This...
Hartmut Birr [Tue, 6 Dec 2005 18:39:17 +0000 (18:39 +0000)]
Release the rmap list lock after cleaning the head entry in MmDeleteAllRmaps. This may fix bug #1071.

svn path=/trunk/; revision=19932

18 years agoActually provide __aulldiv code.
Brandon Turner [Tue, 6 Dec 2005 16:41:53 +0000 (16:41 +0000)]
Actually provide __aulldiv code.

svn path=/trunk/; revision=19931

18 years agofix the Bug#: 1074 the regserver api does not exists in windows ddraw.dll, a mista...
Magnus Olsen [Tue, 6 Dec 2005 14:38:20 +0000 (14:38 +0000)]
fix the Bug#:  1074   the regserver api does not exists in windows ddraw.dll, a mistake by me

svn path=/trunk/; revision=19930

18 years agoRename uallshr_asm.s -> aullshr_asm.s.
Brandon Turner [Tue, 6 Dec 2005 13:12:22 +0000 (13:12 +0000)]
Rename uallshr_asm.s -> aullshr_asm.s.
Remove unneeded .data sections from some files
Declare allshr, aullshr, fltused.
Should fix linux problems build too.

svn path=/trunk/; revision=19929

18 years agoAlex Buell <alex.buell@munted.org.uk>:
Gé van Geldorp [Tue, 6 Dec 2005 09:29:43 +0000 (09:29 +0000)]
Alex Buell <alex.buell@munted.org.uk>:
Enable keyboard applet in the control panel.

svn path=/trunk/; revision=19928

18 years agoSeparated math and memory functions into their own files to limit the amount of objec...
Brandon Turner [Tue, 6 Dec 2005 03:02:00 +0000 (03:02 +0000)]
Separated math and memory functions into their own files to limit the amount of object code that is linked into the application/lib.

svn path=/trunk/; revision=19927

18 years ago- Fix ETHREAD/PROCESS typos and add a function to psfuncs.h
Alex Ionescu [Tue, 6 Dec 2005 01:53:03 +0000 (01:53 +0000)]
- Fix ETHREAD/PROCESS typos and add a function to psfuncs.h

svn path=/trunk/; revision=19926

18 years ago- Make iofuncs.h standalone.
Alex Ionescu [Tue, 6 Dec 2005 01:09:09 +0000 (01:09 +0000)]
- Make iofuncs.h standalone.
- Fix PWORD->PUSHORT

svn path=/trunk/; revision=19925

18 years agolinux fixes
Steven Edwards [Tue, 6 Dec 2005 01:08:33 +0000 (01:08 +0000)]
linux fixes

svn path=/trunk/; revision=19924

18 years agoMove warranty info to license page
Gé van Geldorp [Mon, 5 Dec 2005 23:28:48 +0000 (23:28 +0000)]
Move warranty info to license page

svn path=/trunk/; revision=19923

18 years agoPatch by FRy2oo5 <fRy2oo5@gmail.com>:
Thomas Bluemel [Mon, 5 Dec 2005 22:29:36 +0000 (22:29 +0000)]
Patch by FRy2oo5 <fRy2oo5@gmail.com>:
- Updated German translation of devmgr.dll

svn path=/trunk/; revision=19922

18 years agoChange oldnames option from '-o' to '--oldnames'.
Eric Kohl [Mon, 5 Dec 2005 22:12:42 +0000 (22:12 +0000)]
Change oldnames option from '-o' to '--oldnames'.

svn path=/trunk/; revision=19921

18 years agoOffer an explanation why AllocConsole() might have failed
Gé van Geldorp [Mon, 5 Dec 2005 22:06:58 +0000 (22:06 +0000)]
Offer an explanation why AllocConsole() might have failed

svn path=/trunk/; revision=19920

18 years agodisable the device if the user selects "Do not show this dialog anymore". However...
Thomas Bluemel [Mon, 5 Dec 2005 21:36:54 +0000 (21:36 +0000)]
disable the device if the user selects "Do not show this dialog anymore". However, this doesn't work at the moment because disabling devices isn't implemented. Once it works, umpnpmgr shouldn't display the device installation wizard for disabled devices anymore.

svn path=/trunk/; revision=19919

18 years agoadding debug trace for all dx api
Magnus Olsen [Mon, 5 Dec 2005 21:04:44 +0000 (21:04 +0000)]
adding debug trace for all dx api

svn path=/trunk/; revision=19918

18 years agoadd stub for SetupDiSetClassInstallParamsW
Thomas Bluemel [Mon, 5 Dec 2005 20:24:53 +0000 (20:24 +0000)]
add stub for SetupDiSetClassInstallParamsW

svn path=/trunk/; revision=19917

18 years agoimplemented enabling/disabling of devices
Thomas Bluemel [Mon, 5 Dec 2005 20:23:23 +0000 (20:23 +0000)]
implemented enabling/disabling of devices

svn path=/trunk/; revision=19916

18 years agoadding version reg values for directx thx Christoph_vW for tell me d2 does not found...
Magnus Olsen [Mon, 5 Dec 2005 18:45:09 +0000 (18:45 +0000)]
adding version reg values for directx thx Christoph_vW for tell me d2 does not found dx, and thx to filip how to write the key.

svn path=/trunk/; revision=19914

18 years agodisplay the "Reinstall Driver" button in case the installation previously failed
Thomas Bluemel [Mon, 5 Dec 2005 18:43:49 +0000 (18:43 +0000)]
display the "Reinstall Driver" button in case the installation previously failed

svn path=/trunk/; revision=19913