reactos.git
15 years agostarted working on a ReactOS bootcamp management application. Just a mockup for now
Steven Edwards [Sat, 18 Apr 2009 02:03:33 +0000 (02:03 +0000)]
started working on a ReactOS bootcamp management application. Just a mockup for now

svn path=/trunk/; revision=40568

15 years agoUpdate ReactOS Calc to version 1.11. Carlo Bramini, bug #4346.
Dmitry Gorbachev [Fri, 17 Apr 2009 21:35:07 +0000 (21:35 +0000)]
Update ReactOS Calc to version 1.11. Carlo Bramini, bug #4346.

svn path=/trunk/; revision=40566

15 years agoBegin Japanese translation of USetup
Dmitry Gorbachev [Fri, 17 Apr 2009 21:01:56 +0000 (21:01 +0000)]
Begin Japanese translation of USetup

svn path=/trunk/; revision=40565

15 years ago- Update Japanese translations, Tomoya Kitagawa, bug #4332.
Dmitry Gorbachev [Fri, 17 Apr 2009 20:54:28 +0000 (20:54 +0000)]
- Update Japanese translations, Tomoya Kitagawa, bug #4332.
- Update Spanish translations, Javier Remacha, bug #4357.
- Spanish translation of Write by Elhoir, bug #4360.
- Brazilian Portuguese translations by Wagner Leandro Bueno Angelo, bug #4374.

svn path=/trunk/; revision=40564

15 years agofix last setupapi stringtable winetest
Christoph von Wittich [Fri, 17 Apr 2009 20:50:04 +0000 (20:50 +0000)]
fix last setupapi stringtable winetest

svn path=/trunk/; revision=40563

15 years ago- Ref bug 4074: Need to test it again to see if it crashes further down the line.
James Tabor [Fri, 17 Apr 2009 20:34:09 +0000 (20:34 +0000)]
- Ref bug 4074: Need to test it again to see if it crashes further down the line.

svn path=/trunk/; revision=40562

15 years agodon't crash on setupapi stringtable winetest
Christoph von Wittich [Fri, 17 Apr 2009 19:37:13 +0000 (19:37 +0000)]
don't crash on setupapi stringtable winetest

svn path=/trunk/; revision=40561

15 years agorevert 40488 as it breaks regsvr32
Christoph von Wittich [Fri, 17 Apr 2009 16:40:31 +0000 (16:40 +0000)]
revert 40488 as it breaks regsvr32

svn path=/trunk/; revision=40559

15 years ago- OutputDebugStringA: Handle freeing memory in case of an exception.
Michael Martin [Fri, 17 Apr 2009 11:09:22 +0000 (11:09 +0000)]
- OutputDebugStringA: Handle freeing memory in case of an exception.

svn path=/trunk/; revision=40558

15 years ago- Add volatile to variables in OutputDebugStringA. Fix #1 of ? for 3424.
Michael Martin [Fri, 17 Apr 2009 09:59:03 +0000 (09:59 +0000)]
- Add volatile to variables in OutputDebugStringA. Fix #1 of ? for 3424.

svn path=/trunk/; revision=40557

15 years ago- More correct fix of a problem with loading dlls
Dmitry Chapyshev [Fri, 17 Apr 2009 07:15:04 +0000 (07:15 +0000)]
- More correct fix of a problem with loading dlls

svn path=/trunk/; revision=40556

15 years ago- Add check on null-pointer. Fixes exception in some cases
Dmitry Chapyshev [Fri, 17 Apr 2009 07:12:21 +0000 (07:12 +0000)]
- Add check on null-pointer. Fixes exception in some cases

svn path=/trunk/; revision=40555

15 years ago - Don't leak the dma adapter when we fail
Cameron Gutman [Fri, 17 Apr 2009 01:55:31 +0000 (01:55 +0000)]
 - Don't leak the dma adapter when we fail

svn path=/trunk/; revision=40554

15 years ago - Fix another multiplication error
Cameron Gutman [Fri, 17 Apr 2009 01:50:29 +0000 (01:50 +0000)]
 - Fix another multiplication error

svn path=/trunk/; revision=40553

15 years ago - Initialize the spin lock in NdisInitializeReadWriteLock
Cameron Gutman [Fri, 17 Apr 2009 01:17:50 +0000 (01:17 +0000)]
 - Initialize the spin lock in NdisInitializeReadWriteLock
 - Fixes miniport drivers that use the read/write lock

svn path=/trunk/; revision=40552

15 years ago - Simplify timer implementation (done by me)
Cameron Gutman [Thu, 16 Apr 2009 23:55:00 +0000 (23:55 +0000)]
 - Simplify timer implementation (done by me)
 - Fix timer implementation (thanks to janderwald)
 - The Intel PRO/1000 driver loads but crashes later now
 - The Linksys Wireless-G driver MAY work now (untested)

svn path=/trunk/; revision=40550

15 years ago- Sync riched20 with Wine 1.1.19
Gregor Schneider [Thu, 16 Apr 2009 17:49:22 +0000 (17:49 +0000)]
- Sync riched20 with Wine 1.1.19
- Fixes a problem where the richedit control forwarded messages to itself through user32, also known as the Winrar installation stack overflow, bug #4197

svn path=/trunk/; revision=40545

15 years ago- Necessary to trim a path to dll (for example: path/name.dll-> name.dll). It fixes...
Dmitry Chapyshev [Thu, 16 Apr 2009 14:46:31 +0000 (14:46 +0000)]
- Necessary to trim a path to dll (for example: path/name.dll-> name.dll). It fixes an bug with search dlls if dll it is located in a folder with the program

svn path=/trunk/; revision=40544

15 years ago- Use a common exit point from a function, and thus fix two returns from a seh block...
Aleksey Bragin [Thu, 16 Apr 2009 13:44:59 +0000 (13:44 +0000)]
- Use a common exit point from a function, and thus fix two returns from a seh block not wrapped into _SEH2_YIELD.
- Fixes a crash in Downloader app and in numerous other applications.

svn path=/trunk/; revision=40542

15 years agoThis is why we can't have nice things. Reverting r40536, r40537, due to RosBE differe...
KJK::Hyperion [Thu, 16 Apr 2009 04:57:28 +0000 (04:57 +0000)]
This is why we can't have nice things. Reverting r40536, r40537, due to RosBE differences between Windows and Linux hosts (because RosBE sucks)

