reactos.git
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

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

svn path=/trunk/; revision=19912

18 years agoUse a local copy of the path name in vfatGetFCBForFile, because we change parts of...
Hartmut Birr [Mon, 5 Dec 2005 17:17:48 +0000 (17:17 +0000)]
Use a local copy of the path name in vfatGetFCBForFile, because we change parts of the name to the on-disk names.

svn path=/trunk/; revision=19911

18 years agoRemoved some third party miniport drivers.
Hartmut Birr [Mon, 5 Dec 2005 17:04:54 +0000 (17:04 +0000)]
Removed some third party miniport drivers.

svn path=/trunk/; revision=19910

18 years agoadded SplitSymbols stub
Christoph von Wittich [Mon, 5 Dec 2005 16:55:55 +0000 (16:55 +0000)]
added SplitSymbols stub

svn path=/trunk/; revision=19909

18 years agogenerate a more recent config.h for Wine code. It will be needed for a new dll I...
Steven Edwards [Mon, 5 Dec 2005 15:54:38 +0000 (15:54 +0000)]
generate a more recent config.h for Wine code. It will be needed for a new dll I will import

svn path=/trunk/; revision=19908

18 years agoChange code in InterfaceBusTranslateBusAddress to use less pointer dereferences and...
Hervé Poussineau [Mon, 5 Dec 2005 14:20:29 +0000 (14:20 +0000)]
Change code in InterfaceBusTranslateBusAddress to use less pointer dereferences and less stack variables

svn path=/trunk/; revision=19907

18 years agoCrtl-C gives a new line when reading input
Brandon Turner [Mon, 5 Dec 2005 02:59:29 +0000 (02:59 +0000)]
Crtl-C gives a new line when reading input

svn path=/trunk/; revision=19906

18 years ago^M should run the command
Brandon Turner [Mon, 5 Dec 2005 01:56:40 +0000 (01:56 +0000)]
^M should run the command

svn path=/trunk/; revision=19905

18 years agoupdate the hardware page on device status changes
Thomas Bluemel [Mon, 5 Dec 2005 00:51:05 +0000 (00:51 +0000)]
update the hardware page on device status changes

svn path=/trunk/; revision=19904

18 years agofixed SetHandleInformation to take dwMask into account. This was accidently removed...
Thomas Bluemel [Mon, 5 Dec 2005 00:21:55 +0000 (00:21 +0000)]
fixed SetHandleInformation to take dwMask into account. This was accidently removed in r11165. Thanks to mygfya

svn path=/trunk/; revision=19903

18 years agoprepare for new sync of dxdiag.dll from wine.
Magnus Olsen [Mon, 5 Dec 2005 00:18:32 +0000 (00:18 +0000)]
prepare for new sync of dxdiag.dll from wine.

svn path=/trunk/; revision=19902

18 years agoprepare fixing vfw.h header so it can be compile without include/wine again
Magnus Olsen [Sun, 4 Dec 2005 23:54:27 +0000 (23:54 +0000)]
prepare fixing vfw.h header so it can be compile without include/wine again

svn path=/trunk/; revision=19901

18 years agoprepare fixing vfw.h header so it can be compile without include/wine again
Magnus Olsen [Sun, 4 Dec 2005 23:53:19 +0000 (23:53 +0000)]
prepare fixing vfw.h header so it can be compile without include/wine again

svn path=/trunk/; revision=19900

18 years agoAdded kbdhe. Was missing.
Art Yerkes [Sun, 4 Dec 2005 23:07:56 +0000 (23:07 +0000)]
Added kbdhe.  Was missing.

svn path=/trunk/; revision=19899

18 years agowrote and adding missing dx headers
Magnus Olsen [Sun, 4 Dec 2005 23:00:41 +0000 (23:00 +0000)]
wrote and adding missing dx headers

svn path=/trunk/; revision=19898

18 years agoLimit selection to window border
Gé van Geldorp [Sun, 4 Dec 2005 22:34:07 +0000 (22:34 +0000)]
Limit selection to window border

svn path=/trunk/; revision=19897

