reactos.git
20 years ago- Initial hacky implementation of some SCM calls needed by coLinux.
Filip Navara [Mon, 12 Apr 2004 17:14:55 +0000 (17:14 +0000)]
- Initial hacky implementation of some SCM calls needed by coLinux.

svn path=/trunk/; revision=9110

20 years ago- Return some reasonable values from GlobalMemoryStatusEx.
Filip Navara [Mon, 12 Apr 2004 17:09:36 +0000 (17:09 +0000)]
- Return some reasonable values from GlobalMemoryStatusEx.

svn path=/trunk/; revision=9109

20 years agoimmediatelly maximize first MDI child window
Martin Fuchs [Mon, 12 Apr 2004 17:09:04 +0000 (17:09 +0000)]
immediatelly maximize first MDI child window

svn path=/trunk/; revision=9108

20 years agominor fix
Thomas Bluemel [Mon, 12 Apr 2004 16:14:54 +0000 (16:14 +0000)]
minor fix

svn path=/trunk/; revision=9107

20 years agodon't copy files if already present
Thomas Bluemel [Mon, 12 Apr 2004 16:09:45 +0000 (16:09 +0000)]
don't copy files if already present

svn path=/trunk/; revision=9106

20 years ago- fix Entry::read_tree() and get_next_path_component()
Martin Fuchs [Mon, 12 Apr 2004 15:58:48 +0000 (15:58 +0000)]
- fix Entry::read_tree() and get_next_path_component()
- jump to FileChildWindow's directory when entered in address bar

svn path=/trunk/; revision=9105

20 years ago- Remove the hack implemenation of LookupPrivilegeValueW.
Filip Navara [Mon, 12 Apr 2004 15:22:53 +0000 (15:22 +0000)]
- Remove the hack implemenation of LookupPrivilegeValueW.
- Don't check for load driver privilege yet.
- Don't try to acquire load driver privilege in Services.

svn path=/trunk/; revision=9103

20 years agoremove MB_ERR_INVALID_CHARS flag
Martin Fuchs [Mon, 12 Apr 2004 15:08:14 +0000 (15:08 +0000)]
remove MB_ERR_INVALID_CHARS flag

svn path=/trunk/; revision=9102

20 years ago- Minor correction to returned error.
Filip Navara [Mon, 12 Apr 2004 14:46:02 +0000 (14:46 +0000)]
- Minor correction to returned error.

svn path=/trunk/; revision=9101

20 years agomake the bitmap look like it's supposed to
Thomas Bluemel [Mon, 12 Apr 2004 14:10:50 +0000 (14:10 +0000)]
make the bitmap look like it's supposed to

svn path=/trunk/; revision=9100

20 years agoreverted, my mistake
Thomas Bluemel [Mon, 12 Apr 2004 13:13:38 +0000 (13:13 +0000)]
reverted, my mistake

svn path=/trunk/; revision=9099

20 years agoforgot adding the floppy driver
Thomas Bluemel [Mon, 12 Apr 2004 13:10:19 +0000 (13:10 +0000)]
forgot adding the floppy driver

svn path=/trunk/; revision=9098

20 years ago- Fixed connection/disconnecting/closing handling, so we don't connect to dead and...
Filip Navara [Mon, 12 Apr 2004 13:03:29 +0000 (13:03 +0000)]
- Fixed connection/disconnecting/closing handling, so we don't connect to dead and disconnected pipes.
- Handle the OPEN_EXISTING flag correctly.
- Report reasonable error messages instead of STATUS_UNSUCCESSFUL.

svn path=/trunk/; revision=9097

20 years agoadded some makefiles
Thomas Bluemel [Mon, 12 Apr 2004 12:08:53 +0000 (12:08 +0000)]
added some makefiles

svn path=/trunk/; revision=9096

20 years agocheck in gpl.txt as binary UTF-16 file
Martin Fuchs [Mon, 12 Apr 2004 11:07:54 +0000 (11:07 +0000)]
check in gpl.txt as binary UTF-16 file

svn path=/trunk/; revision=9095

