reactos.git
18 years ago- Fix horribly broken implementation of SetupInstallServicesFromInfSectionExW, which...
Hervé Poussineau [Wed, 21 Dec 2005 12:28:55 +0000 (12:28 +0000)]
- Fix horribly broken implementation of SetupInstallServicesFromInfSectionExW, which should install a whole Services section and not a particular service.
- Simplify handling of Include and Needs directives

svn path=/trunk/; revision=20283

18 years agomissed an error check
Ged Murphy [Tue, 20 Dec 2005 23:54:21 +0000 (23:54 +0000)]
missed an error check

svn path=/trunk/; revision=20282

18 years agoAdd missing RtlMakeSelfRelatedSd prototype.
Eric Kohl [Tue, 20 Dec 2005 23:16:09 +0000 (23:16 +0000)]
Add missing RtlMakeSelfRelatedSd prototype.

svn path=/trunk/; revision=20281

18 years agoThe function epilog is responsible for removing the final exception frame
Gé van Geldorp [Tue, 20 Dec 2005 20:42:30 +0000 (20:42 +0000)]
The function epilog is responsible for removing the final exception frame

svn path=/trunk/; revision=20280

18 years agofix output for local connections
Ged Murphy [Tue, 20 Dec 2005 20:36:38 +0000 (20:36 +0000)]
fix output for local connections

svn path=/trunk/; revision=20279

18 years agoDon't try to dereference possible NULL pointers
Hervé Poussineau [Tue, 20 Dec 2005 20:07:40 +0000 (20:07 +0000)]
Don't try to dereference possible NULL pointers

svn path=/trunk/; revision=20277

18 years ago- shut some of the msvc warnings up
Ged Murphy [Tue, 20 Dec 2005 19:54:25 +0000 (19:54 +0000)]
- shut some of the msvc warnings up
- change malloc's to HeapAlloc's
- fix memory leaks

svn path=/trunk/; revision=20276

18 years agowhen message is not unicode then SendMessageA should be used. Fixes #1152 and combobo...
Sebastian Gasiorek [Tue, 20 Dec 2005 13:24:47 +0000 (13:24 +0000)]
when message is not unicode then SendMessageA should be used. Fixes #1152 and combobox in "Run..." dialog

svn path=/trunk/; revision=20275

18 years agoHonor DI_ENUMSINGLEINF flag in SetupDiBuildDriverInfoList
Hervé Poussineau [Tue, 20 Dec 2005 09:45:53 +0000 (09:45 +0000)]
Honor DI_ENUMSINGLEINF flag in SetupDiBuildDriverInfoList
Implement SetupDiGetSelectedDevice/SetupDiSetSelectedDevice

svn path=/trunk/; revision=20274

18 years ago/me loves Raymond
Gé van Geldorp [Mon, 19 Dec 2005 17:58:17 +0000 (17:58 +0000)]
/me loves Raymond

svn path=/trunk/; revision=20273

18 years agoImplement SetupDiGetDeviceInfoListClass
Hervé Poussineau [Mon, 19 Dec 2005 15:08:55 +0000 (15:08 +0000)]
Implement SetupDiGetDeviceInfoListClass
Parse 'Include' and 'Needs' directives in SetupInstallFromInfSectionW and when installing services

svn path=/trunk/; revision=20271

18 years agoupdated Polish translation by Wiktor Maryniowski
Sebastian Gasiorek [Mon, 19 Dec 2005 13:26:53 +0000 (13:26 +0000)]
updated Polish translation by Wiktor Maryniowski

svn path=/trunk/; revision=20270

18 years agoImplement SetupDiGetActualSectionToInstallExA/W
Hervé Poussineau [Mon, 19 Dec 2005 13:09:22 +0000 (13:09 +0000)]
Implement SetupDiGetActualSectionToInstallExA/W

svn path=/trunk/; revision=20269

18 years agoInstall "ClassInstall32.Services" section in SetupDiInstallClassExW
Hervé Poussineau [Mon, 19 Dec 2005 10:43:08 +0000 (10:43 +0000)]
Install "ClassInstall32.Services" section in SetupDiInstallClassExW

svn path=/trunk/; revision=20268

18 years agoImplement SetupDiInstallClassExA
Hervé Poussineau [Mon, 19 Dec 2005 10:15:06 +0000 (10:15 +0000)]
Implement SetupDiInstallClassExA
Implement parts of SetupDiInstallClassExW

svn path=/trunk/; revision=20267