svn path=/trunk/; revision=40541

15 years agoThis is why we can't have nice things. Reverting r40538, r40539, due to RosBE differe...
KJK::Hyperion [Thu, 16 Apr 2009 04:52:16 +0000 (04:52 +0000)]
This is why we can't have nice things. Reverting r40538, r40539, due to RosBE differences between Windows and Linux hosts (because RosBE sucks)

svn path=/trunk/; revision=40540

15 years agoFixed generation of makefile dependencies for C++ sources
KJK::Hyperion [Thu, 16 Apr 2009 03:04:27 +0000 (03:04 +0000)]
Fixed generation of makefile dependencies for C++ sources

svn path=/trunk/; revision=40539

15 years agoRbuild rationalization commit, umpteenth of infinite
KJK::Hyperion [Thu, 16 Apr 2009 02:27:50 +0000 (02:27 +0000)]
Rbuild rationalization commit, umpteenth of infinite

modified   tools/rbuild/backend/mingw/mingw.cpp
modified   tools/rbuild/backend/mingw/mingw.h
modified   tools/rbuild/backend/mingw/modulehandler.cpp
modified   tools/rbuild/backend/mingw/modulehandler.h
modified   tools/rbuild/backend/mingw/rules.mak
added      tools/rbuild/compilerdirective.cpp
modified   tools/rbuild/compilerflag.cpp
modified   tools/rbuild/define.cpp
modified   tools/rbuild/include.cpp
modified   tools/rbuild/module.cpp
modified   tools/rbuild/pch.h
modified   tools/rbuild/project.cpp
modified   tools/rbuild/rbuild.dsp
modified   tools/rbuild/rbuild.h
modified   tools/rbuild/rbuild.mak
modified   tools/rbuild/rbuild.vcproj
modified   Makefile
modified   ReactOS-generic.rbuild
   Almost all build rules moved to a makefile.auto include (rules.mak). Size of makefile.auto reduced to about half
   The new rules correctly sort includes, defines and flags in priority order (built-in, project, module type, module, source file)
   The new rules don't duplicate flags anymore. Flag sets are defined once, as makefile variables, and then referred to by variable name
   Compiler-specific flags, includes and defines can now be set, for almost all compilers and tools
   <compilerflag>, <define> and <include> have a new "compiler" attribute, containing a comma-separated list of compilers the directive applies to
   C++ compiler renamed to "cxx", "cpp" now correctly refers to the C preprocessor (or work-alike, built-in preprocessors)
   Drop "overridable" attribute for <define>, as it never worked right
   New <redefine> tag: works like <define>, but undefines the variable before defining it. Several warnings suppressed thanks to it
   Slightly changed rule for resource file; conversion to object file now a separate phase that prints "[CVTRES]"
   Slightly changed definition of ${gas}
   Echo "[AS]" instead of "[GAS]"
   Echo "[RC]" for wrc

modified   include/crt/mingw32/intrin.h
   Now that the correct include paths are passed to the resource compiler, make headers more resource compiler-friendly

modified   dll/directx/wine/ddraw/ddraw.rbuild
   Apply GCC workaround for PSEH

modified   dll/directx/wine/wined3d/wined3d.rbuild
modified   dll/win32/riched20/riched20.rbuild
   -Wno-format no longer required

modified   dll/nls/idndl/idndl.rbuild
modified   dll/nls/idndl_redist/idndl_redist.rbuild
modified   dll/nls/normaliz_redist/normaliz_redist.rbuild
modified   lib/3rdparty/icu4ros/icu4ros.rbuild
modified   lib/nls/idna/idna.rbuild
modified   lib/nls/normalize/normalize.rbuild
modified   lib/nls/scripts/scripts.rbuild
   C++ compiler now identified by "cxx"

modified   drivers/storage/ide/uniata/uniata.rbuild
modified   drivers/wdm/audio/drivers/mpu401/mpu401.rbuild
modified   drivers/wdm/audio/drm/drmk/drmk.rbuild
   Disable exceptions and RTTI for kernel mode C++ code

modified   base/services/umpnpmgr/umpnpmgr.rbuild
modified   dll/cpl/ncpa/ncpa.rbuild
modified   dll/directx/amstream/amstream.rbuild
modified   dll/directx/dinput8/dinput8.rbuild
modified   dll/directx/dinput/dinput.rbuild
modified   dll/directx/qedit/qedit.rbuild
modified   dll/directx/quartz/quartz.rbuild
modified   dll/win32/advapi32/advapi32.rbuild
modified   dll/win32/atl/atl.rbuild
modified   dll/win32/avifil32/avifil32.rbuild
modified   dll/win32/browseui/browseui.rbuild
modified   dll/win32/comcat/comcat.rbuild
modified   dll/win32/crypt32/crypt32.rbuild
modified   dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild
modified   dll/win32/imm32/imm32.rbuild
modified   dll/win32/inetcomm/inetcomm.rbuild
modified   dll/win32/localspl/localspl.rbuild
modified   dll/win32/mlang/mlang.rbuild
modified   dll/win32/msctf/msctf.rbuild
modified   dll/win32/mshtml/mshtml.rbuild
modified   dll/win32/msi/msi.rbuild
modified   dll/win32/mstask/mstask.rbuild
modified   dll/win32/msxml3/msxml3.rbuild
modified   dll/win32/ntmarta/ntmarta.rbuild
modified   dll/win32/objsel/objsel.rbuild
modified   dll/win32/ole32/ole32.rbuild
modified   dll/win32/oleaut32/oleaut32.rbuild
modified   dll/win32/pdh/pdh.rbuild
modified   dll/win32/rpcrt4/rpcrt4.rbuild
modified   dll/win32/shell32/shell32.rbuild
modified   dll/win32/shlwapi/shlwapi.rbuild
modified   dll/win32/urlmon/urlmon.rbuild
modified   dll/win32/wuapi/wuapi.rbuild
modified   include/reactos/idl/idl.rbuild
modified   dll/win32/kernel32/kernel32.rbuild
modified   dll/nls/idndl/idndl.rbuild
modified   lib/nls/idna/idna.rbuild
modified   lib/nls/normalize/normalize.rbuild
modified   lib/nls/scripts/scripts.rbuild
modified   dll/win32/inseng/inseng.rbuild
   Use <redefine> instead of <define> for version macros

