reactos.git
15 years ago- Fixed typo in SetMenuAndButtonStates. See bug 3792 for more info.
Michael Martin [Sat, 18 Oct 2008 11:49:25 +0000 (11:49 +0000)]
- Fixed typo in SetMenuAndButtonStates. See bug 3792 for more info.
- Pass correct size for ServiceStatusProcess to QueryServiceStatusEx which prevents trashing the next services information in Info buffer.
- Added missing CloseServiceHandle calls.

svn path=/trunk/; revision=36807

15 years ago - Merge aicom-network-fixes up to r36803
Cameron Gutman [Sat, 18 Oct 2008 04:32:30 +0000 (04:32 +0000)]
 - Merge aicom-network-fixes up to r36803

svn path=/trunk/; revision=36804

15 years agodraw disk usage bar from "used" to "free" (left to right)
Matthias Kupfer [Fri, 17 Oct 2008 21:54:03 +0000 (21:54 +0000)]
draw disk usage bar from "used" to "free" (left to right)

svn path=/trunk/; revision=36801

15 years agoWin32 structure cleanup (WIP):
Timo Kreuzer [Fri, 17 Oct 2008 21:07:24 +0000 (21:07 +0000)]
Win32 structure cleanup (WIP):
- Use CLIENTINFO.ulClientDelta instead of W32THREADINFO.DesktopHeapDelta
- Remove DesktopHeapDelta from W32THREADINFO- Add PtiList to DESKTOP
- Add pClientInfo to THREADINFO

svn path=/trunk/; revision=36800

15 years ago* Store more settings in registry
Johannes Anderwald [Fri, 17 Oct 2008 20:01:58 +0000 (20:01 +0000)]
* Store more settings in registry

svn path=/trunk/; revision=36799

15 years ago* Fix retrieval of automatic DNS settings 2/2
Johannes Anderwald [Fri, 17 Oct 2008 19:04:00 +0000 (19:04 +0000)]
* Fix retrieval of automatic DNS settings 2/2

svn path=/trunk/; revision=36797

15 years ago* Fix retrieval of automatic DNS settings 1/2
Johannes Anderwald [Fri, 17 Oct 2008 19:03:11 +0000 (19:03 +0000)]
* Fix retrieval of automatic DNS settings 1/2

svn path=/trunk/; revision=36796

15 years agoWin32 structure cleanup (WIP):
Timo Kreuzer [Fri, 17 Oct 2008 18:22:06 +0000 (18:22 +0000)]
Win32 structure cleanup (WIP):
- Add pDeskInfo and PtiLink to THREADINFO

svn path=/trunk/; revision=36795

15 years ago* Set AutoconfigEnabled if DNS is acquired by DHCP
Johannes Anderwald [Fri, 17 Oct 2008 18:20:00 +0000 (18:20 +0000)]
* Set AutoconfigEnabled if DNS is acquired by DHCP
* Fix a handle leak

svn path=/trunk/; revision=36794

15 years ago* If there is no static nameserver entry, look up dynamically assigned one
Johannes Anderwald [Fri, 17 Oct 2008 18:00:06 +0000 (18:00 +0000)]
* If there is no static nameserver entry, look up dynamically assigned one

svn path=/trunk/; revision=36793

15 years agoWin32 structure cleanup (WIP):
Timo Kreuzer [Fri, 17 Oct 2008 17:19:04 +0000 (17:19 +0000)]
Win32 structure cleanup (WIP):
- remove AppCompatFlags from W32THREADINFO

svn path=/trunk/; revision=36792

15 years agoTypo: check for success of newest allocations.
Gregor Schneider [Fri, 17 Oct 2008 15:13:27 +0000 (15:13 +0000)]
Typo: check for success of newest allocations.

svn path=/trunk/; revision=36791

15 years ago* Convert ncpa to a simple wrapper which invokes netshell.dll IShellFolder
Johannes Anderwald [Fri, 17 Oct 2008 13:19:04 +0000 (13:19 +0000)]
* Convert ncpa to a simple wrapper which invokes netshell.dll IShellFolder
* Delete obsolete code

svn path=/trunk/; revision=36790

15 years agoWin32 structure cleanup part 3 / x:
Timo Kreuzer [Fri, 17 Oct 2008 13:09:56 +0000 (13:09 +0000)]
Win32 structure cleanup part 3 / x:
- rename DESKTOP_OBJECT to DESKTOP

