reactos.git
18 years agoSupport module_depends target
Casper Hornstrup [Sun, 12 Jun 2005 10:18:51 +0000 (10:18 +0000)]
Support module_depends target

svn path=/trunk/; revision=15868

18 years ago- standardize resource scripts: align code and remove tabs
Martin Fuchs [Sun, 12 Jun 2005 10:14:37 +0000 (10:14 +0000)]
- standardize resource scripts: align code and remove tabs
- ifdef __WINE__ for ID_ABOUT_WINE

svn path=/trunk/; revision=15867

18 years agoMake test pass
Casper Hornstrup [Sun, 12 Jun 2005 09:36:25 +0000 (09:36 +0000)]
Make test pass

svn path=/trunk/; revision=15866

18 years agoremove unnecessary paint code
Martin Fuchs [Sun, 12 Jun 2005 09:17:06 +0000 (09:17 +0000)]
remove unnecessary paint code

svn path=/trunk/; revision=15865

18 years agoremove unsued compilation unit
Martin Fuchs [Sun, 12 Jun 2005 09:14:12 +0000 (09:14 +0000)]
remove unsued compilation unit

svn path=/trunk/; revision=15864

18 years agoremove unused variable
Martin Fuchs [Sun, 12 Jun 2005 09:13:45 +0000 (09:13 +0000)]
remove unused variable

svn path=/trunk/; revision=15863

18 years agoFix pdo->fdo typo, causing serious errors, ending up driver unloadable at all.
Aleksey Bragin [Sat, 11 Jun 2005 21:29:59 +0000 (21:29 +0000)]
Fix pdo->fdo typo, causing serious errors, ending up driver unloadable at all.

svn path=/trunk/; revision=15862

18 years agofix fill color and hline asm code
Magnus Olsen [Sat, 11 Jun 2005 19:56:12 +0000 (19:56 +0000)]
fix fill color and hline asm code
thx tamlin to notice some mistake

svn path=/trunk/; revision=15861

18 years agoPatch by Sylvain Petreolle <spetreolle@yahoo.fr>: Fix bug 646
Hervé Poussineau [Sat, 11 Jun 2005 19:09:42 +0000 (19:09 +0000)]
Patch by Sylvain Petreolle <spetreolle@yahoo.fr>: Fix bug 646
- Remove duplicate dll entries in reactos.dff,
- Move some at their correct place.

svn path=/trunk/; revision=15860

18 years agospeed up 24bpp small fill and fill
Magnus Olsen [Sat, 11 Jun 2005 13:36:00 +0000 (13:36 +0000)]
speed up 24bpp small fill and fill

svn path=/trunk/; revision=15859

18 years agoSpeed up Fill and Small fill. for 16bpp
Magnus Olsen [Sat, 11 Jun 2005 12:13:28 +0000 (12:13 +0000)]
Speed up Fill and Small fill. for 16bpp

svn path=/trunk/; revision=15858

18 years agoadding __volatile__ on all DIB32 inline asm to ensure it doesn't get modified when...
Magnus Olsen [Sat, 11 Jun 2005 10:19:33 +0000 (10:19 +0000)]
adding __volatile__ on all DIB32 inline asm to  ensure it doesn't get modified when optimizations are enabled
Thx w3seek

svn path=/trunk/; revision=15857

18 years agoFix align 4 problem with color fill and hline.
Magnus Olsen [Sat, 11 Jun 2005 09:53:14 +0000 (09:53 +0000)]
Fix align 4 problem with color fill and hline.
Now OARCH=pentium2 working with 32bpp

svn path=/trunk/; revision=15856

18 years agoSet svn:eol-style property to native
Hervé Poussineau [Fri, 10 Jun 2005 22:54:11 +0000 (22:54 +0000)]
Set svn:eol-style property to native

svn path=/trunk/; revision=15855

18 years agoSupport QEMU Hardware Acceleration
Alex Ionescu [Fri, 10 Jun 2005 21:46:16 +0000 (21:46 +0000)]
Support QEMU Hardware Acceleration