modified   base/setup/usetup/usetup.rbuild
modified   base/system/autochk/autochk.rbuild
modified   base/system/smss/smss.rbuild
modified   dll/3rdparty/dxtn/dxtn.rbuild
modified   dll/keyboard/kbda1/kbda1.rbuild
modified   dll/keyboard/kbda2/kbda2.rbuild
modified   dll/keyboard/kbda3/kbda3.rbuild
modified   dll/keyboard/kbdal/kbdal.rbuild
modified   dll/keyboard/kbdarme/kbdarme.rbuild
modified   dll/keyboard/kbdarmw/kbdarmw.rbuild
modified   dll/keyboard/kbdaze/kbdaze.rbuild
modified   dll/keyboard/kbdazel/kbdazel.rbuild
modified   dll/keyboard/kbdbe/kbdbe.rbuild
modified   dll/keyboard/kbdbga/kbdbga.rbuild
modified   dll/keyboard/kbdbgm/kbdbgm.rbuild
modified   dll/keyboard/kbdbgt/kbdbgt.rbuild
modified   dll/keyboard/kbdblr/kbdblr.rbuild
modified   dll/keyboard/kbdbr/kbdbr.rbuild
modified   dll/keyboard/kbdbur/kbdbur.rbuild
modified   dll/keyboard/kbdcan/kbdcan.rbuild
modified   dll/keyboard/kbdcr/kbdcr.rbuild
modified   dll/keyboard/kbdcz1/kbdcz1.rbuild
modified   dll/keyboard/kbdcz/kbdcz.rbuild
modified   dll/keyboard/kbdda/kbdda.rbuild
modified   dll/keyboard/kbddv/kbddv.rbuild
modified   dll/keyboard/kbdes/kbdes.rbuild
modified   dll/keyboard/kbdest/kbdest.rbuild
modified   dll/keyboard/kbdfc/kbdfc.rbuild
modified   dll/keyboard/kbdfi/kbdfi.rbuild
modified   dll/keyboard/kbdfr/kbdfr.rbuild
modified   dll/keyboard/kbdgeo/kbdgeo.rbuild
modified   dll/keyboard/kbdgerg/kbdgerg.rbuild
modified   dll/keyboard/kbdgneo/kbdgneo.rbuild
modified   dll/keyboard/kbdgr/kbdgr.rbuild
modified   dll/keyboard/kbdgrist/kbdgrist.rbuild
modified   dll/keyboard/kbdhe/kbdhe.rbuild
modified   dll/keyboard/kbdheb/kbdheb.rbuild
modified   dll/keyboard/kbdhu/kbdhu.rbuild
modified   dll/keyboard/kbdic/kbdic.rbuild
modified   dll/keyboard/kbdinasa/kbdinasa.rbuild
modified   dll/keyboard/kbdinben/kbdinben.rbuild
modified   dll/keyboard/kbdindev/kbdindev.rbuild
modified   dll/keyboard/kbdinguj/kbdinguj.rbuild
modified   dll/keyboard/kbdinmal/kbdinmal.rbuild
modified   dll/keyboard/kbdir/kbdir.rbuild
modified   dll/keyboard/kbdit/kbdit.rbuild
modified   dll/keyboard/kbdja/kbdja.rbuild
modified   dll/keyboard/kbdkaz/kbdkaz.rbuild
modified   dll/keyboard/kbdko/kbdko.rbuild
modified   dll/keyboard/kbdla/kbdla.rbuild
modified   dll/keyboard/kbdlt1/kbdlt1.rbuild
modified   dll/keyboard/kbdlv/kbdlv.rbuild
modified   dll/keyboard/kbdmac/kbdmac.rbuild
modified   dll/keyboard/kbdne/kbdne.rbuild
modified   dll/keyboard/kbdno/kbdno.rbuild
modified   dll/keyboard/kbdpl1/kbdpl1.rbuild
modified   dll/keyboard/kbdpo/kbdpo.rbuild
modified   dll/keyboard/kbdro/kbdro.rbuild
modified   dll/keyboard/kbdru1/kbdru1.rbuild
modified   dll/keyboard/kbdru/kbdru.rbuild
modified   dll/keyboard/kbdsg/kbdsg.rbuild
modified   dll/keyboard/kbdsk1/kbdsk1.rbuild
modified   dll/keyboard/kbdsk/kbdsk.rbuild
modified   dll/keyboard/kbdsw/kbdsw.rbuild
modified   dll/keyboard/kbdtat/kbdtat.rbuild
modified   dll/keyboard/kbdth0/kbdth0.rbuild
modified   dll/keyboard/kbdth1/kbdth1.rbuild
modified   dll/keyboard/kbdth2/kbdth2.rbuild
modified   dll/keyboard/kbdth3/kbdth3.rbuild
modified   dll/keyboard/kbdtuf/kbdtuf.rbuild
modified   dll/keyboard/kbdtuq/kbdtuq.rbuild
modified   dll/keyboard/kbduk/kbduk.rbuild
modified   dll/keyboard/kbdur/kbdur.rbuild
modified   dll/keyboard/kbdurs/kbdurs.rbuild
modified   dll/keyboard/kbdus/kbdus.rbuild
modified   dll/keyboard/kbdusa/kbdusa.rbuild
modified   dll/keyboard/kbdusl/kbdusl.rbuild
modified   dll/keyboard/kbdusr/kbdusr.rbuild
modified   dll/keyboard/kbdusx/kbdusx.rbuild
modified   dll/keyboard/kbduzb/kbduzb.rbuild
modified   dll/keyboard/kbdvntc/kbdvntc.rbuild
modified   dll/keyboard/kbdycc/kbdycc.rbuild
modified   dll/keyboard/kbdycl/kbdycl.rbuild
modified   dll/ntdll/ntdll.rbuild
modified   dll/win32/crtdll/crtdll.rbuild
modified   dll/win32/dhcpcsvc/dhcpcsvc.rbuild
modified   dll/win32/dnsapi/dnsapi.rbuild
modified   dll/win32/fmifs/fmifs.rbuild
modified   dll/win32/gdi32/gdi32.rbuild
modified   dll/win32/lpk/lpk.rbuild
modified   dll/win32/msvcrt/msvcrt.rbuild
modified   dll/win32/opengl32/opengl32.rbuild
modified   dll/win32/psapi/psapi.rbuild
modified   dll/win32/rasdlg/rasdlg.rbuild
modified   dll/win32/rasman/rasman.rbuild
modified   dll/win32/samlib/samlib.rbuild
modified   dll/win32/shimgvw/shimgvw.rbuild
modified   dll/win32/smdll/smdll.rbuild
modified   dll/win32/twain_32/twain_32.rbuild
modified   dll/win32/uext2/uext2.rbuild
modified   dll/win32/ufat/ufat.rbuild
modified   dll/win32/ufatx/ufatx.rbuild
modified   dll/win32/untfs/untfs.rbuild
modified   dll/win32/user32/user32.rbuild
modified   dll/win32/winspool/winspool.rbuild
modified   dll/win32/ws2_32/ws2_32.rbuild
modified   dll/win32/ws2help/ws2help.rbuild
modified   dll/win32/wshirda/wshirda.rbuild
modified   drivers/directx/dxapi/dxapi.rbuild
modified   drivers/directx/dxgthk/dxgthk.rbuild
modified   hal/halarm/generic/generic.rbuild
modified   hal/halarm/up/halup.rbuild
modified   hal/halppc/generic/generic.rbuild
modified   hal/halppc/up/halup.rbuild
modified   hal/halx86/generic/generic.rbuild
modified   hal/halx86/hal_generic.rbuild
modified   hal/halx86/hal_generic_pc.rbuild
modified   hal/halx86/hal_generic_up.rbuild
modified   hal/halx86/halmp.rbuild
modified   hal/halx86/halup.rbuild
modified   hal/halx86/halxbox.rbuild
modified   lib/3rdparty/libwine/libwine.rbuild
modified   lib/epsapi/epsapi.rbuild
modified   lib/fslib/ext2lib/ext2lib.rbuild
modified   lib/fslib/ntfslib/ntfslib.rbuild
modified   lib/fslib/vfatlib/vfatlib.rbuild
modified   lib/fslib/vfatxlib/vfatxlib.rbuild
modified   lib/ntdllsys/ntdllsys.rbuild
modified   lib/sdk/crt/crt.rbuild
modified   lib/sdk/dxguid/dxguid.rbuild
modified   lib/sdk/nt/nt.rbuild
modified   lib/sdk/strmiids/strmiids.rbuild
modified   lib/sdk/uuid/uuid.rbuild
modified   lib/smlib/smlib.rbuild
modified   lib/win32ksys/win32ksys.rbuild
modified   ntoskrnl/ntoskrnl-generic.rbuild
modified   subsystems/csr/csrsrv/csrsrv.rbuild
modified   subsystems/ntvdm/ntvdm.rbuild
modified   subsystems/win32/csrss/win32csr/win32csr.rbuild
modified   dll/win32/kernel32/kernel32.rbuild
modified   lib/drivers/oskittcp/oskittcp.rbuild
   Goodbye _DISABLE_TIDENTS, __USE_W32API

