Commit graph

18867 commits

Author SHA1 Message Date
Hartmut Birr 1986a25e6b Don't try to create a file, if no parent fcb was found.
svn path=/trunk/; revision=19871
2005-12-04 15:09:07 +00:00
Hartmut Birr 8af0ab71a1 Release the correct locks and release they in the correct sequence.
svn path=/trunk/; revision=19870
2005-12-04 15:07:22 +00:00
Art Yerkes 98b3a2ff5b Added ppc switches
svn path=/trunk/; revision=19869
2005-12-04 15:06:05 +00:00
Magnus Olsen dcb2365a52 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
2005-12-04 15:03:41 +00:00
Art Yerkes 50bc1b1ad0 Some powerpc adaptations of i386 headers. Initial work, not tested yet.
svn path=/trunk/; revision=19867
2005-12-04 14:59:11 +00:00
Magnus Olsen 8282296827 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
2005-12-04 14:20:36 +00:00
Sebastian Gasiorek 1da88240f8 updated listbox control from wine 0.9.2
fixes 36 listbox tests

svn path=/trunk/; revision=19865
2005-12-04 14:19:05 +00:00
Thomas Bluemel 57f8af8f42 added missing constants
svn path=/trunk/; revision=19864
2005-12-04 14:17:13 +00:00
Thomas Bluemel efa152792d SVN maintainance: set eol-style to native
svn path=/trunk/; revision=19863
2005-12-04 13:02:17 +00:00
Magnus Olsen fd836fb625 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
2005-12-04 12:56:16 +00:00
Magnus Olsen 232c10bcff adding missing dx headers
svn path=/trunk/; revision=19861
2005-12-04 12:47:31 +00:00
Magnus Olsen 119042ef8e adding dvdevcod.h and fix a compiling issue with new dxdiag.dll on my hd
svn path=/trunk/; revision=19860
2005-12-04 12:41:54 +00:00
Magnus Olsen fe0cd678a1 correct a mistake
svn path=/trunk/; revision=19859
2005-12-04 12:31:46 +00:00
Magnus Olsen 2f50a665cf adding missing dx headers
svn path=/trunk/; revision=19858
2005-12-04 12:18:22 +00:00
Art Yerkes 7e8e7b9634 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
2005-12-04 12:13:48 +00:00
Magnus Olsen 1849ba7261 adding missing dx headers
svn path=/trunk/; revision=19856
2005-12-04 12:07:08 +00:00
Art Yerkes a3972b6c26 Added powerpc boot program. Not working with egcs tools yet.
svn path=/trunk/; revision=19855
2005-12-04 12:03:50 +00:00
Art Yerkes b1fa799b0b 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
2005-12-04 12:02:45 +00:00
Magnus Olsen 05a351a06f adding missing dx headers
svn path=/trunk/; revision=19853
2005-12-04 12:02:21 +00:00
Magnus Olsen 3ac39b8d00 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
2005-12-04 11:50:42 +00:00
Magnus Olsen ea2e229e1c wrote audevcod.h directx header, for it is missing and it need for new sync of dxdiag.dll from wine.
svn path=/trunk/; revision=19851
2005-12-04 11:38:48 +00:00
Magnus Olsen 7813f9d6a9 wrote amvideo.h directx header, for it is missing and it need for new sync of dxdiag.dll from wine.
svn path=/trunk/; revision=19850
2005-12-04 11:09:40 +00:00
Art Yerkes 1cdc4a44ed Broaden the lock over the whole text rendering loop. Solves text corruption.
svn path=/trunk/; revision=19849
2005-12-04 08:09:18 +00:00
Art Yerkes f68caa66a7 Add ROS_AUTOMAKE variable to determine the location of makefile.auto
- Allows multiple configurations to be used in the same tree

svn path=/trunk/; revision=19848
2005-12-04 07:58:46 +00:00
Alex Ionescu 0a36bfb449 - Fix KeAttackProcess, KeStackAttachProcess, KeUnstackDetachProcess and KeDetachProcess. The code was brain-dead and I must've been drunk when I first wrote it.
- Update some NDK definitions and some fixes.
- Update HAL Private Dispatch Table to 2.0
- Make RtlIpv* API definitions more correct.

