Gregor Anich
611d7cf177
Patch by Christoph v.W.:
...
- speed-up adding items to ListView
- fix resource leak (GetDC without ReleaseDC)
(Bug #870 )
svn path=/trunk/; revision=18296
2005-10-06 15:02:50 +00:00
Gregor Anich
23dc71c784
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
2005-10-06 14:31:18 +00:00
Gunnar Dalsnes
93a2fb4cd2
doesnt belong here either
...
svn path=/trunk/; revision=18294
2005-10-06 13:07:53 +00:00
Gunnar Dalsnes
e70589544c
doesnt belong here
...
svn path=/trunk/; revision=18293
2005-10-06 13:07:00 +00:00
Gregor Anich
8f4754e6fa
Huh, what? Oops! Just some stuff which noone cares about...
...
svn path=/trunk/; revision=18292
2005-10-06 12:36:53 +00:00
Hervé Poussineau
94f68fddfc
Add newdev.dll to bootcd
...
Fix formatting, by replacing tabulations by spaces
svn path=/trunk/; revision=18291
2005-10-06 11:59:15 +00:00
Hervé Poussineau
ceff0e9f0e
Do only one exit point in SetupDiInstallDevice
...
svn path=/trunk/; revision=18290
2005-10-06 09:55:10 +00:00
Nathan Woods
abc9898008
Regedit: Now saves last key visited, like Windows regedit
...
svn path=/trunk/; revision=18289
2005-10-06 03:23:09 +00:00
Nathan Woods
2c2cc6d808
Calc: TCHAR-izing, formatting and const-correctness
...
svn path=/trunk/; revision=18288
2005-10-05 23:59:13 +00:00
Nathan Woods
d546f71ac4
Notepad: Goto an offscreen line will now properly scroll the edit control
...
svn path=/trunk/; revision=18287
2005-10-05 23:52:43 +00:00
Gregor Anich
2446ae0fd7
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
2005-10-05 23:30:39 +00:00
Martin Fuchs
7d6d579a40
strip extended options from the front of the command line
...
svn path=/trunk/; revision=18285
2005-10-05 23:24:25 +00:00
Martin Fuchs
499bb6d2d7
implemented command line parser for Explorer
...
svn path=/trunk/; revision=18284
2005-10-05 23:05:13 +00:00
Emanuele Aliberti
361239a411
XML chunks must contain a single subtree.
...
svn path=/trunk/; revision=18283
2005-10-05 20:36:23 +00:00
Martin Fuchs
9349545f98
comment, const corrections
...
svn path=/trunk/; revision=18282
2005-10-05 19:52:39 +00:00
Martin Fuchs
e86e062d9a
leave TrackStartmenu() function when executing any start menu command
...
svn path=/trunk/; revision=18281
2005-10-05 19:51:08 +00:00
Magnus Olsen
c82718f9a2
NtGdiDdCreateDirectDrawObject
...
- add missing error checking for GDIOBJ_AllocObj
- add missing error checking for GDIOBJ_LockObj
svn path=/trunk/; revision=18280
2005-10-05 19:50:48 +00:00
Martin Fuchs
b6c5bedb31
use GET_X_LPARAM macro in WM_MOUSEMOVE handlers
...
svn path=/trunk/; revision=18279
2005-10-05 19:49:37 +00:00
Martin Fuchs
f382f81ffe
one-click activation of "Start" button
...
svn path=/trunk/; revision=18278
2005-10-05 19:48:29 +00:00
Martin Fuchs
dc8d217b1f
update TODO list
...
svn path=/trunk/; revision=18277
2005-10-05 19:47:28 +00:00
Magnus Olsen
24269c114d
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
2005-10-05 19:29:08 +00:00
Hartmut Birr
09f3f08c6d
Implemented SRB_FUNCTION_IO_CONTROL/IOCTL_SCSI_MINIPORT_IDENTIFY.
...
svn path=/trunk/; revision=18275
2005-10-05 18:36:10 +00:00
Hartmut Birr
baac20f12f
Implemented IOCTL_SCSI_MINIPORT.
...
svn path=/trunk/; revision=18274
2005-10-05 18:24:24 +00:00
Martin Fuchs
006fe6a358
create some start menu entries for notepad, regedit and winefile
...
svn path=/trunk/; revision=18273
2005-10-05 16:47:19 +00:00
Martin Fuchs
ed14f79996
remove duplicate RegQueryStringValue() function
...
svn path=/trunk/; revision=18272
2005-10-05 16:11:21 +00:00
Martin Fuchs
5f5bf68c82
partial implementation of ShowWindowAsync() using the synchronous NtUserShowWindow() call to activate the desktop switcher
...
svn path=/trunk/; revision=18271
2005-10-05 14:47:07 +00:00
Nathan Woods
f8b4f3f219
Regedit: Now restores last position on startup
...
Still need to save position on exit
svn path=/trunk/; revision=18270
2005-10-05 13:25:14 +00:00
Martin Fuchs
3df2610b06
fix UNICODE control panel calls to handle double clicks on the task bar clock
...
svn path=/trunk/; revision=18269
2005-10-05 13:08:59 +00:00
Nathan Woods
67bc4a8961
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
2005-10-05 00:27:25 +00:00
Brandon Turner
4dbeaea6e7
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
2005-10-04 15:32:04 +00:00
Brandon Turner
4d9e3c92a6
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
2005-10-04 14:56:38 +00:00
Martin Fuchs
55265598c2
activate execution from command bar
...
svn path=/trunk/; revision=18265
2005-10-04 14:31:11 +00:00
Martin Fuchs
b43dd57063
"execute" menu entry
...
svn path=/trunk/; revision=18264
2005-10-04 14:06:33 +00:00
Martin Fuchs
ac5f8b6843
set EOL-style
...
svn path=/trunk/; revision=18263
2005-10-04 13:47:22 +00:00
Brandon Turner
1280e7e797
Add errorlevel for set /A
...
svn path=/trunk/; revision=18262
2005-10-04 13:45:19 +00:00
Martin Fuchs
a9e32dc111
remove remaining winefile resources
...
svn path=/trunk/; revision=18261
2005-10-04 13:43:15 +00:00
Nathan Woods
ec1530d488
Notepad: Fixed a bug when opening files with no characters other than byte order marks
...
svn path=/trunk/; revision=18260
2005-10-04 12:57:04 +00:00
Nathan Woods
ec396aa21f
Regedit: Stopgap fix to build error just introduced; need to go through Regedit and TCHAR-ize it
...
svn path=/trunk/; revision=18259
2005-10-04 12:41:08 +00:00
Martin Fuchs
5638dcb792
complete german resources for explorer
...
svn path=/trunk/; revision=18258
2005-10-04 12:02:34 +00:00
Nathan Woods
c80b556537
Regedit: Fixed stupid compilation errors
...
svn path=/trunk/; revision=18257
2005-10-04 02:46:14 +00:00
Nathan Woods
2639ea0346
Regedit: Fixed exporting subtrees with Unicode
...
Core exporting code still ANSI; need to fix this
svn path=/trunk/; revision=18256
2005-10-04 02:40:01 +00:00
Thomas Bluemel
e908a4d408
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
2005-10-03 23:01:10 +00:00
Thomas Bluemel
f710105b8b
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
2005-10-03 22:46:49 +00:00
Emanuele Aliberti
64e0a3529d
A note about this piece of code.
...
svn path=/trunk/; revision=18253
2005-10-03 21:40:58 +00:00
Thomas Bluemel
3fc6884ed5
Don't fail when there are no more subkeys to delete in RegDeleteTree()
...
svn path=/trunk/; revision=18252
2005-10-03 21:37:05 +00:00
Emanuele Aliberti
7d51afc9cf
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
2005-10-03 21:35:12 +00:00
Brandon Turner
ce7daa3fef
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
2005-10-03 20:28:29 +00:00
Hartmut Birr
7402ea80eb
Return an error instead of STATUS_SUCCESS for functions which are not implemented or supported (in ScsiPortDeviceControl).
...
svn path=/trunk/; revision=18249
2005-10-03 18:49:44 +00:00
Ged Murphy
0b7743d63e
- 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
2005-10-03 18:32:30 +00:00
Thomas Bluemel
b9430af2fd
don't use invalid options in the DSOP_INIT_INFO structure of the computer selection dialog
...
svn path=/trunk/; revision=18247
2005-10-03 14:42:34 +00:00