svn path=/trunk/; revision=36789

15 years agoFix GetAppCompatFlags to use Teb->ClientInfo instead of Teb->Win32ThreadInfo, which...
Timo Kreuzer [Fri, 17 Oct 2008 11:18:57 +0000 (11:18 +0000)]
Fix GetAppCompatFlags to use Teb->ClientInfo instead of Teb->Win32ThreadInfo, which should be a kernel pointer.

svn path=/trunk/; revision=36788

15 years ago - Merge aicom-network-fixes up to r36785
Cameron Gutman [Fri, 17 Oct 2008 10:42:44 +0000 (10:42 +0000)]
 - Merge aicom-network-fixes up to r36785

svn path=/trunk/; revision=36787

15 years agoWin32 structure cleanup part 2 / x:
Timo Kreuzer [Fri, 17 Oct 2008 10:40:04 +0000 (10:40 +0000)]
Win32 structure cleanup part 2 / x:
- rename DESKTOP to DESKTOPINFO

svn path=/trunk/; revision=36786

15 years ago- Hide ncpa.cpl from control panel
Johannes Anderwald [Fri, 17 Oct 2008 10:21:15 +0000 (10:21 +0000)]
- Hide ncpa.cpl from control panel

svn path=/trunk/; revision=36783

15 years ago- Add comments to GetTextFaceW
Stefan Ginsberg [Fri, 17 Oct 2008 07:20:23 +0000 (07:20 +0000)]
- Add comments to GetTextFaceW
- Apology to GreatLord, his code was correct and I fail -- hint: don't code and commit at late night ;0)

svn path=/trunk/; revision=36782

15 years agoChecked code format, compiler has issues.
James Tabor [Fri, 17 Oct 2008 04:56:47 +0000 (04:56 +0000)]
Checked code format, compiler has issues.

svn path=/trunk/; revision=36781

15 years agoMove GetTextFaceAliasW to text.c.
James Tabor [Fri, 17 Oct 2008 04:34:21 +0000 (04:34 +0000)]
Move GetTextFaceAliasW to text.c.

svn path=/trunk/; revision=36780

15 years ago - test GetTextFaceW instead of GetTextFaceA
KJK::Hyperion [Fri, 17 Oct 2008 00:28:47 +0000 (00:28 +0000)]
 - test GetTextFaceW instead of GetTextFaceA
 - test that:
    - the last error is never set
    - the buffer size is ignored if the buffer is NULL
    - the buffer size is returned if the buffer is non-NULL and too small
    - the function fails if a non-NULL buffer has a size <= 0
 - allocate the DC for a GDI test with a GDI routine (CreateCompatibleDC) instead of an USER routine (GetDC)

svn path=/trunk/; revision=36779

15 years ago - Fix livecd font substitution
Cameron Gutman [Fri, 17 Oct 2008 00:04:53 +0000 (00:04 +0000)]
 - Fix livecd font substitution

svn path=/trunk/; revision=36778

15 years agoYou can't make this shit up.
KJK::Hyperion [Fri, 17 Oct 2008 00:00:55 +0000 (00:00 +0000)]
You can't make this shit up.

svn path=/trunk/; revision=36777

15 years agoThe original GetTextFaceW implementation (r28730) was right all along, except GDI...
KJK::Hyperion [Thu, 16 Oct 2008 23:49:31 +0000 (23:49 +0000)]
The original GetTextFaceW implementation (r28730) was right all along, except GDI APIs don't usually set the last error (GetTextFaceW doesn't). The conditional was non-intuitive but nevertheless correct (tested under Windows Vista SP1). This commit negates the conditional (the AND form is more readable) and switches the "if" branches, and removes the call to SetLastError. If Coverity really flagged this, it could mean the bug is actually in NtGdiGetTextFaceW

svn path=/trunk/; revision=36776

15 years ago- More correct check for GetTextFaceW
Stefan Ginsberg [Thu, 16 Oct 2008 20:21:00 +0000 (20:21 +0000)]
- More correct check for GetTextFaceW

svn path=/trunk/; revision=36775

15 years agoTests for GetTextFace
Timo Kreuzer [Thu, 16 Oct 2008 20:16:38 +0000 (20:16 +0000)]
Tests for GetTextFace