svn path=/trunk/; revision=19847
2005-12-04 03:24:11 +00:00
Magnus Olsen deca81698a revert my latest change for it contain to some serous bugs and some mistake thx w3seek
svn path=/trunk/; revision=19846
2005-12-03 21:25:27 +00:00
Sebastian Gasiorek 63c14b7666 fix for LoadStringA - return part of string if buffer is to small
svn path=/trunk/; revision=19845
2005-12-03 21:00:55 +00:00
Magnus Olsen dad86fa425 Implmenet IDxDiagContainerImpl_GetNumberOfProps, IDxDiagContainerImpl_EnumPropNames, IDxDiagContainerImpl_GetProp working fine in windows but in reactos we are missing some regvalues (alot). This change should be commit to wine.
svn path=/trunk/; revision=19844
2005-12-03 20:53:23 +00:00
Gé van Geldorp 96ce8a5210 Document (failed) attempt to optimize memcpy()
svn path=/trunk/; revision=19843
2005-12-03 19:40:52 +00:00
Thomas Bluemel 94fc07e5fa get the root fcb when creating a file and no parent fcb is returned
svn path=/trunk/; revision=19842
2005-12-03 18:16:02 +00:00
Thomas Bluemel b746a9f60a fixed prototype of GdiGetCharDimensions
svn path=/trunk/; revision=19841
2005-12-03 17:33:41 +00:00
Sebastian Gasiorek 02c31f477f fixes from Wine.
user32 dialog test: 55 executes, 7 failures

svn path=/trunk/; revision=19840
2005-12-03 17:21:37 +00:00
Thomas Bluemel d792c652cf partly implemented DeviceProblemWizardA/W
svn path=/trunk/; revision=19839
2005-12-03 16:42:41 +00:00
Filip Navara f68fa88629 Make the debugging functions slightly more portable.
svn path=/trunk/; revision=19838
2005-12-03 15:26:36 +00:00
Thomas Bluemel 612e3a0420 - document and partly implement DevicePropertiesExA/W()
- minor fixes

svn path=/trunk/; revision=19837
2005-12-03 14:07:38 +00:00
Thomas Bluemel 78d39e7d39 - if the device cannot be opened display information about the parent node
- only administrators can change the status of a device

svn path=/trunk/; revision=19836
2005-12-03 11:55:07 +00:00
Magnus Olsen b6a2d79ae4 Correct some prototypes and struct, Adding some missing struct for d3d Thx Alex Ionescu for his patch for it.
svn path=/trunk/; revision=19835
2005-12-03 09:09:10 +00:00
Sebastian Gasiorek e7fc72f796 imported newer version of DIALOG_DoDialogBox and DEFDLG_RestoreFocus from Wine
svn path=/trunk/; revision=19834
2005-12-02 22:50:23 +00:00
Sebastian Gasiorek f8d5ea2d87 fixes for GetDlgItemTextA, GetDlgItemTextW and DIALOG_CreateIndirect from Wine 0.9.2
user32 dialog test failures decreased to 7

svn path=/trunk/; revision=19833
2005-12-02 22:14:03 +00:00
Magnus Olsen d20fedcdd0 Corretat en översätting miss upptäckes av harteex program files till program
svn path=/trunk/; revision=19832
2005-12-02 22:01:52 +00:00
Sebastian Gasiorek 61fb8a2022 Imported from Wine 0.9.2:
DIALOG_GetNextTabItem
GetNextDlgGroupItem
GetNextDlgTabItem

fixes user32 dialog test hang and decreases number of failure tests to 9

svn path=/trunk/; revision=19831
2005-12-02 21:33:33 +00:00
Alex Ionescu 9c17fcb18d - Correctly zero out esi. Thanks to Patrick Baggett.
svn path=/trunk/; revision=19830
2005-12-02 20:06:02 +00:00
Christoph von Wittich cf12adb39f set eol-style:native
svn path=/trunk/; revision=19829
2005-12-02 15:45:47 +00:00
Christoph von Wittich a8142077ab added ACF files req. by midl
svn path=/trunk/; revision=19828
2005-12-02 15:43:44 +00:00
Royce Mitchell III 5e6a2214be store pointer to Backend in the Project class so properties of the Backend object can eventually be queried from the generic rbuild code
svn path=/trunk/; revision=19827
2005-12-02 13:59:35 +00:00
Christoph von Wittich bb4c8ed5ee fixed BaseAddress
svn path=/trunk/; revision=19826
2005-12-02 12:47:42 +00:00
Hervé Poussineau 5d803ea902 - Implement PciIdeXSetBusData
- Return documented status code in PciIdeXGetBusData

svn path=/trunk/; revision=19825
2005-12-02 09:32:31 +00:00
Christoph von Wittich 03075d0a48 fixed vcproj files for modules which do not use pch
svn path=/trunk/; revision=19824
2005-12-02 08:13:52 +00:00
Steven Edwards b8f03978a6 incress the number of passes to detect the mouse and keyboard under VMware if the VM does not have ownership of the mouse. Thanks to GreatLord and Royce
svn path=/trunk/; revision=19823
2005-12-02 04:05:04 +00:00
Art Yerkes df57b512f5 Added struct tag.
svn path=/trunk/; revision=19822
2005-12-01 23:52:14 +00:00