svn path=/trunk/; revision=15854

18 years agoAdd a pointer to the root hub PDO in the usb controller device extension
Hervé Poussineau [Fri, 10 Jun 2005 21:25:55 +0000 (21:25 +0000)]
Add a pointer to the root hub PDO in the usb controller device extension

svn path=/trunk/; revision=15853

18 years agoAdd scrollbar to timezone selection comboboxes. Patch by unC0Rr.
Aleksey Bragin [Fri, 10 Jun 2005 21:13:15 +0000 (21:13 +0000)]
Add scrollbar to timezone selection comboboxes. Patch by unC0Rr.

svn path=/trunk/; revision=15852

18 years agoPatch from WineHQ:
Martin Fuchs [Fri, 10 Jun 2005 20:41:26 +0000 (20:41 +0000)]
Patch from WineHQ:
Mike McCormack <mike@codeweavers.com>
Fix more warnings.

svn path=/trunk/; revision=15851

18 years agoRe-apply fix to dib16bpp and fix the root cause
Gé van Geldorp [Thu, 9 Jun 2005 20:40:44 +0000 (20:40 +0000)]
Re-apply fix to dib16bpp and fix the root cause

svn path=/trunk/; revision=15850

18 years agodib16_hline revert GvG change until some rewrite the asm code to handler the 4 align...
Magnus Olsen [Thu, 9 Jun 2005 20:18:32 +0000 (20:18 +0000)]
dib16_hline revert GvG change until some rewrite the asm code to handler the 4 align right. for now it does
the test 0x01,%%edi is wrong it must be test 0x03,%%edi
for not break cmd in 16bpp and other apps

svn path=/trunk/; revision=15849

18 years agoSpeed up 24bpp fills
Gé van Geldorp [Thu, 9 Jun 2005 19:04:32 +0000 (19:04 +0000)]
Speed up 24bpp fills

svn path=/trunk/; revision=15848

18 years agocorrect the spelling for some comment thx w3seek
Magnus Olsen [Thu, 9 Jun 2005 18:33:45 +0000 (18:33 +0000)]
correct the spelling for some comment thx w3seek

svn path=/trunk/; revision=15847

18 years agofix a comment
Magnus Olsen [Thu, 9 Jun 2005 18:03:05 +0000 (18:03 +0000)]
fix a comment

svn path=/trunk/; revision=15846

18 years agofix a bug in hline for 16bpp it did not do Align to fullword boundary correct GvG...
Magnus Olsen [Thu, 9 Jun 2005 17:58:33 +0000 (17:58 +0000)]
fix a bug in hline for 16bpp it did not do Align to fullword boundary correct GvG did spot this lite bug. fix fill bug in 8bpp now it will boot agein thx waxdragon that did spot this problem.

svn path=/trunk/; revision=15845

18 years agoAdded HcdInterfaceName from hpoussin new uhci devctrl.c.
James Tabor [Thu, 9 Jun 2005 02:12:33 +0000 (02:12 +0000)]
Added HcdInterfaceName from hpoussin new uhci devctrl.c.

svn path=/trunk/; revision=15844

18 years agoAttached Linux device to Device Extension.
James Tabor [Thu, 9 Jun 2005 02:01:06 +0000 (02:01 +0000)]
Attached Linux device to Device Extension.

svn path=/trunk/; revision=15843

18 years agoFixing to start pnp of usb drivers.
James Tabor [Thu, 9 Jun 2005 01:43:07 +0000 (01:43 +0000)]
Fixing to start pnp of usb drivers.

svn path=/trunk/; revision=15842

18 years agoadd my self to CREDITS
Magnus Olsen [Wed, 8 Jun 2005 17:29:59 +0000 (17:29 +0000)]
add my self to CREDITS

svn path=/trunk/; revision=15841

18 years agoOptimze DIB32_bitblt for both DGB=0 and DGB=1
Magnus Olsen [Wed, 8 Jun 2005 16:28:41 +0000 (16:28 +0000)]
Optimze DIB32_bitblt for both DGB=0 and DGB=1
Can not geting it faster with current c code