18 years agocommit franch translation from bugzila http://www.reactos.org/bugzilla/show_bug.cgi...
Magnus Olsen [Mon, 19 Dec 2005 00:11:04 +0000 (00:11 +0000)]
commit franch translation from bugzila reactos.org/bugzilla/show_bug.cgi?id=1150

svn path=/trunk/; revision=20265

18 years agoDetach GUI process from console
Gé van Geldorp [Sun, 18 Dec 2005 23:21:58 +0000 (23:21 +0000)]
Detach GUI process from console

svn path=/trunk/; revision=20264

18 years agoin function deformat_environment did cut of one letter of GetEnvironmentVariableW...
Magnus Olsen [Sun, 18 Dec 2005 23:13:05 +0000 (23:13 +0000)]
in function deformat_environment did cut of one letter of GetEnvironmentVariableW at beigner in second call. it try found example LLUSERSPROFILE but it mean ALLUSERSPROFILE. fixed by me and hpussin.

svn path=/trunk/; revision=20263

18 years agoFix serial mouse type detection
Hervé Poussineau [Sun, 18 Dec 2005 23:00:00 +0000 (23:00 +0000)]
Fix serial mouse type detection
Shut up some debug message

svn path=/trunk/; revision=20261

18 years ago- Move SetServiceObjectSecurity to the right file.
Eric Kohl [Sun, 18 Dec 2005 21:38:05 +0000 (21:38 +0000)]
- Move SetServiceObjectSecurity to the right file.
- Pass arguments to ANSI services.

svn path=/trunk/; revision=20259

18 years agoFix C++ exception handling
Gé van Geldorp [Sun, 18 Dec 2005 20:58:32 +0000 (20:58 +0000)]
Fix C++ exception handling

svn path=/trunk/; revision=20257

18 years agoFix little bug which prevented IRP_MJ_PNP to be forwarded to lower driver
Hervé Poussineau [Sun, 18 Dec 2005 20:50:26 +0000 (20:50 +0000)]
Fix little bug which prevented IRP_MJ_PNP to be forwarded to lower driver
Set eol-style to native for usbstor driver files

svn path=/trunk/; revision=20256

18 years agoImplement QueryServiceConfigW.
Eric Kohl [Sun, 18 Dec 2005 19:50:53 +0000 (19:50 +0000)]
Implement QueryServiceConfigW.

svn path=/trunk/; revision=20255

18 years agoFix typo, which lead to be unable to create services with a description text
Hervé Poussineau [Sun, 18 Dec 2005 18:14:25 +0000 (18:14 +0000)]
Fix typo, which lead to be unable to create services with a description text

svn path=/trunk/; revision=20253

18 years agoUse the right default value for the serial port baud rate
Hervé Poussineau [Sun, 18 Dec 2005 18:12:36 +0000 (18:12 +0000)]
Use the right default value for the serial port baud rate

svn path=/trunk/; revision=20251

18 years agoforget reformat the code so it look nice in editor
Magnus Olsen [Sun, 18 Dec 2005 17:53:33 +0000 (17:53 +0000)]
forget reformat the code so it look nice in editor

svn path=/trunk/; revision=20250

18 years agofix follow bug hex->dec, bin->dec, oct->dec, now all converting should work fine...
Magnus Olsen [Sun, 18 Dec 2005 17:52:28 +0000 (17:52 +0000)]
fix follow bug hex->dec, bin->dec, oct->dec, now all converting should work fine. I have not found any more problem with it.

svn path=/trunk/; revision=20249

18 years agoRemove oleaut32 from api status
Casper Hornstrup [Sun, 18 Dec 2005 17:40:51 +0000 (17:40 +0000)]
Remove oleaut32 from api status

svn path=/trunk/; revision=20248

18 years agoFix the returned pointer in CopyUp.
Hartmut Birr [Sun, 18 Dec 2005 17:15:39 +0000 (17:15 +0000)]
Fix the returned pointer in CopyUp.

svn path=/trunk/; revision=20247

18 years agoadding binary convert tested betwin dec -> bin -> hex -> bin -> oct and works
Magnus Olsen [Sun, 18 Dec 2005 17:05:35 +0000 (17:05 +0000)]
adding binary convert tested betwin dec -> bin -> hex -> bin -> oct and works

svn path=/trunk/; revision=20246