svn path=/trunk/; revision=40538

15 years agoSome obsolete flags removed, some useless compiler flags removed & shit. Nothing...
KJK::Hyperion [Thu, 16 Apr 2009 02:18:00 +0000 (02:18 +0000)]
Some obsolete flags removed, some useless compiler flags removed & shit. Nothing earth-shattering
<insert ginormous commit message ruined by TortoiseSVN's shitty GUI>

svn path=/trunk/; revision=40537

15 years agomodified winetests/advpack/advpack.rbuild
KJK::Hyperion [Thu, 16 Apr 2009 02:06:20 +0000 (02:06 +0000)]
modified   winetests/advpack/advpack.rbuild
modified   winetests/browseui/browseui.rbuild
modified   winetests/cabinet/cabinet.rbuild
modified   winetests/comcat/comcat.rbuild
modified   winetests/comdlg32/comdlg32.rbuild
modified   winetests/gdiplus/gdiplus.rbuild
modified   winetests/hlink/hlink.rbuild
modified   winetests/imm32/imm32.rbuild
modified   winetests/lz32/lz32.rbuild
modified   winetests/mapi32/mapi32.rbuild
modified   winetests/mlang/mlang.rbuild
modified   winetests/msacm32/msacm32.rbuild
modified   winetests/mshtml/mshtml.rbuild
modified   winetests/msi/msi.rbuild
modified   winetests/mstask/mstask.rbuild
modified   winetests/netapi32/netapi32.rbuild
modified   winetests/odbccp32/odbccp32.rbuild
modified   winetests/ole32/ole32.rbuild
modified   winetests/rsabase/rsabase.rbuild
modified   winetests/rsaenh/rsaenh.rbuild
modified   winetests/schannel/schannel.rbuild
modified   winetests/shell32/shell32.rbuild
modified   winetests/shlwapi/shlwapi.rbuild
modified   winetests/urlmon/urlmon.rbuild
modified   winetests/usp10/usp10.rbuild
modified   winetests/uxtheme/uxtheme.rbuild
modified   winetests/version/version.rbuild
modified   winetests/winhttp/winhttp.rbuild
modified   winetests/wininet/wininet.rbuild
   -Wno-format no longer necessary

svn path=/trunk/; revision=40536

15 years agofix some setupapi winetests
Christoph von Wittich [Wed, 15 Apr 2009 21:19:48 +0000 (21:19 +0000)]
fix some setupapi winetests

svn path=/trunk/; revision=40535

15 years ago- sync wined3d, d3d8, d3d9, ddraw with Wine 1.1.19
Kamil Hornicek [Wed, 15 Apr 2009 20:40:10 +0000 (20:40 +0000)]
- sync wined3d, d3d8, d3d9, ddraw with Wine 1.1.19

svn path=/trunk/; revision=40534

15 years agomake telnetd manual
Steven Edwards [Wed, 15 Apr 2009 18:29:37 +0000 (18:29 +0000)]
make telnetd manual

svn path=/trunk/; revision=40533

15 years ago- Revert r40529
Dmitry Chapyshev [Wed, 15 Apr 2009 17:18:20 +0000 (17:18 +0000)]
- Revert r40529