svn path=/trunk/; revision=15840

18 years agoRevert r15838 since it breaks the build
Gé van Geldorp [Tue, 7 Jun 2005 23:11:35 +0000 (23:11 +0000)]
Revert r15838 since it breaks the build

svn path=/trunk/; revision=15839

18 years agoAdd getnameinfoA/W
Gé van Geldorp [Tue, 7 Jun 2005 22:04:54 +0000 (22:04 +0000)]
Add getnameinfoA/W

svn path=/trunk/; revision=15838

18 years agoFix prototypes for non-GDI_DEBUG case.
Filip Navara [Tue, 7 Jun 2005 21:23:30 +0000 (21:23 +0000)]
Fix prototypes for non-GDI_DEBUG case.

svn path=/trunk/; revision=15837

18 years agoChanged back to the GPL.
Hartmut Birr [Tue, 7 Jun 2005 20:15:16 +0000 (20:15 +0000)]
Changed back to the GPL.

svn path=/trunk/; revision=15836

18 years agoFix a cut & paste mistake.
Filip Navara [Tue, 7 Jun 2005 20:10:16 +0000 (20:10 +0000)]
Fix a cut & paste mistake.

svn path=/trunk/; revision=15835

18 years ago- Repair GDI handle debugging functionality.
Filip Navara [Tue, 7 Jun 2005 20:02:22 +0000 (20:02 +0000)]
- Repair GDI handle debugging functionality.
- Fix locking in NtGdiGetTextFace.

svn path=/trunk/; revision=15834

18 years agosync winefile resource wcripts with WINE and adjust INFO entries
Martin Fuchs [Tue, 7 Jun 2005 17:13:38 +0000 (17:13 +0000)]
sync winefile resource wcripts with WINE and adjust INFO entries

svn path=/trunk/; revision=15833

18 years ago- Removed the process member from the memory area structure.
Hartmut Birr [Tue, 7 Jun 2005 17:07:34 +0000 (17:07 +0000)]
- Removed the process member from the memory area structure.
- Add the copyright notice and all programmers.

svn path=/trunk/; revision=15832

18 years agoImplementation of DragDetect. Based on Wine code (C) 1993, 1994 Alexandre Julliard.
Filip Navara [Tue, 7 Jun 2005 16:54:15 +0000 (16:54 +0000)]
Implementation of DragDetect. Based on Wine code (C) 1993, 1994 Alexandre Julliard.

svn path=/trunk/; revision=15831

18 years ago- Unlock GDI objects by pointer, not by handle.
Filip Navara [Tue, 7 Jun 2005 16:34:07 +0000 (16:34 +0000)]
- Unlock GDI objects by pointer, not by handle.
- Fix a few invalid lock cases.
- Add support for shared GDI object locks and use it for locking surfaces.

svn path=/trunk/; revision=15830

18 years agoFix buffer size checks for IOCTL_VIDEO_SET_COLOR_REGISTERS.
Filip Navara [Tue, 7 Jun 2005 16:26:14 +0000 (16:26 +0000)]
Fix buffer size checks for IOCTL_VIDEO_SET_COLOR_REGISTERS.

svn path=/trunk/; revision=15829

18 years agoAdd 'l' suffix to shr in DIB_16BPP_VLine.
Gregor Anich [Tue, 7 Jun 2005 15:13:14 +0000 (15:13 +0000)]
Add 'l' suffix to shr in DIB_16BPP_VLine.

svn path=/trunk/; revision=15828

18 years agoRemove a comment which i forgot to remove, oops.
Gregor Anich [Tue, 7 Jun 2005 15:10:56 +0000 (15:10 +0000)]
Remove a comment which i forgot to remove, oops.

svn path=/trunk/; revision=15827