18 years agoFix partily of bug 1149, left todo is binary show. Follow thing : Hex, dec, oct shoul...
Magnus Olsen [Sun, 18 Dec 2005 16:03:35 +0000 (16:03 +0000)]
Fix partily of bug 1149, left todo is binary show. Follow thing : Hex, dec, oct should work fine now and convert betwin them

svn path=/trunk/; revision=20245

18 years agoadd allowwarnings ="true" so txtscale can be build with dgb=0 with gcc 3.4.4
Magnus Olsen [Sun, 18 Dec 2005 12:32:05 +0000 (12:32 +0000)]
add allowwarnings ="true"  so txtscale can be build with dgb=0  with gcc 3.4.4

svn path=/trunk/; revision=20244

18 years agodon't typecast constant strings
Thomas Bluemel [Sun, 18 Dec 2005 11:04:04 +0000 (11:04 +0000)]
don't typecast constant strings

svn path=/trunk/; revision=20243

18 years agoRemove ole32 from api status
Casper Hornstrup [Sun, 18 Dec 2005 10:58:46 +0000 (10:58 +0000)]
Remove ole32 from api status

svn path=/trunk/; revision=20242

18 years agoremove my last change for w3seek did not like it. and gave some good point why
Magnus Olsen [Sun, 18 Dec 2005 09:55:29 +0000 (09:55 +0000)]
remove my last change for w3seek did not like it. and gave some good point why

svn path=/trunk/; revision=20241

18 years agoadd -fforce-addr -fmerge-all-constants -fmove-all-movables -funit-at-a-time to DBG...
Magnus Olsen [Sun, 18 Dec 2005 09:36:32 +0000 (09:36 +0000)]
add  -fforce-addr -fmerge-all-constants -fmove-all-movables -funit-at-a-time to DBG=0 Old setting did produce 1.06MB of comctl32.dll new setting produce it to 940KB. it will produce smaller file size for all file.

svn path=/trunk/; revision=20240

18 years agoputenv should return success on deletion of nonexistent variable.
Sebastian Gasiorek [Sun, 18 Dec 2005 01:29:18 +0000 (01:29 +0000)]
putenv should return success on deletion of nonexistent variable.
fixes one "msvcrt environ" test

svn path=/trunk/; revision=20239

18 years ago"MSVCRT memcpy behaves like memmove for overlapping moves"
Sebastian Gasiorek [Sun, 18 Dec 2005 00:43:58 +0000 (00:43 +0000)]
"MSVCRT memcpy behaves like memmove for overlapping moves"
Fixes wine msvcrt string test

svn path=/trunk/; revision=20238

18 years agofixed error codes returned when memory allocations failed
Thomas Bluemel [Sun, 18 Dec 2005 00:05:08 +0000 (00:05 +0000)]
fixed error codes returned when memory allocations failed

svn path=/trunk/; revision=20237

18 years agoRemove winmm from api status
Casper Hornstrup [Sun, 18 Dec 2005 00:00:18 +0000 (00:00 +0000)]
Remove winmm from api status

svn path=/trunk/; revision=20236

18 years agoRemove shell32 from api status
Casper Hornstrup [Sat, 17 Dec 2005 23:13:00 +0000 (23:13 +0000)]
Remove shell32 from api status

svn path=/trunk/; revision=20235

18 years agoAlexander Wurzinger(Lohnegrim)' E-Mail 'Lohnegrim@gmx.net' fix follow bugs Commend...
Magnus Olsen [Sat, 17 Dec 2005 21:51:36 +0000 (21:51 +0000)]
Alexander Wurzinger(Lohnegrim)' E-Mail 'Lohnegrim@gmx.net'  fix follow bugs Commend "'type/p','dir/p','dir/s','dir/p/s' did not work with CTRL+C"\n"'pause' does not continie ones you Press Ctrl/Shift/Alt"

svn path=/trunk/; revision=20234

18 years agorename IsDeviceEnabled to IsDeviceStarted
Thomas Bluemel [Sat, 17 Dec 2005 21:41:15 +0000 (21:41 +0000)]
rename IsDeviceEnabled to IsDeviceStarted

svn path=/trunk/; revision=20233

18 years agofixed IsUserAdmin and enable the calls to it
Thomas Bluemel [Sat, 17 Dec 2005 21:13:36 +0000 (21:13 +0000)]
fixed IsUserAdmin and enable the calls to it

svn path=/trunk/; revision=20232