18 years agowrote and adding missing dx headers
Magnus Olsen [Sun, 4 Dec 2005 22:33:52 +0000 (22:33 +0000)]
wrote and adding missing dx headers

svn path=/trunk/; revision=19896

18 years agoMake sure that WM_NCPAINT messages are generated by calling BeginPaint
Gé van Geldorp [Sun, 4 Dec 2005 22:33:18 +0000 (22:33 +0000)]
Make sure that WM_NCPAINT messages are generated by calling BeginPaint

svn path=/trunk/; revision=19895

18 years agoLimit invalidate region if required
Gé van Geldorp [Sun, 4 Dec 2005 22:31:43 +0000 (22:31 +0000)]
Limit invalidate region if required

svn path=/trunk/; revision=19894

18 years agoOnly offset the rect if it's not empty, otherwise we might return negative
Gé van Geldorp [Sun, 4 Dec 2005 22:30:27 +0000 (22:30 +0000)]
Only offset the rect if it's not empty, otherwise we might return negative
values

svn path=/trunk/; revision=19893

18 years agoPatch by Apostolos Alexiadis <grad0621@di.uoa.gr>:
Thomas Bluemel [Sun, 4 Dec 2005 22:29:23 +0000 (22:29 +0000)]
Patch by Apostolos Alexiadis <grad0621@di.uoa.gr>:
- Greek keyboard layout

svn path=/trunk/; revision=19892

18 years agoCheck the update rect, not the region. The region might contain only non-client
Gé van Geldorp [Sun, 4 Dec 2005 22:28:29 +0000 (22:28 +0000)]
Check the update rect, not the region. The region might contain only non-client
parts

svn path=/trunk/; revision=19891

18 years agocorrect spelling
Magnus Olsen [Sun, 4 Dec 2005 22:20:50 +0000 (22:20 +0000)]
correct spelling

svn path=/trunk/; revision=19890

18 years agoforget contain of erros.h
Magnus Olsen [Sun, 4 Dec 2005 22:15:27 +0000 (22:15 +0000)]
forget contain of erros.h

svn path=/trunk/; revision=19889

18 years agoPatch by FRy2oo5 <fRy2oo5@gmail.com>:
Thomas Bluemel [Sun, 4 Dec 2005 22:11:59 +0000 (22:11 +0000)]
Patch by FRy2oo5 <fRy2oo5@gmail.com>:
- German translation of devmgr.dll

svn path=/trunk/; revision=19888

18 years agowrote and adding missing dx headers
Magnus Olsen [Sun, 4 Dec 2005 22:06:54 +0000 (22:06 +0000)]
wrote and adding missing dx headers

svn path=/trunk/; revision=19887

18 years agoupdate the hu.rc from irc : talley
Magnus Olsen [Sun, 4 Dec 2005 21:16:01 +0000 (21:16 +0000)]
update the hu.rc from irc : talley

svn path=/trunk/; revision=19886

18 years agoupdate the hu.rc from irc : talley
Magnus Olsen [Sun, 4 Dec 2005 21:15:08 +0000 (21:15 +0000)]
update the hu.rc from irc : talley

svn path=/trunk/; revision=19885

18 years ago- Put output from MSVC into the relevant output-i386 / obj-i386 files
Ged Murphy [Sun, 4 Dec 2005 20:15:45 +0000 (20:15 +0000)]
- Put output from MSVC into the relevant output-i386 / obj-i386 files
- #if 0'd out the code to use ReactOS' internal libs until ReactOS can be fully built with MSVC. We must continue to rely on PSDK until this time.
- code by Brezenbak (IRC)

svn path=/trunk/; revision=19884

18 years agoA bit more eye candy for the start menu.
Ged Murphy [Sun, 4 Dec 2005 19:31:02 +0000 (19:31 +0000)]
A bit more eye candy for the start menu.

svn path=/trunk/; revision=19883

18 years agocorret a type error in dsound. dsound need be rewriten from scrach it is from wine
Magnus Olsen [Sun, 4 Dec 2005 17:50:11 +0000 (17:50 +0000)]
corret a type error in dsound. dsound need be rewriten from scrach it is from wine

svn path=/trunk/; revision=19882

