reactos.git
18 years agofixed warnings when compiled with -Wmissing-declarations
Thomas Bluemel [Thu, 6 Oct 2005 21:39:18 +0000 (21:39 +0000)]
fixed warnings when compiled with -Wmissing-declarations

svn path=/trunk/; revision=18302

18 years agoNtGdiDdGetAvailDriverMemory
Magnus Olsen [Thu, 6 Oct 2005 21:18:59 +0000 (21:18 +0000)]
NtGdiDdGetAvailDriverMemory
- implement the code but the pointer is not set to DdGetAvailDriverMemory and it is undtested.

svn path=/trunk/; revision=18301

18 years agoFix KiGetFpuState() - Thanks to Hartmut for finding this bug and testing the patch.
Gregor Anich [Thu, 6 Oct 2005 20:34:20 +0000 (20:34 +0000)]
Fix KiGetFpuState() - Thanks to Hartmut for finding this bug and testing the patch.

svn path=/trunk/; revision=18300

18 years agowinver.exe by Christoph.AT.ApiViewer.de
Andrew Munger [Thu, 6 Oct 2005 20:07:24 +0000 (20:07 +0000)]
winver.exe by Christoph.AT.ApiViewer.de

svn path=/trunk/; revision=18299

18 years agofixed warnings when compiled with -Wmissing-declarations
Thomas Bluemel [Thu, 6 Oct 2005 19:24:15 +0000 (19:24 +0000)]
fixed warnings when compiled with -Wmissing-declarations

svn path=/trunk/; revision=18298

18 years agofixed warnings when compiled with -Wmissing-declarations
Thomas Bluemel [Thu, 6 Oct 2005 18:51:52 +0000 (18:51 +0000)]
fixed warnings when compiled with -Wmissing-declarations

svn path=/trunk/; revision=18297

