reactos.git
14 years ago- Implement ProcessPriorityClass case for NtSetInformationProcess(). Based on Dmitry...
Aleksey Bragin [Wed, 10 Jun 2009 19:31:54 +0000 (19:31 +0000)]
- Implement ProcessPriorityClass case for NtSetInformationProcess(). Based on Dmitry Chapyshev's work and testing.

svn path=/trunk/; revision=41376

14 years ago- Add PsSetProcessPriorityByClass() declaration to NDK.
Aleksey Bragin [Wed, 10 Jun 2009 19:24:38 +0000 (19:24 +0000)]
- Add PsSetProcessPriorityByClass() declaration to NDK.

svn path=/trunk/; revision=41375

14 years agomodified ReactOS-generic.rbuild
KJK::Hyperion [Wed, 10 Jun 2009 19:12:18 +0000 (19:12 +0000)]
modified   ReactOS-generic.rbuild
modified   ReactOS-i386.rbuild
modified   tools/rbuild/backend/mingw/mingw.cpp
   Don't feed GCC options in MSC
   Minor detection fixes

Support for the Microsoft compiler is now fully functional: now get off your grotesquely fat asses and start fixing code so that it compiles with it

TODO: make it fully functional for real (PCH, full dependencies); Microsoft linker support

svn path=/trunk/; revision=41374

14 years ago- Fix Firefox 1.0/1.5 minimisation to taskbar
Dmitry Chapyshev [Wed, 10 Jun 2009 18:44:31 +0000 (18:44 +0000)]
- Fix Firefox 1.0/1.5 minimisation to taskbar
Patch by Mikhail Denisenko (denisenkom@gmail.com)

See issue #2451 for more details.

svn path=/trunk/; revision=41373

14 years agoFix the cheerleader, fix the build
KJK::Hyperion [Wed, 10 Jun 2009 18:41:50 +0000 (18:41 +0000)]
Fix the cheerleader, fix the build

svn path=/trunk/; revision=41372

14 years ago- Check in wdmaud if a pin with the specified filter id and pin id has been opened
Johannes Anderwald [Wed, 10 Jun 2009 18:28:15 +0000 (18:28 +0000)]
- Check in wdmaud if a pin with the specified filter id and pin id has been opened
- Partly rewrite SysAudio as it is no longer required to store client specific information per connection since wdmaud just opens one connection
- Verify all audio handles at incoming irp

svn path=/trunk/; revision=41371

14 years agomodified tools/rbuild/backend/mingw/compilers/msc.mak
KJK::Hyperion [Wed, 10 Jun 2009 18:24:33 +0000 (18:24 +0000)]
modified   tools/rbuild/backend/mingw/compilers/msc.mak
   Fix definition of cl
   Fix definition of RBUILD_CXX

modified   tools/rbuild/backend/mingw/mingw.cpp
modified   tools/rbuild/backend/mingw/mingw.h
modified   tools/rbuild/backend/mingw/mstools_detection.cpp
   Actually set RBUILD_CL_PATH and RBUILD_LINK_PATH

svn path=/trunk/; revision=41370

14 years ago- Fix typo
Dmitry Chapyshev [Wed, 10 Jun 2009 18:09:15 +0000 (18:09 +0000)]
- Fix typo

svn path=/trunk/; revision=41369

14 years agomodified Makefile
KJK::Hyperion [Wed, 10 Jun 2009 17:56:12 +0000 (17:56 +0000)]
modified   Makefile
added      tools/rbuild/backend/mingw/compilers
added      tools/rbuild/backend/mingw/compilers/gcc.mak
added      tools/rbuild/backend/mingw/compilers/msc.mak
added      tools/rbuild/backend/mingw/linkers
added      tools/rbuild/backend/mingw/linkers/ld.mak
added      tools/rbuild/backend/mingw/linkers/mslink.mak
modified   tools/rbuild/backend/mingw/mingw.cpp
modified   tools/rbuild/backend/mingw/modulehandler.cpp
modified   tools/rbuild/backend/mingw/rules.mak
modified   tools/rbuild/rbuild.h
   Moved linker and compiler rules in separate files
   Renamed compiler rules to more generic names
   New compiler rules for dependencies and preprocessor modes
   Rules for Microsoft C/C++ Compiler
   Linker rule file stubs