18 years agodirectx header from mingw, writen by our Filip Navara
Magnus Olsen [Sun, 4 Dec 2005 17:36:01 +0000 (17:36 +0000)]
directx header from mingw, writen by our Filip Navara

svn path=/trunk/; revision=19881

18 years agodirectx header from mingw, writen by our Filip Navara
Magnus Olsen [Sun, 4 Dec 2005 17:20:09 +0000 (17:20 +0000)]
directx header from mingw, writen by our Filip Navara

svn path=/trunk/; revision=19880

18 years agoadding new dxdiag.h complete rewrote it from scrach
Magnus Olsen [Sun, 4 Dec 2005 17:15:50 +0000 (17:15 +0000)]
adding new dxdiag.h complete rewrote it from scrach

svn path=/trunk/; revision=19879

18 years agodelete wine header dxdiag.h for we have 100% correct one. Did not border check see...
Magnus Olsen [Sun, 4 Dec 2005 17:10:26 +0000 (17:10 +0000)]
delete wine header dxdiag.h for we have 100% correct one. Did not border check see if wine header was correct or not
All most all dx header are being rewriting by me. adding dxsdkver.h

svn path=/trunk/; revision=19878

18 years ago- Update PPC definitions.
Alex Ionescu [Sun, 4 Dec 2005 17:09:48 +0000 (17:09 +0000)]
- Update PPC definitions.
- Add Art to contributors.

svn path=/trunk/; revision=19877

18 years agodirectx header from mingw, writen by our Filip Navara
Magnus Olsen [Sun, 4 Dec 2005 16:42:36 +0000 (16:42 +0000)]
directx header from mingw, writen by our  Filip Navara

svn path=/trunk/; revision=19876

18 years agoforget a #endif
Magnus Olsen [Sun, 4 Dec 2005 15:58:45 +0000 (15:58 +0000)]
forget a #endif

svn path=/trunk/; revision=19875

18 years agorewrote whole vfwmsgs header, now it is complete
Magnus Olsen [Sun, 4 Dec 2005 15:53:27 +0000 (15:53 +0000)]
rewrote whole vfwmsgs header, now it is complete

svn path=/trunk/; revision=19874

18 years agoSet eol props.
Art Yerkes [Sun, 4 Dec 2005 15:19:49 +0000 (15:19 +0000)]
Set eol props.

svn path=/trunk/; revision=19873

18 years agoFixed a buffer overflow in RefreshListView.
Hartmut Birr [Sun, 4 Dec 2005 15:18:11 +0000 (15:18 +0000)]
Fixed a buffer overflow in RefreshListView.

svn path=/trunk/; revision=19872

18 years agoDon't try to create a file, if no parent fcb was found.
Hartmut Birr [Sun, 4 Dec 2005 15:09:07 +0000 (15:09 +0000)]
Don't try to create a file, if no parent fcb was found.

svn path=/trunk/; revision=19871

18 years agoRelease the correct locks and release they in the correct sequence.
Hartmut Birr [Sun, 4 Dec 2005 15:07:22 +0000 (15:07 +0000)]
Release the correct locks and release they in the correct sequence.

svn path=/trunk/; revision=19870

18 years agoAdded ppc switches
Art Yerkes [Sun, 4 Dec 2005 15:06:05 +0000 (15:06 +0000)]
Added ppc switches

svn path=/trunk/; revision=19869

18 years agowrote evecode.h directx header, for it is missing and it need for new sync of dxdiag...
Magnus Olsen [Sun, 4 Dec 2005 15:03:41 +0000 (15:03 +0000)]
wrote evecode.h directx header, for it is missing and it need for new sync of dxdiag.dll from wine.

svn path=/trunk/; revision=19868

18 years agoSome powerpc adaptations of i386 headers. Initial work, not tested yet.
Art Yerkes [Sun, 4 Dec 2005 14:59:11 +0000 (14:59 +0000)]
Some powerpc adaptations of i386 headers.  Initial work, not tested yet.

svn path=/trunk/; revision=19867