18 years agoPatch by Christoph v.W.:
Gregor Anich [Thu, 6 Oct 2005 15:02:50 +0000 (15:02 +0000)]
Patch by Christoph v.W.:
- speed-up adding items to ListView
- fix resource leak (GetDC without ReleaseDC)
(Bug #870)

svn path=/trunk/; revision=18296

18 years agoModifyMenuA: Zero initialize MENUITEMINFOA (like ModifyMenuW does)
Gregor Anich [Thu, 6 Oct 2005 14:31:18 +0000 (14:31 +0000)]
ModifyMenuA: Zero initialize MENUITEMINFOA (like ModifyMenuW does)
Fixes bug 818 according to Christoph v.W.
Thanks to j_anderw for his patch proposal.

svn path=/trunk/; revision=18295

18 years agodoesnt belong here either
Gunnar Dalsnes [Thu, 6 Oct 2005 13:07:53 +0000 (13:07 +0000)]
doesnt belong here either

svn path=/trunk/; revision=18294

18 years agodoesnt belong here
Gunnar Dalsnes [Thu, 6 Oct 2005 13:07:00 +0000 (13:07 +0000)]
doesnt belong here

svn path=/trunk/; revision=18293

18 years agoHuh, what? Oops! Just some stuff which noone cares about...
Gregor Anich [Thu, 6 Oct 2005 12:36:53 +0000 (12:36 +0000)]
Huh, what? Oops! Just some stuff which noone cares about...

svn path=/trunk/; revision=18292

18 years agoAdd newdev.dll to bootcd
Hervé Poussineau [Thu, 6 Oct 2005 11:59:15 +0000 (11:59 +0000)]
Add newdev.dll to bootcd
Fix formatting, by replacing tabulations by spaces

svn path=/trunk/; revision=18291

18 years agoDo only one exit point in SetupDiInstallDevice
Hervé Poussineau [Thu, 6 Oct 2005 09:55:10 +0000 (09:55 +0000)]
Do only one exit point in SetupDiInstallDevice

svn path=/trunk/; revision=18290

18 years agoRegedit: Now saves last key visited, like Windows regedit
Nathan Woods [Thu, 6 Oct 2005 03:23:09 +0000 (03:23 +0000)]
Regedit:  Now saves last key visited, like Windows regedit

svn path=/trunk/; revision=18289

18 years agoCalc: TCHAR-izing, formatting and const-correctness
Nathan Woods [Wed, 5 Oct 2005 23:59:13 +0000 (23:59 +0000)]
Calc:  TCHAR-izing, formatting and const-correctness

svn path=/trunk/; revision=18288

18 years agoNotepad: Goto an offscreen line will now properly scroll the edit control
Nathan Woods [Wed, 5 Oct 2005 23:52:43 +0000 (23:52 +0000)]
Notepad: Goto an offscreen line will now properly scroll the edit control

svn path=/trunk/; revision=18287

18 years agoChange indentation - make it a bit more readable and same style everywhere.
Gregor Anich [Wed, 5 Oct 2005 23:30:39 +0000 (23:30 +0000)]
Change indentation - make it a bit more readable and same style everywhere.
KiCheckFPU: Change calculation of DummyArea/FxSaveArea (avoid conditional)
KeSaveFloatingPointState: Allocate NonPagedPool for the saved state because function can be called only at IRQL >= DISPATCH

svn path=/trunk/; revision=18286

18 years agostrip extended options from the front of the command line
Martin Fuchs [Wed, 5 Oct 2005 23:24:25 +0000 (23:24 +0000)]
strip extended options from the front of the command line

svn path=/trunk/; revision=18285

18 years agoimplemented command line parser for Explorer
Martin Fuchs [Wed, 5 Oct 2005 23:05:13 +0000 (23:05 +0000)]
implemented command line parser for Explorer

svn path=/trunk/; revision=18284

18 years agoXML chunks must contain a single subtree.
Emanuele Aliberti [Wed, 5 Oct 2005 20:36:23 +0000 (20:36 +0000)]
XML chunks must contain a single subtree.

svn path=/trunk/; revision=18283

18 years agocomment, const corrections
Martin Fuchs [Wed, 5 Oct 2005 19:52:39 +0000 (19:52 +0000)]
comment, const corrections

svn path=/trunk/; revision=18282

18 years agoleave TrackStartmenu() function when executing any start menu command
Martin Fuchs [Wed, 5 Oct 2005 19:51:08 +0000 (19:51 +0000)]
leave TrackStartmenu() function when executing any start menu command

svn path=/trunk/; revision=18281

18 years agoNtGdiDdCreateDirectDrawObject
Magnus Olsen [Wed, 5 Oct 2005 19:50:48 +0000 (19:50 +0000)]
NtGdiDdCreateDirectDrawObject
- add missing error checking for GDIOBJ_AllocObj
- add missing error checking for GDIOBJ_LockObj

svn path=/trunk/; revision=18280

18 years agouse GET_X_LPARAM macro in WM_MOUSEMOVE handlers
Martin Fuchs [Wed, 5 Oct 2005 19:49:37 +0000 (19:49 +0000)]
use GET_X_LPARAM macro in WM_MOUSEMOVE handlers

svn path=/trunk/; revision=18279

18 years agoone-click activation of "Start" button
Martin Fuchs [Wed, 5 Oct 2005 19:48:29 +0000 (19:48 +0000)]
one-click activation of "Start" button

svn path=/trunk/; revision=18278

18 years agoupdate TODO list
Martin Fuchs [Wed, 5 Oct 2005 19:47:28 +0000 (19:47 +0000)]
update TODO list

svn path=/trunk/; revision=18277

18 years agoactivate PDD_DIRECTDRAW for GDIOBJ_LockObj so it does not fail if it is GDI_OBJECT_TY...
Magnus Olsen [Wed, 5 Oct 2005 19:29:08 +0000 (19:29 +0000)]
activate PDD_DIRECTDRAW for GDIOBJ_LockObj so it does not fail if it is GDI_OBJECT_TYPE_DIRECTDRAW request. Thx w3seek for his guiding how todo it.

svn path=/trunk/; revision=18276

18 years agoImplemented SRB_FUNCTION_IO_CONTROL/IOCTL_SCSI_MINIPORT_IDENTIFY.
Hartmut Birr [Wed, 5 Oct 2005 18:36:10 +0000 (18:36 +0000)]
Implemented SRB_FUNCTION_IO_CONTROL/IOCTL_SCSI_MINIPORT_IDENTIFY.

svn path=/trunk/; revision=18275

18 years agoImplemented IOCTL_SCSI_MINIPORT.
Hartmut Birr [Wed, 5 Oct 2005 18:24:24 +0000 (18:24 +0000)]
Implemented IOCTL_SCSI_MINIPORT.

svn path=/trunk/; revision=18274

18 years agocreate some start menu entries for notepad, regedit and winefile
Martin Fuchs [Wed, 5 Oct 2005 16:47:19 +0000 (16:47 +0000)]
create some start menu entries for notepad, regedit and winefile

svn path=/trunk/; revision=18273

18 years agoremove duplicate RegQueryStringValue() function
Martin Fuchs [Wed, 5 Oct 2005 16:11:21 +0000 (16:11 +0000)]
remove duplicate RegQueryStringValue() function

svn path=/trunk/; revision=18272

18 years agopartial implementation of ShowWindowAsync() using the synchronous NtUserShowWindow...
Martin Fuchs [Wed, 5 Oct 2005 14:47:07 +0000 (14:47 +0000)]
partial implementation of ShowWindowAsync() using the synchronous NtUserShowWindow() call to activate the desktop switcher

svn path=/trunk/; revision=18271

18 years agoRegedit: Now restores last position on startup
Nathan Woods [Wed, 5 Oct 2005 13:25:14 +0000 (13:25 +0000)]
Regedit: Now restores last position on startup

Still need to save position on exit

svn path=/trunk/; revision=18270

18 years agofix UNICODE control panel calls to handle double clicks on the task bar clock
Martin Fuchs [Wed, 5 Oct 2005 13:08:59 +0000 (13:08 +0000)]
fix UNICODE control panel calls to handle double clicks on the task bar clock

svn path=/trunk/; revision=18269

18 years agoRbuild: Enhanced MSVC support
Nathan Woods [Wed, 5 Oct 2005 00:27:25 +0000 (00:27 +0000)]
Rbuild: Enhanced MSVC support

1.  Enhanced the MSVC backends so that it pulls in information from the main project
2.  Fixed bugs in Path::RelativeFromDirectory() in tools\rbuild\XML.cpp

With these changes, many VC projects generated by rbuild now compile without any tweaking

svn path=/trunk/; revision=18268

18 years agoBetter way to fix 868. Check the last error instead of checking before hand. Thanks...
Brandon Turner [Tue, 4 Oct 2005 15:32:04 +0000 (15:32 +0000)]
Better way to fix 868.  Check the last error instead of checking before hand.  Thanks to billgMS for point this out.

svn path=/trunk/; revision=18267

18 years agoCheck to see if a folder or file is already there when makign a folder. Set correct...
Brandon Turner [Tue, 4 Oct 2005 14:56:38 +0000 (14:56 +0000)]
Check to see if a folder or file is already there when makign a folder.  Set correct errorlevel when fail to create folder. fixes bug 868.

svn path=/trunk/; revision=18266

18 years agoactivate execution from command bar
Martin Fuchs [Tue, 4 Oct 2005 14:31:11 +0000 (14:31 +0000)]
activate execution from command bar

svn path=/trunk/; revision=18265

18 years ago"execute" menu entry
Martin Fuchs [Tue, 4 Oct 2005 14:06:33 +0000 (14:06 +0000)]
"execute" menu entry

svn path=/trunk/; revision=18264

18 years agoset EOL-style
Martin Fuchs [Tue, 4 Oct 2005 13:47:22 +0000 (13:47 +0000)]
set EOL-style

svn path=/trunk/; revision=18263

18 years agoAdd errorlevel for set /A
Brandon Turner [Tue, 4 Oct 2005 13:45:19 +0000 (13:45 +0000)]
Add errorlevel for set /A

svn path=/trunk/; revision=18262

18 years agoremove remaining winefile resources
Martin Fuchs [Tue, 4 Oct 2005 13:43:15 +0000 (13:43 +0000)]
remove remaining winefile resources

svn path=/trunk/; revision=18261

18 years agoNotepad: Fixed a bug when opening files with no characters other than byte order...
Nathan Woods [Tue, 4 Oct 2005 12:57:04 +0000 (12:57 +0000)]
Notepad:  Fixed a bug when opening files with no characters other than byte order marks

svn path=/trunk/; revision=18260

18 years agoRegedit: Stopgap fix to build error just introduced; need to go through Regedit and...
Nathan Woods [Tue, 4 Oct 2005 12:41:08 +0000 (12:41 +0000)]
Regedit: Stopgap fix to build error just introduced; need to go through Regedit and TCHAR-ize it

svn path=/trunk/; revision=18259

18 years agocomplete german resources for explorer
Martin Fuchs [Tue, 4 Oct 2005 12:02:34 +0000 (12:02 +0000)]
complete german resources for explorer

svn path=/trunk/; revision=18258

18 years agoRegedit: Fixed stupid compilation errors
Nathan Woods [Tue, 4 Oct 2005 02:46:14 +0000 (02:46 +0000)]
Regedit:  Fixed stupid compilation errors

svn path=/trunk/; revision=18257

18 years agoRegedit: Fixed exporting subtrees with Unicode
Nathan Woods [Tue, 4 Oct 2005 02:40:01 +0000 (02:40 +0000)]
Regedit:  Fixed exporting subtrees with Unicode

Core exporting code still ANSI; need to fix this

svn path=/trunk/; revision=18256

18 years agodon't leak memory in RegDeleteTree() when NtEnumerateKey() returns an unexpected...
Thomas Bluemel [Mon, 3 Oct 2005 23:01:10 +0000 (23:01 +0000)]
don't leak memory in RegDeleteTree() when NtEnumerateKey() returns an unexpected error code (such as when there's insufficient system resources to perform the query)