20 years agoremove gpl.txt before adding again with -kb
Martin Fuchs [Mon, 12 Apr 2004 11:07:13 +0000 (11:07 +0000)]
remove gpl.txt before adding again with -kb

svn path=/trunk/; revision=9094

20 years agoone more error handling fix for GetTimeFormatA()
Martin Fuchs [Mon, 12 Apr 2004 10:49:48 +0000 (10:49 +0000)]
one more error handling fix for GetTimeFormatA()

svn path=/trunk/; revision=9093

20 years ago- RosGetTimeFormat(): replace "if (!cchTime) ; else ..." by "if (cchTime)" and adjust...
Martin Fuchs [Mon, 12 Apr 2004 10:19:43 +0000 (10:19 +0000)]
- RosGetTimeFormat(): replace "if (!cchTime) ; else ..." by "if (cchTime)" and adjust comment

- Kohn Emil Dan <emild@cs.technion.ac.il>:

1) RosGetTimeFormat() has a small bug. The last statement should be
return nPos;
and not
return cchTime;

2) GetTimeFormatA() is not implemented. I have written an implementation
for it, which calls GetTimeFormatW(), and converts the string parameters
back and forth.

(committed with adjustments for correct error handling)

svn path=/trunk/; revision=9092

20 years ago- Don't declare DWORDLONG as double!
Filip Navara [Mon, 12 Apr 2004 09:50:01 +0000 (09:50 +0000)]
- Don't declare DWORDLONG as double!

svn path=/trunk/; revision=9091

20 years agooptimize favorites sidebar
Martin Fuchs [Mon, 12 Apr 2004 07:38:17 +0000 (07:38 +0000)]
optimize favorites sidebar

svn path=/trunk/; revision=9090

20 years agosimplified chinese resources by Larry Li <larry@mimios.com>
Martin Fuchs [Mon, 12 Apr 2004 07:37:08 +0000 (07:37 +0000)]
simplified chinese resources by Larry Li <larry@mimios.com>

svn path=/trunk/; revision=9089

20 years ago- Implement LookupPrivilegeValueW.
Filip Navara [Sun, 11 Apr 2004 19:21:43 +0000 (19:21 +0000)]
- Implement LookupPrivilegeValueW.

svn path=/trunk/; revision=9087

20 years agoAdd fastinstall target which copies the files but doesn't rebuild the
Gé van Geldorp [Sun, 11 Apr 2004 16:51:56 +0000 (16:51 +0000)]
Add fastinstall target which copies the files but doesn't rebuild the
registry

svn path=/trunk/; revision=9086

20 years agoReenable NDEBUG
Jason Filby [Sun, 11 Apr 2004 16:10:05 +0000 (16:10 +0000)]
Reenable NDEBUG

svn path=/trunk/; revision=9085

20 years agoAcquireLoadDriverPrivilege() to fix problem with SCM not being able to load drivers...
Jason Filby [Sun, 11 Apr 2004 16:09:11 +0000 (16:09 +0000)]
AcquireLoadDriverPrivilege() to fix problem with SCM not being able to load drivers. Patch by Filip Navara.

svn path=/trunk/; revision=9084

20 years agoTwo DPRINTs for NtLoadDriver failure cases
Jason Filby [Sun, 11 Apr 2004 15:31:21 +0000 (15:31 +0000)]
Two DPRINTs for NtLoadDriver failure cases

svn path=/trunk/; revision=9083

20 years agoAdd missing include tchar.h
Jason Filby [Sun, 11 Apr 2004 13:39:59 +0000 (13:39 +0000)]
Add missing include tchar.h

svn path=/trunk/; revision=9082

20 years agocorrect IShellFolder::GetAttributesOf() for the case *dwAttributes=0
Martin Fuchs [Sun, 11 Apr 2004 13:24:29 +0000 (13:24 +0000)]
correct IShellFolder::GetAttributesOf() for the case *dwAttributes=0

svn path=/trunk/; revision=9081

20 years agoBump version number
Gé van Geldorp [Sun, 11 Apr 2004 09:57:18 +0000 (09:57 +0000)]
Bump version number

