Commit graph

16919 commits

Author SHA1 Message Date
Alex Ionescu ae1732c6b0 Make LogoffWindowsDialog exit the caller (ie: explorer) so that previous shutdown functionality is restored
svn path=/trunk/; revision=17919
2005-09-18 18:49:30 +00:00
Alex Ionescu 523371b73d Fix shell32 spec file to properly export LogoffWindowsDialog as the proper ordinal (54) so that explorer won't crash on shutdown when calling it. Implement the LogoffWindowsDialog stub.
svn path=/trunk/; revision=17918
2005-09-18 18:46:15 +00:00
Royce Mitchell III 891e470c6d fix escaping
svn path=/trunk/; revision=17917
2005-09-18 18:37:08 +00:00
Royce Mitchell III 9cd240b08f (hopefully) last bugfix to set /a - assignment works again
svn path=/trunk/; revision=17916
2005-09-18 17:52:28 +00:00
Royce Mitchell III f28d0d895f fixed bugs in shifting (<<, >>, <<=, >>=)
eliminated some code duplication while I was in there.

svn path=/trunk/; revision=17915
2005-09-18 17:33:11 +00:00
Gunnar Dalsnes 098082f49d -remove meaningless use of winstas
-move syscalls to end of file

svn path=/trunk/; revision=17914
2005-09-18 16:56:33 +00:00
Hartmut Birr 45694d291d Revert my last changes.
svn path=/trunk/; revision=17913
2005-09-18 15:25:34 +00:00
Hartmut Birr dbb79dd925 The share disposition isn't necessary for FILE_READ_ATTRIBUTES.
svn path=/trunk/; revision=17912
2005-09-18 13:46:37 +00:00
Magnus Olsen ed7f5f3976 revert my change from r17909. Thx hbirr to fix the bug with 17910.
svn path=/trunk/; revision=17911
2005-09-18 13:36:29 +00:00
Hartmut Birr 0cfadced6f Don't check the share access for directories.
svn path=/trunk/; revision=17910
2005-09-18 13:10:43 +00:00
Magnus Olsen 065786c3b7 give GetFileAttributesExW more NtOpenFile right to prevent reactos crash if u using CreateFile then GetFileAttributesExW. It also fix a bug for me for livecd it booting on first try now in vmware. instead second or more booting try.
svn path=/trunk/; revision=17909
2005-09-18 12:05:57 +00:00
Magnus Olsen fd30631edf Clean up patch from filip, with small change from me, for MoveFileWithProgressW.
svn path=/trunk/; revision=17908
2005-09-18 11:18:28 +00:00
Magnus Olsen 42acc38f81 Implement second part of move folder. Now we can move empty folder. we need add code for move folder with contain now.
svn path=/trunk/; revision=17907
2005-09-18 09:29:37 +00:00
Royce Mitchell III 989e287e31 1) strip ^ escapes from text before processing set command
2) recursive descent implementation of set /a - should fix bug 728
(In case anyone checks I realized there were some gaping holes in the implementation I posted to the ml, so this one is modified from it. This code could stand to benefit from a comprehensive feature/regression test.)

svn path=/trunk/; revision=17906
2005-09-18 03:52:34 +00:00
Alex Ionescu 3682544d27 Fix user-mode stack trace regression caused by my exception patch. Traces are now shown again
svn path=/trunk/; revision=17905
2005-09-18 03:26:52 +00:00
Gé van Geldorp 670b82330c _getch() doesn't echo the chars it retrieves and operates in raw mode.
svn path=/trunk/; revision=17904
2005-09-17 22:33:53 +00:00
Hartmut Birr f8852fda40 Do not overwrite the disk signature, if we install the boot code into the mbr.
svn path=/trunk/; revision=17903
2005-09-17 22:00:35 +00:00
Gé van Geldorp 5f8481f284 Count each handle which has pending events only once, independent of the number
of pending events. Fixes bug 779.

svn path=/trunk/; revision=17902
2005-09-17 21:22:47 +00:00
Magnus Olsen 8e38aa25a1 Fix some part of MoveFileExW Bug, Can not move folder, but it still can not move folder. some bit more work.
svn path=/trunk/; revision=17901
2005-09-17 21:02:38 +00:00
Gé van Geldorp 90fedad977 Add back support for older binutils versions
svn path=/trunk/; revision=17900
2005-09-17 19:38:34 +00:00
Gé van Geldorp f47052c1a7 Open handle to sfd.sys as asynchromous. This fixes bug 713.
svn path=/trunk/; revision=17899
2005-09-17 19:30:05 +00:00
Magnus Olsen fdb70af10b Bug fix dir *. it only show folders
svn path=/trunk/; revision=17898
2005-09-17 18:56:16 +00:00
Eric Kohl 13fa268dc1 - String id 0 becomes a reserved (invalid) id.
- StringTableStringFromId returns a pointer to an empty string if the string id is invalid.
This fixes the stringtable tests.

svn path=/trunk/; revision=17897
2005-09-17 17:16:33 +00:00
Magnus Olsen d5f2eeedd7 Update the swedish translation by Harteex.
svn path=/trunk/; revision=17896
2005-09-17 16:02:37 +00:00
Royce Mitchell III 39001fdc17 Fix "numberf" function to correctly handle 'g' format specifier. Debugged by Michael Fritscher <michael@fritscher.net>
(fixed a couple return values while I was in there)