modified   tools/rbuild/module.cpp
modified   tools/rbuild/project.cpp
   All elements now support "compilerset" and "linkerset" conditional attributes

svn path=/trunk/; revision=41368

14 years ago- Set priority only if PriorityClass != PROCESS_PRIORITY_CLASS_INVALID
Dmitry Chapyshev [Wed, 10 Jun 2009 17:11:36 +0000 (17:11 +0000)]
- Set priority only if PriorityClass != PROCESS_PRIORITY_CLASS_INVALID

svn path=/trunk/; revision=41367

14 years agodeleted tools/msc_helper
KJK::Hyperion [Wed, 10 Jun 2009 11:16:28 +0000 (11:16 +0000)]
deleted    tools/msc_helper
deleted    tools/msc_helper/msc_helper.cpp
deleted    tools/msc_helper/msc_helper.rbuild
added      tools/rbuild_helper
deleted    tools/rbuild_helper/msc_helper.cpp
deleted    tools/rbuild_helper/msc_helper.rbuild
added      tools/rbuild_helper/rbuild_helper.rbuild
   msc_helper renamed to rbuild_helper, because it could be useful to more than just Visual C++

added      tools/rbuild_helper/rbuild_helper.cpp
   Allow rbuild_helper to override any environment variable, given an override prefix (e.g., %VAR% will be replaced by %<override prefix>VAR%)

modified   tools/tools.rbuild
   Build rbuild_helper by default

svn path=/trunk/; revision=41366

14 years ago- Fix ProcessPriorityClass case in NtQueryInformationProcess. Structure PROCESS_PRIOR...
Dmitry Chapyshev [Wed, 10 Jun 2009 07:07:51 +0000 (07:07 +0000)]
- Fix ProcessPriorityClass case in NtQueryInformationProcess. Structure PROCESS_PRIORITY_CLASS should be returned. Tested in win vista

svn path=/trunk/; revision=41365

14 years ago[FORMATTING]
Timo Kreuzer [Wed, 10 Jun 2009 00:23:15 +0000 (00:23 +0000)]
[FORMATTING]
dibobj.c: fix indentation, no code change

svn path=/trunk/; revision=41364

14 years ago- Topology nodes can have a nullable name
Johannes Anderwald [Tue, 9 Jun 2009 21:55:12 +0000 (21:55 +0000)]
- Topology nodes can have a nullable name
- Disable releasing resources when IPortFilterWaveCyclic is closed

svn path=/trunk/; revision=41363

14 years agoDhcp HostName isn't mandatory.
Sylvain Petreolle [Tue, 9 Jun 2009 20:22:48 +0000 (20:22 +0000)]
Dhcp HostName isn't mandatory.
Fixes nat networking in vbox.

svn path=/trunk/; revision=41362

14 years ago- Fix accidentally committed change in a function prototype. Spotted by Stefan Ginsberg.
Aleksey Bragin [Tue, 9 Jun 2009 16:43:22 +0000 (16:43 +0000)]
- Fix accidentally committed change in a function prototype. Spotted by Stefan Ginsberg.

svn path=/trunk/; revision=41361

14 years agodon't include private.h twice
Sylvain Petreolle [Tue, 9 Jun 2009 16:42:42 +0000 (16:42 +0000)]
don't include private.h twice
fix include path

svn path=/trunk/; revision=41360

14 years ago- Make use of the implemented transfer counter.
Aleksey Bragin [Tue, 9 Jun 2009 16:38:05 +0000 (16:38 +0000)]
- Make use of the implemented transfer counter.

svn path=/trunk/; revision=41359

14 years ago- Implement a helper for updating IO transfer counters. Based on a patch by Dmitry...
Aleksey Bragin [Tue, 9 Jun 2009 16:17:34 +0000 (16:17 +0000)]
- Implement a helper for updating IO transfer counters. Based on a patch by Dmitry Chapyshev.

svn path=/trunk/; revision=41358