svn path=/trunk/; revision=18255

18 years agofixed a memory leak in RegDeleteTree() that could be caused when two threads attempt...
Thomas Bluemel [Mon, 3 Oct 2005 22:46:49 +0000 (22:46 +0000)]
fixed a memory leak in RegDeleteTree() that could be caused when two threads attempt to delete the same tree simultaneously

svn path=/trunk/; revision=18254

18 years agoA note about this piece of code.
Emanuele Aliberti [Mon, 3 Oct 2005 21:40:58 +0000 (21:40 +0000)]
A note about this piece of code.

svn path=/trunk/; revision=18253

18 years agoDon't fail when there are no more subkeys to delete in RegDeleteTree()
Thomas Bluemel [Mon, 3 Oct 2005 21:37:05 +0000 (21:37 +0000)]
Don't fail when there are no more subkeys to delete in RegDeleteTree()

svn path=/trunk/; revision=18252

18 years agoA raw attempt to fix the startup code for native processes.
Emanuele Aliberti [Mon, 3 Oct 2005 21:35:12 +0000 (21:35 +0000)]
A raw attempt to fix the startup code for native processes.
(note: it seems NTOSKRNL passes nothing to smss.exe)

svn path=/trunk/; revision=18251

18 years agodont use the whole commandline as a fall back for execution searching because it...
Brandon Turner [Mon, 3 Oct 2005 20:28:29 +0000 (20:28 +0000)]
dont use the whole commandline as a fall back for execution searching because it could contain spaces.  also, wrap commandline params in quotes so if there is a space in the path it still finds it.  bug found by billgMS.