svn path=/trunk/; revision=17895
2005-09-17 13:48:38 +00:00
Filip Navara 8895797332 Fix "numberf" function to correctly handle 'g' format specifier. Debugged by Michael Fritscher <michael@fritscher.net>.
svn path=/trunk/; revision=17894
2005-09-17 11:20:25 +00:00
Filip Navara bd4bdb08c1 Patricio Martínez Ros <silencium@wanadoo.es>
Spanish translation.

svn path=/trunk/; revision=17893
2005-09-17 10:55:29 +00:00
Martin Fuchs d0ad7f5452 add new winefile icon images in 48x48 and 16x16 resolutions
svn path=/trunk/; revision=17892
2005-09-17 10:54:46 +00:00
Martin Fuchs f374903282 add comment
svn path=/trunk/; revision=17891
2005-09-17 10:52:43 +00:00
Gé van Geldorp 30f4eba8d2 Hopefully the last in a series of fixes for size of maximized windows
svn path=/trunk/; revision=17890
2005-09-16 21:15:58 +00:00
Gé van Geldorp d7876f7981 Bletch <npwoods@mess.org>
Partially implemented the treeview right-click menu on Regedit. Just supporting
Expand and Collapse for now, and also started work on renaming keys.

svn path=/trunk/; revision=17889
2005-09-16 20:13:26 +00:00
Gé van Geldorp a5556fb1e4 RegQueryValueExW retrieves Unicode strings but the size must be specified in
bytes. Fixes bug 770.

svn path=/trunk/; revision=17888
2005-09-16 19:47:44 +00:00
Gé van Geldorp 0f6d6950a2 Do some boundschecking on iOrder. Fixes bug 770.
svn path=/trunk/; revision=17887
2005-09-16 18:18:48 +00:00
Andrew Munger 7f46bf47f7 Fix release build of ntdll by adding __NO_CTYPE_INLINES to rtl.xml
svn path=/trunk/; revision=17886
2005-09-16 18:07:19 +00:00
Andrew Munger e03998d67c Fix release build of dflat32, initalizing some vars and fixing one typo.
svn path=/trunk/; revision=17885
2005-09-16 18:00:49 +00:00
Gé van Geldorp 0dee5251b9 Fix "var might be used uninitialized" warning
svn path=/trunk/; revision=17884
2005-09-16 17:53:40 +00:00
Gé van Geldorp 17c7dd0144 Only access dwTypeData if the caller pronounced it valid.
svn path=/trunk/; revision=17883
2005-09-16 15:34:19 +00:00
Hartmut Birr bae216e9d2 Free all messages in LpcpDeletePort.
svn path=/trunk/; revision=17882
2005-09-16 15:18:23 +00:00
Brandon Turner 873253a8e9 start even console apps in there own new window. caught by GvG.
svn path=/trunk/; revision=17881
2005-09-16 15:18:07 +00:00
Brandon Turner dadab98225 fix a bug in 'if exsist', it was only reading to the first space for the file name, ignoring quotes and there fore searching for bad file names.
svn path=/trunk/; revision=17880
2005-09-16 15:00:22 +00:00
Hartmut Birr 0e07f15c6a Dereference the port object in PspExitThread.
svn path=/trunk/; revision=17879
2005-09-16 14:50:25 +00:00
Brandon Turner 50aaff9bd3 Set errorlevel to 0 when user enters 'no' on del confirmation. this is how MS does it.
svn path=/trunk/; revision=17878
2005-09-16 13:58:37 +00:00
Steven Edwards 2fe4d89ea8 added support for test on 2k,XP and 2k3. Check for a bug in our implementation and wrap it in a todo_wine block
svn path=/trunk/; revision=17877
2005-09-16 08:48:00 +00:00
Brandon Turner ea5a3afa86 When searching for a file to execute, if you fail to find it using the first part of the input, try to use the full line input. problem is really only seen when doing "start foo.bat".
svn path=/trunk/; revision=17876
2005-09-16 05:51:20 +00:00
Brandon Turner 3d2d6eff0b "start" or "start cmd" now opens a new cmd.exe in its own process. this is how MS cmd does it.
svn path=/trunk/; revision=17875
2005-09-16 05:35:43 +00:00
Brandon Turner 00e96a6cb1 last time. fix a typo. im so sorry!
svn path=/trunk/; revision=17874
2005-09-16 04:53:07 +00:00
Brandon Turner 691589bdf4 forgot to free comspec, very sorry.
svn path=/trunk/; revision=17873
2005-09-16 04:46:06 +00:00
Brandon Turner b494052296 Use compsec instead of "cmd" when trying to find cmd.exe
svn path=/trunk/; revision=17872
2005-09-16 04:40:46 +00:00
Gé van Geldorp 30aad7b52a Fix some of the damage r17811 did to the GDB stub
svn path=/trunk/; revision=17871
2005-09-15 22:07:35 +00:00
Aleksey Bragin 43bdfc834c Fix the tree at last, by reverting previous changes to RtlpCheckForActiveDebugger.
svn path=/trunk/; revision=17870
2005-09-15 20:24:30 +00:00