Thomas Bluemel [Thu, 27 Oct 2005 23:48:22 +0000 (23:48 +0000)]
Fixed ProbeForRead* macros: make sure the data always is read while probing it
svn path=/trunk/; revision=18817
Thomas Bluemel [Thu, 27 Oct 2005 23:31:14 +0000 (23:31 +0000)]
crash the system is someone uses RTL functions that normally shouldn't be in ntoskrnl at all
svn path=/trunk/; revision=18816
Thomas Bluemel [Thu, 27 Oct 2005 23:24:15 +0000 (23:24 +0000)]
fixed ProbeAndCaptureUnicodeString to properly capture unicode strings
svn path=/trunk/; revision=18815
Ged Murphy [Thu, 27 Oct 2005 23:13:04 +0000 (23:13 +0000)]
- start of a rewrite for ipconfig
- simulate the MS netstat utilitys output
- again, it's incomplete, but commiting for SVN log purposes.
svn path=/trunk/; revision=18814
Thomas Bluemel [Thu, 27 Oct 2005 22:33:17 +0000 (22:33 +0000)]
integrate the reboot dialog into the wizard
svn path=/trunk/; revision=18813
Ged Murphy [Thu, 27 Oct 2005 22:16:52 +0000 (22:16 +0000)]
Add the beginnings of sc.exe
Very early stages and completley untested. Not adding to build.
Putting in SVN for the sole reason of keeping a development log
svn path=/trunk/; revision=18812
Magnus Olsen [Thu, 27 Oct 2005 22:10:33 +0000 (22:10 +0000)]
Addin wine 0.9 dplay and dplayx it is directx core for network and tested in windows and not in reactos.
it is working in windows.
svn path=/trunk/; revision=18811
Magnus Olsen [Thu, 27 Oct 2005 22:03:35 +0000 (22:03 +0000)]
adding base address for dplay/dplayx
svn path=/trunk/; revision=18808
Magnus Olsen [Thu, 27 Oct 2005 22:02:37 +0000 (22:02 +0000)]
adding include files for dplay/dplax wine include file with small modifycation.
svn path=/trunk/; revision=18806
Martin Fuchs [Thu, 27 Oct 2005 21:43:40 +0000 (21:43 +0000)]
disable "Terminate Explorer" in ReactOS build
svn path=/trunk/; revision=18804
Magnus Olsen [Thu, 27 Oct 2005 21:23:35 +0000 (21:23 +0000)]
Addinmg version number and other info (the rc file was missing and it is need to set right version number of the file)
svn path=/trunk/; revision=18803
Magnus Olsen [Thu, 27 Oct 2005 21:23:04 +0000 (21:23 +0000)]
Addinmg version number and other info (the rc file was missing and it is need to set right version number of the file)
svn path=/trunk/; revision=18802
Magnus Olsen [Thu, 27 Oct 2005 21:20:29 +0000 (21:20 +0000)]
Addinmg version number and other info (the rc file was missing and it is need to set right version number of the file)
svn path=/trunk/; revision=18801
Magnus Olsen [Thu, 27 Oct 2005 21:19:58 +0000 (21:19 +0000)]
Addinmg version number and other info (the rc file was missing and it is need to set right version number of the file)
svn path=/trunk/; revision=18800
Thomas Bluemel [Thu, 27 Oct 2005 20:04:17 +0000 (20:04 +0000)]
no need to create a symbolic link in \??
svn path=/trunk/; revision=18799
Thomas Bluemel [Thu, 27 Oct 2005 20:00:27 +0000 (20:00 +0000)]
fix Beep() to make it work with xp's beep.sys
svn path=/trunk/; revision=18798
Christoph von Wittich [Thu, 27 Oct 2005 19:42:06 +0000 (19:42 +0000)]
renamed some .S files (msvc fix)
svn path=/trunk/; revision=18797
Christoph von Wittich [Thu, 27 Oct 2005 19:33:42 +0000 (19:33 +0000)]
renamed some .S files (msvc fix)
svn path=/trunk/; revision=18796
Christoph von Wittich [Thu, 27 Oct 2005 19:13:52 +0000 (19:13 +0000)]
renamed .S files so msvc does not try to compile the .c files with the same name anymore
svn path=/trunk/; revision=18795
Gé van Geldorp [Thu, 27 Oct 2005 19:03:58 +0000 (19:03 +0000)]
Sync to Wine-0_9:
Francois Gouget <fgouget@free.fr>
- Use "static const" rather than "const static" as gcc -W complains
about the former.
Michal Suchanek <hramrach@gmail.com>
- Make Czech font selection dialog usable.
svn path=/trunk/; revision=18794
Gé van Geldorp [Thu, 27 Oct 2005 19:01:29 +0000 (19:01 +0000)]
Sync to Wine-0_9:
Vitaliy Margolen <wine-patch@kievinfo.com>
- Correct Page Up/Down handling in report mode.
- Don't start dragging for a single mouse click.
- Don't arrange tabs if there is only one line.
Francois Gouget <fgouget@free.fr>
- Use "static const" rather than "const static" as gcc -W complains
about the former.
Alexandre Julliard <julliard@winehq.org>
- Don't register classes is no theme is active to avoid trouble (based
on a patch by Vitaliy Margolen).
Krzysztof Foltman <wdev@foltman.com>
- Separators with group style set don't separate toolbar radio groups
anymore (which broke tool selection in Front Panel Designer).
Troy Rollo <wine@troy.rollo.name>
- Detect when the notification callback has destroyed the ListView to
avoid attempts to access data that is no longer valid.
svn path=/trunk/; revision=18793
Gé van Geldorp [Thu, 27 Oct 2005 18:56:27 +0000 (18:56 +0000)]
Sync to Wine-0_9:
Alexandre Julliard <julliard@winehq.org>
- Default search path for an include file should be based on the path of
the parent source file, not the current directory.
- Add current directory to default include path.
- Set the version we report in wmc and wrc from the global Wine
version.
- Put Wine version information in all the man pages.
svn path=/trunk/; revision=18792
Gé van Geldorp [Thu, 27 Oct 2005 18:32:01 +0000 (18:32 +0000)]
Sync to Wine-0_9:
Robert Lunnon <bobl@optushome.com.au>
- Remove SVR4 specific pseudo-ops.
Alexandre Julliard <julliard@winehq.org>
- Put Wine version information in all the man pages.
- Fixed some nroff warnings.
- Added global rules for man pages.
Simon Richter <Simon.Richter@hogyros.de>
- Fix winebuild's ppc assembly generation.
svn path=/trunk/; revision=18791
Martin Fuchs [Thu, 27 Oct 2005 18:18:40 +0000 (18:18 +0000)]
update change list for 0.2.8 release
svn path=/trunk/; revision=18790
Gé van Geldorp [Thu, 27 Oct 2005 18:06:50 +0000 (18:06 +0000)]
Fix build problems introduced by r18788
svn path=/trunk/; revision=18789
Gé van Geldorp [Thu, 27 Oct 2005 17:40:32 +0000 (17:40 +0000)]
Sync to Wine-0_9:
Alexandre Julliard <julliard@winehq.org>
- Default search path for an include file should be based on the path of
the parent source file, not the current directory.
svn path=/trunk/; revision=18788
Aleksey Bragin [Thu, 27 Oct 2005 14:18:09 +0000 (14:18 +0000)]
Translation by Mikhail Zvyozdochkin, proofread by me.
svn path=/trunk/; revision=18786
Gé van Geldorp [Thu, 27 Oct 2005 14:10:58 +0000 (14:10 +0000)]
Update status
svn path=/trunk/; revision=18785
Aleksey Bragin [Thu, 27 Oct 2005 13:38:56 +0000 (13:38 +0000)]
Translation by Mikhail Zvyozdochkin, proofread and fixed in some places by me.
svn path=/trunk/; revision=18783
Gé van Geldorp [Wed, 26 Oct 2005 23:26:44 +0000 (23:26 +0000)]
Change Tcpip and Afd drivers from auto-start to system-start, since we don't
auto-start device drivers yet
svn path=/trunk/; revision=18782
Gé van Geldorp [Wed, 26 Oct 2005 23:19:37 +0000 (23:19 +0000)]
Fix lurking bug exposed by r18687
svn path=/trunk/; revision=18781
Hervé Poussineau [Wed, 26 Oct 2005 20:42:19 +0000 (20:42 +0000)]
Allow very long path names for .inf files by using a dynamic buffer
Check return code of GetFullPathNameW
svn path=/trunk/; revision=18780
Hervé Poussineau [Wed, 26 Oct 2005 20:14:15 +0000 (20:14 +0000)]
Open .inf files in directory specified in SP_DEVINSTALL_PARAMS (if any)
svn path=/trunk/; revision=18779
Thomas Bluemel [Wed, 26 Oct 2005 19:00:08 +0000 (19:00 +0000)]
implemented SetupDiSetSelectedDriverA
svn path=/trunk/; revision=18778
Hervé Poussineau [Wed, 26 Oct 2005 18:19:20 +0000 (18:19 +0000)]
Fix some corner-cases (no .inf file in provided directory when creating driver list, or no suitable driver when destroying driver list)
svn path=/trunk/; revision=18777
Brandon Turner [Wed, 26 Oct 2005 12:47:22 +0000 (12:47 +0000)]
Calculate the screen size correctly. Allow a file name input.
svn path=/trunk/; revision=18776
Christoph von Wittich [Tue, 25 Oct 2005 19:54:15 +0000 (19:54 +0000)]
fix network
svn path=/trunk/; revision=18775
Andrew Munger [Tue, 25 Oct 2005 18:01:14 +0000 (18:01 +0000)]
Disable patented bytecode interpreter, will investigate the non-patented configuration.
svn path=/trunk/; revision=18773
Hervé Poussineau [Tue, 25 Oct 2005 15:43:06 +0000 (15:43 +0000)]
Return STATUS_INSUFFICIENT_BUFFER in SetupDiGetDeviceRegistryPropertyW if buffer for data was not specified.
This is not the same behaviour as RegQueryValueExW which returns a success in this case...
svn path=/trunk/; revision=18772
Brandon Turner [Tue, 25 Oct 2005 15:18:35 +0000 (15:18 +0000)]
Dont exit on "exit /?". Reported by bblaauw@home.nl
svn path=/trunk/; revision=18770
Maarten Bosma [Tue, 25 Oct 2005 14:03:20 +0000 (14:03 +0000)]
Implement some COM-related functions.
svn path=/trunk/; revision=18767
Nathan Woods [Mon, 24 Oct 2005 23:46:55 +0000 (23:46 +0000)]
Regedit fix and enhancement
1. Fixed a bug in suggestions if the selected key cycles
2. Implemented "Copy Key Name"
svn path=/trunk/; revision=18766
Nathan Woods [Mon, 24 Oct 2005 23:44:07 +0000 (23:44 +0000)]
Notepad will no longer add .txt if you invoke it specifying a file that does not exist, but has a file extension
svn path=/trunk/; revision=18765
Gé van Geldorp [Mon, 24 Oct 2005 22:02:39 +0000 (22:02 +0000)]
Synthesize a small icon if none given
svn path=/trunk/; revision=18764
Gé van Geldorp [Mon, 24 Oct 2005 21:57:32 +0000 (21:57 +0000)]
Workaround for icon stretching. Makes icons in title bar and taskbar display
properly.
svn path=/trunk/; revision=18763
Gé van Geldorp [Mon, 24 Oct 2005 21:54:26 +0000 (21:54 +0000)]
Small fixes to 1bpp->1bpp stretching
svn path=/trunk/; revision=18762
Casper Hornstrup [Mon, 24 Oct 2005 21:08:08 +0000 (21:08 +0000)]
Fix linker script parameter location. Spotted by Hartmut Birr.
svn path=/trunk/; revision=18760
Royce Mitchell III [Mon, 24 Oct 2005 20:00:48 +0000 (20:00 +0000)]
added <linkerscript> and corrected some mistakes to the best of my understanding
can't figure out (based on current definition) how to define <module> as allowing only a single <linkerscript>, but allowing it anywhere within the sub-elements of <module>
svn path=/trunk/; revision=18759
Casper Hornstrup [Mon, 24 Oct 2005 19:38:58 +0000 (19:38 +0000)]
Implement linkerscript element
svn path=/trunk/; revision=18758
Magnus Olsen [Mon, 24 Oct 2005 18:47:33 +0000 (18:47 +0000)]
prepare the rest of directdraw syscall using cache info, that will make our ddraw.dll work evently in reactos.
left todo implemet the rest stub.
svn path=/trunk/; revision=18757
Hartmut Birr [Mon, 24 Oct 2005 18:03:57 +0000 (18:03 +0000)]
Fixed the calculation of the hash for the process data.
svn path=/trunk/; revision=18756
Hartmut Birr [Mon, 24 Oct 2005 18:00:46 +0000 (18:00 +0000)]
Changed the indentation to a human readable format (no code change).
svn path=/trunk/; revision=18755
Hartmut Birr [Mon, 24 Oct 2005 17:55:50 +0000 (17:55 +0000)]
- Removed the initialisation of the kernel map area.
- Allocate the region for the paged and non paged pool at a 4MB boundary.
- Protect the local and i/o apic by a memory area.
svn path=/trunk/; revision=18754
Thomas Bluemel [Mon, 24 Oct 2005 17:54:55 +0000 (17:54 +0000)]
convert tabs to spaces to make it readable with tabs != 8 spaces
svn path=/trunk/; revision=18753
Thomas Bluemel [Mon, 24 Oct 2005 17:50:14 +0000 (17:50 +0000)]
fixed uninitialized variable warning
svn path=/trunk/; revision=18752
Hartmut Birr [Mon, 24 Oct 2005 17:45:37 +0000 (17:45 +0000)]
Fixed Ki386WriteFsByte.
svn path=/trunk/; revision=18751
Hartmut Birr [Mon, 24 Oct 2005 17:43:53 +0000 (17:43 +0000)]
Enabled some debug messages.
svn path=/trunk/; revision=18750
Hartmut Birr [Mon, 24 Oct 2005 17:41:16 +0000 (17:41 +0000)]
Fixed the stub for AddAccessDeniedObjectAce.
svn path=/trunk/; revision=18749
Hartmut Birr [Mon, 24 Oct 2005 17:39:57 +0000 (17:39 +0000)]
Disable some unimplemented functions.
svn path=/trunk/; revision=18748
Magnus Olsen [Mon, 24 Oct 2005 17:32:47 +0000 (17:32 +0000)]
prepare some directdraw syscall using cache info, that will make our ddraw.dll work evently in reactos.
svn path=/trunk/; revision=18747
Hartmut Birr [Mon, 24 Oct 2005 17:27:41 +0000 (17:27 +0000)]
- Translate STATUS_DEVICE_NOT_CONNECTED to the correct error.
svn path=/trunk/; revision=18746
Hartmut Birr [Mon, 24 Oct 2005 17:25:23 +0000 (17:25 +0000)]
- Initialize the csr request inside the loop, if CsrClientCallServer is called inside a loop.
svn path=/trunk/; revision=18745
Hartmut Birr [Mon, 24 Oct 2005 17:23:42 +0000 (17:23 +0000)]
- Change the protection in WriteProcessMemory if it is necessary.
svn path=/trunk/; revision=18744
Hartmut Birr [Mon, 24 Oct 2005 17:21:23 +0000 (17:21 +0000)]
- Set the correct type and state in MiQueryVirtualMemory.
- Return an error in MiProtectVirtualMemory if we trying to access a region other than a section view or virtual memory.
- Don't allow to read or write kernel memory in NtRead/WriteVirtualMemory.
- Don't unprotect the memory in NtWriteVirtualMemory.
- Don't allow to change the memory protection of kernel address space.
- If it is possible, access the memory aligned by pages (in ProbeForWrite).
svn path=/trunk/; revision=18743
Eric Kohl [Mon, 24 Oct 2005 17:13:08 +0000 (17:13 +0000)]
Fixed definition of ScmrChangeServiceConfigW:
- lpBinaryPathName must be a [unique] pointer.
svn path=/trunk/; revision=18742
Magnus Olsen [Mon, 24 Oct 2005 16:44:37 +0000 (16:44 +0000)]
filling in bit more info to DDRAW_GLOBAL struct in halinistate.
svn path=/trunk/; revision=18741
Maarten Bosma [Mon, 24 Oct 2005 16:29:36 +0000 (16:29 +0000)]
Implemented thunks for IDirectDrawSurface and IDirectDraw. This isn't good code, because it is a mixture of wine and our code. But it works as far as I can see. I will fix it someday.
svn path=/trunk/; revision=18740
Hartmut Birr [Mon, 24 Oct 2005 15:56:03 +0000 (15:56 +0000)]
Set the correct length in MmQuerySectionView.
svn path=/trunk/; revision=18739
Thomas Bluemel [Mon, 24 Oct 2005 15:35:04 +0000 (15:35 +0000)]
don't define DirectDrawClipper_Vtable statically
svn path=/trunk/; revision=18738
Hartmut Birr [Mon, 24 Oct 2005 15:26:54 +0000 (15:26 +0000)]
Revert r18735 and add the missing definition to svcctl.idl.
svn path=/trunk/; revision=18737
Christoph von Wittich [Mon, 24 Oct 2005 14:00:14 +0000 (14:00 +0000)]
added PCI interrupt link device
svn path=/trunk/; revision=18736
Gé van Geldorp [Mon, 24 Oct 2005 12:55:54 +0000 (12:55 +0000)]
Temporary workaround to fix build
svn path=/trunk/; revision=18735
Hervé Poussineau [Mon, 24 Oct 2005 12:49:05 +0000 (12:49 +0000)]
Install .CoInstallers section from .inf file
Call class coinstallers and device coinstallers when installing a device
svn path=/trunk/; revision=18734
Hervé Poussineau [Mon, 24 Oct 2005 11:40:14 +0000 (11:40 +0000)]
Set NULL driver for LPT ports
Add more PnP IDs in machine.inf
svn path=/trunk/; revision=18733
Hervé Poussineau [Mon, 24 Oct 2005 09:39:53 +0000 (09:39 +0000)]
Add functions to reference/dereference InfFileDetails structure added in r18731 (suggestion by w3seek)
svn path=/trunk/; revision=18732
Hervé Poussineau [Mon, 24 Oct 2005 09:16:34 +0000 (09:16 +0000)]
Don't leak memory when destroying device info set and driver lists
Try to keep .inf files handles instead of opening/parsing them at each device installation step
svn path=/trunk/; revision=18731
Magnus Olsen [Mon, 24 Oct 2005 05:05:07 +0000 (05:05 +0000)]
update the intddraw.h so it use some struct that was missing.
svn path=/trunk/; revision=18730
Maarten Bosma [Sun, 23 Oct 2005 21:31:15 +0000 (21:31 +0000)]
... files I forgot to commit.
svn path=/trunk/; revision=18728
Maarten Bosma [Sun, 23 Oct 2005 21:29:30 +0000 (21:29 +0000)]
Add lots of stubs.
svn path=/trunk/; revision=18727
Nathan Woods [Sun, 23 Oct 2005 21:19:34 +0000 (21:19 +0000)]
Notepad: Fixed "Find Up"
svn path=/trunk/; revision=18726
Magnus Olsen [Sun, 23 Oct 2005 21:17:12 +0000 (21:17 +0000)]
implement Main_DirectDraw_GetDisplayMode (not to 100% see the comment)
implement Main_DirectDraw_GetMonitorFrequency but we do not get the freq at return we need exaime the hal instate.
svn path=/trunk/; revision=18725
Eric Kohl [Sun, 23 Oct 2005 19:50:05 +0000 (19:50 +0000)]
- Implement ScmrChangeServiceConfigW stub.
- CreateServiceW calls ScmrCreateServiceW.
svn path=/trunk/; revision=18723
Magnus Olsen [Sun, 23 Oct 2005 19:24:42 +0000 (19:24 +0000)]
first working api is GetCaps for HAL. rember we do not support HEL, and we are missing GdiEntry2 in ros, so it will not working in reactos until gdientry2 are inplace.
svn path=/trunk/; revision=18722
Magnus Olsen [Sun, 23 Oct 2005 19:18:39 +0000 (19:18 +0000)]
adding #define DD_FALSE
svn path=/trunk/; revision=18721
Thomas Bluemel [Sun, 23 Oct 2005 18:23:57 +0000 (18:23 +0000)]
implement MakeAbsoluteSD2 by forwarding to RtlSelfRelativeToAbsoluteSD2
svn path=/trunk/; revision=18718
Magnus Olsen [Sun, 23 Oct 2005 18:03:08 +0000 (18:03 +0000)]
change the marco return code to DDERR_UNSUPPORTED
svn path=/trunk/; revision=18717
Maarten Bosma [Sun, 23 Oct 2005 17:53:19 +0000 (17:53 +0000)]
Add a macro for the stubs.
svn path=/trunk/; revision=18716
Magnus Olsen [Sun, 23 Oct 2005 16:46:36 +0000 (16:46 +0000)]
fix the thrunk so it compiles again after me
svn path=/trunk/; revision=18715
Magnus Olsen [Sun, 23 Oct 2005 15:27:27 +0000 (15:27 +0000)]
fix the ddrawint.h no typo remove one extra member in some struct, adding define, new struct
svn path=/trunk/; revision=18714
Magnus Olsen [Sun, 23 Oct 2005 15:24:56 +0000 (15:24 +0000)]
commit change to ddraw to use the new headers that will come in next commit
svn path=/trunk/; revision=18713
Ged Murphy [Sun, 23 Oct 2005 15:06:20 +0000 (15:06 +0000)]
- Add the calculator to the start menu
- Capilalize the app names
svn path=/trunk/; revision=18712
Magnus Olsen [Sun, 23 Oct 2005 15:03:21 +0000 (15:03 +0000)]
reverit my last change, filip told me this file is autogenrate I did not check, thx filip
svn path=/trunk/; revision=18711
Magnus Olsen [Sun, 23 Oct 2005 15:00:27 +0000 (15:00 +0000)]
commect out line #include "eventlogrpc_s.h" for that file does not exists in ros tree. and that why cis goes crazy.
svn path=/trunk/; revision=18710
Casper Hornstrup [Sun, 23 Oct 2005 14:51:35 +0000 (14:51 +0000)]
Have pre-compiled header rule depend on widl generated headers
svn path=/trunk/; revision=18709
Christoph von Wittich [Sun, 23 Oct 2005 14:44:12 +0000 (14:44 +0000)]
german translation
svn path=/trunk/; revision=18708
Ged Murphy [Sun, 23 Oct 2005 14:39:51 +0000 (14:39 +0000)]
- Now that WineMine is working again, put it in the start menu
- All rc files currently in English
svn path=/trunk/; revision=18707
Gé van Geldorp [Sun, 23 Oct 2005 13:06:34 +0000 (13:06 +0000)]
Add resource file, makes winemine playable again
svn path=/trunk/; revision=18705
Hervé Poussineau [Sun, 23 Oct 2005 12:41:54 +0000 (12:41 +0000)]
Implement SetupDiSetDeviceRegistryPropertyW (not tested)
svn path=/trunk/; revision=18704
Magnus Olsen [Sun, 23 Oct 2005 12:36:40 +0000 (12:36 +0000)]
fix some typo error in DD_VIDEOPORTCALLBACKS
svn path=/trunk/; revision=18703
Ged Murphy [Sun, 23 Oct 2005 11:55:49 +0000 (11:55 +0000)]
_MAX_PATH > MAXPATH
Shortcut to winemine, but commented out as winemine is broken.
svn path=/trunk/; revision=18702