svn path=/trunk/; revision=9080

20 years ago- Implement NULL module case for EngFindImageProcAddress
Gé van Geldorp [Sun, 11 Apr 2004 09:09:38 +0000 (09:09 +0000)]
- Implement NULL module case for EngFindImageProcAddress
- Add stubs for EngFindImageProcAddress()able not present yet

svn path=/trunk/; revision=9079

20 years agoImplement tape IO functions.
Eric Kohl [Sat, 10 Apr 2004 23:20:17 +0000 (23:20 +0000)]
Implement tape IO functions.

svn path=/trunk/; revision=9078

20 years agoindent using astyle v1.15.3: astyle --style=ansi -c -s3 -S --convert-tabs %1
Gunnar Dalsnes [Sat, 10 Apr 2004 22:36:07 +0000 (22:36 +0000)]
indent using  astyle v1.15.3: astyle --style=ansi -c -s3 -S --convert-tabs %1

svn path=/trunk/; revision=9077

20 years agoawake address bar to life
Martin Fuchs [Sat, 10 Apr 2004 20:31:18 +0000 (20:31 +0000)]
awake address bar to life

svn path=/trunk/; revision=9076

20 years ago- Fix a stupid bug that prevented writing to pipes from working.
Filip Navara [Sat, 10 Apr 2004 16:20:59 +0000 (16:20 +0000)]
- Fix a stupid bug that prevented writing to pipes from working.

svn path=/trunk/; revision=9075

20 years agoFix TAPE_GET_POSITION and TAPE_SET_POSITION structures.
Eric Kohl [Sat, 10 Apr 2004 16:05:18 +0000 (16:05 +0000)]
Fix TAPE_GET_POSITION and TAPE_SET_POSITION structures.

svn path=/trunk/; revision=9074

20 years agoadjust for WINE
Martin Fuchs [Sat, 10 Apr 2004 14:15:54 +0000 (14:15 +0000)]
adjust for WINE

svn path=/trunk/; revision=9073

20 years agoavoid to use return length of RegQueryValueW
Martin Fuchs [Sat, 10 Apr 2004 12:56:18 +0000 (12:56 +0000)]
avoid to use return length of RegQueryValueW

svn path=/trunk/; revision=9072

20 years agofix toggeling of toolbar windows
Martin Fuchs [Sat, 10 Apr 2004 12:07:11 +0000 (12:07 +0000)]
fix toggeling of toolbar windows

svn path=/trunk/; revision=9070

20 years agoactivate web bookmarks in cabinet windows
Martin Fuchs [Sat, 10 Apr 2004 10:12:35 +0000 (10:12 +0000)]
activate web bookmarks in cabinet windows

svn path=/trunk/; revision=9069

20 years ago- Implement FindWindowEx for case when ClassName == NULL.
Filip Navara [Sat, 10 Apr 2004 07:37:28 +0000 (07:37 +0000)]
- Implement FindWindowEx for case when ClassName == NULL.

svn path=/trunk/; revision=9068

20 years ago- Handle the case where no BrushOrigin is given even under EngStretchBlt and EngMaskB...
Filip Navara [Sat, 10 Apr 2004 00:58:14 +0000 (00:58 +0000)]
- Handle the case where no BrushOrigin is given even under EngStretchBlt and EngMaskBitBlt.

svn path=/trunk/; revision=9067

20 years ago- Remove forgotten DbgPrint.
Filip Navara [Sat, 10 Apr 2004 00:54:35 +0000 (00:54 +0000)]
- Remove forgotten DbgPrint.

svn path=/trunk/; revision=9066

20 years agohandle the case where no BrushOrigin is given
Thomas Bluemel [Fri, 9 Apr 2004 22:27:39 +0000 (22:27 +0000)]
handle the case where no BrushOrigin is given

svn path=/trunk/; revision=9065

20 years agoCompensate BrushOrigin for translation
Gé van Geldorp [Fri, 9 Apr 2004 22:13:26 +0000 (22:13 +0000)]
Compensate BrushOrigin for translation