18 years agoAssembly for DIB_16BPP_VLine, nearly no performance increase, but could be useful...
Gregor Anich [Tue, 7 Jun 2005 15:09:02 +0000 (15:09 +0000)]
Assembly for DIB_16BPP_VLine, nearly no performance increase, but could be useful later anyway.

svn path=/trunk/; revision=15826

18 years agouse %lu instead of %d for unsigned formatting
Thomas Bluemel [Tue, 7 Jun 2005 13:53:37 +0000 (13:53 +0000)]
use %lu instead of %d for unsigned formatting

svn path=/trunk/; revision=15825

18 years agodelete obsolete folder
Thomas Bluemel [Tue, 7 Jun 2005 13:51:58 +0000 (13:51 +0000)]
delete obsolete folder

svn path=/trunk/; revision=15824

18 years agoUse #if 0 ... #endif to disable source code.
Eric Kohl [Mon, 6 Jun 2005 20:39:25 +0000 (20:39 +0000)]
Use #if 0 ... #endif to disable source code.

svn path=/trunk/; revision=15823

18 years agoNtPlugPlayControl: Implement PLUGPLAY_GET_RELATED_DEVICE and PLUGPLAY_DEVICE_STATUS.
Eric Kohl [Mon, 6 Jun 2005 20:31:56 +0000 (20:31 +0000)]
NtPlugPlayControl: Implement PLUGPLAY_GET_RELATED_DEVICE and PLUGPLAY_DEVICE_STATUS.

svn path=/trunk/; revision=15822

18 years ago- Changed the calculation of the base address of an image section.
Hartmut Birr [Mon, 6 Jun 2005 20:27:49 +0000 (20:27 +0000)]
- Changed the calculation of the base address of an image section.
- Removed some unnecessary members from section object.
- Changed the allocation of a section object back to paged pool.

svn path=/trunk/; revision=15821

18 years agocmd update:
Klemens Friedl [Mon, 6 Jun 2005 20:05:14 +0000 (20:05 +0000)]
cmd update:
* add 'help' command: list all available commands plus show a short description
* update english and german language resource files

svn path=/trunk/; revision=15820

18 years agoDisable patch 15796 because it breaks the bootcd.
Eric Kohl [Mon, 6 Jun 2005 19:34:36 +0000 (19:34 +0000)]
Disable patch 15796 because it breaks the bootcd.

svn path=/trunk/; revision=15819

18 years agoAllocate the section object from non paged pool because the storage for a spin lock...
Hartmut Birr [Sun, 5 Jun 2005 23:07:51 +0000 (23:07 +0000)]
Allocate the section object from non paged pool because the storage for a spin lock must be in non paged memory.

svn path=/trunk/; revision=15818

18 years agoFixed the clean rule.
Hartmut Birr [Sun, 5 Jun 2005 21:30:41 +0000 (21:30 +0000)]
Fixed the clean rule.

svn path=/trunk/; revision=15817

18 years agoRevert my changes from rev 15805.
Hartmut Birr [Sun, 5 Jun 2005 21:24:36 +0000 (21:24 +0000)]
Revert my changes from rev 15805.

svn path=/trunk/; revision=15816

18 years agoAllocate the section segments from non paged pool because the storage for fast mutex...
Hartmut Birr [Sun, 5 Jun 2005 21:12:30 +0000 (21:12 +0000)]
Allocate the section segments from non paged pool because the storage for fast mutex must be in non paged memory.

svn path=/trunk/; revision=15815

18 years agoImplement /LOADSYMBOLS and /NOLOADSYMBOLS command line option
Gé van Geldorp [Sun, 5 Jun 2005 20:56:14 +0000 (20:56 +0000)]
Implement /LOADSYMBOLS and /NOLOADSYMBOLS command line option
Note to self: send shipping address for coffee mug to Alex

svn path=/trunk/; revision=15814

18 years agoInclude French resources in explorer
Hervé Poussineau [Sun, 5 Jun 2005 20:05:56 +0000 (20:05 +0000)]
Include French resources in explorer

svn path=/trunk/; revision=15813