14 years ago- Add a few sanity assert to KsCreate
Johannes Anderwald [Tue, 9 Jun 2009 14:50:24 +0000 (14:50 +0000)]
- Add a few sanity assert to KsCreate
- Pass a create item and use an object class when creating an object header
- Return zero mixer count when wdmaud fails to enumerate virtual device count
- Should fix high cpu usage after installing audio drivers

svn path=/trunk/; revision=41357

14 years ago- MmUnmapViewOfSection: Unlock address space before notifying debugger. Fixes a case...
Michael Martin [Tue, 9 Jun 2009 12:50:32 +0000 (12:50 +0000)]
- MmUnmapViewOfSection: Unlock address space before notifying debugger. Fixes a case where OllyDbg deadlocks in a GateWait while trying to read virtual memory.

svn path=/trunk/; revision=41356

14 years ago- KeSaveFloatingPointState can be called at irql <= DISPATCH_LEVEL
Johannes Anderwald [Tue, 9 Jun 2009 07:15:37 +0000 (07:15 +0000)]
- KeSaveFloatingPointState can be called at irql <= DISPATCH_LEVEL

svn path=/trunk/; revision=41354

14 years ago- Store servicegroup obtained from IMiniportDMus / IMiniportMidi Init function when...
Johannes Anderwald [Mon, 8 Jun 2009 22:02:46 +0000 (22:02 +0000)]
- Store servicegroup obtained from IMiniportDMus / IMiniportMidi Init function when IPortDMus / IPortMidi RegisterServiceGroup is not called

svn path=/trunk/; revision=41353

14 years ago- Fix a bug in KsTopologyPropertyHandler
Johannes Anderwald [Mon, 8 Jun 2009 21:37:20 +0000 (21:37 +0000)]
- Fix a bug in KsTopologyPropertyHandler
- Create a KSTOPOLOGY struct when creating the subdevice descriptor and pass the struct to KsTopologyPropertyHandler
- Implement enumerating mixer devices
- Change handle array to contain the target device type. Mixer handles are not real handles, they are just pseudo handles
- Forward KSPROPSETID_Topology request to portcls (sysaudio)

svn path=/trunk/; revision=41352

14 years ago- Add cases for IOCTL_SCSI_MINIPORT and IOCTL_SCSI_PASS_THROUGH
Dmitry Chapyshev [Mon, 8 Jun 2009 15:53:23 +0000 (15:53 +0000)]
- Add cases for IOCTL_SCSI_MINIPORT and IOCTL_SCSI_PASS_THROUGH

svn path=/trunk/; revision=41351

14 years ago- Clean up RtlSecureZeroMemory
Stefan Ginsberg [Mon, 8 Jun 2009 13:42:02 +0000 (13:42 +0000)]
- Clean up RtlSecureZeroMemory

svn path=/trunk/; revision=41350

14 years ago - Check to see that the packet status isn't NDIS_STATUS_RESOURCES before forwarding...
Cameron Gutman [Mon, 8 Jun 2009 09:45:13 +0000 (09:45 +0000)]
 - Check to see that the packet status isn't NDIS_STATUS_RESOURCES before forwarding the packet descriptor to the ReceivePacketHandler

svn path=/trunk/; revision=41349

14 years ago - Rewrite MiniQueryInformation so it creates a NDIS_REQUEST and passes it to MiniDoR...
Cameron Gutman [Mon, 8 Jun 2009 03:12:03 +0000 (03:12 +0000)]
 - Rewrite MiniQueryInformation so it creates a NDIS_REQUEST and passes it to MiniDoRequest for processing to reduce code duplication
 - Call MiniportCoRequest in connection-oriented miniports
 - Now our NDIS loads all the way to the ASSERT for unsupported media on XP

svn path=/trunk/; revision=41348

14 years ago- ElfrReportEventW: Silence debugging thats no longer needed as this API is now imple...
Michael Martin [Mon, 8 Jun 2009 02:32:48 +0000 (02:32 +0000)]
- ElfrReportEventW: Silence debugging thats no longer needed as this API is now implemented.

svn path=/trunk/; revision=41347

14 years ago - Fix our handler checks
Cameron Gutman [Mon, 8 Jun 2009 02:23:47 +0000 (02:23 +0000)]
 - Fix our handler checks
 - Now XP's intermediate miniport drivers can load on ROS's NDIS
 - More work still needs to be done to get them working though