svn path=/trunk/; revision=9063

20 years ago- Commit the correct changes to HEAD.
Filip Navara [Fri, 9 Apr 2004 22:00:38 +0000 (22:00 +0000)]
- Commit the correct changes to HEAD.

svn path=/trunk/; revision=9062

20 years ago- Include "roscfg.h".
Filip Navara [Fri, 9 Apr 2004 21:22:18 +0000 (21:22 +0000)]
- Include "roscfg.h".

svn path=/trunk/; revision=9061

20 years ago- Fixed DPRINTs.
Filip Navara [Fri, 9 Apr 2004 21:01:02 +0000 (21:01 +0000)]
- Fixed DPRINTs.

svn path=/trunk/; revision=9060

20 years agoCompile Win32k using W32API [Part II]:
Filip Navara [Fri, 9 Apr 2004 20:39:11 +0000 (20:39 +0000)]
Compile Win32k using W32API [Part II]:
- Replace usage of "ntddvid.h" header with "ntddvdeo.h".
- Remove some old and now unused headers.

svn path=/trunk/; revision=9059

20 years agoMerge Wine shell32 commit:
Martin Fuchs [Fri, 9 Apr 2004 20:33:45 +0000 (20:33 +0000)]
Merge Wine shell32 commit:

Francois Gouget <fgouget@free.fr>
Cleanup the handling of the extension in SHELL_FindExecutable():
- Eliminate the corresponding fixed-size buffer which removes the limitation to 3 character extensions.
- Fix handling of the trailing '.' case.
- Do a case-insensitive check for the extension in win.ini.
  Increase the size of the command buffer to 1024.

svn path=/trunk/; revision=9058

20 years agoAdd LPC_MESSAGE_BASE_SIZE definition.
Filip Navara [Fri, 9 Apr 2004 20:29:29 +0000 (20:29 +0000)]
Add LPC_MESSAGE_BASE_SIZE definition.

svn path=/trunk/; revision=9057

20 years agoMerge Wine shell32 commits:
Martin Fuchs [Fri, 9 Apr 2004 20:24:24 +0000 (20:24 +0000)]
Merge Wine shell32 commits:

Juan Lang <juan_lang@yahoo.com>
- comment fixes
- improved error checking and conformance with Windows
- remove some spurious error messages
- Move control panel applet enumeration to cpanelfolder.c.
- move CreateMyCompEnumList and CreateDesktopEnumList to their respective files
- rewrite CreateFolderEnumList to only FindFirstFile/FindNextFile once

svn path=/trunk/; revision=9056

20 years agoFixed .cvsignore.
Filip Navara [Fri, 9 Apr 2004 20:24:13 +0000 (20:24 +0000)]
Fixed .cvsignore.

svn path=/trunk/; revision=9055

20 years agofix floating favorites menus
Martin Fuchs [Fri, 9 Apr 2004 20:16:47 +0000 (20:16 +0000)]
fix floating favorites menus

svn path=/trunk/; revision=9054

20 years ago- Compile Win32k, GDI, USER32 and CSRSS using W32API.
Filip Navara [Fri, 9 Apr 2004 20:03:21 +0000 (20:03 +0000)]
- Compile Win32k, GDI, USER32 and CSRSS using W32API.

svn path=/trunk/; revision=9053

20 years agoremove unused variable
Martin Fuchs [Fri, 9 Apr 2004 19:46:15 +0000 (19:46 +0000)]
remove unused variable

svn path=/trunk/; revision=9052

20 years agoremove unused variable
Martin Fuchs [Fri, 9 Apr 2004 19:45:37 +0000 (19:45 +0000)]
remove unused variable

svn path=/trunk/; revision=9051

20 years agoreplace previous favorites start menu folder implementation by fast FavoritesMenu...
Martin Fuchs [Fri, 9 Apr 2004 19:42:21 +0000 (19:42 +0000)]
replace previous favorites start menu folder implementation by fast FavoritesMenu (using the internal XML bookmark informations)

svn path=/trunk/; revision=9050