18 years agomore optimze of bitblt for dib32
Magnus Olsen [Sun, 5 Jun 2005 18:15:08 +0000 (18:15 +0000)]
more optimze of bitblt for dib32

svn path=/trunk/; revision=15812

18 years agoClean proxy makefiles on 'make clean'
Casper Hornstrup [Sun, 5 Jun 2005 16:47:42 +0000 (16:47 +0000)]
Clean proxy makefiles on 'make clean'

svn path=/trunk/; revision=15810

18 years agoRemove old makefiles
Casper Hornstrup [Sun, 5 Jun 2005 16:32:33 +0000 (16:32 +0000)]
Remove old makefiles

svn path=/trunk/; revision=15809

18 years agoGenerate proxy makefiles in output tree.
Casper Hornstrup [Sun, 5 Jun 2005 15:59:18 +0000 (15:59 +0000)]
Generate proxy makefiles in output tree.

svn path=/trunk/; revision=15808

18 years agoAdding symbolic link to USBFDO.
James Tabor [Sun, 5 Jun 2005 15:50:55 +0000 (15:50 +0000)]
Adding symbolic link to USBFDO.

svn path=/trunk/; revision=15807

18 years agoForgot this file.
Hartmut Birr [Sun, 5 Jun 2005 14:03:55 +0000 (14:03 +0000)]
Forgot this file.
Make the bochs debug output in the very early boot phase available, if AUTO_ENABLE_BOCHS is defined.

svn path=/trunk/; revision=15806

18 years agoDon't lock the kernel address space while solving faults from the paged pool.
Hartmut Birr [Sun, 5 Jun 2005 14:01:58 +0000 (14:01 +0000)]
Don't lock the kernel address space while solving faults from the paged pool.
It is possible, that someone try to access memory from paged pool
while the kernel address space is already locked.

svn path=/trunk/; revision=15805

18 years agoDocument rbuild flags.
Casper Hornstrup [Sun, 5 Jun 2005 12:53:22 +0000 (12:53 +0000)]
Document rbuild flags.

svn path=/trunk/; revision=15804

18 years agorefresh window content after context menu popups only if any command has been executed
Martin Fuchs [Sun, 5 Jun 2005 12:20:07 +0000 (12:20 +0000)]
refresh window content after context menu popups only if any command has been executed

svn path=/trunk/; revision=15803

18 years agoCorrect dependencies for 'make <module>_install'
Casper Hornstrup [Sun, 5 Jun 2005 12:08:39 +0000 (12:08 +0000)]
Correct dependencies for 'make <module>_install'

svn path=/trunk/; revision=15802

18 years ago* Support enabling/disabling modules depending on configuration.
Casper Hornstrup [Sun, 5 Jun 2005 11:22:16 +0000 (11:22 +0000)]
* Support enabling/disabling modules depending on configuration.
* Enable halup for MP=0 configuration and halmp for MP=1 configuration.

svn path=/trunk/; revision=15801

18 years agoUse standard debug macros
Gé van Geldorp [Sun, 5 Jun 2005 11:05:47 +0000 (11:05 +0000)]
Use standard debug macros

svn path=/trunk/; revision=15800

18 years agoLucio Diaz-Flores Varela <reactos_translate@yahoo.es>
Gé van Geldorp [Sun, 5 Jun 2005 08:33:52 +0000 (08:33 +0000)]
Lucio Diaz-Flores Varela <reactos_translate@yahoo.es>
Add Spanish translation

svn path=/trunk/; revision=15799

18 years agoFixed Interface.
James Tabor [Sun, 5 Jun 2005 00:40:40 +0000 (00:40 +0000)]
Fixed Interface.

svn path=/trunk/; revision=15798

18 years ago- Create device instance key for root device node.
Eric Kohl [Sat, 4 Jun 2005 22:55:58 +0000 (22:55 +0000)]
- Create device instance key for root device node.
- Add DeviceReference value for each non-root device node.

svn path=/trunk/; revision=15796