svn path=/trunk/; revision=41346

14 years ago - Register the adapter shutdown handler if it is specified in the miniport character...
Cameron Gutman [Mon, 8 Jun 2009 01:14:19 +0000 (01:14 +0000)]
 - Register the adapter shutdown handler if it is specified in the miniport characteristics

svn path=/trunk/; revision=41345

14 years agoFix no-op code for UNIX hosts
KJK::Hyperion [Sun, 7 Jun 2009 23:39:15 +0000 (23:39 +0000)]
Fix no-op code for UNIX hosts

svn path=/trunk/; revision=41344

14 years agomodified tools/rbuild/backend/mingw/mingw.cpp
KJK::Hyperion [Sun, 7 Jun 2009 23:33:42 +0000 (23:33 +0000)]
modified   tools/rbuild/backend/mingw/mingw.cpp
modified   tools/rbuild/backend/mingw/mingw.h
   From now on, the MinGW back-end will also support the Microsoft command line C/C++ compiler (cl) and incremental linker (link). Support is currently limited to detecting the tools, and invoking them with the wrong arguments. Only Windows hosts are currently supported

added      tools/rbuild/backend/mingw/mstools_detection.cpp
modified   tools/rbuild/rbuild.mak
   Auto-detection of Microsoft compiler and linker: if rbuild finds them in the path, it will use those. Otherwise, it will look for the highest version installed by any of the supported Microsoft products. Supported Microsoft products are Visual Studio 2005 and higher, Visual C++ Express and Windows DDK version 6001 and higher. Optimizing versions of the compiler will take precedence over "standard edition" compilers, regardless of version number

modified   tools/rbuild/configuration.cpp
modified   tools/rbuild/rbuild.cpp
modified   tools/rbuild/rbuild.h
   New command line options for rbuild to choose the tools set for the MinGW back-end: -Mc<compiler set>, -Ml<linker set>, -M<build tools set>. Defaults to -Mgnu, so that support for Microsoft tools has to be opted into

svn path=/trunk/; revision=41343

14 years ago- Disable debugging flood
Johannes Anderwald [Sun, 7 Jun 2009 18:24:50 +0000 (18:24 +0000)]
- Disable debugging flood

svn path=/trunk/; revision=41342

14 years ago- Also Store audio filter object header in FsContext member
Johannes Anderwald [Sun, 7 Jun 2009 18:22:24 +0000 (18:22 +0000)]
- Also Store audio filter object header in FsContext member
- Create the pin on the correct filter by using the filters object class
- Remove filter object class before performing actual create request
- Remove object header from audio filter when closing
- Retrieve internal object class name with internal IOCTL_KS_OBJECT_CLASS
- Avoid using interface name as ReactOS doesn't support it
- Store object class name when creating the object header for the audio sub device
- Implement IPortFilterTopology interface
- Activate pin property handle for port topology driver
- There is no need to create a handle to sysaudio for each application opening wdmaud, use only one connection per driver basis
- Pass object create class to pin creation method by duplicating KsCreatePin
- Audio devices should now be accessible again

svn path=/trunk/; revision=41341

14 years agorevert a part of r41339 as it break ppc port
Christoph von Wittich [Sun, 7 Jun 2009 17:42:41 +0000 (17:42 +0000)]
revert a part of r41339 as it break ppc port

svn path=/trunk/; revision=41340

14 years agofix definition of LUID
Christoph von Wittich [Sun, 7 Jun 2009 17:27:44 +0000 (17:27 +0000)]
fix definition of LUID

svn path=/trunk/; revision=41339

14 years agopartial wine sync
Christoph von Wittich [Sun, 7 Jun 2009 15:36:25 +0000 (15:36 +0000)]
partial wine sync

svn path=/trunk/; revision=41338

14 years agoadd missing newline at eof
Christoph von Wittich [Sun, 7 Jun 2009 15:34:48 +0000 (15:34 +0000)]
add missing newline at eof

svn path=/trunk/; revision=41337

14 years agosync kernel32 lzexpand to wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 14:10:13 +0000 (14:10 +0000)]
sync kernel32 lzexpand to wine 1.1.23