20 years agoadded tool for easy installation of the VMware SVGA driver
Thomas Bluemel [Fri, 9 Apr 2004 18:27:11 +0000 (18:27 +0000)]
added tool for easy installation of the VMware SVGA driver

svn path=/trunk/; revision=9047

20 years agofix XML formating
Martin Fuchs [Fri, 9 Apr 2004 11:51:37 +0000 (11:51 +0000)]
fix XML formating

svn path=/trunk/; revision=9045

20 years ago- Register the standard control classes in GetClassInfo[Ex][AW] if needed.
Filip Navara [Thu, 8 Apr 2004 21:14:21 +0000 (21:14 +0000)]
- Register the standard control classes in GetClassInfo[Ex][AW] if needed.

svn path=/trunk/; revision=9044

20 years ago- Fix a small bug in RtlUnwind.
Filip Navara [Thu, 8 Apr 2004 21:14:18 +0000 (21:14 +0000)]
- Fix a small bug in RtlUnwind.

svn path=/trunk/; revision=9043

20 years agoCorrect test of value returned from MmQuerySystemSize
Jason Filby [Thu, 8 Apr 2004 20:50:02 +0000 (20:50 +0000)]
Correct test of value returned from MmQuerySystemSize

svn path=/trunk/; revision=9042

20 years agoRemove a DbgPrint used in testing
Jason Filby [Thu, 8 Apr 2004 20:49:15 +0000 (20:49 +0000)]
Remove a DbgPrint used in testing

svn path=/trunk/; revision=9041

20 years agoImplement MmIsNonPagedSystemAddressValid as a call to MmIsAddressValid
Jason Filby [Thu, 8 Apr 2004 20:27:10 +0000 (20:27 +0000)]
Implement MmIsNonPagedSystemAddressValid as a call to MmIsAddressValid

svn path=/trunk/; revision=9040

20 years agoFix MmIsAddressValid to check if VirtualAddress >= KERNEL_BASE
Jason Filby [Thu, 8 Apr 2004 20:05:08 +0000 (20:05 +0000)]
Fix MmIsAddressValid to check if VirtualAddress >= KERNEL_BASE

svn path=/trunk/; revision=9039

20 years agoExport _wcmdln
Gé van Geldorp [Thu, 8 Apr 2004 17:53:30 +0000 (17:53 +0000)]
Export _wcmdln

svn path=/trunk/; revision=9038

20 years ago- Don't bugcheck if FDO wasn't attached.
Filip Navara [Thu, 8 Apr 2004 16:01:47 +0000 (16:01 +0000)]
- Don't bugcheck if FDO wasn't attached.

svn path=/trunk/; revision=9036

20 years ago- Fixed minor bug in VGA driver.
Filip Navara [Thu, 8 Apr 2004 15:45:18 +0000 (15:45 +0000)]
- Fixed minor bug in VGA driver.

svn path=/trunk/; revision=9033

20 years ago- Fixed a typo: 0x31 -> 31
Filip Navara [Thu, 8 Apr 2004 15:45:17 +0000 (15:45 +0000)]
- Fixed a typo: 0x31 -> 31

svn path=/trunk/; revision=9032

20 years agoHwResetHw can be (and sometimes is) NULL
Gé van Geldorp [Thu, 8 Apr 2004 15:36:36 +0000 (15:36 +0000)]
HwResetHw can be (and sometimes is) NULL

svn path=/trunk/; revision=9030

20 years agosome fixes so it can also be compiled as a unicode app
Thomas Bluemel [Thu, 8 Apr 2004 12:47:49 +0000 (12:47 +0000)]
some fixes so it can also be compiled as a unicode app

svn path=/trunk/; revision=9028

20 years agosome fixes that caused crashes
Thomas Bluemel [Thu, 8 Apr 2004 12:25:00 +0000 (12:25 +0000)]
some fixes that caused crashes

svn path=/trunk/; revision=9027

20 years ago- Add registry entries for SVGA VBE driver.
Filip Navara [Thu, 8 Apr 2004 09:44:26 +0000 (09:44 +0000)]
- Add registry entries for SVGA VBE driver.
- Include the driver on the Boot CD.

