reactos.git
18 years agoCreated makefile for alphablend-test in rosapps.
Maarten Bosma [Tue, 1 Nov 2005 08:37:43 +0000 (08:37 +0000)]
Created makefile for alphablend-test in rosapps.

svn path=/trunk/; revision=18921

18 years agocorrectly call HCR_GetFolderAttributes() in SHELL32_GetItemAttributes() to fix explor...
Martin Fuchs [Tue, 1 Nov 2005 01:39:45 +0000 (01:39 +0000)]
correctly call HCR_GetFolderAttributes() in SHELL32_GetItemAttributes() to fix explorer's start menu root

svn path=/trunk/; revision=18920

18 years agofill in the DDSD we got from the call of createsurface it is not complete
Magnus Olsen [Mon, 31 Oct 2005 20:43:06 +0000 (20:43 +0000)]
fill in the DDSD we got from the call of createsurface  it is not complete

svn path=/trunk/; revision=18919

18 years agofix return type of ObDereferenceSecurityDescriptor
Thomas Bluemel [Mon, 31 Oct 2005 20:35:03 +0000 (20:35 +0000)]
fix return type of ObDereferenceSecurityDescriptor

svn path=/trunk/; revision=18918

18 years agoFix someprat of Createsurface now it is working for ati readon, the code is not complete.
Magnus Olsen [Mon, 31 Oct 2005 20:08:24 +0000 (20:08 +0000)]
Fix someprat of Createsurface now it is working for ati readon, the code is not complete.

svn path=/trunk/; revision=18917

18 years agoadded stubs for ObLogSecurityDescriptor and ObDereferenceSecurityDescriptor
Thomas Bluemel [Mon, 31 Oct 2005 19:41:27 +0000 (19:41 +0000)]
added stubs for ObLogSecurityDescriptor and ObDereferenceSecurityDescriptor

svn path=/trunk/; revision=18916

18 years agodon't ask for generic read access rights in WaitNamedPipe
Thomas Bluemel [Mon, 31 Oct 2005 19:39:22 +0000 (19:39 +0000)]
don't ask for generic read access rights in WaitNamedPipe

svn path=/trunk/; revision=18915

18 years agoFix wrong DDESC2 to DDESC conversion. Spotted by GreatLord.
Maarten Bosma [Mon, 31 Oct 2005 19:12:07 +0000 (19:12 +0000)]
Fix wrong DDESC2 to DDESC conversion. Spotted by GreatLord.

svn path=/trunk/; revision=18914

18 years agoUse the info we got from callback for the res in createsurface
Magnus Olsen [Mon, 31 Oct 2005 19:02:09 +0000 (19:02 +0000)]
Use the info we got from callback for the res in createsurface

svn path=/trunk/; revision=18913

18 years agoRemoved the 'special' mode, because it didn't connect a pipe.
Hartmut Birr [Mon, 31 Oct 2005 18:56:44 +0000 (18:56 +0000)]
Removed the 'special' mode, because it didn't connect a pipe.

svn path=/trunk/; revision=18912

18 years agoBig move of driver input stack to a Plug-and-Play model:
Hervé Poussineau [Mon, 31 Oct 2005 16:46:46 +0000 (16:46 +0000)]
Big move of driver input stack to a Plug-and-Play model:
- mouclass:
  Do non buffered IO. The pointer move should be smoother.
  Search non Plug-and-Play drivers in registry, instead of using their device name.
- kbdclass:
  Full rewrite to support more than one keyboard.
  Use registry settings as specified in MSDN.
  (Info: kbdclass is now very similar to mouclass)
- i8042prt:
  Keep it as a non Plug-and-Play driver, but register it in DEVICEMAP registry key.
- USB controller:
  Enable USB keyboard/mouse

I may have broken support for serial mice, i'll add it back in a few days...

svn path=/trunk/; revision=18911

18 years agoI don't think tracert really depends on winmm lib.
Aleksey Bragin [Mon, 31 Oct 2005 11:59:29 +0000 (11:59 +0000)]
I don't think tracert really depends on winmm lib.

svn path=/trunk/; revision=18910

18 years agoDo always dereference the section object if it was created (in PspCreateProcess).
Hartmut Birr [Mon, 31 Oct 2005 08:02:49 +0000 (08:02 +0000)]
Do always dereference the section object if it was created (in PspCreateProcess).