svn path=/trunk/; revision=41336

14 years agofix
Sylvain Petreolle [Sun, 7 Jun 2009 13:41:41 +0000 (13:41 +0000)]
fix
dll/win32/netshell/lang/nl-NL.rc:128:4: error: no newline at end of file

svn path=/trunk/; revision=41335

14 years agodon't close a dialog with <Return> when the OK button is disabled
Christoph von Wittich [Sun, 7 Jun 2009 13:27:33 +0000 (13:27 +0000)]
don't close a dialog with <Return> when the OK button is disabled

svn path=/trunk/; revision=41334

14 years agosync urlmon and winhttp with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 12:32:05 +0000 (12:32 +0000)]
sync urlmon and winhttp with wine 1.1.23

svn path=/trunk/; revision=41333

14 years agosync msiexec to wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 11:34:39 +0000 (11:34 +0000)]
sync msiexec to wine 1.1.23

svn path=/trunk/; revision=41332

14 years agosync msvcrt_winetest with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 11:27:20 +0000 (11:27 +0000)]
sync msvcrt_winetest with wine 1.1.23

svn path=/trunk/; revision=41331

14 years agofix msvcrt data winetests
Christoph von Wittich [Sun, 7 Jun 2009 11:24:37 +0000 (11:24 +0000)]
fix msvcrt data winetests

svn path=/trunk/; revision=41330

14 years agosync version with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 11:12:48 +0000 (11:12 +0000)]
sync version with wine 1.1.23

svn path=/trunk/; revision=41329

14 years agosync advapi32_winetest with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 10:58:10 +0000 (10:58 +0000)]
sync advapi32_winetest with wine 1.1.23

svn path=/trunk/; revision=41328

14 years agosync shlwapi with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 10:54:09 +0000 (10:54 +0000)]
sync shlwapi with wine 1.1.23

svn path=/trunk/; revision=41327

14 years agosync shlwapi_winetest with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 10:50:06 +0000 (10:50 +0000)]
sync shlwapi_winetest with wine 1.1.23

svn path=/trunk/; revision=41326

14 years agosync rsaenh with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 10:46:04 +0000 (10:46 +0000)]
sync rsaenh with wine 1.1.23

svn path=/trunk/; revision=41325

14 years agopartial sync of shell32 shfldr_netplaces
Christoph von Wittich [Sun, 7 Jun 2009 10:43:50 +0000 (10:43 +0000)]
partial sync of shell32 shfldr_netplaces

svn path=/trunk/; revision=41324

14 years agosync gdiplus_winetest with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 10:10:52 +0000 (10:10 +0000)]
sync gdiplus_winetest with wine 1.1.23

svn path=/trunk/; revision=41323

14 years agoupdate README.WINE
Christoph von Wittich [Sun, 7 Jun 2009 10:02:02 +0000 (10:02 +0000)]
update README.WINE

svn path=/trunk/; revision=41322

14 years ago-formatting fixes
Christoph von Wittich [Sun, 7 Jun 2009 09:41:22 +0000 (09:41 +0000)]
-formatting fixes
-update README.WINE

svn path=/trunk/; revision=41321

14 years agofix build
Christoph von Wittich [Sun, 7 Jun 2009 08:53:46 +0000 (08:53 +0000)]
fix build

svn path=/trunk/; revision=41320

14 years agosync shlguid.h with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 08:43:36 +0000 (08:43 +0000)]
sync shlguid.h with wine 1.1.23

svn path=/trunk/; revision=41319

14 years ago- Sync gdiplus with Wine 1.1.23
Dmitry Chapyshev [Sun, 7 Jun 2009 07:59:56 +0000 (07:59 +0000)]
- Sync gdiplus with Wine 1.1.23

svn path=/trunk/; revision=41318

14 years ago- Sync comdlg32, avifil32 with Wine 1.1.23
Dmitry Chapyshev [Sun, 7 Jun 2009 07:55:59 +0000 (07:55 +0000)]
- Sync comdlg32, avifil32 with Wine 1.1.23

svn path=/trunk/; revision=41317