18 years agouse the captured link target string length in NtCreateSymbolicLinkObject. Spotted...
Thomas Bluemel [Sat, 17 Dec 2005 20:59:51 +0000 (20:59 +0000)]
use the captured link target string length in NtCreateSymbolicLinkObject. Spotted by zebasoftis.

svn path=/trunk/; revision=20231

18 years agoadd allowwarnings ="true" so ibrowser can be build with dgb=0 with gcc 3.4.4
Magnus Olsen [Sat, 17 Dec 2005 20:59:44 +0000 (20:59 +0000)]
add allowwarnings ="true"  so ibrowser can be build with dgb=0  with gcc 3.4.4

svn path=/trunk/; revision=20230

18 years agoadd allowwarnings ="true" so explore can be build with dgb=0 with gcc 3.4.4
Magnus Olsen [Sat, 17 Dec 2005 20:57:52 +0000 (20:57 +0000)]
add allowwarnings ="true"  so explore can be build with dgb=0  with gcc 3.4.4

svn path=/trunk/; revision=20229

18 years agoImplement CMP_Init_Detection, CMP_Report_LogOn, CM_Setup_DevNode[_Ex] and CM_Uninstal...
Eric Kohl [Sat, 17 Dec 2005 19:58:23 +0000 (19:58 +0000)]
Implement CMP_Init_Detection, CMP_Report_LogOn, CM_Setup_DevNode[_Ex] and CM_Uninstall_DevNode[_Ex].

svn path=/trunk/; revision=20228

18 years agofix bug 1139: disable printer submenu folder in "settings" start menu
Martin Fuchs [Sat, 17 Dec 2005 17:31:32 +0000 (17:31 +0000)]
fix bug 1139: disable printer submenu folder in "settings" start menu

svn path=/trunk/; revision=20227

18 years agoadd allowwarnings ="true" so telnet can be build with dgb=0
Magnus Olsen [Sat, 17 Dec 2005 17:14:50 +0000 (17:14 +0000)]
add allowwarnings ="true"  so telnet can be build with dgb=0

svn path=/trunk/; revision=20226

18 years agoported the __EXCEPT_PAGE_FAULT macro for upcoming synchronizations of imported wine...
Thomas Bluemel [Sat, 17 Dec 2005 16:06:45 +0000 (16:06 +0000)]
ported the __EXCEPT_PAGE_FAULT macro for upcoming synchronizations of imported wine code

svn path=/trunk/; revision=20225

18 years agofixed the definition of RtlDosPathNameToNtPathName_U
Thomas Bluemel [Sat, 17 Dec 2005 15:45:59 +0000 (15:45 +0000)]
fixed the definition of RtlDosPathNameToNtPathName_U

svn path=/trunk/; revision=20224

18 years ago- Implement CM_Disable_DevNode[_Ex], CM_Enable_DevNode[_Ex], CM_Reenumerate_DevNode...
Eric Kohl [Sat, 17 Dec 2005 12:23:41 +0000 (12:23 +0000)]
- Implement CM_Disable_DevNode[_Ex], CM_Enable_DevNode[_Ex], CM_Reenumerate_DevNode[_Ex] and CM_Run_Detection[_Ex].
- Implement StringTableAddStringEx and StringTableLookUpStringEx.

svn path=/trunk/; revision=20223

18 years agoTip of the day: Never let a sick person code.
Filip Navara [Sat, 17 Dec 2005 12:16:28 +0000 (12:16 +0000)]
Tip of the day: Never let a sick person code.

svn path=/trunk/; revision=20222

18 years agoFix a handle leak.
Filip Navara [Sat, 17 Dec 2005 12:13:06 +0000 (12:13 +0000)]
Fix a handle leak.

svn path=/trunk/; revision=20221

18 years agoFix a cut & paste error.
Filip Navara [Sat, 17 Dec 2005 12:09:08 +0000 (12:09 +0000)]
Fix a cut & paste error.

svn path=/trunk/; revision=20220

18 years agoMinor cleanup of GetVolumeNameForVolumeMountPointW and fix some incorrect return...
Filip Navara [Sat, 17 Dec 2005 12:05:55 +0000 (12:05 +0000)]
Minor cleanup of GetVolumeNameForVolumeMountPointW and fix some incorrect return codes (spotted by w3seek).

svn path=/trunk/; revision=20219

18 years agoFix bunch of bugs in GetVolumeNameForVolumeMountPointW. Thanks to w3seek.
Filip Navara [Sat, 17 Dec 2005 11:31:12 +0000 (11:31 +0000)]
Fix bunch of bugs in GetVolumeNameForVolumeMountPointW. Thanks to w3seek.