18 years agoFix a few critical typos/mistakes (like interruptvector/interruptlevel), stdcall...
Aleksey Bragin [Sat, 4 Jun 2005 21:35:07 +0000 (21:35 +0000)]
Fix a few critical typos/mistakes (like interruptvector/interruptlevel), stdcall for thread's func, etc. Also added some "hacks" into hub's thread, but at least it leads to first steps to device enumeration.
Driver (OHCI) bugchecks on my_pci_pool_allocation now (when trying to send URB).

svn path=/trunk/; revision=15795

18 years agoFix filip's fixme and alex's fixme (ie: make IRP cancellation work properly). This...
Alex Ionescu [Sat, 4 Jun 2005 21:07:00 +0000 (21:07 +0000)]
Fix filip's fixme and alex's fixme (ie: make IRP cancellation work properly). This should appease Hartmut even more =).

svn path=/trunk/; revision=15794

18 years agogerman resource for property dialog
Martin Fuchs [Sat, 4 Jun 2005 20:48:51 +0000 (20:48 +0000)]
german resource for property dialog

svn path=/trunk/; revision=15793

18 years agosync winefile's header between WINE and ReactOS
Martin Fuchs [Sat, 4 Jun 2005 20:37:15 +0000 (20:37 +0000)]
sync winefile's header between WINE and ReactOS

svn path=/trunk/; revision=15792

18 years agoCorrectly handle NOT operator in window style definitions.
Filip Navara [Sat, 4 Jun 2005 19:44:50 +0000 (19:44 +0000)]
Correctly handle NOT operator in window style definitions.

svn path=/trunk/; revision=15788

18 years agoadd property page winapi (not finished, I will implement it)
Klemens Friedl [Sat, 4 Jun 2005 19:21:15 +0000 (19:21 +0000)]
add property page winapi (not finished, I will implement it)

svn path=/trunk/; revision=15787

18 years agofix head so it compile agein
Magnus Olsen [Sat, 4 Jun 2005 19:11:11 +0000 (19:11 +0000)]
fix head so it compile agein

svn path=/trunk/; revision=15786

18 years agosorry revert to 15772
Magnus Olsen [Sat, 4 Jun 2005 18:43:39 +0000 (18:43 +0000)]
sorry revert to 15772

svn path=/trunk/; revision=15777

18 years agodib32 more speed optimze
Magnus Olsen [Sat, 4 Jun 2005 17:36:59 +0000 (17:36 +0000)]
dib32 more speed optimze

svn path=/trunk/; revision=15774

18 years agosmall optimze and bug fix optimze color fill for DIB32_BltBit
Magnus Olsen [Sat, 4 Jun 2005 16:09:39 +0000 (16:09 +0000)]
small optimze and bug fix optimze color fill for DIB32_BltBit

svn path=/trunk/; revision=15772

18 years agoSorry I was errm a bit...dizzy
Alex Ionescu [Sat, 4 Jun 2005 13:38:48 +0000 (13:38 +0000)]
Sorry I was errm a bit...dizzy

svn path=/trunk/; revision=15771

18 years agoFix HEader
Alex Ionescu [Sat, 4 Jun 2005 13:24:50 +0000 (13:24 +0000)]
Fix HEader

svn path=/trunk/; revision=15770

18 years agoOptimized DstInvert32
Alex Ionescu [Sat, 4 Jun 2005 13:20:34 +0000 (13:20 +0000)]
Optimized DstInvert32

svn path=/trunk/; revision=15769

18 years agoMake the bochs debug output in the very early boot phase available, if AUTO_ENABLE_BO...
Hartmut Birr [Sat, 4 Jun 2005 10:05:20 +0000 (10:05 +0000)]
Make the bochs debug output in the very early boot phase available, if AUTO_ENABLE_BOCHS is defined.

svn path=/trunk/; revision=15768