14 years agosync riched20 and riched32 with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 06:19:03 +0000 (06:19 +0000)]
sync riched20 and riched32 with wine 1.1.23

svn path=/trunk/; revision=41316

14 years agosync cryptui and crypt32 with wine 1.1.23
Christoph von Wittich [Sun, 7 Jun 2009 05:59:39 +0000 (05:59 +0000)]
sync cryptui and crypt32 with wine 1.1.23

svn path=/trunk/; revision=41315

14 years ago- IopUnloadDriver: Only add the DOE_UNLOAD_PENDING to the Device's DeviceExtensions...
Michael Martin [Sun, 7 Jun 2009 01:18:15 +0000 (01:18 +0000)]
- IopUnloadDriver: Only add the DOE_UNLOAD_PENDING to the Device's DeviceExtensions Flags and check for attached devices and reference counts if the DriverObject->DriverUnload is valid. Verified on XP.
- IopLoadUnloadDriver: Add a check to verify that ImagePath.Buffer is non null before freeing it.

svn path=/trunk/; revision=41314

14 years agosync shell32 shelllink to wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 17:17:11 +0000 (17:17 +0000)]
sync shell32 shelllink to wine 1.1.23

svn path=/trunk/; revision=41313

14 years agoupdate TOKEN_INFORMATION_CLASS enum
Christoph von Wittich [Sat, 6 Jun 2009 16:24:27 +0000 (16:24 +0000)]
update TOKEN_INFORMATION_CLASS enum

svn path=/trunk/; revision=41312

14 years agosync kernel32_winetest with wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 16:10:47 +0000 (16:10 +0000)]
sync kernel32_winetest with wine 1.1.23

svn path=/trunk/; revision=41311

14 years agosync cabinet, jscript, msi and msxml3 with wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 15:59:47 +0000 (15:59 +0000)]
sync cabinet, jscript, msi and msxml3 with wine 1.1.23

svn path=/trunk/; revision=41310

14 years agosync jscript and msi winetests with wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 15:59:11 +0000 (15:59 +0000)]
sync jscript and msi winetests with wine 1.1.23

svn path=/trunk/; revision=41309

14 years agoimport SHGetNewLinkInfoA/W from wine
Christoph von Wittich [Sat, 6 Jun 2009 15:45:10 +0000 (15:45 +0000)]
import SHGetNewLinkInfoA/W from wine

svn path=/trunk/; revision=41308

14 years agosync shell32_winetest with wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 15:43:07 +0000 (15:43 +0000)]
sync shell32_winetest with wine 1.1.23

svn path=/trunk/; revision=41307

14 years agoexport DisplayExitWindowsWarnings and DisableProcessWindowsGhosting
Christoph von Wittich [Sat, 6 Jun 2009 15:28:47 +0000 (15:28 +0000)]
export DisplayExitWindowsWarnings and DisableProcessWindowsGhosting

svn path=/trunk/; revision=41306

14 years agoforgot this file :/
Christoph von Wittich [Sat, 6 Jun 2009 15:18:30 +0000 (15:18 +0000)]
forgot this file :/

svn path=/trunk/; revision=41305

14 years agopartial sync of shlfileop to wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 15:17:54 +0000 (15:17 +0000)]
partial sync of shlfileop to wine 1.1.23

svn path=/trunk/; revision=41304

14 years agoThere's no such thing as ntsys.lib in Windows, dynamically link to ntdll to fix build...
Ged Murphy [Sat, 6 Jun 2009 14:37:40 +0000 (14:37 +0000)]
There's no such thing as ntsys.lib in Windows, dynamically link to ntdll to fix building with msvc.

svn path=/trunk/; revision=41303

14 years agoUse the dll runtime library.
Ged Murphy [Sat, 6 Jun 2009 14:30:57 +0000 (14:30 +0000)]
Use the dll runtime library.
Fixes building taskmgr with VS and probably others

svn path=/trunk/; revision=41302

14 years agosync user32 winetest with wine 1.1.23
Christoph von Wittich [Sat, 6 Jun 2009 14:25:56 +0000 (14:25 +0000)]
sync user32 winetest with wine 1.1.23

svn path=/trunk/; revision=41301

