reactos.git
18 years agosome Nt vs. Zw fixes; these functions shouldn't be used in ntoskrnl but since they...
Thomas Bluemel [Thu, 22 Sep 2005 23:46:20 +0000 (23:46 +0000)]
some Nt vs. Zw fixes; these functions shouldn't be used in ntoskrnl but since they're shared there's a chance they could be used

svn path=/trunk/; revision=17991

18 years agosome Nt vs. Zw fixes
Thomas Bluemel [Thu, 22 Sep 2005 23:23:00 +0000 (23:23 +0000)]
some Nt vs. Zw fixes

svn path=/trunk/; revision=17990

18 years agofixed gcc4 warning
Thomas Bluemel [Thu, 22 Sep 2005 21:09:06 +0000 (21:09 +0000)]
fixed gcc4 warning

svn path=/trunk/; revision=17989

18 years agoBletch <npwoods@mess.org>:
Gé van Geldorp [Thu, 22 Sep 2005 20:54:20 +0000 (20:54 +0000)]
Bletch <npwoods@mess.org>:
- Implements key and value renaming
- Implements key deleting
- Implements New Key/String/Binary/DWORD option

svn path=/trunk/; revision=17988

18 years agofixed uninitialized variable warning
Thomas Bluemel [Thu, 22 Sep 2005 20:44:10 +0000 (20:44 +0000)]
fixed uninitialized variable warning

svn path=/trunk/; revision=17987

18 years agoHandle some failure cases in better way.
Filip Navara [Thu, 22 Sep 2005 20:36:07 +0000 (20:36 +0000)]
Handle some failure cases in better way.

svn path=/trunk/; revision=17986

18 years agoReturn atom length when requested. Fixes bug 793.
Gé van Geldorp [Thu, 22 Sep 2005 20:24:50 +0000 (20:24 +0000)]
Return atom length when requested. Fixes bug 793.

svn path=/trunk/; revision=17985

18 years agoInfoTdiQueryInformationEx should return failure if no entity was found.
Filip Navara [Thu, 22 Sep 2005 20:17:55 +0000 (20:17 +0000)]
InfoTdiQueryInformationEx should return failure if no entity was found.

svn path=/trunk/; revision=17984

18 years agominor string initialization optimizations
Thomas Bluemel [Thu, 22 Sep 2005 19:46:36 +0000 (19:46 +0000)]
minor string initialization optimizations

svn path=/trunk/; revision=17983

