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

18 years ago- Small semaphore code simplification/optimization.
Alex Ionescu [Sun, 2 Oct 2005 08:31:45 +0000 (08:31 +0000)]
- Small semaphore code simplification/optimization.

svn path=/trunk/; revision=18202

18 years ago- Add RtlSetProcessCritical
Alex Ionescu [Sun, 2 Oct 2005 08:22:49 +0000 (08:22 +0000)]
- Add RtlSetProcessCritical
- Some fixes.

svn path=/trunk/; revision=18201

18 years agoAdd vcprojmaker.cpp to the msvc project
Aleksey Bragin [Sun, 2 Oct 2005 08:08:04 +0000 (08:08 +0000)]
Add vcprojmaker.cpp to the msvc project

svn path=/trunk/; revision=18200

18 years ago- add copyright notice
Emanuele Aliberti [Sun, 2 Oct 2005 07:42:52 +0000 (07:42 +0000)]
- add copyright notice
- fix unmatched bracket

svn path=/trunk/; revision=18199

18 years agoRegedit: Implemented exporting specific branches
Nathan Woods [Sun, 2 Oct 2005 01:21:43 +0000 (01:21 +0000)]
Regedit:  Implemented exporting specific branches

svn path=/trunk/; revision=18198

18 years agofixed some memory leaks and build it as unicode by default
Thomas Bluemel [Sat, 1 Oct 2005 19:01:07 +0000 (19:01 +0000)]
fixed some memory leaks and build it as unicode by default

svn path=/trunk/; revision=18197

18 years agofix unused variable warning.
Ged Murphy [Sat, 1 Oct 2005 18:41:02 +0000 (18:41 +0000)]
fix unused variable warning.
free pointer before returning.

svn path=/trunk/; revision=18196

18 years agoadd code comments
Martin Fuchs [Sat, 1 Oct 2005 18:14:17 +0000 (18:14 +0000)]
add code comments

svn path=/trunk/; revision=18195

18 years agoMDI/SDI option dialog:
Martin Fuchs [Sat, 1 Oct 2005 18:13:33 +0000 (18:13 +0000)]
MDI/SDI option dialog:
- pictures for illustration
- remove resizable flag

svn path=/trunk/; revision=18194

18 years agoStart to alter print output so it correctly simulates the MS 'route print'
Ged Murphy [Sat, 1 Oct 2005 15:47:40 +0000 (15:47 +0000)]
Start to alter print output so it correctly simulates the MS 'route print'

svn path=/trunk/; revision=18193

18 years agoimplemented the "Go to process" feature
Thomas Bluemel [Sat, 1 Oct 2005 15:30:25 +0000 (15:30 +0000)]
implemented the "Go to process" feature

svn path=/trunk/; revision=18192

18 years agoRegedit: Moved hEditMenu declaration to the top of the function
Nathan Woods [Sat, 1 Oct 2005 15:11:31 +0000 (15:11 +0000)]
Regedit: Moved hEditMenu declaration to the top of the function

svn path=/trunk/; revision=18191

18 years agouse the NT5+ behavior of displaying the system cache size. fixes bug 856
Thomas Bluemel [Sat, 1 Oct 2005 14:38:10 +0000 (14:38 +0000)]
use the NT5+ behavior of displaying the system cache size. fixes bug 856

svn path=/trunk/; revision=18190

18 years agocommit new startmenu picture that can be resize, see http://www.reactos.org/bugzilla...
Magnus Olsen [Sat, 1 Oct 2005 13:57:38 +0000 (13:57 +0000)]
commit new startmenu picture that can be resize, see reactos.org/bugzilla/show_bug.cgi?id=676

svn path=/trunk/; revision=18189

18 years agocheck for and write new lines as ascii only in copy /A, regardless of whether cmd...
Thomas Bluemel [Sat, 1 Oct 2005 12:50:16 +0000 (12:50 +0000)]
check for and write new lines as ascii only in copy /A, regardless of whether cmd was compiled as unicode or ansi

svn path=/trunk/; revision=18188

18 years agofixed possible buffer overflow bug: pass correct buffer length (in characters, not...
Thomas Bluemel [Sat, 1 Oct 2005 12:21:55 +0000 (12:21 +0000)]
fixed possible buffer overflow bug: pass correct buffer length (in characters, not bytes) to FileGetString()

svn path=/trunk/; revision=18187

18 years agosync with Wine:
Martin Fuchs [Sat, 1 Oct 2005 10:10:39 +0000 (10:10 +0000)]
sync with Wine:
Alexandre Julliard, 2005-09-07: Replace a few more direct lpVtbl accesses by the proper macros. (patch applied only partly - the remaining COBJ macros are nonstandard, and don't exist in MSDN)
Alexandre Julliard, 2005-09-09: Use Get/SetWindowLongPtr instead of Get/SetWindowLong where appropriate.

svn path=/trunk/; revision=18186

18 years ago- Remove some duplicated/useless code and use internal forward exports instead.
Alex Ionescu [Sat, 1 Oct 2005 08:58:49 +0000 (08:58 +0000)]
- Remove some duplicated/useless code and use internal forward exports instead.
- Set kernel apc pending flag when needed in KeReleaseMutant
- Optimize check for kernel apc delivery in KeReleaseMutant
- Raise right exception in KeReleaseMutant
- Simplify KeInitializeMutant and remove some duplicated operations.
- Remove duplicated listhead initialization in KeInitiializeMutex
- Use correct increment in KeReleaseMutex

svn path=/trunk/; revision=18185

18 years agosync with Wine:
Martin Fuchs [Sat, 1 Oct 2005 08:20:12 +0000 (08:20 +0000)]
sync with Wine:
- Fix warnings in 64bit. (Kevin Koltzau <kevin@plop.org>)
- simplify 'sei' structure initialization in ShellExecuteA/W

svn path=/trunk/; revision=18184

18 years ago- KeRundownThread:
Alex Ionescu [Sat, 1 Oct 2005 07:37:13 +0000 (07:37 +0000)]
- KeRundownThread:
 - Optimize to reduce contention
 - Add bugcheck instead of ASSERT
 - Add debug message to simplify finding errors like Bug 821 (type/size show 0xCC, which means the mutant has been already freed).

svn path=/trunk/; revision=18183

18 years agoNotepad:
Nathan Woods [Sat, 1 Oct 2005 00:36:17 +0000 (00:36 +0000)]
Notepad:
1.  Fixed bug in Goto line command
2.  Wrap long lines setting is persisted in the registry
3.  Fixed length limit bug when wrap long lines is toggled

svn path=/trunk/; revision=18182

18 years agoinitialize COM on demand only
Thomas Bluemel [Fri, 30 Sep 2005 23:32:24 +0000 (23:32 +0000)]
initialize COM on demand only

svn path=/trunk/; revision=18181

18 years agoFix build.
Emanuele Aliberti [Fri, 30 Sep 2005 22:17:58 +0000 (22:17 +0000)]
Fix build.

svn path=/trunk/; revision=18180

18 years agodon't remove mutants twice from the thread's mutant list in KeRundownThread(). This...
Thomas Bluemel [Fri, 30 Sep 2005 22:00:30 +0000 (22:00 +0000)]
don't remove mutants twice from the thread's mutant list in KeRundownThread(). This might fix bug 821

svn path=/trunk/; revision=18179

18 years agoset eol-style to native
Thomas Bluemel [Fri, 30 Sep 2005 21:32:01 +0000 (21:32 +0000)]
set eol-style to native

svn path=/trunk/; revision=18178