svn path=/trunk/; revision=18909

18 years agoFix some crach in ddraw.dll startup process for surface, we still got crach and surfa...
Magnus Olsen [Mon, 31 Oct 2005 01:22:19 +0000 (01:22 +0000)]
Fix some crach in ddraw.dll startup process for surface, we still got crach and surface are being setup wrong. working on this.

svn path=/trunk/; revision=18908

18 years agoonly show one screen of text at a time for displaying help.
Brandon Turner [Mon, 31 Oct 2005 00:53:00 +0000 (00:53 +0000)]
only show one screen of text at a time for displaying help.

svn path=/trunk/; revision=18907

18 years agoRewrite mouclass, so it can now handle more than one mouse.
Hervé Poussineau [Mon, 31 Oct 2005 00:14:45 +0000 (00:14 +0000)]
Rewrite mouclass, so it can now handle more than one mouse.
win32k: try to open the keyboard/mouse in a loop, as they can not be present at startup

svn path=/trunk/; revision=18906

18 years agoRemoved some code to make dir behave the same way as MS CMD. bug reported by irc...
Brandon Turner [Mon, 31 Oct 2005 00:10:32 +0000 (00:10 +0000)]
Removed some code to make dir behave the same way as MS CMD.  bug reported by irc::mikedep333

svn path=/trunk/; revision=18905

18 years agoFix so startup process of ddraw hal can be compile with visualstudio
Magnus Olsen [Mon, 31 Oct 2005 00:10:04 +0000 (00:10 +0000)]
Fix so startup process of ddraw hal can be compile with visualstudio

svn path=/trunk/; revision=18904

18 years agoFree Hal memory that have been alloc at exist
Magnus Olsen [Sun, 30 Oct 2005 23:54:05 +0000 (23:54 +0000)]
Free Hal memory  that have been alloc at exist

svn path=/trunk/; revision=18903

18 years agoPrevent i8042prt to search for a keyboard/mouse more than once
Hervé Poussineau [Sun, 30 Oct 2005 23:48:30 +0000 (23:48 +0000)]
Prevent i8042prt to search for a keyboard/mouse more than once

svn path=/trunk/; revision=18902

18 years agosmall ceanup in hal startup process
Magnus Olsen [Sun, 30 Oct 2005 23:29:40 +0000 (23:29 +0000)]
small ceanup in hal startup process

svn path=/trunk/; revision=18901

18 years agoSmall change for hal startup process only few callbacks are not include
Magnus Olsen [Sun, 30 Oct 2005 23:21:57 +0000 (23:21 +0000)]
Small change for hal startup process only few callbacks are not include

svn path=/trunk/; revision=18900

18 years agouse %lx for printing NTSTATUS
Art Yerkes [Sun, 30 Oct 2005 22:47:31 +0000 (22:47 +0000)]
use %lx for printing NTSTATUS

svn path=/trunk/; revision=18899

18 years agoSome upgrades for green:
Art Yerkes [Sun, 30 Oct 2005 22:33:26 +0000 (22:33 +0000)]
Some upgrades for green:

- Either create the blue device or attach to it
- If we can't open a serial device, forward the IRP to the original blue
- Scrolling fix
- Don't do DO_BUFFERED_IO if we use Irp->UserBuffer
- Pass a zero offset when writing to serial port

Green now displays correctly and fails back correctly.  Keyboard part doesn't
yet coexist with current ReactOS.  That's next.

svn path=/trunk/; revision=18898

18 years agoAdd NtGdiAlphaBlend to w32ksvc.db (and fix tabs)
Gregor Anich [Sun, 30 Oct 2005 22:19:33 +0000 (22:19 +0000)]
Add NtGdiAlphaBlend to w32ksvc.db (and fix tabs)
Forward gdi32:GdiAlphaBlend to NtGdiAlphaBlend

svn path=/trunk/; revision=18897