svn path=/trunk/; revision=36774

15 years ago- Unbreak GetTextFaceA/W, broken since 28730 by GreatLord
Stefan Ginsberg [Thu, 16 Oct 2008 20:02:22 +0000 (20:02 +0000)]
- Unbreak GetTextFaceA/W, broken since 28730 by GreatLord

svn path=/trunk/; revision=36773

15 years agoCmDeleteKey: Copy LastWriteTime from cell to KCB, instead of querying again.
Timo Kreuzer [Thu, 16 Oct 2008 19:07:28 +0000 (19:07 +0000)]
CmDeleteKey: Copy LastWriteTime from cell to KCB, instead of querying again.

svn path=/trunk/; revision=36772

15 years agoWin32 structure cleanup part 1 / x:
Timo Kreuzer [Thu, 16 Oct 2008 17:52:38 +0000 (17:52 +0000)]
Win32 structure cleanup part 1 / x:
- replace W32THREAD with THREADINFO, define W32THREAD like it's on Windows and make it part of THREADINFO.

svn path=/trunk/; revision=36769

15 years agoChange return type of PsGetCurrentThreadWin32Thread to PVOID. Kernel don't know ...
Timo Kreuzer [Thu, 16 Oct 2008 17:21:08 +0000 (17:21 +0000)]
Change return type of PsGetCurrentThreadWin32Thread to PVOID. Kernel don't know 'bout W32THREAD!

svn path=/trunk/; revision=36768

15 years agoNo need to unlock, if locking failed. Fixes CID 186.
Gregor Schneider [Thu, 16 Oct 2008 17:12:25 +0000 (17:12 +0000)]
No need to unlock, if locking failed. Fixes CID 186.

svn path=/trunk/; revision=36767

15 years agomodified rbuild/backend/codeblocks/codeblocks.cpp
KJK::Hyperion [Thu, 16 Oct 2008 13:40:39 +0000 (13:40 +0000)]
modified   rbuild/backend/codeblocks/codeblocks.cpp
modified   rbuild/backend/mingw/modulehandler.cpp
modified   rbuild/backend/msbuild/msbuild.cpp
modified   rbuild/backend/msvc/vcprojmaker.cpp
modified   rbuild/project.cpp
modified   rbuild/rbuild.h
   Index properties and modules by name.
   Should make for faster lookups and slightly faster overall execution, no idea exactly by how much but there you have it.

modified   rbuild/automaticdependency.cpp
modified   rbuild/backend/dependencymap/dependencymap.cpp
modified   rbuild/backend/devcpp/devcpp.cpp
modified   rbuild/backend/mingw/mingw.cpp
modified   rbuild/backend/mingw/proxymakefile.cpp
modified   rbuild/backend/msvc/msvc.cpp
modified   rbuild/backend/msvc/msvcmaker.cpp
modified   rbuild/backend/versionreport/versionreport.cpp
modified   rbuild/compilationunitsupportcode.cpp
modified   rbuild/module.cpp
modified   rbuild/pch.h
modified   rbuild/syssetupgenerator.cpp
modified   rbuild/testsupportcode.cpp
   Fix compilation, no functional changes

This dedication committed to Casper and HervĂ©

svn path=/trunk/; revision=36766

15 years ago- remove dead code, fixes CID 60, CID 61
Kamil Hornicek [Thu, 16 Oct 2008 08:50:56 +0000 (08:50 +0000)]
- remove dead code, fixes CID 60, CID 61

svn path=/trunk/; revision=36765

15 years agodon't loop (UINT)-1 times if the section is not present, CID 445
Kamil Hornicek [Wed, 15 Oct 2008 18:59:47 +0000 (18:59 +0000)]
don't loop (UINT)-1 times if the section is not present, CID 445

svn path=/trunk/; revision=36764

15 years agoremove unneeded check, it's ok to create new context in this case
Kamil Hornicek [Wed, 15 Oct 2008 18:39:04 +0000 (18:39 +0000)]
remove unneeded check, it's ok to create new context in this case

svn path=/trunk/; revision=36763