18 years agoAdd inbv header, stub InvbDisplayString, fix BSOD to always show on screen like it...
Alex Ionescu [Sat, 4 Jun 2005 00:25:04 +0000 (00:25 +0000)]
Add inbv header, stub InvbDisplayString, fix BSOD to always show on screen like it should, make bugcheck macros show the bugcheck data in the debug output. I hope this appeases Hartmut a bit =)

svn path=/trunk/; revision=15763

18 years agomore optimze of blt. icon draw lite faster
Magnus Olsen [Fri, 3 Jun 2005 23:21:21 +0000 (23:21 +0000)]
more optimze of blt. icon draw lite faster

svn path=/trunk/; revision=15762

18 years agoDon't define asm macros that are not used
Hervé Poussineau [Fri, 3 Jun 2005 22:44:38 +0000 (22:44 +0000)]
Don't define asm macros that are not used

svn path=/trunk/; revision=15761

18 years agoFix DBG := 0 build
Gé van Geldorp [Fri, 3 Jun 2005 21:18:09 +0000 (21:18 +0000)]
Fix DBG := 0 build

svn path=/trunk/; revision=15760

18 years agoremove resrc1.h
Martin Fuchs [Fri, 3 Jun 2005 19:54:52 +0000 (19:54 +0000)]
remove resrc1.h

svn path=/trunk/; revision=15759

18 years agosplit the big explorer resource file into smaller language specific rescource scripts
Martin Fuchs [Fri, 3 Jun 2005 19:36:03 +0000 (19:36 +0000)]
split the big explorer resource file into smaller language specific rescource scripts

svn path=/trunk/; revision=15758

18 years agosorry foregt test one optimze
Magnus Olsen [Fri, 3 Jun 2005 19:11:10 +0000 (19:11 +0000)]
sorry foregt test one optimze
remove it until futer

svn path=/trunk/; revision=15757

18 years agooptimze for bitblt dib32bpp.c
Magnus Olsen [Fri, 3 Jun 2005 18:57:53 +0000 (18:57 +0000)]
optimze for bitblt dib32bpp.c
NOTSRCERASE, DSTINVERT
you can gain more speed from these

svn path=/trunk/; revision=15756

18 years agoupdate resource file (convert linux file to windows linebreak-compatible)
Klemens Friedl [Fri, 3 Jun 2005 18:33:15 +0000 (18:33 +0000)]
update resource file (convert linux file to windows linebreak-compatible)

svn path=/trunk/; revision=15755

18 years agoAdd german language resource file
Klemens Friedl [Fri, 3 Jun 2005 18:23:18 +0000 (18:23 +0000)]
Add german language resource file

svn path=/trunk/; revision=15754

18 years agoAdd german language resource to the ReactOS Command Processor
Klemens Friedl [Fri, 3 Jun 2005 18:21:50 +0000 (18:21 +0000)]
Add german language resource to the ReactOS Command Processor
(not completely finished, I will update it as soon as possible)

svn path=/trunk/; revision=15753

18 years agoSome new features like Login, Config.h and Idle message
Maarten Bosma [Fri, 3 Jun 2005 17:28:53 +0000 (17:28 +0000)]
Some new features like Login, Config.h and Idle message

svn path=/trunk/; revision=15752

18 years agoWait the opening of mouclass device to connect the underlying mouse port driver
Hervé Poussineau [Fri, 3 Jun 2005 17:09:47 +0000 (17:09 +0000)]
Wait the opening of mouclass device to connect the underlying mouse port driver

svn path=/trunk/; revision=15751

18 years agobitblt srcpy optimze it can be more optimze
Magnus Olsen [Fri, 3 Jun 2005 16:57:55 +0000 (16:57 +0000)]
bitblt srcpy optimze it can be more optimze

svn path=/trunk/; revision=15750

18 years agoSave DriverObject pointer to device extension
Hervé Poussineau [Fri, 3 Jun 2005 16:56:27 +0000 (16:56 +0000)]
Save DriverObject pointer to device extension
Use INTERFACE_TYPE type instead of ULONG
Use OBJ_KERNEL_HANDLE when opening \Device\PhysicalMemory

svn path=/trunk/; revision=15749