Steven Edwards [Tue, 6 Dec 2005 01:08:33 +0000 (01:08 +0000)]
linux fixes
svn path=/trunk/; revision=19924
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
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
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
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
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
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
Thomas Bluemel [Mon, 5 Dec 2005 20:24:53 +0000 (20:24 +0000)]
add stub for SetupDiSetClassInstallParamsW
svn path=/trunk/; revision=19917
Thomas Bluemel [Mon, 5 Dec 2005 20:23:23 +0000 (20:23 +0000)]
implemented enabling/disabling of devices
svn path=/trunk/; revision=19916
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
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
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
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
Hartmut Birr [Mon, 5 Dec 2005 17:04:54 +0000 (17:04 +0000)]
Removed some third party miniport drivers.
svn path=/trunk/; revision=19910
Christoph von Wittich [Mon, 5 Dec 2005 16:55:55 +0000 (16:55 +0000)]
added SplitSymbols stub
svn path=/trunk/; revision=19909
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
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
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
Brandon Turner [Mon, 5 Dec 2005 01:56:40 +0000 (01:56 +0000)]
^M should run the command
svn path=/trunk/; revision=19905
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
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
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
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
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
Art Yerkes [Sun, 4 Dec 2005 23:07:56 +0000 (23:07 +0000)]
Added kbdhe. Was missing.
svn path=/trunk/; revision=19899
Magnus Olsen [Sun, 4 Dec 2005 23:00:41 +0000 (23:00 +0000)]
wrote and adding missing dx headers
svn path=/trunk/; revision=19898
Gé van Geldorp [Sun, 4 Dec 2005 22:34:07 +0000 (22:34 +0000)]
Limit selection to window border
svn path=/trunk/; revision=19897
Magnus Olsen [Sun, 4 Dec 2005 22:33:52 +0000 (22:33 +0000)]
wrote and adding missing dx headers
svn path=/trunk/; revision=19896
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
Gé van Geldorp [Sun, 4 Dec 2005 22:31:43 +0000 (22:31 +0000)]
Limit invalidate region if required
svn path=/trunk/; revision=19894
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
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
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
Magnus Olsen [Sun, 4 Dec 2005 22:20:50 +0000 (22:20 +0000)]
correct spelling
svn path=/trunk/; revision=19890
Magnus Olsen [Sun, 4 Dec 2005 22:15:27 +0000 (22:15 +0000)]
forget contain of erros.h
svn path=/trunk/; revision=19889
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
Magnus Olsen [Sun, 4 Dec 2005 22:06:54 +0000 (22:06 +0000)]
wrote and adding missing dx headers
svn path=/trunk/; revision=19887
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
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
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
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
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
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
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
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
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
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
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
Magnus Olsen [Sun, 4 Dec 2005 15:58:45 +0000 (15:58 +0000)]
forget a #endif
svn path=/trunk/; revision=19875
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
Art Yerkes [Sun, 4 Dec 2005 15:19:49 +0000 (15:19 +0000)]
Set eol props.
svn path=/trunk/; revision=19873
Hartmut Birr [Sun, 4 Dec 2005 15:18:11 +0000 (15:18 +0000)]
Fixed a buffer overflow in RefreshListView.
svn path=/trunk/; revision=19872
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
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
Art Yerkes [Sun, 4 Dec 2005 15:06:05 +0000 (15:06 +0000)]
Added ppc switches
svn path=/trunk/; revision=19869
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
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
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
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
Thomas Bluemel [Sun, 4 Dec 2005 14:17:13 +0000 (14:17 +0000)]
added missing constants
svn path=/trunk/; revision=19864
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
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
Magnus Olsen [Sun, 4 Dec 2005 12:47:31 +0000 (12:47 +0000)]
adding missing dx headers
svn path=/trunk/; revision=19861
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
Magnus Olsen [Sun, 4 Dec 2005 12:31:46 +0000 (12:31 +0000)]
correct a mistake
svn path=/trunk/; revision=19859
Magnus Olsen [Sun, 4 Dec 2005 12:18:22 +0000 (12:18 +0000)]
adding missing dx headers
svn path=/trunk/; revision=19858
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
Magnus Olsen [Sun, 4 Dec 2005 12:07:08 +0000 (12:07 +0000)]
adding missing dx headers
svn path=/trunk/; revision=19856
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
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
Magnus Olsen [Sun, 4 Dec 2005 12:02:21 +0000 (12:02 +0000)]
adding missing dx headers
svn path=/trunk/; revision=19853
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
Magnus Olsen [Sun, 4 Dec 2005 11:38:48 +0000 (11:38 +0000)]
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
Magnus Olsen [Sun, 4 Dec 2005 11:09:40 +0000 (11:09 +0000)]
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
Art Yerkes [Sun, 4 Dec 2005 08:09:18 +0000 (08:09 +0000)]
Broaden the lock over the whole text rendering loop. Solves text corruption.
svn path=/trunk/; revision=19849
Art Yerkes [Sun, 4 Dec 2005 07:58:46 +0000 (07:58 +0000)]
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
Alex Ionescu [Sun, 4 Dec 2005 03:24:11 +0000 (03:24 +0000)]
- 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
Magnus Olsen [Sat, 3 Dec 2005 21:25:27 +0000 (21:25 +0000)]
revert my latest change for it contain to some serous bugs and some mistake thx w3seek
svn path=/trunk/; revision=19846
Sebastian Gasiorek [Sat, 3 Dec 2005 21:00:55 +0000 (21:00 +0000)]
fix for LoadStringA - return part of string if buffer is to small
svn path=/trunk/; revision=19845
Magnus Olsen [Sat, 3 Dec 2005 20:53:23 +0000 (20:53 +0000)]
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
Gé van Geldorp [Sat, 3 Dec 2005 19:40:52 +0000 (19:40 +0000)]
Document (failed) attempt to optimize memcpy()
svn path=/trunk/; revision=19843
Thomas Bluemel [Sat, 3 Dec 2005 18:16:02 +0000 (18:16 +0000)]
get the root fcb when creating a file and no parent fcb is returned
svn path=/trunk/; revision=19842
Thomas Bluemel [Sat, 3 Dec 2005 17:33:41 +0000 (17:33 +0000)]
fixed prototype of GdiGetCharDimensions
svn path=/trunk/; revision=19841
Sebastian Gasiorek [Sat, 3 Dec 2005 17:21:37 +0000 (17:21 +0000)]
fixes from Wine.
user32 dialog test: 55 executes, 7 failures
svn path=/trunk/; revision=19840
Thomas Bluemel [Sat, 3 Dec 2005 16:42:41 +0000 (16:42 +0000)]
partly implemented DeviceProblemWizardA/W
svn path=/trunk/; revision=19839
Filip Navara [Sat, 3 Dec 2005 15:26:36 +0000 (15:26 +0000)]
Make the debugging functions slightly more portable.
svn path=/trunk/; revision=19838
Thomas Bluemel [Sat, 3 Dec 2005 14:07:38 +0000 (14:07 +0000)]
- document and partly implement DevicePropertiesExA/W()
- minor fixes
svn path=/trunk/; revision=19837
Thomas Bluemel [Sat, 3 Dec 2005 11:55:07 +0000 (11:55 +0000)]
- 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
Magnus Olsen [Sat, 3 Dec 2005 09:09:10 +0000 (09:09 +0000)]
Correct some prototypes and struct, Adding some missing struct for d3d Thx Alex Ionescu for his patch for it.
svn path=/trunk/; revision=19835
Sebastian Gasiorek [Fri, 2 Dec 2005 22:50:23 +0000 (22:50 +0000)]
imported newer version of DIALOG_DoDialogBox and DEFDLG_RestoreFocus from Wine
svn path=/trunk/; revision=19834
Sebastian Gasiorek [Fri, 2 Dec 2005 22:14:03 +0000 (22:14 +0000)]
fixes for GetDlgItemTextA, GetDlgItemTextW and DIALOG_CreateIndirect from Wine 0.9.2
user32 dialog test failures decreased to 7
svn path=/trunk/; revision=19833
Magnus Olsen [Fri, 2 Dec 2005 22:01:52 +0000 (22:01 +0000)]
Corretat en översätting miss upptäckes av harteex program files till program
svn path=/trunk/; revision=19832
Sebastian Gasiorek [Fri, 2 Dec 2005 21:33:33 +0000 (21:33 +0000)]
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
Alex Ionescu [Fri, 2 Dec 2005 20:06:02 +0000 (20:06 +0000)]
- Correctly zero out esi. Thanks to Patrick Baggett.
svn path=/trunk/; revision=19830
Christoph von Wittich [Fri, 2 Dec 2005 15:45:47 +0000 (15:45 +0000)]
set eol-style:native
svn path=/trunk/; revision=19829
Christoph von Wittich [Fri, 2 Dec 2005 15:43:44 +0000 (15:43 +0000)]
added ACF files req. by midl
svn path=/trunk/; revision=19828
Royce Mitchell III [Fri, 2 Dec 2005 13:59:35 +0000 (13:59 +0000)]
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
Christoph von Wittich [Fri, 2 Dec 2005 12:47:42 +0000 (12:47 +0000)]
fixed BaseAddress
svn path=/trunk/; revision=19826
Hervé Poussineau [Fri, 2 Dec 2005 09:32:31 +0000 (09:32 +0000)]
- Implement PciIdeXSetBusData
- Return documented status code in PciIdeXGetBusData
svn path=/trunk/; revision=19825
Christoph von Wittich [Fri, 2 Dec 2005 08:13:52 +0000 (08:13 +0000)]
fixed vcproj files for modules which do not use pch
svn path=/trunk/; revision=19824