18 years agoAdd IntEngAlphaBlend and NtGdiAlphaBlend functions, EngAlphaBlend (the real implement...
Gregor Anich [Sun, 30 Oct 2005 22:16:30 +0000 (22:16 +0000)]
Add IntEngAlphaBlend and NtGdiAlphaBlend functions, EngAlphaBlend (the real implementation) is still missing.

svn path=/trunk/; revision=18896

18 years agoAdd NtGdiAlphaBlend prototype.
Gregor Anich [Sun, 30 Oct 2005 22:14:11 +0000 (22:14 +0000)]
Add NtGdiAlphaBlend prototype.

svn path=/trunk/; revision=18895

18 years ago- Implement GetServiceKeyNameW (untested).
Eric Kohl [Sun, 30 Oct 2005 21:52:23 +0000 (21:52 +0000)]
- Implement GetServiceKeyNameW (untested).
- Mark deleted service in the service list.
- Some SCM-Calls fail if the has been marked for delete.

svn path=/trunk/; revision=18894

18 years agoImplement IRP_MJ_PNP / IRP_MN_QUERY_INTERFACE for GUID_BUS_INTERFACE_STANDARD
Hervé Poussineau [Sun, 30 Oct 2005 19:37:11 +0000 (19:37 +0000)]
Implement IRP_MJ_PNP / IRP_MN_QUERY_INTERFACE for GUID_BUS_INTERFACE_STANDARD

svn path=/trunk/; revision=18893

18 years agoCorrect One struct
Magnus Olsen [Sun, 30 Oct 2005 19:36:29 +0000 (19:36 +0000)]
Correct One struct

svn path=/trunk/; revision=18892

18 years agoSilence warning for non-win32 compilations.
Gregor Anich [Sun, 30 Oct 2005 18:43:16 +0000 (18:43 +0000)]
Silence warning for non-win32 compilations.

svn path=/trunk/; revision=18891

18 years agoHandle possible error from FindFirstFile. Thanks to Thomas for finding the problem.
Brandon Turner [Sun, 30 Oct 2005 18:01:50 +0000 (18:01 +0000)]
Handle possible error from FindFirstFile. Thanks to Thomas for finding the problem.

svn path=/trunk/; revision=18890

18 years agoAdd a new function to return a path with correct casing. Remove the get[short/long...
Brandon Turner [Sun, 30 Oct 2005 17:50:03 +0000 (17:50 +0000)]
Add a new function to return a path with correct casing.  Remove the get[short/long]pathname hack that was there before to do it.

svn path=/trunk/; revision=18889

18 years agofixed difference in signedness warnings
Thomas Bluemel [Sun, 30 Oct 2005 17:30:53 +0000 (17:30 +0000)]
fixed difference in signedness warnings

svn path=/trunk/; revision=18888

18 years agoFix broke SVN after me, thx to it I found wrong ref was release in different place...
Magnus Olsen [Sun, 30 Oct 2005 16:14:42 +0000 (16:14 +0000)]
Fix broke SVN after me, thx to it I found wrong ref was release in different place fixed

svn path=/trunk/; revision=18887

18 years agoadding more stuff for create surface right
Magnus Olsen [Sun, 30 Oct 2005 15:45:40 +0000 (15:45 +0000)]
adding more stuff for create surface right

svn path=/trunk/; revision=18886

18 years agoFix compile
Maarten Bosma [Sun, 30 Oct 2005 15:39:00 +0000 (15:39 +0000)]
Fix compile

svn path=/trunk/; revision=18885

18 years agoImplement IDirectDrawSurface::Blt for HAL
Maarten Bosma [Sun, 30 Oct 2005 15:34:03 +0000 (15:34 +0000)]
Implement IDirectDrawSurface::Blt for HAL

svn path=/trunk/; revision=18884

18 years agofix some flags calculations and access rights in CreateNamedPipe and CreatePipe
Thomas Bluemel [Sun, 30 Oct 2005 14:51:12 +0000 (14:51 +0000)]
fix some flags calculations and access rights in CreateNamedPipe and CreatePipe

svn path=/trunk/; revision=18883

18 years agoFixed the check for the MEM_TOP_DOWN flag in MmMapViewOfSection.
Hartmut Birr [Sun, 30 Oct 2005 13:55:28 +0000 (13:55 +0000)]
Fixed the check for the MEM_TOP_DOWN flag in MmMapViewOfSection.

svn path=/trunk/; revision=18882

18 years agoMap the NLS tables after creating the PEB.
Hartmut Birr [Sun, 30 Oct 2005 13:54:02 +0000 (13:54 +0000)]
Map the NLS tables after creating the PEB.
The top-down mapping of the NLS tables may occupied the region for the PEB.

svn path=/trunk/; revision=18881

18 years ago- Implement GetServiceDisplayNameW (untested).
Eric Kohl [Sun, 30 Oct 2005 13:13:53 +0000 (13:13 +0000)]
- Implement GetServiceDisplayNameW (untested).
- SCM must store a services display name.
- Some SCM-Calls must fail while the SCM is shutting down.

svn path=/trunk/; revision=18880

18 years agolay some gorun for blt but not implement
Magnus Olsen [Sun, 30 Oct 2005 12:53:32 +0000 (12:53 +0000)]
lay some gorun for blt but not implement

svn path=/trunk/; revision=18879

18 years agoBind the Hal and Hel right in main call only to hal if the api are implement in the...
Magnus Olsen [Sun, 30 Oct 2005 10:58:53 +0000 (10:58 +0000)]
Bind the Hal and Hel right in main call only to hal if the api are implement in the drv if not choice hel.

svn path=/trunk/; revision=18878

18 years agofixed uninitialized variable warning
Thomas Bluemel [Sun, 30 Oct 2005 10:49:55 +0000 (10:49 +0000)]
fixed uninitialized variable warning

svn path=/trunk/; revision=18877

18 years agoRename files so it be more easy to wrok with them in VS
Magnus Olsen [Sun, 30 Oct 2005 10:43:03 +0000 (10:43 +0000)]
Rename files so it be more easy to wrok with them in VS

svn path=/trunk/; revision=18876

18 years agoForgot cleanup the code. in Main_setDisplayMode.
Magnus Olsen [Sun, 30 Oct 2005 09:49:29 +0000 (09:49 +0000)]
Forgot cleanup the code. in Main_setDisplayMode.

svn path=/trunk/; revision=18875

18 years agoMove hel SetDisplayMode to hel and write a stub for hal SetDisplayMode.
Magnus Olsen [Sun, 30 Oct 2005 09:45:10 +0000 (09:45 +0000)]
Move hel SetDisplayMode to hel and write a stub for hal SetDisplayMode.
Hel SetDisplayMode is already implmenet by DrFred

svn path=/trunk/; revision=18874

18 years agoimplment Hal FlipToGDISurface
Magnus Olsen [Sun, 30 Oct 2005 09:21:03 +0000 (09:21 +0000)]
implment Hal FlipToGDISurface

svn path=/trunk/; revision=18873

18 years agoCheck if CanCreateSurface is implemented by the driver before calling it.
Maarten Bosma [Sun, 30 Oct 2005 08:46:46 +0000 (08:46 +0000)]
Check if CanCreateSurface is implemented by the driver before calling it.

svn path=/trunk/; revision=18872

18 years agoimplement Hal GetScanLine
Magnus Olsen [Sun, 30 Oct 2005 08:41:19 +0000 (08:41 +0000)]
implement Hal GetScanLine

svn path=/trunk/; revision=18871

18 years agoFix one crach in createsurface for DrFred
Magnus Olsen [Sun, 30 Oct 2005 08:10:43 +0000 (08:10 +0000)]
Fix one crach in createsurface for DrFred

svn path=/trunk/; revision=18870

18 years agoForgot to remove that test line
Maarten Bosma [Sun, 30 Oct 2005 07:47:15 +0000 (07:47 +0000)]
Forgot to remove that test line

svn path=/trunk/; revision=18869

18 years agoimplement Hal WaitForVerticalBlank
Magnus Olsen [Sun, 30 Oct 2005 07:41:33 +0000 (07:41 +0000)]
implement Hal WaitForVerticalBlank

svn path=/trunk/; revision=18868

18 years agoadd gettype.exe to the bootcd
Brandon Turner [Sun, 30 Oct 2005 06:02:18 +0000 (06:02 +0000)]
add gettype.exe to the bootcd

svn path=/trunk/; revision=18867

18 years agoadd gettype.exe clone. It works in windows and partially in ROS. I will look into...
Brandon Turner [Sun, 30 Oct 2005 06:01:29 +0000 (06:01 +0000)]
add gettype.exe clone.  It works in windows and partially in ROS.  I will look into the reason it doesn't more tomorrow.

svn path=/trunk/; revision=18866

18 years agoadd definitions for VER_SUITE_SINGLEUSERTS and VER_SUITE_EMBEDDEDNT
Brandon Turner [Sun, 30 Oct 2005 05:56:45 +0000 (05:56 +0000)]
add definitions for VER_SUITE_SINGLEUSERTS and VER_SUITE_EMBEDDEDNT

svn path=/trunk/; revision=18865

18 years agoImplement Hal GetAvailableVidMem and is it working in windows
Magnus Olsen [Sun, 30 Oct 2005 01:06:56 +0000 (01:06 +0000)]
Implement Hal GetAvailableVidMem  and is it working in windows

svn path=/trunk/; revision=18864

18 years agoprotect access to buffers in NtOpenProcess
Thomas Bluemel [Sat, 29 Oct 2005 23:40:05 +0000 (23:40 +0000)]
protect access to buffers in NtOpenProcess

svn path=/trunk/; revision=18863

18 years agoCover the most hal startup process it now time start implement hal in ddraw.dll
Magnus Olsen [Sat, 29 Oct 2005 23:28:12 +0000 (23:28 +0000)]
Cover the most hal startup process it now time start implement hal in ddraw.dll
But we still does not doing the whole startup process right.

svn path=/trunk/; revision=18862

18 years agorelease the keep-alive reference of the process object
Thomas Bluemel [Sat, 29 Oct 2005 22:58:14 +0000 (22:58 +0000)]
release the keep-alive reference of the process object

svn path=/trunk/; revision=18861

18 years ago- don't dereference the section object in MmCreateProcessAddressSpace
Thomas Bluemel [Sat, 29 Oct 2005 22:15:10 +0000 (22:15 +0000)]
- don't dereference the section object in MmCreateProcessAddressSpace
- properly handle object references in PspCreateProcess

svn path=/trunk/; revision=18860

18 years ago- protect access to buffers in NtCreateThread and NtOpenThread
Thomas Bluemel [Sat, 29 Oct 2005 21:33:57 +0000 (21:33 +0000)]
- protect access to buffers in NtCreateThread and NtOpenThread
- fix incorrect usage of PSEH in NtCreateThread

svn path=/trunk/; revision=18859

18 years agoSetup the hal startup process some bit. We still does not insate hal right yet.
Magnus Olsen [Sat, 29 Oct 2005 21:20:50 +0000 (21:20 +0000)]
Setup the hal startup process some bit. We still does not insate hal right yet.

svn path=/trunk/; revision=18858

18 years agoImprove macro for stubs inside of ddraw. Thx to w3seek.
Maarten Bosma [Sat, 29 Oct 2005 21:07:04 +0000 (21:07 +0000)]
Improve macro for stubs inside of ddraw. Thx to w3seek.

svn path=/trunk/; revision=18857

18 years agosorry forget This->DirectDrawGlobal
Magnus Olsen [Sat, 29 Oct 2005 20:08:49 +0000 (20:08 +0000)]
sorry forget This->DirectDrawGlobal

svn path=/trunk/; revision=18856

18 years agoDo not trust msdn what it say about dwContext in any struct "MSDN : it is not in...
Magnus Olsen [Sat, 29 Oct 2005 20:06:23 +0000 (20:06 +0000)]
Do not trust msdn what it say about dwContext in any struct "MSDN : it is not in use for windows nt", "My note: it is in use for all os, and it always point to DDRAWI_DIRECTDRAW_GBL.hDD and we doing that. now the callbacks works in startup process.

svn path=/trunk/; revision=18855

18 years agoSetup the hal inisate bit more. and commect the code. We still does not insate hal...
Magnus Olsen [Sat, 29 Oct 2005 18:57:45 +0000 (18:57 +0000)]
Setup the hal inisate bit more. and commect the code. We still does not insate hal right yet.

svn path=/trunk/; revision=18854

18 years ago- probe and capture parameters in NtCreateKey
Thomas Bluemel [Sat, 29 Oct 2005 16:00:00 +0000 (16:00 +0000)]
- probe and capture parameters in NtCreateKey
- added ProbeForWriteUnicodeString and ProbeForReadUnicodeString macros

svn path=/trunk/; revision=18853

18 years agoimplemented the 32 bit version of GetSystemWow64DirectoryA/W (just set the last error...
Thomas Bluemel [Sat, 29 Oct 2005 15:05:37 +0000 (15:05 +0000)]
implemented the 32 bit version of GetSystemWow64DirectoryA/W (just set the last error code to ERROR_CALL_NOT_IMPLEMENTED)

svn path=/trunk/; revision=18852

18 years ago- deleting a registry value requires the KEY_SET_VALUE right
Thomas Bluemel [Sat, 29 Oct 2005 14:51:18 +0000 (14:51 +0000)]
- deleting a registry value requires the KEY_SET_VALUE right
- capture the value name

svn path=/trunk/; revision=18851

18 years agoMerged MmReleaseMemoryArea into MmReleaseMmInfo.
Hartmut Birr [Sat, 29 Oct 2005 14:12:20 +0000 (14:12 +0000)]
Merged MmReleaseMemoryArea into MmReleaseMmInfo.
We can only release the address space look if we are calling MmUnmapViewOfSection.

svn path=/trunk/; revision=18850

18 years ago- Lock always the address space if we changing the virtual mapping.
Hartmut Birr [Sat, 29 Oct 2005 14:10:35 +0000 (14:10 +0000)]
- Lock always the address space if we changing the virtual mapping.
  This is necessary because we can create or remove a page table.
- If we unmap a section, we have to wait for all pending pageops
  for the section within the current process. We do this by waiting
  for all pageops for the section.

svn path=/trunk/; revision=18849

18 years agoLock always the address space if we changing the virtual mapping.
Hartmut Birr [Sat, 29 Oct 2005 14:09:00 +0000 (14:09 +0000)]
Lock always the address space if we changing the virtual mapping.
This is necessary because we can create or remove a page table.

svn path=/trunk/; revision=18848

18 years agoCalc: Fixed Enter key
Nathan Woods [Sat, 29 Oct 2005 13:43:09 +0000 (13:43 +0000)]
Calc: Fixed Enter key

svn path=/trunk/; revision=18847

18 years agoFixed some hal insate problem
Magnus Olsen [Sat, 29 Oct 2005 12:36:04 +0000 (12:36 +0000)]
Fixed some hal insate problem
but it still is not right

svn path=/trunk/; revision=18846

18 years ago#include "w32k.h" -> #include <w32k.h>
Thomas Bluemel [Sat, 29 Oct 2005 11:28:37 +0000 (11:28 +0000)]
#include "w32k.h" -> #include <w32k.h>

svn path=/trunk/; revision=18845

18 years agoStub IDirectDrawKernel and IDirectDrawSurfaceKernel. This where the last two; now...
Maarten Bosma [Sat, 29 Oct 2005 11:05:23 +0000 (11:05 +0000)]
Stub IDirectDrawKernel and IDirectDrawSurfaceKernel. This where the last two; now we got Stub for every COM-Interface in ddraw.dll.

svn path=/trunk/; revision=18844

18 years agoDefine the GUIDs and other stuff.
Maarten Bosma [Sat, 29 Oct 2005 10:55:45 +0000 (10:55 +0000)]
Define the GUIDs and other stuff.

svn path=/trunk/; revision=18843

18 years agoCreate Stubs for IDirectDrawVideoPortNotify and fix return values of IUnknown Stubs.
Maarten Bosma [Sat, 29 Oct 2005 10:37:26 +0000 (10:37 +0000)]
Create Stubs for IDirectDrawVideoPortNotify and fix return values of IUnknown Stubs.

svn path=/trunk/; revision=18842

18 years agoDefine COM-Interfaces for IDirectDrawKernel and SurfaceKernel and add a little typedef.
Maarten Bosma [Sat, 29 Oct 2005 10:33:12 +0000 (10:33 +0000)]
Define COM-Interfaces for  IDirectDrawKernel and SurfaceKernel and add a little typedef.

svn path=/trunk/; revision=18841

18 years agoimplemented SetupDiCreateDevRegKeyA
Thomas Bluemel [Sat, 29 Oct 2005 09:59:30 +0000 (09:59 +0000)]
implemented SetupDiCreateDevRegKeyA

svn path=/trunk/; revision=18840

18 years agoimplemented SetupDiGetSelectedDriverA
Thomas Bluemel [Sat, 29 Oct 2005 09:52:43 +0000 (09:52 +0000)]
implemented SetupDiGetSelectedDriverA

svn path=/trunk/; revision=18839

18 years agoFix infinite loop (spotted by mifritscher)
Hervé Poussineau [Sat, 29 Oct 2005 09:49:19 +0000 (09:49 +0000)]
Fix infinite loop (spotted by mifritscher)

svn path=/trunk/; revision=18838

18 years agoTaskmgr greenish font remake by irc:dnordenberg (Swedish translator) approved by...
Magnus Olsen [Fri, 28 Oct 2005 19:17:37 +0000 (19:17 +0000)]
Taskmgr greenish font remake by irc:dnordenberg (Swedish translator) approved by irc:mf (UI coordinator)

svn path=/trunk/; revision=18837

18 years agoFirst send WM_ACTIVATE, then WM_SETFOCUS
Gé van Geldorp [Fri, 28 Oct 2005 18:49:27 +0000 (18:49 +0000)]
First send WM_ACTIVATE, then WM_SETFOCUS

svn path=/trunk/; revision=18836

18 years agoProperly return window state
Gé van Geldorp [Fri, 28 Oct 2005 18:48:23 +0000 (18:48 +0000)]
Properly return window state

svn path=/trunk/; revision=18835

18 years agodon't pass NULL as the last two parameters to ReadFile. This fixes a crash while...
Thomas Bluemel [Fri, 28 Oct 2005 15:33:05 +0000 (15:33 +0000)]
don't pass NULL as the last two parameters to ReadFile. This fixes a crash while installing OOo 2.0. Patch also submitted to winehq.

svn path=/trunk/; revision=18834

18 years agofix returning the new token handle in DuplicateTokenEx
Thomas Bluemel [Fri, 28 Oct 2005 14:31:38 +0000 (14:31 +0000)]
fix returning the new token handle in DuplicateTokenEx

svn path=/trunk/; revision=18833

18 years agoforward EncodePointer and DecodePointer to ntdll
Thomas Bluemel [Fri, 28 Oct 2005 13:37:55 +0000 (13:37 +0000)]
forward EncodePointer and DecodePointer to ntdll

svn path=/trunk/; revision=18831

18 years agoAdd Stubs for DirectDrawVideoPort and DDVideoPortContainer.
Maarten Bosma [Fri, 28 Oct 2005 12:12:33 +0000 (12:12 +0000)]
Add Stubs for DirectDrawVideoPort and DDVideoPortContainer.

svn path=/trunk/; revision=18830

18 years agoImplement some DirectDraw related COM-Interfaces.
Maarten Bosma [Fri, 28 Oct 2005 12:09:22 +0000 (12:09 +0000)]
Implement some DirectDraw related COM-Interfaces.

svn path=/trunk/; revision=18829

18 years agoDick Buitelaar: Fix DevCpp Backend (Bug 802)
Maarten Bosma [Fri, 28 Oct 2005 10:22:24 +0000 (10:22 +0000)]
Dick Buitelaar: Fix DevCpp Backend (Bug 802)

svn path=/trunk/; revision=18828

18 years agofixed uninitialized variable warning
Thomas Bluemel [Fri, 28 Oct 2005 09:49:45 +0000 (09:49 +0000)]
fixed uninitialized variable warning

svn path=/trunk/; revision=18827

18 years agoSTDCALL -> NTAPI
Hervé Poussineau [Fri, 28 Oct 2005 07:49:16 +0000 (07:49 +0000)]
STDCALL -> NTAPI
Update headers to minimize differences between GCC and MSVC
Move the #include <debug.h> to each file to be able to use precompiled headers
Remove $Id tags

svn path=/trunk/; revision=18826

18 years agoAdded build xml.
Art Yerkes [Fri, 28 Oct 2005 07:04:05 +0000 (07:04 +0000)]
Added build xml.

svn path=/trunk/; revision=18825

18 years agoAdd green.
Art Yerkes [Fri, 28 Oct 2005 07:03:31 +0000 (07:03 +0000)]
Add green.

svn path=/trunk/; revision=18824

18 years agoMake green build with rbuild and current headers.
Art Yerkes [Fri, 28 Oct 2005 07:03:08 +0000 (07:03 +0000)]
Make green build with rbuild and current headers.

svn path=/trunk/; revision=18823

18 years agoFixed notepad bug when creating a file on the command line
Nathan Woods [Fri, 28 Oct 2005 01:29:55 +0000 (01:29 +0000)]
Fixed notepad bug when creating a file on the command line

svn path=/trunk/; revision=18822

18 years agoupdate todo.txt with current status
Brandon Turner [Fri, 28 Oct 2005 00:54:31 +0000 (00:54 +0000)]
update todo.txt with current status

svn path=/trunk/; revision=18821