15 years ago- Implement Advanced Status IP Information Dialog
Johannes Anderwald [Wed, 15 Oct 2008 17:20:55 +0000 (17:20 +0000)]
- Implement Advanced Status IP Information Dialog
- Import language strings from netcfgx
- Add icon group (32x32)
- ncpa is now a candidate for deletion

svn path=/trunk/; revision=36762

15 years agoadded lib/rtl/rtl-common.rbuild
KJK::Hyperion [Wed, 15 Oct 2008 15:45:11 +0000 (15:45 +0000)]
added      lib/rtl/rtl-common.rbuild
modified   lib/rtl/rtl.rbuild
   Compile rtl twice, as rtl_umode and rtl_kmode. Allows conditional compilation of RTL (finally!), instead of necessitating hacks like RtlpGetMode()
   "rtl" module now a dummy static library for things like <include base="rtl">

modified   boot/freeldr/freeldr/freeldr.rbuild
modified   boot/freeldr/freeldr/setupldr.rbuild
modified   ntoskrnl/ntoskrnl-generic.rbuild
   rtl -> rtl_kmode

modified   dll/ntdll/ntdll.rbuild
   rtl -> rtl_umode

This commit dedicated to Fireball and Stefan100 (now get to work! >:3)

svn path=/trunk/; revision=36761

15 years agoGive .gch files an unique path based on module name: allows multiple modules to ...
KJK::Hyperion [Wed, 15 Oct 2008 13:46:23 +0000 (13:46 +0000)]
Give .gch files an unique path based on module name: allows multiple modules to (safely!) share a single precompiled header.
Enjoy rebuilding the whole tree <3

This commit dedicated to hpoussin
See issue #3263 for more details.

svn path=/trunk/; revision=36760

15 years agoBug 3791: Translate norwegian update by Lars Martin Hambro
Daniel Reimer [Wed, 15 Oct 2008 08:37:47 +0000 (08:37 +0000)]
Bug 3791: Translate norwegian update by Lars Martin Hambro

svn path=/trunk/; revision=36759

15 years agoupdate to Mesa3D 7.2
Kamil Hornicek [Wed, 15 Oct 2008 08:31:54 +0000 (08:31 +0000)]
update to Mesa3D 7.2

svn path=/trunk/; revision=36758

15 years ago - Merge aicom-network-fixes up to r36755
Cameron Gutman [Wed, 15 Oct 2008 00:32:36 +0000 (00:32 +0000)]
 - Merge aicom-network-fixes up to r36755

svn path=/trunk/; revision=36756

15 years ago- Update CLIENTTHREADINFO structure
Timo Kreuzer [Tue, 14 Oct 2008 21:03:20 +0000 (21:03 +0000)]
- Update CLIENTTHREADINFO structure
- Rename W32CLIENTINFO to CLIENTINFO and update members
- C_ASERT that CLIENTINFO fits into the TEB

svn path=/trunk/; revision=36753

15 years ago- Mbcb field of SHARED_CACHE_MAP structure has MBCB type, not MCB.
Aleksey Bragin [Tue, 14 Oct 2008 18:27:15 +0000 (18:27 +0000)]
- Mbcb field of SHARED_CACHE_MAP structure has MBCB type, not MCB.

svn path=/trunk/; revision=36752

15 years ago- REnumServicesStatusA/REnumServicesStatusExA: Call REnumServicesStatusW/REnumService...
Michael Martin [Tue, 14 Oct 2008 17:55:44 +0000 (17:55 +0000)]
- REnumServicesStatusA/REnumServicesStatusExA: Call REnumServicesStatusW/REnumServicesStatusExW to do the work eliminating duplicate code.
- lpResumeIndex and lpResumeHandle are set to 0 on success.

svn path=/trunk/; revision=36751

15 years ago- REnumServicesStatusExW: Correct check for returning ERROR_SERVICE_DOES_NOT_EXIST.
Michael Martin [Tue, 14 Oct 2008 15:59:09 +0000 (15:59 +0000)]
- REnumServicesStatusExW: Correct check for returning ERROR_SERVICE_DOES_NOT_EXIST.
- fixes bug #3787

svn path=/trunk/; revision=36750