svn path=/trunk/; revision=18250

18 years agoReturn an error instead of STATUS_SUCCESS for functions which are not implemented...
Hartmut Birr [Mon, 3 Oct 2005 18:49:44 +0000 (18:49 +0000)]
Return an error instead of STATUS_SUCCESS for functions which are not implemented or supported (in ScsiPortDeviceControl).

svn path=/trunk/; revision=18249

18 years ago- Don't call winsock initialiser for each seperate server thread
Ged Murphy [Mon, 3 Oct 2005 18:32:30 +0000 (18:32 +0000)]
- Don't call winsock initialiser for each seperate server thread
- Add more code for tcpsvcs to be controled via services. Still #if 0'd out until fully implemented.
- Make server more informative with what is happening. (this info will be output to a log file once implemented as a service.

svn path=/trunk/; revision=18248

18 years agodon't use invalid options in the DSOP_INIT_INFO structure of the computer selection...
Thomas Bluemel [Mon, 3 Oct 2005 14:42:34 +0000 (14:42 +0000)]
don't use invalid options in the DSOP_INIT_INFO structure of the computer selection dialog

svn path=/trunk/; revision=18247

18 years agobuild regedit as unicode by default
Thomas Bluemel [Mon, 3 Oct 2005 13:44:18 +0000 (13:44 +0000)]
build regedit as unicode by default

svn path=/trunk/; revision=18246

18 years agoRemove debug output I've incidentally added...
Hervé Poussineau [Mon, 3 Oct 2005 12:57:48 +0000 (12:57 +0000)]
Remove debug output I've incidentally added...

svn path=/trunk/; revision=18245

18 years agoImplement IRP_MJ_PNP / IRP_MN_QUERY_TEXT / DeviceTextDescription for ACPI devices
Hervé Poussineau [Mon, 3 Oct 2005 12:53:31 +0000 (12:53 +0000)]
Implement IRP_MJ_PNP / IRP_MN_QUERY_TEXT / DeviceTextDescription for ACPI devices

svn path=/trunk/; revision=18244

18 years agoRegedit: Added a "Goto key" right-click option.
Nathan Woods [Mon, 3 Oct 2005 12:39:50 +0000 (12:39 +0000)]
Regedit:  Added a "Goto key" right-click option.

This feature allows the user to right click on certain keys that "link" to other keys, Regedit can provide additional "Go to ...." menu items.  For example, if you click on a ProgID under HKCR, a "Go to 'HKCR\CLSID\{....}' menu item will appear.

svn path=/trunk/; revision=18243

18 years agoRevert sublang changes.
Eric Kohl [Mon, 3 Oct 2005 12:12:19 +0000 (12:12 +0000)]
Revert sublang changes.

svn path=/trunk/; revision=18242

18 years agoReference the PDO before returning it
Hervé Poussineau [Mon, 3 Oct 2005 10:13:28 +0000 (10:13 +0000)]
Reference the PDO before returning it

svn path=/trunk/; revision=18241

18 years ago- Add german resources.
Eric Kohl [Mon, 3 Oct 2005 09:14:57 +0000 (09:14 +0000)]
- Add german resources.
- Use SUBLANG_DEFAULT by default.
- Fix control panel description.

svn path=/trunk/; revision=18240

18 years agoAdd "Add hardware" control panel applet.
Hervé Poussineau [Mon, 3 Oct 2005 07:48:59 +0000 (07:48 +0000)]
Add "Add hardware" control panel applet.
Not added to the build, as InstallNewDevice in newdev.dll is not implemented

svn path=/trunk/; revision=18239

18 years agoAdd SetupPromptReboot stub
Hervé Poussineau [Mon, 3 Oct 2005 07:26:39 +0000 (07:26 +0000)]
Add SetupPromptReboot stub
In SetupInstallServicesFromInfSectionExW, LoadOrderGroup value is optional. Don't break if it is missing

svn path=/trunk/; revision=18238

18 years agoImplement CM_Get_DevNode_Registry_Property_ExA
Hervé Poussineau [Mon, 3 Oct 2005 07:22:19 +0000 (07:22 +0000)]
Implement CM_Get_DevNode_Registry_Property_ExA

svn path=/trunk/; revision=18237

18 years agoReplace STDCALL by NTAPI
Hervé Poussineau [Mon, 3 Oct 2005 07:15:12 +0000 (07:15 +0000)]
Replace STDCALL by NTAPI
Little changes in vfat.h to be able to compile with MSVC

svn path=/trunk/; revision=18236

18 years agoMap status codes to CONFIGRET error codes
Hervé Poussineau [Mon, 3 Oct 2005 07:06:42 +0000 (07:06 +0000)]
Map status codes to CONFIGRET error codes

svn path=/trunk/; revision=18235

18 years agofix detection of missing target. thanks to thomas.
Brandon Turner [Mon, 3 Oct 2005 00:51:24 +0000 (00:51 +0000)]
fix detection of missing target.  thanks to thomas.

svn path=/trunk/; revision=18234

18 years agoallocate memory for the string. thanks to thomas for finding it.
Brandon Turner [Mon, 3 Oct 2005 00:26:39 +0000 (00:26 +0000)]
allocate memory for the string.  thanks to thomas for finding it.

svn path=/trunk/; revision=18233

18 years agoImplemented /S and /Q in remove directory.
Brandon Turner [Sun, 2 Oct 2005 20:17:59 +0000 (20:17 +0000)]
Implemented /S and /Q in remove directory.
Added a check for files in the folder. This fixes bug 742.
Updated res file, translators please update sometime soon.

svn path=/trunk/; revision=18232

18 years agoadd comp.exe (optional).
Emanuele Aliberti [Sun, 2 Oct 2005 20:03:20 +0000 (20:03 +0000)]
add comp.exe (optional).

svn path=/trunk/; revision=18231

18 years agoMore fixes to compile.
Emanuele Aliberti [Sun, 2 Oct 2005 19:39:30 +0000 (19:39 +0000)]
More fixes to compile.

svn path=/trunk/; revision=18230

18 years agoModify to conform to the new CSR.
Emanuele Aliberti [Sun, 2 Oct 2005 19:31:30 +0000 (19:31 +0000)]
Modify to conform to the new CSR.

svn path=/trunk/; revision=18229

18 years agoa bit of Makefile and string constants cleanup
Martin Fuchs [Sun, 2 Oct 2005 18:31:50 +0000 (18:31 +0000)]
a bit of Makefile and string constants cleanup

svn path=/trunk/; revision=18228

18 years agowork around GCC's wide string constant bug to fix tree list image loading
Martin Fuchs [Sun, 2 Oct 2005 18:28:36 +0000 (18:28 +0000)]
work around GCC's wide string constant bug to fix tree list image loading

svn path=/trunk/; revision=18227

18 years agoFix compilation.
Emanuele Aliberti [Sun, 2 Oct 2005 18:00:04 +0000 (18:00 +0000)]
Fix compilation.

svn path=/trunk/; revision=18226

18 years agoSupport all optional modules and possibly a 'windows' one where every piece of code...
Emanuele Aliberti [Sun, 2 Oct 2005 17:54:56 +0000 (17:54 +0000)]
Support all optional modules and possibly a 'windows' one where every piece of code related to the Win32 subsystem will be stored (eventually to be voted on, I suppose).
The idea of moving the Win32 emulation out of the main ros tree popped up days ago in a chat session with Filip (cleaning it would help those who want an embeddable ros or a native only ros).

svn path=/trunk/; revision=18225

18 years agocsr.exe uses nt startup library.
Emanuele Aliberti [Sun, 2 Oct 2005 17:41:30 +0000 (17:41 +0000)]
csr.exe uses nt startup library.

svn path=/trunk/; revision=18224

18 years agoRename the XML chunk too.
Emanuele Aliberti [Sun, 2 Oct 2005 17:39:54 +0000 (17:39 +0000)]
Rename the XML chunk too.

svn path=/trunk/; revision=18223

18 years agoGive ntrt0lib its public name.
Emanuele Aliberti [Sun, 2 Oct 2005 17:38:28 +0000 (17:38 +0000)]
Give ntrt0lib its public name.

svn path=/trunk/; revision=18222

18 years ago- Implement Native Entrypoint for our NT.LIB
Alex Ionescu [Sun, 2 Oct 2005 16:58:35 +0000 (16:58 +0000)]
- Implement Native Entrypoint for our NT.LIB

svn path=/trunk/; revision=18221

18 years agocsr.exe is built using ntrt0lib.
Emanuele Aliberti [Sun, 2 Oct 2005 16:23:26 +0000 (16:23 +0000)]
csr.exe is built using ntrt0lib.

svn path=/trunk/; revision=18220

18 years agoA do-nothing crt0 for native NT processes.
Emanuele Aliberti [Sun, 2 Oct 2005 16:09:30 +0000 (16:09 +0000)]
A do-nothing crt0 for native NT processes.
(see note by A.Ionescu in reactos/subsys/crt/main.c)

svn path=/trunk/; revision=18219

18 years agoDoxygen scripts
Martin Fuchs [Sun, 2 Oct 2005 15:59:15 +0000 (15:59 +0000)]
Doxygen scripts

svn path=/trunk/; revision=18218

18 years agoAdd stub for RtlSetProcessIsCritical.
Emanuele Aliberti [Sun, 2 Oct 2005 15:50:30 +0000 (15:50 +0000)]
Add stub for RtlSetProcessIsCritical.

svn path=/trunk/; revision=18217

18 years agoNamed pipes must be opened for asynchronous access.
Eric Kohl [Sun, 2 Oct 2005 14:10:05 +0000 (14:10 +0000)]
Named pipes must be opened for asynchronous access.
This fixes bug #826.

svn path=/trunk/; revision=18216

18 years agosizeof(HelloString) does already contain the terminating NULL. Thanks to Hartmut.
Thomas Bluemel [Sun, 2 Oct 2005 13:54:32 +0000 (13:54 +0000)]
sizeof(HelloString) does already contain the terminating NULL. Thanks to Hartmut.

svn path=/trunk/; revision=18215

18 years agofixed difference in signedness warnings
Thomas Bluemel [Sun, 2 Oct 2005 13:47:48 +0000 (13:47 +0000)]
fixed difference in signedness warnings

svn path=/trunk/; revision=18214

18 years agominor changes (mostly formatting)
Thomas Bluemel [Sun, 2 Oct 2005 12:46:49 +0000 (12:46 +0000)]
minor changes (mostly formatting)

svn path=/trunk/; revision=18213

18 years agomake the tree compilable again...
Thomas Bluemel [Sun, 2 Oct 2005 12:27:54 +0000 (12:27 +0000)]
make the tree compilable again...

svn path=/trunk/; revision=18212

18 years agofix directory traversing in explorer SDI windows
Martin Fuchs [Sun, 2 Oct 2005 12:25:42 +0000 (12:25 +0000)]
fix directory traversing in explorer SDI windows

svn path=/trunk/; revision=18211

18 years agofix enabling of split border
Martin Fuchs [Sun, 2 Oct 2005 12:24:10 +0000 (12:24 +0000)]
fix enabling of split border

svn path=/trunk/; revision=18210

18 years agonew option to open explorer subfolders in separate windows
Martin Fuchs [Sun, 2 Oct 2005 11:40:41 +0000 (11:40 +0000)]
new option to open explorer subfolders in separate windows

svn path=/trunk/; revision=18209

18 years agoAdd stubs for InstallNewDevice, InstallSelectedDriver, UpdateDriverForPlugAndPlayDevi...
Hervé Poussineau [Sun, 2 Oct 2005 10:33:25 +0000 (10:33 +0000)]
Add stubs for InstallNewDevice, InstallSelectedDriver, UpdateDriverForPlugAndPlayDevicesA/W

svn path=/trunk/; revision=18208

18 years agoImplement CM_Request_Eject_PC[_Ex].
Eric Kohl [Sun, 2 Oct 2005 10:07:25 +0000 (10:07 +0000)]
Implement CM_Request_Eject_PC[_Ex].

svn path=/trunk/; revision=18207

18 years agoDisable the serial debug output if the com port doesn't exist.
Hartmut Birr [Sun, 2 Oct 2005 09:42:12 +0000 (09:42 +0000)]
Disable the serial debug output if the com port doesn't exist.

svn path=/trunk/; revision=18206

18 years ago- Fix gcc compilation issues
Alex Ionescu [Sun, 2 Oct 2005 08:40:49 +0000 (08:40 +0000)]
- Fix gcc compilation issues
- Fix most ld linking issues.

svn path=/trunk/; revision=18205

18 years ago- Don't undef DBG_CONTINUE.
Alex Ionescu [Sun, 2 Oct 2005 08:33:38 +0000 (08:33 +0000)]
- Don't undef DBG_CONTINUE.

svn path=/trunk/; revision=18204

18 years ago- Small csr server public header cleanup.
Alex Ionescu [Sun, 2 Oct 2005 08:32:37 +0000 (08:32 +0000)]
- Small csr server public header cleanup.

svn path=/trunk/; revision=18203