18 years agowrote evecode.h directx header, for it is missing and it need for new sync of dxdiag...
Magnus Olsen [Sun, 4 Dec 2005 14:20:36 +0000 (14:20 +0000)]
wrote evecode.h directx header, for it is missing and it need for new sync of dxdiag.dll from wine.

svn path=/trunk/; revision=19866

18 years agoupdated listbox control from wine 0.9.2
Sebastian Gasiorek [Sun, 4 Dec 2005 14:19:05 +0000 (14:19 +0000)]
updated listbox control from wine 0.9.2
fixes 36 listbox tests

svn path=/trunk/; revision=19865

18 years agoadded missing constants
Thomas Bluemel [Sun, 4 Dec 2005 14:17:13 +0000 (14:17 +0000)]
added missing constants

svn path=/trunk/; revision=19864

18 years agoSVN maintainance: set eol-style to native
Thomas Bluemel [Sun, 4 Dec 2005 13:02:17 +0000 (13:02 +0000)]
SVN maintainance: set eol-style to native

svn path=/trunk/; revision=19863

18 years agowrote errors.h directx header, for it is missing and it need for new sync of dxdiag...
Magnus Olsen [Sun, 4 Dec 2005 12:56:16 +0000 (12:56 +0000)]
wrote errors.h directx header, for it is missing and it need for new sync of dxdiag.dll from wine.

svn path=/trunk/; revision=19862

18 years agoadding missing dx headers
Magnus Olsen [Sun, 4 Dec 2005 12:47:31 +0000 (12:47 +0000)]
adding missing dx headers

svn path=/trunk/; revision=19861

18 years agoadding dvdevcod.h and fix a compiling issue with new dxdiag.dll on my hd
Magnus Olsen [Sun, 4 Dec 2005 12:41:54 +0000 (12:41 +0000)]
adding dvdevcod.h and fix a compiling issue with new dxdiag.dll on my hd

svn path=/trunk/; revision=19860

18 years agocorrect a mistake
Magnus Olsen [Sun, 4 Dec 2005 12:31:46 +0000 (12:31 +0000)]
correct a mistake

svn path=/trunk/; revision=19859

18 years agoadding missing dx headers
Magnus Olsen [Sun, 4 Dec 2005 12:18:22 +0000 (12:18 +0000)]
adding missing dx headers

svn path=/trunk/; revision=19858

18 years agoPowerPC support drop in freeldr, from my branch.
Art Yerkes [Sun, 4 Dec 2005 12:13:48 +0000 (12:13 +0000)]
PowerPC support drop in freeldr, from my branch.
Some stuff not working, but disk IO now implemented.
Get boot partition either from boot-device env var or from cmd line.
Needs some work to build with the new tools.

svn path=/trunk/; revision=19857

18 years agoadding missing dx headers
Magnus Olsen [Sun, 4 Dec 2005 12:07:08 +0000 (12:07 +0000)]
adding missing dx headers

svn path=/trunk/; revision=19856

18 years agoAdded powerpc boot program. Not working with egcs tools yet.
Art Yerkes [Sun, 4 Dec 2005 12:03:50 +0000 (12:03 +0000)]
Added powerpc boot program.  Not working with egcs tools yet.

svn path=/trunk/; revision=19855

18 years agoAdded support for ROS_AUTOMAKE variable.
Art Yerkes [Sun, 4 Dec 2005 12:02:45 +0000 (12:02 +0000)]
Added support for ROS_AUTOMAKE variable.
Added support for <if> <module ...> </if>
Added BootProgram target type
Added simple initial ReactOS-ppc.xml, using my egcs compiler
More work required, but getting there

svn path=/trunk/; revision=19854

18 years agoadding missing dx headers
Magnus Olsen [Sun, 4 Dec 2005 12:02:21 +0000 (12:02 +0000)]
adding missing dx headers

svn path=/trunk/; revision=19853

18 years agowrote amaudio.h directx header, for it is missing and it need for new sync of dxdiag...
Magnus Olsen [Sun, 4 Dec 2005 11:50:42 +0000 (11:50 +0000)]
wrote amaudio.h directx header, for it is missing and it need for new sync of dxdiag.dll from wine.

svn path=/trunk/; revision=19852