svn path=/trunk/; revision=40532

15 years ago- Detect switched color and mask bitmaps in CreateCursorIndirect and switch them...
Gregor Schneider [Wed, 15 Apr 2009 17:09:17 +0000 (17:09 +0000)]
- Detect switched color and mask bitmaps in CreateCursorIndirect and switch them back
- Don't set the icon hotspot too early in CreateIcon
- Fixes five cursoricon winetests

svn path=/trunk/; revision=40531

15 years agoMore monochrome icon handling fixes in CreateIcon and CreateCursorIconHandle, fixes...
Gregor Schneider [Wed, 15 Apr 2009 16:00:22 +0000 (16:00 +0000)]
More monochrome icon handling fixes in CreateIcon and CreateCursorIconHandle, fixes two cursoricon winetests

svn path=/trunk/; revision=40530

15 years ago- Revert r40483
Dmitry Chapyshev [Wed, 15 Apr 2009 15:47:45 +0000 (15:47 +0000)]
- Revert r40483

svn path=/trunk/; revision=40529

15 years ago- CreateIcon: create color bitmap only if bitsPixel specifies a non-monochrome icon
Gregor Schneider [Wed, 15 Apr 2009 15:39:46 +0000 (15:39 +0000)]
- CreateIcon: create color bitmap only if bitsPixel specifies a non-monochrome icon
- CreateCursorIconHandle: set hotspot for icons based on the bitmap size
- Fixes seven user32 cursoricon winetests

svn path=/trunk/; revision=40528

15 years ago- Revert r40484
Dmitry Chapyshev [Wed, 15 Apr 2009 15:32:04 +0000 (15:32 +0000)]
- Revert r40484

svn path=/trunk/; revision=40527

15 years ago- Allow creation of icons without color bitmap in CreateIconIndirect
Gregor Schneider [Wed, 15 Apr 2009 12:36:37 +0000 (12:36 +0000)]
- Allow creation of icons without color bitmap in CreateIconIndirect
- Compare color and mask size if color is present, compare height against height
- Fixes 13 user32 cursoricon winetests
- DbgPrint -> ERR or FIXME

svn path=/trunk/; revision=40526

15 years ago- Implement ThreadPriorityBoost case in NtQueryInformationThread
Dmitry Chapyshev [Wed, 15 Apr 2009 11:57:48 +0000 (11:57 +0000)]
- Implement ThreadPriorityBoost case in NtQueryInformationThread
- Add ThreadDescriptorTableEntry case
- Add check of parametres
Approved by Aleksey.

svn path=/trunk/; revision=40525

15 years ago- Plug in sample rate conversion library, doesnt work yet
Johannes Anderwald [Wed, 15 Apr 2009 10:41:41 +0000 (10:41 +0000)]
- Plug in sample rate conversion library, doesnt work yet
- Implement calloc, memset, memcpy as calling their Rtl* wrapper doesnt work- Add define for AC97 hacks

svn path=/trunk/; revision=40524

15 years ago- At an exception returns STATUS_DLL_NOT_FOUND. It fixes one wine test
Dmitry Chapyshev [Wed, 15 Apr 2009 10:20:10 +0000 (10:20 +0000)]
- At an exception returns STATUS_DLL_NOT_FOUND. It fixes one wine test

svn path=/trunk/; revision=40523

15 years ago- Use SEH in LdrGetProcedureAddress. It fixes an exception in "kernel32_winetest...
Dmitry Chapyshev [Wed, 15 Apr 2009 09:27:59 +0000 (09:27 +0000)]
- Use SEH in LdrGetProcedureAddress. It fixes an exception in "kernel32_winetest module" and some wine tests

svn path=/trunk/; revision=40522

15 years ago- Disable ACPI once again until bug 3363 and bug 4221 are fixed.
Aleksey Bragin [Wed, 15 Apr 2009 09:19:24 +0000 (09:19 +0000)]
- Disable ACPI once again until bug 3363 and bug 4221 are fixed.
See issue #3363 for more details.

svn path=/trunk/; revision=40521

15 years agosync wininet urlcache.c with wine 1.1.19 - fixes memory corruptions
Christoph von Wittich [Wed, 15 Apr 2009 09:17:12 +0000 (09:17 +0000)]
sync wininet urlcache.c with wine 1.1.19 - fixes memory corruptions

svn path=/trunk/; revision=40520

15 years agocheck for immutable bits in RtlSetControlSecurityDescriptor
Christoph von Wittich [Wed, 15 Apr 2009 08:33:57 +0000 (08:33 +0000)]
check for immutable bits in RtlSetControlSecurityDescriptor
fixes >100 advapi32 security winetests

svn path=/trunk/; revision=40519

15 years ago- Silence MmCanFileBeTruncated warning about not checking for outstanding write probes.
Aleksey Bragin [Wed, 15 Apr 2009 07:47:15 +0000 (07:47 +0000)]
- Silence MmCanFileBeTruncated warning about not checking for outstanding write probes.

svn path=/trunk/; revision=40518

15 years ago- Sync avifil32 with Wine 1.1.19
Dmitry Chapyshev [Wed, 15 Apr 2009 07:33:50 +0000 (07:33 +0000)]
- Sync avifil32 with Wine 1.1.19

svn path=/trunk/; revision=40517

15 years ago- Update Russian translation
Dmitry Chapyshev [Wed, 15 Apr 2009 07:29:19 +0000 (07:29 +0000)]
- Update Russian translation

svn path=/trunk/; revision=40516

15 years ago- Use rundll32.exe and CreateProcessAsUserW to call ClientSideInstallW for installing...
Colin Finck [Tue, 14 Apr 2009 22:31:36 +0000 (22:31 +0000)]
- Use rundll32.exe and CreateProcessAsUserW to call ClientSideInstallW for installing new devices and supply all required information over a named pipe.
  The named pipe communication was monitored under Windows XP SP2, so that the protocol under ReactOS is compatible (except for one data field, see code)
- Implement ClientSideInstallW in newdev.dll
- Give umpnpmgr the SE_ASSIGNPRIMARYTOKEN privilege to use CreateProcessAsUserW
- Open the token of the userinit process with TOKEN_ASSIGN_PRIMARY | TOKEN_DUPLICATE | TOKEN_QUERY, we don't get TOKEN_ALL_ACCESS and used to fail here without noticing it
- Return CR_FAILURE in case of problems inside PNP_ReportLogOn