18 years agoadd selected principals to the list (doesn't modify the ACLs yet!)
Thomas Bluemel [Thu, 22 Sep 2005 14:30:29 +0000 (14:30 +0000)]
add selected principals to the list (doesn't modify the ACLs yet!)

svn path=/trunk/; revision=17982

18 years agoFix IRP_MJ_PNP / IRP_MN_QUERY_ID / BusQueryHardwareIDs for root USB hubs.
Hervé Poussineau [Thu, 22 Sep 2005 11:20:52 +0000 (11:20 +0000)]
Fix IRP_MJ_PNP / IRP_MN_QUERY_ID / BusQueryHardwareIDs for root USB hubs.
The vendor and device IDs are not filled in Cromwell code, so ask directly the PCI device to retrieve the information

svn path=/trunk/; revision=17981

18 years agoFix IRP_MJ_PNP / IRP_MN_QUERY_DEVICE_TEXT / DeviceTextLocationInformation for USB...
Hervé Poussineau [Thu, 22 Sep 2005 09:17:17 +0000 (09:17 +0000)]
Fix IRP_MJ_PNP / IRP_MN_QUERY_DEVICE_TEXT / DeviceTextLocationInformation for USB devices
I was mis-using usb_get_string() method...

svn path=/trunk/; revision=17980

18 years agoSlicencium <silencium@wanadoo.es>:
Gé van Geldorp [Thu, 22 Sep 2005 07:24:08 +0000 (07:24 +0000)]
Slicencium <silencium@wanadoo.es>:
Fix precision bug (bug 775)

svn path=/trunk/; revision=17979

18 years agofixed some handle leaks in RegDeleteTree() in some failure cases
Thomas Bluemel [Wed, 21 Sep 2005 23:56:52 +0000 (23:56 +0000)]
fixed some handle leaks in RegDeleteTree() in some failure cases

svn path=/trunk/; revision=17978

18 years agobrbak <mpd000@yahoo.de>:
Gé van Geldorp [Wed, 21 Sep 2005 22:55:37 +0000 (22:55 +0000)]
brbak <mpd000@yahoo.de>:
Reset on new calculation. Patch from bug 775.

svn path=/trunk/; revision=17977

18 years agobrbak <mpd000@yahoo.de>:
Gé van Geldorp [Wed, 21 Sep 2005 22:48:52 +0000 (22:48 +0000)]
brbak <mpd000@yahoo.de>:
fixes repositioning of text (from bug 749)

svn path=/trunk/; revision=17976

18 years ago- Do only create a registry entry for partitions if the signature of the disk is...
Hartmut Birr [Wed, 21 Sep 2005 22:16:17 +0000 (22:16 +0000)]
- Do only create a registry entry for partitions if the signature of the disk is non zero.
- Do only mount partitions from a registry key if the signature is non zero.
- Do delete all registry keys for non existing partitions.

svn path=/trunk/; revision=17975

18 years ago- use size_t for buffer/string lengths instead of int
Martin Fuchs [Wed, 21 Sep 2005 21:54:52 +0000 (21:54 +0000)]
- use size_t for buffer/string lengths instead of int
- define COUNTOF if not defined already

svn path=/trunk/; revision=17974

18 years ago- Bugfix for UTF-8 strings
Martin Fuchs [Wed, 21 Sep 2005 21:44:39 +0000 (21:44 +0000)]
- Bugfix for UTF-8 strings
- insert more XS_vsnprintf() calls
- additional comments
- struct XMLWriter

svn path=/trunk/; revision=17973

18 years agofixed some mismatching prototypes, sorry for breaking the build
Thomas Bluemel [Wed, 21 Sep 2005 18:24:16 +0000 (18:24 +0000)]
fixed some mismatching prototypes, sorry for breaking the build

svn path=/trunk/; revision=17972

18 years agosome arc names might be longer than 100 characters, increase the buffer size to 255...
Thomas Bluemel [Wed, 21 Sep 2005 17:57:07 +0000 (17:57 +0000)]
some arc names might be longer than 100 characters, increase the buffer size to 255 characters for now to fix a buffer overflow during startup

svn path=/trunk/; revision=17971

18 years agofixed differences in signedness warnings
Thomas Bluemel [Wed, 21 Sep 2005 17:37:08 +0000 (17:37 +0000)]
fixed differences in signedness warnings

svn path=/trunk/; revision=17970

18 years agoadd missing function declarations
Thomas Bluemel [Wed, 21 Sep 2005 17:28:14 +0000 (17:28 +0000)]
add missing function declarations

svn path=/trunk/; revision=17969

18 years agopass the buffer size to GetEnvironmentVariable() in characters, not bytes!
Thomas Bluemel [Wed, 21 Sep 2005 17:23:27 +0000 (17:23 +0000)]
pass the buffer size to GetEnvironmentVariable() in characters, not bytes!

svn path=/trunk/; revision=17968

18 years agofixed some warnings
Thomas Bluemel [Wed, 21 Sep 2005 17:22:45 +0000 (17:22 +0000)]
fixed some warnings

svn path=/trunk/; revision=17967

18 years ago-small test commit
Richard Campbell [Wed, 21 Sep 2005 17:09:33 +0000 (17:09 +0000)]
-small test commit

svn path=/trunk/; revision=17966

18 years agofixed differences in signedness warnings
Thomas Bluemel [Wed, 21 Sep 2005 15:32:53 +0000 (15:32 +0000)]
fixed differences in signedness warnings

svn path=/trunk/; revision=17965

18 years agoIndentation fix.
Filip Navara [Wed, 21 Sep 2005 14:01:49 +0000 (14:01 +0000)]
Indentation fix.

svn path=/trunk/; revision=17964

18 years agoIncomplete support for WS_EX_TRANSPARENT, should fix Task Manager painting bugs.
Filip Navara [Wed, 21 Sep 2005 13:49:09 +0000 (13:49 +0000)]
Incomplete support for WS_EX_TRANSPARENT, should fix Task Manager painting bugs.

svn path=/trunk/; revision=17963

18 years agoNathan Woods <npwoods _NOSPAM_at_NOSPAM cybercom.net> - Implement a working VS.NET...
Steven Edwards [Wed, 21 Sep 2005 03:20:07 +0000 (03:20 +0000)]
Nathan Woods <npwoods _NOSPAM_at_NOSPAM cybercom.net> - Implement a working VS.NET backend, minor fixes to the vc6 backend

svn path=/trunk/; revision=17962

18 years agoremove extraneous \n's
Royce Mitchell III [Wed, 21 Sep 2005 02:04:07 +0000 (02:04 +0000)]
remove extraneous \n's

svn path=/trunk/; revision=17961

18 years agogive set/a access to "special" variables like errorlevel
Royce Mitchell III [Wed, 21 Sep 2005 01:44:18 +0000 (01:44 +0000)]
give set/a access to "special" variables like errorlevel

svn path=/trunk/; revision=17960

18 years agomsvc6 warning fix
Royce Mitchell III [Wed, 21 Sep 2005 01:27:54 +0000 (01:27 +0000)]
msvc6 warning fix

svn path=/trunk/; revision=17959

18 years agoalways strip '^' (unless it was preceded by an '^' itself), not just if it precedes...
Royce Mitchell III [Wed, 21 Sep 2005 01:27:22 +0000 (01:27 +0000)]
always strip '^' (unless it was preceded by an '^' itself), not just if it precedes the redirection symbols - fixes some of my test cases in seta_test.cmd

svn path=/trunk/; revision=17958

18 years agofix debug output
Royce Mitchell III [Wed, 21 Sep 2005 01:25:58 +0000 (01:25 +0000)]
fix debug output
remove my '!' code - don't know how I thought this was valid
restore part of code I removed previously that was breaking 'not' cases that need to execute and the right half of the == was longer than then left

svn path=/trunk/; revision=17957

18 years agoa few more tests to clarify parsing oddities based on my playing around
Royce Mitchell III [Wed, 21 Sep 2005 01:23:44 +0000 (01:23 +0000)]
a few more tests to clarify parsing oddities based on my playing around

svn path=/trunk/; revision=17956

18 years ago%1 %2 etc still work with set/a ( just not %foo% )
Royce Mitchell III [Wed, 21 Sep 2005 01:22:56 +0000 (01:22 +0000)]
%1 %2 etc still work with set/a ( just not %foo% )

svn path=/trunk/; revision=17955

18 years agofix misunderstandings of if syntax
Royce Mitchell III [Tue, 20 Sep 2005 20:43:15 +0000 (20:43 +0000)]
fix misunderstandings of if syntax

svn path=/trunk/; revision=17954

18 years agofix escape removal
Royce Mitchell III [Tue, 20 Sep 2005 20:32:48 +0000 (20:32 +0000)]
fix escape removal

svn path=/trunk/; revision=17953

18 years agoremove now-pointless if statement
Royce Mitchell III [Tue, 20 Sep 2005 20:13:16 +0000 (20:13 +0000)]
remove now-pointless if statement
add a little more debug output

svn path=/trunk/; revision=17952

18 years ago- fix build for MinGW and VC++ environments
Martin Fuchs [Tue, 20 Sep 2005 19:51:27 +0000 (19:51 +0000)]
- fix build for MinGW and VC++ environments
- fix Manifest descriptions
- ignore some immediate files

svn path=/trunk/; revision=17951

18 years agounrevert change - this change is correct and works in windows
Royce Mitchell III [Tue, 20 Sep 2005 19:27:08 +0000 (19:27 +0000)]
unrevert change - this change is correct and works in windows

svn path=/trunk/; revision=17950

18 years agoRevert royce3 change from 17948 to 16488 it break choice in bat files, in some case.
Magnus Olsen [Tue, 20 Sep 2005 18:11:55 +0000 (18:11 +0000)]
Revert royce3 change from 17948 to 16488 it break choice in bat files, in some case.

svn path=/trunk/; revision=17949

18 years agocmd's documentation says that env variables override the "built-ins" like %errorlevel...
Royce Mitchell III [Tue, 20 Sep 2005 16:38:02 +0000 (16:38 +0000)]
cmd's documentation says that env variables override the "built-ins" like %errorlevel% and such.
also fixed a couple msvc6 warnings and added a little documentation to the set/a code

svn path=/trunk/; revision=17948

18 years agoRestore the pre-r17946 UserGetAncestor behaviour and fix the code calling it.
Filip Navara [Tue, 20 Sep 2005 10:45:27 +0000 (10:45 +0000)]
Restore the pre-r17946 UserGetAncestor behaviour and fix the code calling it.

svn path=/trunk/; revision=17947

18 years ago- SetParent shouldn't destroy menus.
Filip Navara [Tue, 20 Sep 2005 10:31:57 +0000 (10:31 +0000)]
- SetParent shouldn't destroy menus.
- UserGetAncestor(Window, GA_ROOT) really shouldn't return NULL, in any case.

svn path=/trunk/; revision=17946

18 years agoDon't return NULL regions from DceGetVisRgn.
Filip Navara [Tue, 20 Sep 2005 10:29:05 +0000 (10:29 +0000)]
Don't return NULL regions from DceGetVisRgn.

svn path=/trunk/; revision=17945

18 years agoFix parameter validation in WM_GETTEXT and GetWindowText.
Filip Navara [Tue, 20 Sep 2005 09:31:13 +0000 (09:31 +0000)]
Fix parameter validation in WM_GETTEXT and GetWindowText.

svn path=/trunk/; revision=17944

18 years agoSupport GCW_ATOM in GetClassLong.
Filip Navara [Tue, 20 Sep 2005 09:28:49 +0000 (09:28 +0000)]
Support GCW_ATOM in GetClassLong.

svn path=/trunk/; revision=17943

18 years agoFix the order of window style setting.
Filip Navara [Tue, 20 Sep 2005 09:28:18 +0000 (09:28 +0000)]
Fix the order of window style setting.

svn path=/trunk/; revision=17942

18 years agoSet eol-style
Gé van Geldorp [Tue, 20 Sep 2005 08:00:00 +0000 (08:00 +0000)]
Set eol-style

svn path=/trunk/; revision=17941

18 years agoSaveliy Tretiakov <saveliyt@mail.ru>:
Gé van Geldorp [Tue, 20 Sep 2005 07:58:28 +0000 (07:58 +0000)]
Saveliy Tretiakov <saveliyt@mail.ru>:
EventLog changes
- Implement basic file operations (WindowsNT compatible file format)
- Write events from lpc port to System Log
  (to read these events, open \ReactOS\system32\config\SysEvent.evt in Windows
  EventViewer)
- RPC server (stubs)

svn path=/trunk/; revision=17940

18 years agoBletch <npwoods@mess.org>:
Gé van Geldorp [Tue, 20 Sep 2005 07:37:45 +0000 (07:37 +0000)]
Bletch <npwoods@mess.org>:
.lnk files (and other files with hidden file extension) got one character
truncated off the resulting filename.

svn path=/trunk/; revision=17939

18 years agohack fix to pass % to set/a unmolested
Royce Mitchell III [Mon, 19 Sep 2005 23:00:25 +0000 (23:00 +0000)]
hack fix to pass % to set/a unmolested

svn path=/trunk/; revision=17938

18 years agoreformat code
Royce Mitchell III [Mon, 19 Sep 2005 22:00:01 +0000 (22:00 +0000)]
reformat code

svn path=/trunk/; revision=17937

18 years ago- Add ctrl support to (most) keyboard layouts. Only tested for kbdus, added
Gé van Geldorp [Mon, 19 Sep 2005 21:11:41 +0000 (21:11 +0000)]
- Add ctrl support to (most) keyboard layouts. Only tested for kbdus, added
  to a few other I was confident about. Still to do: kbddv, kbdgr, kbdru, kbdsg
- Prevent access outside array in TryToTranslateChar
- Revert r17830, it handles ctrl keys at the wrong location
This fixes bug 763.

svn path=/trunk/; revision=17936

18 years ago- Read more information from the registry about the disks detected by the bios.
Hartmut Birr [Mon, 19 Sep 2005 20:01:29 +0000 (20:01 +0000)]
- Read more information from the registry about the disks detected by the bios.
- Fixed the detection of disks with a signature of zero (in AddDiskToList).
- Update always the partition table if the modified flag is set.
- Create an unique disk signature.
- Declared some registry query structures in cmtype.h.

svn path=/trunk/; revision=17935

18 years agoRemove accidently commited debug code.
Filip Navara [Mon, 19 Sep 2005 15:16:00 +0000 (15:16 +0000)]
Remove accidently commited debug code.

svn path=/trunk/; revision=17934

18 years agoFix the taskbar button resizing to account for button spacing.
Filip Navara [Mon, 19 Sep 2005 15:15:22 +0000 (15:15 +0000)]
Fix the taskbar button resizing to account for button spacing.

svn path=/trunk/; revision=17933

18 years ago- Fix region deleting and ownership for DCEs.
Filip Navara [Mon, 19 Sep 2005 12:21:52 +0000 (12:21 +0000)]
- Fix region deleting and ownership for DCEs.
- Fix uninitialized hDC variable in painting code :)

svn path=/trunk/; revision=17932

18 years agoPartial clean-up of the painting functions:
Filip Navara [Mon, 19 Sep 2005 10:39:26 +0000 (10:39 +0000)]
Partial clean-up of the painting functions:
- Get rid of the DCX_WINDOWPAINT flag (it wasn't used anyway).
- Remove the PaintPosted field from message queue, we don't need it.
- Use screen cooridnates for the WindowUpdate region instead of window relative ones.
- Fix the algorithm for retrieving paint messages to respect the painting order.
- Remove the NCUpdateRegion field from window object and calculate it on demand.
- Fix GetDCEx to take region in screen coordinates.

svn path=/trunk/; revision=17931

18 years agoImplement IRP_MN_QUERY_CAPABILITIES, IRP_MN_QUERY_RESOURCES, IRP_MN_QUERY_RESOURCE_RE...
Hervé Poussineau [Mon, 19 Sep 2005 10:04:07 +0000 (10:04 +0000)]
Implement IRP_MN_QUERY_CAPABILITIES, IRP_MN_QUERY_RESOURCES, IRP_MN_QUERY_RESOURCE_REQUIREMENTS, IRP_MN_QUERY_DEVICE_TEXT for USB devices
Fix DeviceID and HardwareIDs identifiers returned for root hub (Vendor and Product IDs are still not initialized by Cromwell code)
Fix handling of removal IRPs for USB controller

svn path=/trunk/; revision=17930

18 years agoAutomagically select computer type (UP/MP) during first stage setup
Hervé Poussineau [Mon, 19 Sep 2005 08:11:43 +0000 (08:11 +0000)]
Automagically select computer type (UP/MP) during first stage setup

svn path=/trunk/; revision=17929

18 years ago- Move the window showing/hiding notifications from co_WinPosShowWindow to co_WinPosS...
Filip Navara [Mon, 19 Sep 2005 07:35:31 +0000 (07:35 +0000)]
- Move the window showing/hiding notifications from co_WinPosShowWindow to co_WinPosSetWindowPos and fix up the top-level checks.
- Call the redraw routine on parent window if possible in co_WinPosSetWindowPos. Should fix bug #735.

svn path=/trunk/; revision=17928

18 years agofix if command to work more like expected. seta_test.cmd gets much further now.
Royce Mitchell III [Mon, 19 Sep 2005 05:42:01 +0000 (05:42 +0000)]
fix if command to work more like expected. seta_test.cmd gets much further now.
fixed some msvc6 warnings while I was in here

svn path=/trunk/; revision=17927

18 years agofixed mistakes, extra tests illustrating problems with if command
Royce Mitchell III [Mon, 19 Sep 2005 05:29:17 +0000 (05:29 +0000)]
fixed mistakes, extra tests illustrating problems with if command

svn path=/trunk/; revision=17926

18 years agomove hard-coded strings to En.rc before GreatLord shoots me
Royce Mitchell III [Mon, 19 Sep 2005 01:14:36 +0000 (01:14 +0000)]
move hard-coded strings to En.rc before GreatLord shoots me

svn path=/trunk/; revision=17925

18 years ago-set last error (invalid handle) in cases where handle is NULL also
Gunnar Dalsnes [Mon, 19 Sep 2005 00:02:39 +0000 (00:02 +0000)]
-set last error (invalid handle) in cases where handle is NULL also
-remove GvG's workaround

svn path=/trunk/; revision=17924

18 years ago-added better LIST_FOR_EACH macros (ripped from wine) and fix their usage
Gunnar Dalsnes [Sun, 18 Sep 2005 23:06:15 +0000 (23:06 +0000)]
-added better LIST_FOR_EACH macros (ripped from wine) and fix their usage
-make hotkeys session global (they dont belong in winsta)

svn path=/trunk/; revision=17923

18 years agoSet correct error code, IsWindow() depends on this
Gé van Geldorp [Sun, 18 Sep 2005 21:48:56 +0000 (21:48 +0000)]
Set correct error code, IsWindow() depends on this

svn path=/trunk/; revision=17922

18 years agoregression test for set /a - fails at the moment because 'if' is bork3d
Royce Mitchell III [Sun, 18 Sep 2005 18:59:59 +0000 (18:59 +0000)]
regression test for set /a - fails at the moment because 'if' is bork3d

svn path=/trunk/; revision=17921

18 years agofixes for UNICODE compilation
Royce Mitchell III [Sun, 18 Sep 2005 18:58:11 +0000 (18:58 +0000)]
fixes for UNICODE compilation

svn path=/trunk/; revision=17920

18 years agoMake LogoffWindowsDialog exit the caller (ie: explorer) so that previous shutdown...
Alex Ionescu [Sun, 18 Sep 2005 18:49:30 +0000 (18:49 +0000)]
Make LogoffWindowsDialog exit the caller (ie: explorer) so that previous shutdown functionality is restored

svn path=/trunk/; revision=17919

18 years agoFix shell32 spec file to properly export LogoffWindowsDialog as the proper ordinal...
Alex Ionescu [Sun, 18 Sep 2005 18:46:15 +0000 (18:46 +0000)]
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

18 years agofix escaping
Royce Mitchell III [Sun, 18 Sep 2005 18:37:08 +0000 (18:37 +0000)]
fix escaping

svn path=/trunk/; revision=17917

18 years ago(hopefully) last bugfix to set /a - assignment works again
Royce Mitchell III [Sun, 18 Sep 2005 17:52:28 +0000 (17:52 +0000)]
(hopefully) last bugfix to set /a - assignment works again

svn path=/trunk/; revision=17916

18 years agofixed bugs in shifting (<<, >>, <<=, >>=)
Royce Mitchell III [Sun, 18 Sep 2005 17:33:11 +0000 (17:33 +0000)]
fixed bugs in shifting (<<, >>, <<=, >>=)
eliminated some code duplication while I was in there.

svn path=/trunk/; revision=17915

18 years ago-remove meaningless use of winstas
Gunnar Dalsnes [Sun, 18 Sep 2005 16:56:33 +0000 (16:56 +0000)]
-remove meaningless use of winstas
-move syscalls to end of file

svn path=/trunk/; revision=17914

18 years agoRevert my last changes.
Hartmut Birr [Sun, 18 Sep 2005 15:25:34 +0000 (15:25 +0000)]
Revert my last changes.

svn path=/trunk/; revision=17913

18 years agoThe share disposition isn't necessary for FILE_READ_ATTRIBUTES.
Hartmut Birr [Sun, 18 Sep 2005 13:46:37 +0000 (13:46 +0000)]
The share disposition isn't necessary for FILE_READ_ATTRIBUTES.

svn path=/trunk/; revision=17912

18 years agorevert my change from r17909. Thx hbirr to fix the bug with 17910.
Magnus Olsen [Sun, 18 Sep 2005 13:36:29 +0000 (13:36 +0000)]
revert my change from r17909. Thx hbirr to fix the bug with 17910.

svn path=/trunk/; revision=17911

18 years agoDon't check the share access for directories.
Hartmut Birr [Sun, 18 Sep 2005 13:10:43 +0000 (13:10 +0000)]
Don't check the share access for directories.

svn path=/trunk/; revision=17910

18 years agogive GetFileAttributesExW more NtOpenFile right to prevent reactos crash if u using...
Magnus Olsen [Sun, 18 Sep 2005 12:05:57 +0000 (12:05 +0000)]
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

18 years agoClean up patch from filip, with small change from me, for MoveFileWithProgressW.
Magnus Olsen [Sun, 18 Sep 2005 11:18:28 +0000 (11:18 +0000)]
Clean up patch from filip, with small change from me, for MoveFileWithProgressW.

svn path=/trunk/; revision=17908

18 years agoImplement second part of move folder. Now we can move empty folder. we need add code...
Magnus Olsen [Sun, 18 Sep 2005 09:29:37 +0000 (09:29 +0000)]
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

18 years ago1) strip ^ escapes from text before processing set command
Royce Mitchell III [Sun, 18 Sep 2005 03:52:34 +0000 (03:52 +0000)]
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

18 years agoFix user-mode stack trace regression caused by my exception patch. Traces are now...
Alex Ionescu [Sun, 18 Sep 2005 03:26:52 +0000 (03:26 +0000)]
Fix user-mode stack trace regression caused by my exception patch. Traces are now shown again

svn path=/trunk/; revision=17905

18 years ago_getch() doesn't echo the chars it retrieves and operates in raw mode.
Gé van Geldorp [Sat, 17 Sep 2005 22:33:53 +0000 (22:33 +0000)]
_getch() doesn't echo the chars it retrieves and operates in raw mode.

svn path=/trunk/; revision=17904

18 years agoDo not overwrite the disk signature, if we install the boot code into the mbr.
Hartmut Birr [Sat, 17 Sep 2005 22:00:35 +0000 (22:00 +0000)]
Do not overwrite the disk signature, if we install the boot code into the mbr.

svn path=/trunk/; revision=17903

18 years agoCount each handle which has pending events only once, independent of the number
Gé van Geldorp [Sat, 17 Sep 2005 21:22:47 +0000 (21:22 +0000)]
Count each handle which has pending events only once, independent of the number
of pending events. Fixes bug 779.

svn path=/trunk/; revision=17902

18 years agoFix some part of MoveFileExW Bug, Can not move folder, but it still can not move...
Magnus Olsen [Sat, 17 Sep 2005 21:02:38 +0000 (21:02 +0000)]
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

18 years agoAdd back support for older binutils versions
Gé van Geldorp [Sat, 17 Sep 2005 19:38:34 +0000 (19:38 +0000)]
Add back support for older binutils versions

svn path=/trunk/; revision=17900

18 years agoOpen handle to sfd.sys as asynchromous. This fixes bug 713.
Gé van Geldorp [Sat, 17 Sep 2005 19:30:05 +0000 (19:30 +0000)]
Open handle to sfd.sys as asynchromous. This fixes bug 713.

svn path=/trunk/; revision=17899

18 years agoBug fix dir *. it only show folders
Magnus Olsen [Sat, 17 Sep 2005 18:56:16 +0000 (18:56 +0000)]
Bug fix dir *. it only show folders

svn path=/trunk/; revision=17898

18 years ago- String id 0 becomes a reserved (invalid) id.
Eric Kohl [Sat, 17 Sep 2005 17:16:33 +0000 (17:16 +0000)]
- 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

18 years agoUpdate the swedish translation by Harteex.
Magnus Olsen [Sat, 17 Sep 2005 16:02:37 +0000 (16:02 +0000)]
Update the swedish translation by Harteex.

svn path=/trunk/; revision=17896

18 years agoFix "numberf" function to correctly handle 'g' format specifier. Debugged by Michael...
Royce Mitchell III [Sat, 17 Sep 2005 13:48:38 +0000 (13:48 +0000)]
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

18 years agoFix "numberf" function to correctly handle 'g' format specifier. Debugged by Michael...
Filip Navara [Sat, 17 Sep 2005 11:20:25 +0000 (11:20 +0000)]
Fix "numberf" function to correctly handle 'g' format specifier. Debugged by Michael Fritscher <michael@fritscher.net>.

svn path=/trunk/; revision=17894

18 years agoPatricio Martínez Ros <silencium@wanadoo.es>
Filip Navara [Sat, 17 Sep 2005 10:55:29 +0000 (10:55 +0000)]
Patricio Martínez Ros <silencium@wanadoo.es>
Spanish translation.

svn path=/trunk/; revision=17893

18 years agoadd new winefile icon images in 48x48 and 16x16 resolutions
Martin Fuchs [Sat, 17 Sep 2005 10:54:46 +0000 (10:54 +0000)]
add new winefile icon images in 48x48 and 16x16 resolutions

svn path=/trunk/; revision=17892