14 years agosync user32 listbox and combobox to wine 1.1.22
Christoph von Wittich [Sat, 6 Jun 2009 14:15:43 +0000 (14:15 +0000)]
sync user32 listbox and combobox to wine 1.1.22

svn path=/trunk/; revision=41300

14 years agoupdate README.WINE
Christoph von Wittich [Sat, 6 Jun 2009 13:24:09 +0000 (13:24 +0000)]
update README.WINE

svn path=/trunk/; revision=41299

14 years agoKeep the horizontal grid axis consistent
Ged Murphy [Sat, 6 Jun 2009 13:08:22 +0000 (13:08 +0000)]
Keep the horizontal grid axis consistent

svn path=/trunk/; revision=41298

14 years agosync user32 edit and exticon to wine 1.1.22
Christoph von Wittich [Sat, 6 Jun 2009 12:54:01 +0000 (12:54 +0000)]
sync user32 edit and exticon to wine 1.1.22

svn path=/trunk/; revision=41297

14 years agosync user32 button and static to wine 1.1.22
Christoph von Wittich [Sat, 6 Jun 2009 08:50:05 +0000 (08:50 +0000)]
sync user32 button and static to wine 1.1.22

svn path=/trunk/; revision=41296

14 years agoSearchPathA()
Dmitry Chapyshev [Sat, 6 Jun 2009 08:14:11 +0000 (08:14 +0000)]
SearchPathA()
- Fix calculation of buffer size (fixes Skype crash)
Patch by Mikhail Denisenko (denisenkom@gmail.com)
See issue #4526 for more details.

svn path=/trunk/; revision=41295

14 years agoWSPSelect()
Dmitry Chapyshev [Sat, 6 Jun 2009 07:54:54 +0000 (07:54 +0000)]
WSPSelect()
- Fix checking of params
- Fix allocation size
Tested on Firefox, Downloader, Skype
Patch by Mikhail Denisenko (denisenkom@gmail.com) with small changes

See issue #4526 for more details.

svn path=/trunk/; revision=41294

14 years ago- NtGdiEngCreateDeviceBitmap: Test size larger than 32 bits in width.
James Tabor [Sat, 6 Jun 2009 04:24:03 +0000 (04:24 +0000)]
- NtGdiEngCreateDeviceBitmap: Test size larger than 32 bits in width.

svn path=/trunk/; revision=41293

14 years ago- Update stubs, NtGdiEngCreateDevice/Bitmap.
James Tabor [Sat, 6 Jun 2009 01:53:24 +0000 (01:53 +0000)]
- Update stubs, NtGdiEngCreateDevice/Bitmap.

svn path=/trunk/; revision=41292

14 years ago- Add USB keyboard and mouse support to ReactOS.
Aleksey Bragin [Fri, 5 Jun 2009 16:49:41 +0000 (16:49 +0000)]
- Add USB keyboard and mouse support to ReactOS.
See issue #1041 for more details.

svn path=/trunk/; revision=41291

14 years agoNetshell: update Dutch translation. Oscar van Egmond (oscar_04*AT*live*DOT*nl), bug...
Dmitry Gorbachev [Fri, 5 Jun 2009 15:20:04 +0000 (15:20 +0000)]
Netshell: update Dutch translation. Oscar van Egmond (oscar_04*AT*live*DOT*nl), bug #4582.

svn path=/trunk/; revision=41290

14 years ago - Revert r41287
Cameron Gutman [Thu, 4 Jun 2009 20:11:01 +0000 (20:11 +0000)]
 - Revert r41287

svn path=/trunk/; revision=41289

14 years agoSync French translation with English original.
Dmitry Gorbachev [Thu, 4 Jun 2009 18:10:18 +0000 (18:10 +0000)]
Sync French translation with English original.

svn path=/trunk/; revision=41288

14 years ago - Fix the map register count check
Cameron Gutman [Thu, 4 Jun 2009 18:00:17 +0000 (18:00 +0000)]
 - Fix the map register count check

svn path=/trunk/; revision=41287