15 years ago- Don't pass CMP_LOCK_HASHES_FOR_KCB flag because no locking is perform in CmpBuildHa...
Aleksey Bragin [Tue, 14 Oct 2008 13:56:58 +0000 (13:56 +0000)]
- Don't pass CMP_LOCK_HASHES_FOR_KCB flag because no locking is perform in CmpBuildHashStackAndLookupCache, fixes an assert when trying to unlock not locked object.
- Add a hack (one and only one) for the MaxNameLen being different in KCB and actual KeyNode to allow regression testing framework go further.

svn path=/trunk/; revision=36747

15 years agoBug 3750: spanish update for netcfgx by Javier Remacha
Daniel Reimer [Tue, 14 Oct 2008 13:47:07 +0000 (13:47 +0000)]
Bug 3750: spanish update for netcfgx by Javier Remacha
Bug 3774: Greek update for usetup by Apostulos Alexandris
Sync wordpad and Winhlp32 to Wine HEAD.

svn path=/trunk/; revision=36746

15 years agoSync winfile and write to wine HEAD.
Daniel Reimer [Tue, 14 Oct 2008 13:44:12 +0000 (13:44 +0000)]
Sync winfile and write to wine HEAD.

svn path=/trunk/; revision=36745

15 years agoAdd ICU <URL: http://www.icu-project.org/> to credits
KJK::Hyperion [Mon, 13 Oct 2008 21:35:25 +0000 (21:35 +0000)]
Add ICU <URL: www.icu-project.org/> to credits

svn path=/trunk/; revision=36744

15 years ago - Fix build
Cameron Gutman [Mon, 13 Oct 2008 01:18:04 +0000 (01:18 +0000)]
 - Fix build

svn path=/trunk/; revision=36743

15 years ago - Merge aicom-network-fixes up to r36740
Cameron Gutman [Mon, 13 Oct 2008 01:07:37 +0000 (01:07 +0000)]
 - Merge aicom-network-fixes up to r36740

svn path=/trunk/; revision=36741

15 years ago - Implement ProtocolResetComplete
Cameron Gutman [Mon, 13 Oct 2008 00:55:33 +0000 (00:55 +0000)]
 - Implement ProtocolResetComplete
 - Store the status that gets passed to the completion routine

svn path=/branches/aicom-network-fixes/; revision=36740

15 years ago - Make sure NBAddNeighbor completed successfully
Cameron Gutman [Mon, 13 Oct 2008 00:52:25 +0000 (00:52 +0000)]
 - Make sure NBAddNeighbor completed successfully
 - Return the actual status instead of STATUS_SUCCESS always

svn path=/branches/aicom-network-fixes/; revision=36739

15 years ago - Queue the work item directly from MiniQueueWorkItem
Cameron Gutman [Mon, 13 Oct 2008 00:41:48 +0000 (00:41 +0000)]
 - Queue the work item directly from MiniQueueWorkItem
 - Handle an invalid SelectedMediumIndex separately
 - Cancel the hang timer before calling MiniportHalt
 - Handle a BindAdapter failure

svn path=/branches/aicom-network-fixes/; revision=36738

15 years ago- Implement REnumServicesStatusExA
Michael Martin [Sun, 12 Oct 2008 13:10:05 +0000 (13:10 +0000)]
- Implement REnumServicesStatusExA
- REnumServicesStatusA/W: Fixed returned param values to match Windows
- REnumServicesStatusExW: Dont try to access lpResumeIndex if it is NULL. Fixed returned param values to match windows.

svn path=/trunk/; revision=36732

