Filip Navara
d13148cece
Forgot to change the sprintf statements in revision 14902.
...
svn path=/trunk/; revision=14903
2005-05-01 09:29:20 +00:00
Filip Navara
3ce5a90320
Move the statusbar strings to resources.
...
svn path=/trunk/; revision=14902
2005-05-01 09:23:12 +00:00
Eric Kohl
ccbb2fb84b
Use default locale until ReactOS fully suports all required locale functions!
...
svn path=/trunk/; revision=14901
2005-05-01 09:07:31 +00:00
Filip Navara
334e2d762a
Fix coordinate mapping of unmodRect in DefWndDoSizeMove.
...
svn path=/trunk/; revision=14900
2005-05-01 08:25:33 +00:00
Filip Navara
0c23b97544
Set the message point/time for keyboard and hotkey messages.
...
svn path=/trunk/; revision=14899
2005-05-01 08:03:41 +00:00
Filip Navara
4913443e7e
Change the default system menu icon in MDI_AugmentFrameMenu to application icon (based on patch by tinus <o112w8r02@sneakemail.com>).
...
svn path=/trunk/; revision=14898
2005-05-01 07:10:47 +00:00
Gé van Geldorp
dd735b0384
svn maintenance
...
svn path=/trunk/; revision=14897
2005-05-01 07:08:18 +00:00
Filip Navara
4fee912dfe
- Merge changes to MDI_AugmentFrameMenu from Wine (fixes part of bug #606 ).
...
- Fix deleting of bitmap in MDI_RestoreFrameMenu.
svn path=/trunk/; revision=14896
2005-05-01 07:05:13 +00:00
Gé van Geldorp
d679231534
svn maintenance
...
svn path=/trunk/; revision=14895
2005-05-01 06:38:51 +00:00
Thomas Bluemel
6e1ab38590
fixed uninitialized variable warning
...
svn path=/trunk/; revision=14894
2005-04-30 22:45:58 +00:00
Eric Kohl
8f40adc5eb
NtQueryInformationFile/NtSetInformationFile:
...
- Check for information class specific access rights.
- Clean-up some indentation mess.
svn path=/trunk/; revision=14893
2005-04-30 22:00:26 +00:00
Aleksey Bragin
be9f61a8b9
Fixed RegEnumValueA/W behaviour when output buffers are too small. This fixes 20+ tests from "advapi32_test registry" (now it has only 2 failures - but that's a reduced tests set!).
...
I beg my pardon for reformatting these two funcs and fixing bugs in one commit, I will do it in different commits in the future.
svn path=/trunk/; revision=14891
2005-04-30 21:11:34 +00:00
Magnus Olsen
acb9e6951d
forget this file
...
thx <hpoussin>
svn path=/trunk/; revision=14890
2005-04-30 21:07:32 +00:00
Magnus Olsen
671be67001
Remove all hardcode string to En.rc
...
Hopplyfull all hardcoing string are gone now
svn path=/trunk/; revision=14888
2005-04-30 19:00:46 +00:00
Filip Navara
a14761769e
Potapnik <jirka@studioprojekt.cz>
...
Czech translation of Task Manager.
svn path=/trunk/; revision=14887
2005-04-30 18:55:44 +00:00
Phillip Susi
96f75639c4
Renamed another makefile in the xmlbuildsystem branch that had the wrong case
...
svn path=/branches/xmlbuildsystem/; revision=14886
2005-04-30 18:52:55 +00:00
Filip Navara
7765507978
Potapnik <jirka@studioprojekt.cz>
...
Czech translations of appwiz, control, desk, intl, ncpa, sysdm and timedate.
svn path=/trunk/; revision=14885
2005-04-30 18:49:41 +00:00
Alex Ionescu
9ff89d4fd7
Add hack for ROS's weird behavior. Will investigate but this lets you boot for now
...
svn path=/trunk/; revision=14884
2005-04-30 17:43:18 +00:00
Hartmut Birr
d7ea77e414
Set the readed size within the irp.
...
svn path=/trunk/; revision=14883
2005-04-30 17:37:11 +00:00
Alex Ionescu
f04a0c4e50
Remove debug message
...
svn path=/trunk/; revision=14882
2005-04-30 17:30:05 +00:00
Phillip Susi
ba9cb9156c
Fixed another makefile with the wrong case in the xmlbuildsystem branch
...
svn path=/branches/xmlbuildsystem/; revision=14881
2005-04-30 17:22:34 +00:00
Phillip Susi
d13badb58d
makefile was spelled with a lower case in the xmlbuild branch,
...
but with upper case M in the trunk. This was causing problems with
svn switch on win32 due to the name conflict.
svn path=/branches/xmlbuildsystem/; revision=14880
2005-04-30 17:15:58 +00:00
Phillip Susi
9550da5a54
Fixed up a few missing includes that were preventing builds
...
svn path=/branches/xmlbuildsystem/; revision=14879
2005-04-30 16:37:06 +00:00
Magnus Olsen
7b4892749e
Remove all hardcode string to En.rc
...
Hopplyfull all hardcoing string are gone now
in cmd
svn path=/trunk/; revision=14878
2005-04-30 16:21:06 +00:00
Magnus Olsen
f1dad288cd
Remove all hardcode string to En.rc
...
for all file
This changes are only for ver.c
Remove hardcode dev list to cmd.rc
update mailing adress for bug report to ros-dev@reactos.com
sugestion by GvG
I did leave copyright year hardcode in ver.c
svn path=/trunk/; revision=14877
2005-04-30 15:46:59 +00:00
Hervé Poussineau
5c87a8787a
Register GUID_DEVINTERFACE_COMPORT for serial devices
...
Register GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR for serenum devices
Fix some comments
svn path=/trunk/; revision=14876
2005-04-30 15:04:10 +00:00
Hervé Poussineau
8293cc1006
Patch by Tinus_: Check for right error code returned by ZwOpenSymbolicLinkObject
...
svn path=/trunk/; revision=14875
2005-04-30 14:53:41 +00:00
Hervé Poussineau
71486fdc01
Don't double define GUID_DEVICE_INTERFACE_ARRIVAL and GUID_DEVICE_INTERFACE_REMOVAL in include/ntos/ntpnp.h and w32api/include/ddk/wdmguid.h
...
svn path=/trunk/; revision=14874
2005-04-30 14:36:05 +00:00
Gé van Geldorp
c15811bc14
Change BootDrive/BootPartition examples to BootPath
...
svn path=/trunk/; revision=14873
2005-04-30 14:15:38 +00:00
Hervé Poussineau
08b9a8878b
I forgot to dereference FileObject in IoSetDeviceInterfaceState
...
svn path=/trunk/; revision=14872
2005-04-30 13:53:39 +00:00
Magnus Olsen
6510ad1387
Remove all hardcode string to En.rc
...
svn path=/trunk/; revision=14871
2005-04-30 13:35:52 +00:00
Magnus Olsen
e705463f4a
Remove all hardcode string to En.rc
...
svn path=/trunk/; revision=14870
2005-04-30 13:13:36 +00:00
Magnus Olsen
04dd142850
Remove all hardcode string to En.rc
...
svn path=/trunk/; revision=14869
2005-04-30 12:36:36 +00:00
Magnus Olsen
39458d7a85
Remove all hardcode string to En.rc
...
svn path=/trunk/; revision=14868
2005-04-30 11:53:15 +00:00
Magnus Olsen
fcedc0bf07
Remove all hardcode string to En.rc
...
from misc.c, move.c pause.c, prompt.c
svn path=/trunk/; revision=14867
2005-04-30 11:16:47 +00:00
Hervé Poussineau
b8bccfb8b4
Implement IoRegisterPlugPlayNotification, IoUnregisterPlugPlayNotification
...
Implement IoSetDeviceInterfaceState
Fix IoRegisterDeviceInterface
Add prototype for ExFreePoolWithTag
namespc.c: change STATUS_UNSUCCESSFUL to STATUS_OBJECT_NAME_INVALID
SVN maintenance in ntoskrnl/kd/wrappers/
svn path=/trunk/; revision=14866
2005-04-30 09:39:09 +00:00
Filip Navara
847279d106
Denzil <d3nzil@gmail.com>
...
Czech translation of Package Manager (with minor corrections by myself).
svn path=/trunk/; revision=14865
2005-04-30 05:08:13 +00:00
Filip Navara
eddbd1a4e3
tinus <o112w8r02@sneakemail.com>
...
Change the backtrace command to show current EIP too.
svn path=/trunk/; revision=14864
2005-04-30 04:43:17 +00:00
Magnus Olsen
6985385b7d
Remove all hardcode string to En.rc
...
from locale.c
svn path=/trunk/; revision=14863
2005-04-29 19:49:50 +00:00
Thomas Bluemel
827c16db5f
- added stubs for NtSuspendProcess and NtResumeProcess
...
- the ProcessDebugPort information class is read-only on NT5.1+
svn path=/trunk/; revision=14862
2005-04-29 16:41:52 +00:00
Alex Ionescu
aff5e61f45
IRP Completion Fixes for 2nd-Stage:
...
- Free ALL Mdls, not just the first
- Don't copy buffered data just because the Device Object is buffered. Check if the IRP is.
- Don't handle MajorFunctions differenty, use flags which are now correctly set in order to determine course of action.
- Free memory by using flag.
- Don't remove IRP from Thread List too soon.
- Don't use FileObject fields after dereferencing it.
- Don't call IO Completion if there is already an APC routine.
- Signal FileObject/UserEvent properly depending on cases.
- Don't call UserAPC and set events like before if the IRP actually failed.
svn path=/trunk/; revision=14861
2005-04-29 14:38:05 +00:00
Aleksey Bragin
11e90a8e41
Import from WINE 25.04.05 (just because we have old version sitting in our SVN, which shows failures even on WinXP).
...
Now "advapi32_test registry" has 0 failures on Windows XP Pro. (and generally should have 0 failures under ROS too...)
svn path=/trunk/; revision=14860
2005-04-29 11:25:55 +00:00
Hervé Poussineau
aa182938a2
Remove debug message
...
svn path=/trunk/; revision=14859
2005-04-29 07:35:01 +00:00
Alex Ionescu
19a014905e
And look who made a dumber mistake ;). Thanks WaxDragon
...
svn path=/trunk/; revision=14858
2005-04-29 02:13:42 +00:00
Magnus Olsen
b35cd289ca
Swedish translations by Kris Engeman
...
svn path=/trunk/; revision=14857
2005-04-28 23:17:13 +00:00
Magnus Olsen
2a0755fbb0
Translate by Andreas Bjerkeholt (harteex@gmail.com)
...
svn path=/trunk/; revision=14856
2005-04-28 23:15:26 +00:00
Hervé Poussineau
cc5a10001c
SVN maintenance:
...
Add svn:eol-style = native
Add svn:keywords = author date id revision
svn path=/trunk/; revision=14855
2005-04-28 23:14:54 +00:00
Magnus Olsen
32d6f2faa4
David Nordenberg: Swedish translation
...
svn path=/trunk/; revision=14854
2005-04-28 23:11:04 +00:00
Alex Ionescu
e606cb3718
Remove rant. H&E are very competent developers and made a typical bug that anyone could've made. I was just pissed for having lost an hour finding it ;)
...
svn path=/trunk/; revision=14853
2005-04-28 22:39:50 +00:00
Magnus Olsen
0dd12c923f
Remove all hardcode string to En.rc
...
from memmory.c
svn path=/trunk/; revision=14852
2005-04-28 22:05:26 +00:00