14 years ago- Revert 40694 as FIELD_OFFSET is perfectly working code and the new one might not...
Johannes Anderwald [Thu, 4 Jun 2009 14:16:57 +0000 (14:16 +0000)]
- Revert 40694 as FIELD_OFFSET is perfectly working code and the new one might not work on some compilers
- Add informal debug traces for bug 4354

svn path=/trunk/; revision=41285

14 years agoRemove KeBugCheckWithTf() hack, fix VBEResetHw(). Stefan Ginsberg, bug #4581.
Dmitry Gorbachev [Thu, 4 Jun 2009 13:54:27 +0000 (13:54 +0000)]
Remove KeBugCheckWithTf() hack, fix VBEResetHw(). Stefan Ginsberg, bug #4581.

svn path=/trunk/; revision=41284

14 years ago- Add ReactOS Device Detection Tool - RosDDT. It's a command line tool for checking...
Aleksey Bragin [Thu, 4 Jun 2009 12:38:30 +0000 (12:38 +0000)]
- Add ReactOS Device Detection Tool - RosDDT. It's a command line tool for checking PC's hardware configuration for compatibility with ReactOS, and for reporting working hardware configurations to ReactOS hardware compatibility database. The tool is able of autoupdating its hardware compatibility database.
 * Web part is stubbed for now (hw.php) and needs to be developed.
 * Actual hardware database file (rosddt.ini) has only sample information.
 * Readme file is in Russian language, however running rosddt.exe without parameters provides a built-in English usage help.

svn path=/trunk/; revision=41282

14 years ago- Remove a few bad (PLIST_ENTRY) casts
Johannes Anderwald [Thu, 4 Jun 2009 09:37:57 +0000 (09:37 +0000)]
- Remove a few bad (PLIST_ENTRY) casts

svn path=/trunk/; revision=41280

14 years agoMikhail Denisenko <denisenkom@gmail.com>
Aleksey Bragin [Thu, 4 Jun 2009 09:01:10 +0000 (09:01 +0000)]
Mikhail Denisenko <denisenkom@gmail.com>
- Split the PIDL into current and parent folder, and call GetFolderAttributes only for current folder PIDL. This fixes tons of "ERR: HCR_GetFolderAttributes should be called for simple PIDL's only!" debug log spam messages.

See issue #4494 for more details.

svn path=/trunk/; revision=41279

14 years agoBug 4567: Italian translation updates by Paolo Devoti
Daniel Reimer [Thu, 4 Jun 2009 08:47:44 +0000 (08:47 +0000)]
Bug 4567: Italian translation updates by Paolo Devoti

svn path=/trunk/; revision=41278

14 years ago- MiFindExportedRoutineByNam: Correct an typo in assert that caused MmGetSystemRoutin...
Michael Martin [Thu, 4 Jun 2009 08:18:12 +0000 (08:18 +0000)]
- MiFindExportedRoutineByNam: Correct an typo in assert that caused MmGetSystemRoutineAddress to assert after finding a valid non forwarder function.

svn path=/trunk/; revision=41277

14 years ago- IopDeleteDevice: Fix a typo.
Michael Martin [Thu, 4 Jun 2009 03:40:47 +0000 (03:40 +0000)]
- IopDeleteDevice: Fix a typo.

svn path=/trunk/; revision=41276

14 years ago- More research is required to fix NtGdiSetPixelFormat, so removing disputed information.
James Tabor [Thu, 4 Jun 2009 01:33:43 +0000 (01:33 +0000)]
- More research is required to fix NtGdiSetPixelFormat, so removing disputed information.

svn path=/trunk/; revision=41275

14 years agoEstonian translations by Andres Traks (anthrax11*AT*hot*DOT*ee), bug #4580.
Dmitry Gorbachev [Thu, 4 Jun 2009 01:08:57 +0000 (01:08 +0000)]
Estonian translations by Andres Traks (anthrax11*AT*hot*DOT*ee), bug #4580.

svn path=/trunk/; revision=41274

14 years ago- IoGetLowerDeviceObject: Return lower device object if pending flags are not set...
Michael Martin [Thu, 4 Jun 2009 00:01:43 +0000 (00:01 +0000)]
- IoGetLowerDeviceObject: Return lower device object if pending flags are not set. Noticed by Johannes Anderwald.

svn path=/trunk/; revision=41273