svn path=/trunk/; revision=9026

20 years ago- Implement brush origin for 4bpp blits.
Filip Navara [Thu, 8 Apr 2004 09:44:21 +0000 (09:44 +0000)]
- Implement brush origin for 4bpp blits.

svn path=/trunk/; revision=9025

20 years ago- Fixed releasing of display ownership.
Filip Navara [Thu, 8 Apr 2004 09:43:55 +0000 (09:43 +0000)]
- Fixed releasing of display ownership.

svn path=/trunk/; revision=9024

20 years ago- Fixed initalization of VIDEO_HW_INITIALIZATION_DATA, because the Video Port driver...
Filip Navara [Thu, 8 Apr 2004 09:43:35 +0000 (09:43 +0000)]
- Fixed initalization of VIDEO_HW_INITIALIZATION_DATA, because the Video Port driver now checks the values.

svn path=/trunk/; revision=9023

20 years agofixed clipping bug in TransparentBlt(). Thanks to Filip for fixing it
Thomas Bluemel [Wed, 7 Apr 2004 22:17:36 +0000 (22:17 +0000)]
fixed clipping bug in TransparentBlt(). Thanks to Filip for fixing it

svn path=/trunk/; revision=9022

20 years agobetter looking bookmark icons
Martin Fuchs [Wed, 7 Apr 2004 22:11:24 +0000 (22:11 +0000)]
better looking bookmark icons

svn path=/trunk/; revision=9021

20 years agofixed handling left-over pixels in TransparentBlt()
Thomas Bluemel [Wed, 7 Apr 2004 22:09:09 +0000 (22:09 +0000)]
fixed handling left-over pixels in TransparentBlt()

svn path=/trunk/; revision=9020

20 years agoFix memory leak, thanks to Thomas for spotting this
Gé van Geldorp [Wed, 7 Apr 2004 21:12:40 +0000 (21:12 +0000)]
Fix memory leak, thanks to Thomas for spotting this

svn path=/trunk/; revision=9019

20 years ago- When SendMessageTimeout times out, the CompletionEvent goes out of scope,
Gé van Geldorp [Wed, 7 Apr 2004 21:12:08 +0000 (21:12 +0000)]
- When SendMessageTimeout times out, the CompletionEvent goes out of scope,
  so tell the target thread not to signal it
- Replace message queue hardware lock FAST_MUTEX with KMUTEX so it can
  be recursively acquired

svn path=/trunk/; revision=9018

20 years agoMerge latest Wine commits:
Martin Fuchs [Wed, 7 Apr 2004 20:41:31 +0000 (20:41 +0000)]
Merge latest Wine commits:

Juan Lang <juan_lang@yahoo.com>
Use symbolic constants for magic numbers in SHGetFolderPathW, avoid
doing MultiByteToWideChar on values that don't need it,

Juan Lang <juan_lang@yahoo.com>
Rename PT_MYCOMP to PT_GUID, and the corresponding union member from mycomp to guid.

Martin Fuchs <martin-fuchs@gmx.net>
Resolve shell shortcuts and process ID lists in ShellExecute() functions.

Juan Lang <juan_lang@yahoo.com>
- comment fixes
- improved error checking and conformance with Windows
- remove some spurious error messages

svn path=/trunk/; revision=9017

20 years ago- Fixed order of bits in a byte for pattern brushes.
Filip Navara [Wed, 7 Apr 2004 20:23:38 +0000 (20:23 +0000)]
- Fixed order of bits in a byte for pattern brushes.

svn path=/trunk/; revision=9016

20 years ago- Fixed a small and stupid bug. We were incrementing DestBits by sizeof(ULONG) instea...
Filip Navara [Wed, 7 Apr 2004 20:04:22 +0000 (20:04 +0000)]
- Fixed a small and stupid bug. We were incrementing DestBits by sizeof(ULONG) instead of sizeof(BYTE).

svn path=/trunk/; revision=9015