This stuff by the way fixes the "Browse" button in a "New hardware device" dialog
See issue #4363 for more details.

svn path=/trunk/; revision=40513

15 years agoFix and slightly optimize _SHGetUserShellFolderPath
Colin Finck [Tue, 14 Apr 2009 22:13:20 +0000 (22:13 +0000)]
Fix and slightly optimize _SHGetUserShellFolderPath
Note to Wine guys: Registry functions take and give everything in bytes!

svn path=/trunk/; revision=40512

15 years ago- ICON_CreateCursorFromData should pass a header that fits to the bitmap data to...
Gregor Schneider [Tue, 14 Apr 2009 21:30:03 +0000 (21:30 +0000)]
- ICON_CreateCursorFromData should pass a header that fits to the bitmap data to SetDIBits to allow color conversion if necessary; create the color cursor if requested in the same function
- Winamp 2.95 now shows a custom cursor, but it's still surrounded by blackness, bug #4370
- Misc typo fixes, cleanup

svn path=/trunk/; revision=40510

15 years agoRemove hBitmap from DC.rosdc and use DC.dclevel.pSurface instead.
Timo Kreuzer [Tue, 14 Apr 2009 20:50:02 +0000 (20:50 +0000)]
Remove hBitmap from DC.rosdc and use DC.dclevel.pSurface instead.

svn path=/trunk/; revision=40509

15 years agoRevert 40507, it breaks VBox.
Timo Kreuzer [Tue, 14 Apr 2009 18:14:18 +0000 (18:14 +0000)]
Revert 40507, it breaks VBox.

svn path=/trunk/; revision=40508

15 years agoEnable uniata.sys as default Storage driver. Approved by Fireball. Complaints go...
Daniel Reimer [Tue, 14 Apr 2009 17:24:04 +0000 (17:24 +0000)]
Enable uniata.sys as default Storage driver. Approved by Fireball. Complaints go to reimer.daniel@freenet.de
I skipped removing atapi.sys from build. first test it. if it works we do this then.

svn path=/trunk/; revision=40507

15 years ago- Display unpartitioned and unformatted entries in a partition table. Fixes problems...
Aleksey Bragin [Tue, 14 Apr 2009 16:53:22 +0000 (16:53 +0000)]
- Display unpartitioned and unformatted entries in a partition table. Fixes problems when installing on an absolutely clean harddisk.

svn path=/trunk/; revision=40506

15 years ago- Implement Channel de-muxing
Johannes Anderwald [Tue, 14 Apr 2009 16:43:17 +0000 (16:43 +0000)]
- Implement Channel de-muxing
- WIP, bugs expected

svn path=/trunk/; revision=40505

15 years agoMake the SURFACE structure more like the one from Windows
Timo Kreuzer [Tue, 14 Apr 2009 16:41:48 +0000 (16:41 +0000)]
Make the SURFACE structure more like the one from Windows

svn path=/trunk/; revision=40504

15 years agoFix some parameter sizes in gdi32.spec (handles are pointer sized), there's probably...
Timo Kreuzer [Tue, 14 Apr 2009 16:16:18 +0000 (16:16 +0000)]
Fix some parameter sizes in gdi32.spec (handles are pointer sized), there's probably a lot more.

svn path=/trunk/; revision=40503

15 years agoReturn NULL, if failed to lock the provided palette in InrEngCreateXlate. Fixes bug...
Timo Kreuzer [Tue, 14 Apr 2009 16:06:07 +0000 (16:06 +0000)]
Return NULL, if failed to lock the provided palette in InrEngCreateXlate. Fixes bug 4378.
See issue #4378 for more details.

svn path=/trunk/; revision=40502