15 years ago- Implement locking for Cc flush (the one used in NT5.2 results in a hang, might...
Aleksey Bragin [Sun, 12 Oct 2008 09:34:29 +0000 (09:34 +0000)]
- Implement locking for Cc flush (the one used in NT5.2 results in a hang, might be because of a misused PagingIoResource).
- If an acquire/release operation is not implemented, FSD must return STATUS_INVALID_DEVICE_REQUEST, not some other error code.
- Fix a typo in the debug message.

svn path=/trunk/; revision=36731

15 years ago- Implement REnumServicesStatusA
Michael Martin [Sun, 12 Oct 2008 00:02:17 +0000 (00:02 +0000)]
- Implement REnumServicesStatusA
- REnumServicesStatusW: Dont try to access lpResumeHandle if it is NULL

svn path=/trunk/; revision=36724

15 years ago- Fix another bug...
Johannes Anderwald [Sat, 11 Oct 2008 19:40:56 +0000 (19:40 +0000)]
- Fix another bug...

svn path=/trunk/; revision=36723

15 years ago- Fix MultiByteToWideChar api parameters (thanks Christoph)
Johannes Anderwald [Sat, 11 Oct 2008 19:30:45 +0000 (19:30 +0000)]
- Fix MultiByteToWideChar api parameters (thanks Christoph)
- Fix bugs in EnumNameServers

svn path=/trunk/; revision=36722

15 years ago- Fix 2 bugs in the CopyIpAddrString leading to duplicate displayment of the same...
Johannes Anderwald [Sat, 11 Oct 2008 19:28:39 +0000 (19:28 +0000)]
- Fix 2 bugs in the CopyIpAddrString leading to duplicate displayment of the same ip /dns /gw address

svn path=/trunk/; revision=36721

15 years ago- Implement GetPerAdapterInfo
Johannes Anderwald [Sat, 11 Oct 2008 19:12:14 +0000 (19:12 +0000)]
- Implement GetPerAdapterInfo
- Fix multiple bugs in EnumNameServers implementation

svn path=/trunk/; revision=36720

15 years ago- Fix a memory leak in IopUnloadDriver.
Aleksey Bragin [Sat, 11 Oct 2008 17:39:12 +0000 (17:39 +0000)]
- Fix a memory leak in IopUnloadDriver.
- Driver object temporary was not marked temporary, thus it wasn't really deleted after reference counter reached 0. Fix this (inspired by bug #3501).
See issue #3501 for more details.

svn path=/trunk/; revision=36719

15 years agoDaniel Zimmerman <netzimme@aim.com>
Aleksey Bragin [Sat, 11 Oct 2008 15:16:28 +0000 (15:16 +0000)]
Daniel Zimmerman <netzimme@aim.com>
- Implement MmGetFileNameForAddress (with the good description written previously). Testcased with OllyDbg and Syser (with the patch from bug 3454) when try to attach to a process.
See issue #3690 for more details.

svn path=/trunk/; revision=36718

15 years ago- Replace IDOK with IDC_OK as this creates problems
Johannes Anderwald [Sat, 11 Oct 2008 12:38:03 +0000 (12:38 +0000)]
- Replace IDOK with IDC_OK as this creates problems
- Add NULL pointer checks
- Misc bugfixes

svn path=/trunk/; revision=36715

15 years ago- ProbeForRead/Write Length argument is a SIZE_T, not a ULONG
Stefan Ginsberg [Sat, 11 Oct 2008 09:42:44 +0000 (09:42 +0000)]
- ProbeForRead/Write Length argument is a SIZE_T, not a ULONG

svn path=/trunk/; revision=36713

15 years ago- Fix portable Ex/ExfInterlockedCompareExchange64 to compare Destination with the...
Stefan Ginsberg [Sat, 11 Oct 2008 09:39:08 +0000 (09:39 +0000)]
- Fix portable Ex/ExfInterlockedCompareExchange64 to compare Destination with the Comparand instead of...itself?

svn path=/trunk/; revision=36712

15 years ago- ARM build fix -- add a non-atomic (but otherwise correct) _InterlockedCompareExchan...
Stefan Ginsberg [Sat, 11 Oct 2008 09:32:57 +0000 (09:32 +0000)]
- ARM build fix -- add a non-atomic (but otherwise correct) _InterlockedCompareExchange64 intrinsic required since the RTL changes in 36166

svn path=/trunk/; revision=36711

15 years agoFix the units
Colin Finck [Fri, 10 Oct 2008 16:42:09 +0000 (16:42 +0000)]
Fix the units

svn path=/trunk/; revision=36707

15 years ago- Implement IContextMenu3, IObjectWithSite, IExtractIconW interface
Johannes Anderwald [Fri, 10 Oct 2008 15:18:18 +0000 (15:18 +0000)]
- Implement IContextMenu3, IObjectWithSite, IExtractIconW interface

svn path=/trunk/; revision=36706

15 years ago- SVN maintenance
Stefan Ginsberg [Fri, 10 Oct 2008 13:34:27 +0000 (13:34 +0000)]
- SVN maintenance

svn path=/trunk/; revision=36705

15 years ago- Don't use uninitialized INetConnection item
Johannes Anderwald [Fri, 10 Oct 2008 09:36:39 +0000 (09:36 +0000)]
- Don't use uninitialized INetConnection item
- should fix bug 3754

svn path=/trunk/; revision=36704

15 years agoFix warning: Variable may be used uninitialized
Thomas Bluemel [Fri, 10 Oct 2008 01:24:44 +0000 (01:24 +0000)]
Fix warning: Variable may be used uninitialized

svn path=/trunk/; revision=36703

15 years ago- Implement Advanced TCP/IP Configuration GUI Dialogs
Johannes Anderwald [Thu, 9 Oct 2008 17:48:53 +0000 (17:48 +0000)]
- Implement Advanced TCP/IP Configuration GUI Dialogs

svn path=/trunk/; revision=36702

15 years agoCall Query/SetSecurityAccessMask to get the mask
Ged Murphy [Thu, 9 Oct 2008 15:06:57 +0000 (15:06 +0000)]
Call Query/SetSecurityAccessMask to get the mask

svn path=/trunk/; revision=36701

15 years ago - More work on NDIS 6.0
Cameron Gutman [Wed, 8 Oct 2008 22:25:01 +0000 (22:25 +0000)]
 - More work on NDIS 6.0
 - Part 2 of X

svn path=/branches/aicom-network-fixes/; revision=36700

15 years ago - Some of my work on NDIS 6.0
Cameron Gutman [Wed, 8 Oct 2008 21:17:10 +0000 (21:17 +0000)]
 - Some of my work on NDIS 6.0
 - Doesn't compile yet
 - Part 1 of X

svn path=/branches/aicom-network-fixes/; revision=36699

15 years ago- Fix formatting (no code changed)
Dmitry Chapyshev [Wed, 8 Oct 2008 16:26:50 +0000 (16:26 +0000)]
- Fix formatting (no code changed)

svn path=/trunk/; revision=36698

15 years ago- Add getting icon metrics
Dmitry Chapyshev [Wed, 8 Oct 2008 16:01:41 +0000 (16:01 +0000)]
- Add getting icon metrics
- Change icons sizes at change of system settings

svn path=/trunk/; revision=36697

15 years agoremove a RETURN() macro
Timo Kreuzer [Wed, 8 Oct 2008 15:41:52 +0000 (15:41 +0000)]
remove a RETURN() macro

svn path=/trunk/; revision=36696

15 years ago- Update Russian translation
Dmitry Chapyshev [Wed, 8 Oct 2008 14:48:30 +0000 (14:48 +0000)]
- Update Russian translation

svn path=/trunk/; revision=36695

15 years agoAlso raise hard error when dll was not found.
Timo Kreuzer [Wed, 8 Oct 2008 14:37:10 +0000 (14:37 +0000)]
Also raise hard error when dll was not found.

svn path=/trunk/; revision=36694

15 years agoRaise hard error (show message box) when imports cannot be resolved. Windows only...
Timo Kreuzer [Wed, 8 Oct 2008 14:09:30 +0000 (14:09 +0000)]
Raise hard error (show message box) when imports cannot be resolved. Windows only shows the short dll name, but I think it's worth showing the full path.
See issue #1228 for more details.

svn path=/trunk/; revision=36693

15 years ago- Add getuname.dll (stub). charmap.exe from winxp work now
Dmitry Chapyshev [Wed, 8 Oct 2008 11:51:03 +0000 (11:51 +0000)]
- Add getuname.dll (stub). charmap.exe from winxp work now

svn path=/trunk/; revision=36692

15 years agoAdd basic tests for BeginPath andd SetMapMode
Timo Kreuzer [Wed, 8 Oct 2008 10:58:41 +0000 (10:58 +0000)]
Add basic tests for BeginPath andd SetMapMode

svn path=/trunk/; revision=36691

15 years ago- Add 2 more error constants
Johannes Anderwald [Wed, 8 Oct 2008 08:27:00 +0000 (08:27 +0000)]
- Add 2 more error constants

svn path=/trunk/; revision=36690

15 years agoBug 3751: Polish translation update for netcfgx by Maciej Bialas
Daniel Reimer [Wed, 8 Oct 2008 00:49:51 +0000 (00:49 +0000)]
Bug 3751: Polish translation update for netcfgx by Maciej Bialas

svn path=/trunk/; revision=36689

15 years agoForgot one file. Sorry.
Daniel Reimer [Wed, 8 Oct 2008 00:39:50 +0000 (00:39 +0000)]
Forgot one file. Sorry.

svn path=/trunk/; revision=36688

15 years ago- Add missing dialogs of TCP/IP Notify Object
Johannes Anderwald [Wed, 8 Oct 2008 00:27:35 +0000 (00:27 +0000)]
- Add missing dialogs of TCP/IP Notify Object

svn path=/trunk/; revision=36687

15 years ago- rewrite NtGdiPolyPolyDraw, optimizing it and making it more windows compatible
Timo Kreuzer [Tue, 7 Oct 2008 23:02:41 +0000 (23:02 +0000)]
- rewrite NtGdiPolyPolyDraw, optimizing it and making it more windows compatible
- Make PolyCounts ULONGs, not DWORDS or INTs.
- Remove GdiCreatePolyPolygonRgn and use IntCreatePolyPolygonRgn instead to get rid of code-duplication.
- IntGdiPolygon: rename UnsafePoints to Points

svn path=/trunk/; revision=36686

15 years agoFix FLOATOBJ_IsLong. Fix MapMode MM_ISOTROPIC.
Timo Kreuzer [Tue, 7 Oct 2008 22:57:50 +0000 (22:57 +0000)]
Fix FLOATOBJ_IsLong. Fix MapMode MM_ISOTROPIC.
This fixes the clock in timedate.cpl.

svn path=/trunk/; revision=36685

15 years agofix a typo
Timo Kreuzer [Tue, 7 Oct 2008 22:24:17 +0000 (22:24 +0000)]
fix a typo

svn path=/trunk/; revision=36684

15 years agoooops. my fault...
Daniel Reimer [Tue, 7 Oct 2008 21:58:38 +0000 (21:58 +0000)]
ooops. my fault...

svn path=/trunk/; revision=36683

15 years agoBug 3752: Translate files by Lars Martin Hambro
Daniel Reimer [Tue, 7 Oct 2008 21:12:45 +0000 (21:12 +0000)]
Bug 3752: Translate files by Lars Martin Hambro

svn path=/trunk/; revision=36682

15 years agoBug 3752: Translate files by Lars Martin Hambro
Daniel Reimer [Tue, 7 Oct 2008 20:56:48 +0000 (20:56 +0000)]
Bug 3752: Translate files by Lars Martin Hambro
Bug 3768: Bulgarian translation update for ReactOS by CCTAHEB

svn path=/trunk/; revision=36681

15 years ago- HalRequestIpi takes a KAFFINITY as input, not a ULONG -- fix this and add a note...
Stefan Ginsberg [Tue, 7 Oct 2008 20:56:48 +0000 (20:56 +0000)]
- HalRequestIpi takes a KAFFINITY as input, not a ULONG -- fix this and add a note about MP HAL's brokenness

svn path=/trunk/; revision=36680

15 years ago- Fix PKIPI_WORKER definition
Stefan Ginsberg [Tue, 7 Oct 2008 18:07:31 +0000 (18:07 +0000)]
- Fix PKIPI_WORKER definition
- Add missing KeQueryActiveProcessors prototype

svn path=/trunk/; revision=36679

15 years ago- Add missing KiIdleSchedule and KiProcessDeferredReadyList
Stefan Ginsberg [Tue, 7 Oct 2008 17:55:32 +0000 (17:55 +0000)]
- Add missing KiIdleSchedule and KiProcessDeferredReadyList

svn path=/trunk/; revision=36678

15 years ago- Add missing jump label to ExpInterlockedCompareExchange64
Stefan Ginsberg [Tue, 7 Oct 2008 17:42:54 +0000 (17:42 +0000)]
- Add missing jump label to ExpInterlockedCompareExchange64

svn path=/trunk/; revision=36677

15 years agoDaniel Zimmerman <netzimme@aim.com>
Aleksey Bragin [Tue, 7 Oct 2008 11:23:36 +0000 (11:23 +0000)]
Daniel Zimmerman <netzimme@aim.com>
- Sync the sfc_os.dll with Wine and implement SfcIsFileProtected and
SfcIsKeyProtected. The installer will work better with this two function.

See issue #3719 for more details.

svn path=/trunk/; revision=36676