svn path=/trunk/; revision=20218

18 years agoImplementation of GetVolumeNameForVolumeMountPointW (depends on mount manager, so...
Filip Navara [Sat, 17 Dec 2005 11:08:16 +0000 (11:08 +0000)]
Implementation of GetVolumeNameForVolumeMountPointW (depends on mount manager, so it doesn't work in ROS).

svn path=/trunk/; revision=20217

18 years agoCreateFile() fails with INVALID_HANDLE_VALUE, not NULL - this fixes GetLastError...
Royce Mitchell III [Sat, 17 Dec 2005 06:26:20 +0000 (06:26 +0000)]
CreateFile() fails with INVALID_HANDLE_VALUE, not NULL - this fixes GetLastError() to more accurately point to the problem when diagnosing problems.

svn path=/trunk/; revision=20216

18 years agoprint out some useful info before we go belly-up
Royce Mitchell III [Sat, 17 Dec 2005 05:47:19 +0000 (05:47 +0000)]
print out some useful info before we go belly-up

svn path=/trunk/; revision=20215

18 years agoPatch by Kaj Kaloinen <kkaloine@gmail.com>:
Thomas Bluemel [Fri, 16 Dec 2005 19:54:08 +0000 (19:54 +0000)]
Patch by Kaj Kaloinen <kkaloine@gmail.com>:
- Finnish translation of userenv.dll

svn path=/trunk/; revision=20213

18 years agofixed windres warning
Thomas Bluemel [Fri, 16 Dec 2005 18:41:00 +0000 (18:41 +0000)]
fixed windres warning

svn path=/trunk/; revision=20212

18 years agosamwise52 <samcharly@hotmail.com>
Gé van Geldorp [Fri, 16 Dec 2005 10:17:31 +0000 (10:17 +0000)]
samwise52 <samcharly@hotmail.com>
Spanish translations
Minor syntax fixes and SUBLANG_SPANISH -> SUBLANG_NEUTRAL by GvG

svn path=/trunk/; revision=20211

18 years agoggcom <ggcom@tele2.fr>
Gé van Geldorp [Fri, 16 Dec 2005 10:00:37 +0000 (10:00 +0000)]
ggcom <ggcom@tele2.fr>
French translation (bug 1124)

svn path=/trunk/; revision=20210

18 years agoggcom <ggcom@tele2.fr>
Gé van Geldorp [Fri, 16 Dec 2005 09:57:32 +0000 (09:57 +0000)]
ggcom <ggcom@tele2.fr>
French translation (bug 1130)

svn path=/trunk/; revision=20209

18 years agoggcom <ggcom@tele2.fr>
Gé van Geldorp [Fri, 16 Dec 2005 09:55:12 +0000 (09:55 +0000)]
ggcom <ggcom@tele2.fr>
French translation (bug 1131)

svn path=/trunk/; revision=20208

18 years agoReturn error codes correctly, fixes 1109. Patch by Hartmut Birr.
Andrew Munger [Fri, 16 Dec 2005 03:00:02 +0000 (03:00 +0000)]
Return error codes correctly, fixes 1109. Patch by Hartmut Birr.

svn path=/trunk/; revision=20204

18 years agoImplement DICS_FLAG_CONFIGSPECIFIC case in SetupDiOpenDevRegKey, by factorizing some...
Hervé Poussineau [Thu, 15 Dec 2005 23:24:43 +0000 (23:24 +0000)]
Implement DICS_FLAG_CONFIGSPECIFIC case in SetupDiOpenDevRegKey, by factorizing some code from SetupDiCreateDevRegKeyW to OpenHardwareProfileKey
Don't ask for KEY_ENUMERATE_SUB_KEYS access right when not needed
Implemenent internal function ResetDevice()

svn path=/trunk/; revision=20203

18 years agoReplace some strings by constants
Hervé Poussineau [Thu, 15 Dec 2005 22:13:01 +0000 (22:13 +0000)]
Replace some strings by constants

svn path=/trunk/; revision=20202

18 years agoImplement DICS_FLAG_CONFIGSPECIFIC and DIREG_DEV cases in SetupDiCreateDevRegKeyW
Hervé Poussineau [Thu, 15 Dec 2005 21:21:38 +0000 (21:21 +0000)]
Implement DICS_FLAG_CONFIGSPECIFIC and DIREG_DEV cases in SetupDiCreateDevRegKeyW
Implement SetupDiChangeState

svn path=/trunk/; revision=20201

18 years agoFix by Royce3:
Gé van Geldorp [Thu, 15 Dec 2005 21:01:01 +0000 (21:01 +0000)]
Fix by Royce3:
Don't wait 10 sec after starting an app via a .lnk file (bug 1107)

svn path=/trunk/; revision=20200

18 years agoFixed positioning of graphic in start menu
Ged Murphy [Thu, 15 Dec 2005 20:27:16 +0000 (20:27 +0000)]
Fixed positioning of graphic in start menu
by Sebastiaan Roodenburg (KaRaMBa : IRC)

svn path=/trunk/; revision=20197

18 years agoAdd message box to tell the user to reboot after the installation of a network card
Hervé Poussineau [Thu, 15 Dec 2005 18:20:21 +0000 (18:20 +0000)]
Add message box to tell the user to reboot after the installation of a network card

svn path=/trunk/; revision=20192

18 years agoAdd a hack to enable "Do not show this dialog anymore" (still doesn't work)
Hervé Poussineau [Thu, 15 Dec 2005 17:40:50 +0000 (17:40 +0000)]
Add a hack to enable "Do not show this dialog anymore" (still doesn't work)
Rename IsDeviceEnabled to IsDeviceStarted and EnableDevice to StartDevice

svn path=/trunk/; revision=20191

18 years agoAllow DIF_PROPERTYCHANGE as valid install code in SetupDiSetClassInstallParamsW
Hervé Poussineau [Thu, 15 Dec 2005 16:35:15 +0000 (16:35 +0000)]
Allow DIF_PROPERTYCHANGE as valid install code in SetupDiSetClassInstallParamsW
Better stub for SetupDiChangeState

svn path=/trunk/; revision=20190

18 years agoSet the ConfigFlags value in registry if not present
Hervé Poussineau [Thu, 15 Dec 2005 14:15:18 +0000 (14:15 +0000)]
Set the ConfigFlags value in registry if not present

svn path=/trunk/; revision=20189

18 years agoImplement SetupDiSetClassInstallParamsW
Hervé Poussineau [Thu, 15 Dec 2005 13:48:26 +0000 (13:48 +0000)]
Implement SetupDiSetClassInstallParamsW
Handle DIF_PROPERTYCHANGE in SetupDiCallClassInstaller
Add stub for SetupDiChangeState
Rename a label (nextfile -> nextservice)
Remove a useless test in DelayedMove

svn path=/trunk/; revision=20188

18 years agoSet DNF_ASSIGNING_RESOURCES, DNF_RESOURCE_ASSIGNED, DNF_RESOURCE_REPORTED and DNF_NO_...
Hervé Poussineau [Thu, 15 Dec 2005 09:07:32 +0000 (09:07 +0000)]
Set DNF_ASSIGNING_RESOURCES, DNF_RESOURCE_ASSIGNED, DNF_RESOURCE_REPORTED and DNF_NO_RESOURCE_REQUIRED flags

svn path=/trunk/; revision=20187

18 years agoPatch by Brezenbak:
Thomas Bluemel [Thu, 15 Dec 2005 01:20:46 +0000 (01:20 +0000)]
Patch by Brezenbak:
- Fix loading of named resources. Fixes bug 1113

svn path=/trunk/; revision=20185

18 years agofix building in msvc
Ged Murphy [Thu, 15 Dec 2005 00:25:09 +0000 (00:25 +0000)]
fix building in msvc

svn path=/trunk/; revision=20184

18 years agodxdiagn vendor import
Gé van Geldorp [Wed, 14 Dec 2005 23:09:06 +0000 (23:09 +0000)]
dxdiagn vendor import

svn path=/trunk/; revision=20182

18 years agoRemove old dxdiagn in preparation of vendor import
Gé van Geldorp [Wed, 14 Dec 2005 23:05:37 +0000 (23:05 +0000)]
Remove old dxdiagn in preparation of vendor import

svn path=/trunk/; revision=20181

18 years agoj_anderw@sbox.tugraz.at
Ged Murphy [Wed, 14 Dec 2005 22:50:25 +0000 (22:50 +0000)]
j_anderw@sbox.tugraz.at
list resource files in the correct directory within msvc

svn path=/trunk/; revision=20180

18 years agoMake property sheet fit in 640x480. Fixes bug 1099
Gé van Geldorp [Wed, 14 Dec 2005 21:36:15 +0000 (21:36 +0000)]
Make property sheet fit in 640x480. Fixes bug 1099

svn path=/trunk/; revision=20176

18 years agoUpdate status
Gé van Geldorp [Wed, 14 Dec 2005 19:47:05 +0000 (19:47 +0000)]
Update status

svn path=/trunk/; revision=20172

18 years agodelete a folder. that does not belong to trunk it was accented commited when I did...
Magnus Olsen [Wed, 14 Dec 2005 19:45:16 +0000 (19:45 +0000)]
delete a folder. that does not belong to trunk it was accented commited when I did resive a big patch from hu translations team. thx Brezenbak to notice it. and the translations have been move to right folder.

svn path=/trunk/; revision=20171

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Wed, 14 Dec 2005 19:42:38 +0000 (19:42 +0000)]
Sync to Wine-0_9_3:
Jacek Caban <jacek@codeweavers.com>
- Return S_OK in [On|Can]InPlaceActivate.
  Handle IOleDocumentSite in QueryInterface.
- Added IOleDocumentSite implementation.
- Sync the WebBrowser's window size with document's window.
- Sync window sizes.
- Use sink in navigate_complete instead of ClientSite's IDispatch.
- Added implementation of OLEIVERB_SHOW in DoVerb.
- Activate document object.
- Added IOleInPlaceActiveObject stub implementation.
- Added GetOverrideKeyPath and GetOptionKeyPath implementation.
- Added SetObjectRects implementation.
- Better windows handling.
- shdocvw: Added get_Document implementation.
- Added implementation of IConnectionPoint::Advise and Unadvise.
- Don't crash when parameters of Navigate2 are NULL.
- Added implementation of GetWindowContext.
  Added stub implementation of IOleInPlaceFrame interface.

svn path=/trunk/; revision=20170

18 years agomove the shlwapi_Hu.rc from wrong folder that will be delete thx Brezenbak to note it
Magnus Olsen [Wed, 14 Dec 2005 19:41:46 +0000 (19:41 +0000)]
move the shlwapi_Hu.rc from wrong folder that will be delete thx Brezenbak to note it

svn path=/trunk/; revision=20169

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Wed, 14 Dec 2005 19:09:44 +0000 (19:09 +0000)]
Sync to Wine-0_9_3:
Michael Jung <mjung@iss.tu-darmstadt.de>
- Use the ANSI codepage in IShellFolder::GetDisplayNameOf.
- Implemented scrolling during drag&drop for the shellview class.
- Use GetUIObjectOf instead of BindToObject to get a IDropTarget object.
- Register the shell view itself as the drop target, not it's parent folder.
  Forward drag&drop method calls to the folder currently under the cursor.
- Initialize OLE instead of just COM, in order to enable Drag & Drop.
- Modified KeyStateToDropEffect macro to match native shellview's
  behaviour.
- Also scan HKEY_CURRENT_USER for shell namespace extensions in Desktop
  folder.
  Fixed a handle leak in case of failing AddToEnumList call.
- Also scan HKEY_CURRENT_USER for shell namespace extensions in
  MyComputer.
- Enhanced UnixFolder's IDropTarget implementation.
  Use STATIC_CAST macro more consistently.
- Initial stubbed implementation of UnixFolder's IDropTarget interface.
Francois Gouget <fgouget@free.fr>
- Assorted spelling fixes.
Ge van Geldorp <gvg@reactos.org>
- Load shortcut icon by resource id instead of by icon index.
- Other code in shlexec.c (e.g. the extension handling code in
  ShellExecute_GetClassKey) expects sei->lpFile to not be enclosed in
  quotes.
Martin Fuchs <martin-fuchs@gmx.net>
- Correctly call HCR_GetFolderAttributes() in SHELL32_GetItemAttributes().
  Directly return the correct "My Computer" attributes in
  ISF_Desktop_fnGetAttributesOf().
  Remove "todo_wine" from the "My Computer" attributes test case.
  Add test case for retrieving the file system path from the
  CSIDL_PROGRAM_FILES PIDL using SHGetPathFromIDListW().
- Fix context menu handling for more than one entry in order to repair
  .lnk-file execution: Don't break at the first non-matching entry.
Markus Gömmel <m.goemmel@compulab.de>
- Added CSIDL_MYVIDEO|MYPICTURES|MYMUSIC to _SHRegisterUserShellFolders.

svn path=/trunk/; revision=20168

18 years agoSync to Wine-0_9_3:
Gé van Geldorp [Wed, 14 Dec 2005 19:02:42 +0000 (19:02 +0000)]
Sync to Wine-0_9_3:
Robert Shearman <rob@codeweavers.com>
- Return the correct error code from NdrProxyErrorHandler.
- Add a function to retrieve the MIDL_SERVER_INFO struct from an object.
- Make sure to fill out the MIDL_STUB_MESSAGE structure in
  NdrSendReceive like we do in NdrProxySendReceive.
- Fix the overflow check to not depend on pStubMsg->BufferStart and
  pStubMsg->BufferEnd being valid, because they aren't filled in when
  using MIDL-generated server stubs.
- Don't set the pointer to NULL on unmarshaling because we may want to
  unmarshal the value to an existing pointer instead of allocating a new
  one.
- Raise exceptions on failures.
  Replace references of pStubMsg->BufferEnd with RpcMsg->Buffer +
  pStubMsg->BufferLength.
- Fix buffer calculation when no interface data is marshaled to the
  stream.
- Implement conformant varying array functions.
- Implement conformant struct functions.
- Implement FC_STRUCTPAD2 for complex types.
- Add functions for marshaling base types (ints, floats, etc.).
- Extend conformance computation function to also compute variances.
  MSDN suggests that conformance and variance are pretty much the same,
  but there may be some subtleties to it.
- Fix NdrConformantArrayBufferSize to include the size of the
  conformance value.
  Make NdrConformantArrayMemorySize do something more useful, like
  actually return the required memory.
  Conformance offset can be negative and should only be two bytes.
- We should always allocate in NdrConformantStringUnmarshal if the
  memory pointer is NULL.
- The CLSID can be substituted by an IID present in one of the proxy
  file infos in NdrDllGetClassObject.
Ge van Geldorp <gvg@reactos.org>
- Match PSDK STATUS_* definitions.

svn path=/trunk/; revision=20167

18 years agoreactos.com -> reactos.org
Casper Hornstrup [Wed, 14 Dec 2005 18:55:57 +0000 (18:55 +0000)]
reactos.com -> reactos.org

svn path=/trunk/; revision=20166

18 years agoImplement "!bug <number>" command.
Filip Navara [Wed, 14 Dec 2005 18:13:05 +0000 (18:13 +0000)]
Implement "!bug <number>" command.

svn path=/trunk/; revision=20165

18 years ago- Add support for "!wm <value>" and "!wm <name>" commands.
Filip Navara [Wed, 14 Dec 2005 17:34:00 +0000 (17:34 +0000)]
- Add support for "!wm <value>" and "!wm <name>" commands.
- Update the #develop project file.
- Add list of window message values. Thanks to Royce3.

svn path=/trunk/; revision=20164

18 years agoRemove my changes to pagefile creation because they cause a hang for some people.
Brandon Turner [Wed, 14 Dec 2005 12:41:38 +0000 (12:41 +0000)]
Remove my changes to pagefile creation because they cause a hang for some people.

svn path=/trunk/; revision=20163

18 years agoupdate translation hu from talley
Magnus Olsen [Wed, 14 Dec 2005 09:26:52 +0000 (09:26 +0000)]
update translation hu from talley

svn path=/trunk/; revision=20161

18 years agoupdate translation hu from talley
Magnus Olsen [Wed, 14 Dec 2005 09:23:58 +0000 (09:23 +0000)]
update translation hu from talley

svn path=/trunk/; revision=20160

18 years agoMove static keyword to the right place
Hervé Poussineau [Wed, 14 Dec 2005 08:33:43 +0000 (08:33 +0000)]
Move static keyword to the right place

svn path=/trunk/; revision=20159

18 years agoInclude main .rc file in format.xml, so that strings will actually print.
Andrew Munger [Wed, 14 Dec 2005 03:30:22 +0000 (03:30 +0000)]
Include main .rc file in format.xml, so that strings will actually print.
Disabled Ja.rc due to Unterminated Line Ending error, needs attention.
This makes format.exe 100% more useful, but still does not format.

svn path=/trunk/; revision=20158

18 years agoImplement system handling of page file creation sizes. Thanks to arty and insulanus...
Brandon Turner [Wed, 14 Dec 2005 01:59:19 +0000 (01:59 +0000)]
Implement system handling of page file creation sizes. Thanks to arty and insulanus for helping me along the way.

svn path=/trunk/; revision=20157