15 years ago- Replace ConvertStringSecurityDescriptorToSecurityDescriptorW with the more advanced...
Gregor Schneider [Tue, 14 Apr 2009 15:36:39 +0000 (15:36 +0000)]
- Replace ConvertStringSecurityDescriptorToSecurityDescriptorW with the more advanced wine version, fixes a memory corruption advapi32 security winetest caused and the correspondent user mode crash (requested by Christoph_vW)
- Update and move helper functions, remove unreferenced functions
- Update readme.wine for advapi32 security files (we use a different structure and only parts of wine's implementation)

svn path=/trunk/; revision=40501

15 years ago- Fix a bug in the KSPROPERTY_PIN_DATAINTERSECTION handler
Johannes Anderwald [Tue, 14 Apr 2009 14:59:51 +0000 (14:59 +0000)]
- Fix a bug in the KSPROPERTY_PIN_DATAINTERSECTION handler
- Verify format in the pin creation routine
- Only create a pin when there is work to be done
- Improve error checking

svn path=/trunk/; revision=40500

15 years ago- Handle KSPROPERTY_PIN_DATAINTERSECTION
Johannes Anderwald [Tue, 14 Apr 2009 11:07:15 +0000 (11:07 +0000)]
- Handle KSPROPERTY_PIN_DATAINTERSECTION

svn path=/trunk/; revision=40499

15 years ago- Fix warning
Johannes Anderwald [Tue, 14 Apr 2009 11:03:32 +0000 (11:03 +0000)]
- Fix warning

svn path=/trunk/; revision=40498

15 years ago- usetup expects the videomode to be set, and fonts to be loaded. Change setupldr2...
Aleksey Bragin [Tue, 14 Apr 2009 10:36:16 +0000 (10:36 +0000)]
- usetup expects the videomode to be set, and fonts to be loaded. Change setupldr2 accordingly. This fixes the "blank" blue screen in the beginning of first stage (when started with setupldr2 of course).

svn path=/trunk/; revision=40497

15 years ago- Use a work item for each specific task: start, stop, close
Johannes Anderwald [Tue, 14 Apr 2009 07:21:05 +0000 (07:21 +0000)]
- Use a work item for each specific task: start, stop, close
- Should fix bug 4365

svn path=/trunk/; revision=40496

15 years agoEngBitBlt provides bitblt capabilities between standard-format bitmap surfaces. It...
Timo Kreuzer [Tue, 14 Apr 2009 02:47:15 +0000 (02:47 +0000)]
EngBitBlt provides bitblt capabilities between standard-format bitmap surfaces. It does not provide transfer between different opaque device managed surfaces. So get rid of IntEngEnter/Leave in EngBitBlt. Also GDI should call the drivers function if *any* of the surfaces is managed by the driver, and only in the case that the other surface is an opaque surface managed by a different driver, GDI needs to provide an intermediate surface using DrvCopyBits, and in this case only for the source surface, never for the target surface. This situation can currently not occur on reactos, as we do not support more than one display driver. This fixes the problem incredible recursive call chains and excessive copying. Improves mouse pointer performance. Other Eng functions are tbd. DrvBitBlt is never called with a single clipping rectangle, so set pco to NULL if it's complexity is DC_RECT, as we clipped the bounding rect already and EngBitBlt is not called when DrvBitBlt fails.

svn path=/trunk/; revision=40495

15 years ago- Remove NtGdi calls from user32 headers.
James Tabor [Mon, 13 Apr 2009 23:27:52 +0000 (23:27 +0000)]
- Remove NtGdi calls from user32 headers.

svn path=/trunk/; revision=40494

15 years agoforgot this file
Timo Kreuzer [Mon, 13 Apr 2009 21:40:14 +0000 (21:40 +0000)]
forgot this file

svn path=/trunk/; revision=40493

15 years agoAdd RECTL_vMakeWellOrdered
Timo Kreuzer [Mon, 13 Apr 2009 21:38:37 +0000 (21:38 +0000)]
Add RECTL_vMakeWellOrdered

svn path=/trunk/; revision=40492

15 years agoAdd rosperf test for scrolling.
Timo Kreuzer [Mon, 13 Apr 2009 21:36:56 +0000 (21:36 +0000)]
Add rosperf test for scrolling.

svn path=/trunk/; revision=40491

15 years agoremove semicolon from define, thanks to Carlo Bramini for noticing
Gregor Schneider [Mon, 13 Apr 2009 20:05:06 +0000 (20:05 +0000)]
remove semicolon from define, thanks to Carlo Bramini for noticing

svn path=/trunk/; revision=40490

15 years agosync kernel32 profile winetest with wine 1.1.19
Christoph von Wittich [Mon, 13 Apr 2009 19:40:27 +0000 (19:40 +0000)]
sync kernel32 profile winetest with wine 1.1.19

svn path=/trunk/; revision=40489

15 years agoJames Hawkins : kernel32: Handle writing empty sections and keys in WritePrivateProfi...
Christoph von Wittich [Mon, 13 Apr 2009 18:53:56 +0000 (18:53 +0000)]
James Hawkins : kernel32: Handle writing empty sections and keys in WritePrivateProfileString.

svn path=/trunk/; revision=40488

15 years ago- Deactivate unneeded debug prints, change DbgPrint to DPRINTx, remove unused perform...
Gregor Schneider [Mon, 13 Apr 2009 17:51:50 +0000 (17:51 +0000)]
- Deactivate unneeded debug prints, change DbgPrint to DPRINTx, remove unused performance checks, formatting - no functional changes

svn path=/trunk/; revision=40487

15 years ago- More correct fix of tests
Dmitry Chapyshev [Mon, 13 Apr 2009 17:13:35 +0000 (17:13 +0000)]
- More correct fix of tests

svn path=/trunk/; revision=40486

15 years agoadd telnet service, enable it by default
Steven Edwards [Mon, 13 Apr 2009 16:26:49 +0000 (16:26 +0000)]
add telnet service, enable it by default

svn path=/trunk/; revision=40485

15 years ago- Simplify my last changes. Thanks Goplat ;)
Dmitry Chapyshev [Mon, 13 Apr 2009 16:06:08 +0000 (16:06 +0000)]
- Simplify my last changes. Thanks Goplat ;)

svn path=/trunk/; revision=40484

15 years ago- Fix 3 winetests for CreateProcessA/W
Dmitry Chapyshev [Mon, 13 Apr 2009 15:49:54 +0000 (15:49 +0000)]
- Fix 3 winetests for CreateProcessA/W

svn path=/trunk/; revision=40483

15 years agomove telnetd out of rosapps
Steven Edwards [Mon, 13 Apr 2009 13:30:03 +0000 (13:30 +0000)]
move telnetd out of rosapps

svn path=/trunk/; revision=40482

15 years agomove telnetd to main tree, not enabled yet
Steven Edwards [Mon, 13 Apr 2009 13:29:21 +0000 (13:29 +0000)]
move telnetd to main tree, not enabled yet

svn path=/trunk/; revision=40481

15 years ago- Add more check on CodePage = 0. +2 passed wine tests
Dmitry Chapyshev [Mon, 13 Apr 2009 12:33:33 +0000 (12:33 +0000)]
- Add more check on CodePage = 0. +2 passed wine tests

svn path=/trunk/; revision=40480

15 years ago- Add check on CodePage = 0. +2 passed wine tests
Dmitry Chapyshev [Mon, 13 Apr 2009 12:26:28 +0000 (12:26 +0000)]
- Add check on CodePage = 0. +2 passed wine tests

svn path=/trunk/; revision=40479

15 years ago- Fully implement GetProcessVersion. +1 passed winetest
Dmitry Chapyshev [Mon, 13 Apr 2009 11:58:39 +0000 (11:58 +0000)]
- Fully implement GetProcessVersion. +1 passed winetest

svn path=/trunk/; revision=40478

15 years ago - Fix release build (try 1)
Cameron Gutman [Mon, 13 Apr 2009 06:04:14 +0000 (06:04 +0000)]
 - Fix release build (try 1)

svn path=/trunk/; revision=40477

15 years ago - Fix a typo
Cameron Gutman [Mon, 13 Apr 2009 03:26:18 +0000 (03:26 +0000)]
 - Fix a typo

svn path=/trunk/; revision=40476

15 years ago - Implement the rest of MiniIndicateReceivePacket
Cameron Gutman [Mon, 13 Apr 2009 03:11:42 +0000 (03:11 +0000)]
 - Implement the rest of MiniIndicateReceivePacket
 - rtl8139 partially works now
 - It gets an IP address and can ping other computers but attempting to download something results in a page fault during the download

svn path=/trunk/; revision=40475