20 years ago- Lock the surface even for GDI blits in IntEngBitBlt, because it mustn't be simulant...
Filip Navara [Wed, 7 Apr 2004 19:57:43 +0000 (19:57 +0000)]
- Lock the surface even for GDI blits in IntEngBitBlt, because it mustn't be simulantously accessed.

svn path=/trunk/; revision=9014

20 years agobetter statistics
Thomas Bluemel [Wed, 7 Apr 2004 19:25:27 +0000 (19:25 +0000)]
better statistics

svn path=/trunk/; revision=9013

20 years agoI should test small changes too before committing... Sorry.
Gé van Geldorp [Wed, 7 Apr 2004 18:05:16 +0000 (18:05 +0000)]
I should test small changes too before committing... Sorry.

svn path=/trunk/; revision=9012

20 years ago- Pass args to MsqSendMessage in correct order
Gé van Geldorp [Wed, 7 Apr 2004 17:52:32 +0000 (17:52 +0000)]
- Pass args to MsqSendMessage in correct order
- Implement message sending to HWND_BROADCAST

svn path=/trunk/; revision=9011

20 years agoInclude netapi32.dll and setupapi.dll in default build/setup
Gé van Geldorp [Wed, 7 Apr 2004 17:48:15 +0000 (17:48 +0000)]
Include netapi32.dll and setupapi.dll in default build/setup

svn path=/trunk/; revision=9010

20 years agoCVS maintenance
Gé van Geldorp [Wed, 7 Apr 2004 17:45:05 +0000 (17:45 +0000)]
CVS maintenance

svn path=/trunk/; revision=9009

20 years agoChange to __stdcall calling convention
Gé van Geldorp [Wed, 7 Apr 2004 17:42:05 +0000 (17:42 +0000)]
Change to __stdcall calling convention

svn path=/trunk/; revision=9008

20 years agolittle clean-up
Thomas Bluemel [Wed, 7 Apr 2004 16:38:27 +0000 (16:38 +0000)]
little clean-up

svn path=/trunk/; revision=9007

20 years agolittle clean-up
Thomas Bluemel [Wed, 7 Apr 2004 15:37:50 +0000 (15:37 +0000)]
little clean-up

svn path=/trunk/; revision=9006

20 years agoFixed crashes that were cause by the changes to the service parameter table.
Eric Kohl [Wed, 7 Apr 2004 15:35:14 +0000 (15:35 +0000)]
Fixed crashes that were cause by the changes to the service parameter table.

svn path=/trunk/; revision=9005

20 years agoRestore modification.
Eric Kohl [Wed, 7 Apr 2004 15:33:55 +0000 (15:33 +0000)]
Restore modification.

svn path=/trunk/; revision=9004

20 years agopatch reverted because ros crashes ntoskrnl
Thomas Bluemel [Wed, 7 Apr 2004 15:02:31 +0000 (15:02 +0000)]
patch reverted because ros crashes ntoskrnl

svn path=/trunk/; revision=9003

20 years agoremove obsolete code
Thomas Bluemel [Wed, 7 Apr 2004 14:43:08 +0000 (14:43 +0000)]
remove obsolete code

svn path=/trunk/; revision=9002

20 years agolittle fix
Thomas Bluemel [Wed, 7 Apr 2004 10:20:23 +0000 (10:20 +0000)]
little fix

svn path=/trunk/; revision=9001

20 years ago1. fixed crash in 1bpp blt code that was caused by an uninitialized variable.
Thomas Bluemel [Wed, 7 Apr 2004 10:19:34 +0000 (10:19 +0000)]
1. fixed crash in 1bpp blt code that was caused by an uninitialized variable.
2. speed improvements for patterned brushes

svn path=/trunk/; revision=9000

20 years ago- Rewrote the code which handles processing of irp's and notifications from miniport...
Hartmut Birr [Wed, 7 Apr 2004 09:21:01 +0000 (09:21 +0000)]
- Rewrote the code which handles processing of irp's and notifications from miniport driver.
- Implemented support for srb extensions (very simple).

svn path=/trunk/; revision=8999