15 years agoVarious fixes to the way cmd handles errorlevel and the "return values" of commands:
Jeffrey Morlan [Sun, 12 Apr 2009 23:51:15 +0000 (23:51 +0000)]
Various fixes to the way cmd handles errorlevel and the "return values" of commands:
- Changed type of return values from BOOL to INT, with 0 indicating success and any other value indicating failure. If the left side of an || operator returns nonzero, errorlevel is set to that value.
- The return value of a batch file or FOR is the return value of the last command executed in it. An empty batch file returns 0, unless it was CALLed, in which case it returns errorlevel.
- CALL sets errorlevel to the return value of whatever was called.
- Running a GUI program doesn't change errorlevel, but always returns 0.
- CMD /C uses the command's return value, not errorlevel, as the process exit code.

svn path=/trunk/; revision=40474

15 years ago- Add parameter validity check to GetTextFaceA (same as in GetTextFaceW)
Gregor Schneider [Sun, 12 Apr 2009 18:44:00 +0000 (18:44 +0000)]
- Add parameter validity check to GetTextFaceA (same as in GetTextFaceW)

svn path=/trunk/; revision=40473

15 years ago - Don't close the connection handle and dereference the connection object when we...
Cameron Gutman [Sun, 12 Apr 2009 05:07:15 +0000 (05:07 +0000)]
 - Don't close the connection handle and dereference the connection object when we run out of memory because it will cause a crash when AfdCleanupSocket tries to do the same
 - Fixes bug 4362

svn path=/trunk/; revision=40471

15 years ago- RtlSetEnvironmentVariable: Removing a variable that didn't exist in the first place...
Jeffrey Morlan [Sun, 12 Apr 2009 04:41:33 +0000 (04:41 +0000)]
- RtlSetEnvironmentVariable: Removing a variable that didn't exist in the first place should still returns STATUS_SUCCESS.
- Removing a variable can be done by using a pointer to a UNICODE_STRING with a NULL Buffer as the value, as well as just passing NULL as the value.

svn path=/trunk/; revision=40470

15 years ago- Don't copy data to null buffer, just return the string length in this case
Gregor Schneider [Sat, 11 Apr 2009 21:24:25 +0000 (21:24 +0000)]
- Don't copy data to null buffer, just return the string length in this case
- Fix some buffer calculation problems, handle buffer termination if it's shorter than the font string
- Fixes >= 10 gdi32 font winetests (NtGdiGetTextFaceW/NtGdiGetTextFaceA related)

svn path=/trunk/; revision=40469

15 years agoremove doenloader from rosapps build
Timo Kreuzer [Sat, 11 Apr 2009 20:29:31 +0000 (20:29 +0000)]
remove doenloader from rosapps build

svn path=/trunk/; revision=40468

15 years ago- Reapply the gdi32 bitmap font test ROS-HACK -- the tests still fail on the build...
Stefan Ginsberg [Sat, 11 Apr 2009 20:15:26 +0000 (20:15 +0000)]
- Reapply the gdi32 bitmap font test ROS-HACK -- the tests still fail on the build server

svn path=/trunk/; revision=40466

15 years ago[FORMATTING]
Timo Kreuzer [Sat, 11 Apr 2009 19:04:06 +0000 (19:04 +0000)]
[FORMATTING]
Fix indentation, no code change

svn path=/trunk/; revision=40465

15 years ago- Remove the "ROS-HACK" for gdi32 bitmap font tests -- this doesn't crash the system...
Stefan Ginsberg [Sat, 11 Apr 2009 18:54:22 +0000 (18:54 +0000)]
- Remove the "ROS-HACK" for gdi32 bitmap font tests -- this doesn't crash the system anymore

svn path=/trunk/; revision=40464

15 years agoremove downloader from rosapps
Ged Murphy [Sat, 11 Apr 2009 16:58:21 +0000 (16:58 +0000)]
remove downloader from rosapps

svn path=/trunk/; revision=40463

15 years agoRemove the old rosapps entries
Ged Murphy [Sat, 11 Apr 2009 16:56:22 +0000 (16:56 +0000)]
Remove the old rosapps entries

svn path=/trunk/; revision=40462

15 years agoMove the downloader tool into trunk
Ged Murphy [Sat, 11 Apr 2009 16:51:57 +0000 (16:51 +0000)]
Move the downloader tool into trunk

svn path=/trunk/; revision=40461

15 years ago- Fix a memory overwrite that was uncovered by recent win32k memory allocation change...
Gregor Schneider [Sat, 11 Apr 2009 16:48:47 +0000 (16:48 +0000)]
- Fix a memory overwrite that was uncovered by recent win32k memory allocation changes (r40268 + r40269)
- Fixes a crash in current QiP Infium that was hidden before, bug #4361

svn path=/trunk/; revision=40460

15 years agofix cmd build
Sylvain Petreolle [Sat, 11 Apr 2009 16:37:08 +0000 (16:37 +0000)]
fix cmd build

svn path=/trunk/; revision=40459

15 years ago - Revert 40446 and 40447
Cameron Gutman [Sat, 11 Apr 2009 14:00:48 +0000 (14:00 +0000)]
 - Revert 40446 and 40447
 - More research needs to be done on when exactly we should be locking

svn path=/trunk/; revision=40458

15 years agoAlter "userenv.spec" to match the output of "dumpbin /exports" for the Windows Server...
Colin Finck [Sat, 11 Apr 2009 13:00:00 +0000 (13:00 +0000)]
Alter "userenv.spec" to match the output of "dumpbin /exports" for the Windows Server 2003 SP1 userenv.dll exactly.

I found out the real function names of the functions exported by ordinal and their parameter sizes in a PDB file.
Some functions we didn't have yet are also documented in MSDN, so I could get the exact parameters. The comment beside each stub details each function as far as I could find out.

svn path=/trunk/; revision=40457

15 years ago- Sync gdiplus, iccvid, imaadp32.acm, inetcomm with Wine 1.1.19
Dmitry Chapyshev [Sat, 11 Apr 2009 08:58:56 +0000 (08:58 +0000)]
- Sync gdiplus, iccvid, imaadp32.acm, inetcomm with Wine 1.1.19
- Remove unneeded gdiplus_ros.diff

svn path=/trunk/; revision=40456