reactos.git
9 years ago[SRVSVC]
Eric Kohl [Tue, 14 Apr 2015 20:59:34 +0000 (20:59 +0000)]
[SRVSVC]
Add the Server service and its interface definition files.

svn path=/trunk/; revision=67196

9 years ago[CRT]
Timo Kreuzer [Tue, 14 Apr 2015 18:42:28 +0000 (18:42 +0000)]
[CRT]
Refactor the code for __rt_div to allow reusing it for __rt_sdiv64 and __rt_udiv64 and implement those as asm wrappers around worker functions (due to the calling convention they cannot be implemented fully in C)

svn path=/trunk/; revision=67195

9 years ago[SYSDM] Move the link to the ReactOS homepage over a bit and capitalize some words...
Amine Khaldi [Tue, 14 Apr 2015 17:44:10 +0000 (17:44 +0000)]
[SYSDM] Move the link to the ReactOS homepage over a bit and capitalize some words in the Virtual Memory tab for the English language. By Jared Smudde. CORE-9541

svn path=/trunk/; revision=67194

9 years ago[TREE] Fix a character typo. By Lee Schroeder. CORE-9543
Amine Khaldi [Tue, 14 Apr 2015 17:38:42 +0000 (17:38 +0000)]
[TREE] Fix a character typo. By Lee Schroeder. CORE-9543

svn path=/trunk/; revision=67193

9 years ago[TASKMGR]
Christoph von Wittich [Tue, 14 Apr 2015 08:05:46 +0000 (08:05 +0000)]
[TASKMGR]
fix a resource leak

svn path=/trunk/; revision=67192

9 years ago[CHARMAP]
Christoph von Wittich [Tue, 14 Apr 2015 08:04:18 +0000 (08:04 +0000)]
[CHARMAP]
use RegCreateKeyEx instead of RegCreateKey/RegOpenKeyEx

svn path=/trunk/; revision=67191

9 years ago[CHARMAP]
Christoph von Wittich [Tue, 14 Apr 2015 07:47:43 +0000 (07:47 +0000)]
[CHARMAP]
fix a resource leak

svn path=/trunk/; revision=67190

9 years ago[DXDIAG]
Christoph von Wittich [Tue, 14 Apr 2015 07:41:24 +0000 (07:41 +0000)]
[DXDIAG]
fix some memory leaks

svn path=/trunk/; revision=67189

9 years ago[sndvol32]
Christoph von Wittich [Tue, 14 Apr 2015 07:30:26 +0000 (07:30 +0000)]
[sndvol32]
fix some memory leaks

svn path=/trunk/; revision=67188

9 years ago[FONTVIEW]
Christoph von Wittich [Mon, 13 Apr 2015 13:44:02 +0000 (13:44 +0000)]
[FONTVIEW]
fix a leak

svn path=/trunk/; revision=67187

9 years ago[NTVDM]
Aleksandar Andrejevic [Mon, 13 Apr 2015 12:50:34 +0000 (12:50 +0000)]
[NTVDM]
Initialize the list of hooks before the call to NtAllocateVirtualMemory, to prevent crashes
in MemCleanup in case it fails.

svn path=/trunk/; revision=67186

9 years ago[CALC]
Christoph von Wittich [Mon, 13 Apr 2015 09:53:35 +0000 (09:53 +0000)]
[CALC]
only update the layout when necessary

svn path=/trunk/; revision=67185

9 years ago[RAPPS]
Christoph von Wittich [Mon, 13 Apr 2015 09:16:23 +0000 (09:16 +0000)]
[RAPPS]
disable the call to FreeAvailableAppList until caching is fixes

svn path=/trunk/; revision=67184

9 years ago[RAPPS]
Christoph von Wittich [Mon, 13 Apr 2015 08:10:54 +0000 (08:10 +0000)]
[RAPPS]
fix a big memory leak

svn path=/trunk/; revision=67183

9 years ago[NETAPI32]
Eric Kohl [Sun, 12 Apr 2015 22:07:22 +0000 (22:07 +0000)]
[NETAPI32]
Disable some functions in wksta_new.c and re-enable their counterparts in wksta.c. For some reason I cannot get the wine dummy code working in the workstation service. Perhaps it is yet another RPC bug.

CORE-9415

svn path=/trunk/; revision=67182

9 years ago[NTOBJSHEX]
David Quintana [Sun, 12 Apr 2015 19:00:26 +0000 (19:00 +0000)]
[NTOBJSHEX]
* Fix comparison length: StrCmpNW takes chars, not bytes.
* While at it, make canonical comparisons use memcmp instead of string comparison, as we only care about equality, not ordering.
Better fix for CORE-9432

svn path=/trunk/; revision=67181

9 years ago[MYCOMPUT]
Pierre Schweitzer [Sun, 12 Apr 2015 18:22:26 +0000 (18:22 +0000)]
[MYCOMPUT]
Add French translation

svn path=/trunk/; revision=67180

9 years ago[CRT]
Timo Kreuzer [Sun, 12 Apr 2015 18:07:19 +0000 (18:07 +0000)]
[CRT]
Implement __rt_sdiv as a wrapper around the unsigned divide (now factored out into an inline worker function)

svn path=/trunk/; revision=67179

9 years ago[CRT]
Timo Kreuzer [Sun, 12 Apr 2015 17:08:11 +0000 (17:08 +0000)]
[CRT]
Implement __rt_udiv in C.

svn path=/trunk/; revision=67178

9 years ago[SNDREC32]
Christoph von Wittich [Sun, 12 Apr 2015 16:29:36 +0000 (16:29 +0000)]
[SNDREC32]
do not delete objects which are still selected into a DC

svn path=/trunk/; revision=67177

9 years ago[TASKMGR]
Christoph von Wittich [Sun, 12 Apr 2015 16:09:26 +0000 (16:09 +0000)]
[TASKMGR]
fix some more memory leaks
CORE-9473

svn path=/trunk/; revision=67176

9 years ago[TASKMGR]
Christoph von Wittich [Sun, 12 Apr 2015 15:45:40 +0000 (15:45 +0000)]
[TASKMGR]
fix some memory leaks

svn path=/trunk/; revision=67175

9 years ago[KMTEST]
Timo Kreuzer [Sun, 12 Apr 2015 12:42:50 +0000 (12:42 +0000)]
[KMTEST]
Remove now obsolete definitions

svn path=/trunk/; revision=67174

9 years ago[INCLUDE]
Timo Kreuzer [Sun, 12 Apr 2015 12:40:49 +0000 (12:40 +0000)]
[INCLUDE]
Fix the Interlocked function mess. Implement all Interlocked functions in xdk/interlocked.h as they exist in native. Use this header to generate wdm.h and winnt.h. Remove Interlocked definitions from winbase.h. Fix definition of ExInterlockedAddLargeInteger.

svn path=/trunk/; revision=67173

9 years ago[WINE/TEST] Add the possibility of making file names clickable in visual studio outpu...
Amine Khaldi [Sun, 12 Apr 2015 12:26:46 +0000 (12:26 +0000)]
[WINE/TEST] Add the possibility of making file names clickable in visual studio output windows by defining WINETEST_MSVC_IDE_FORMATTING. By Mark Jansen. ROSTESTS-156

svn path=/trunk/; revision=67172

9 years ago[REACTOS]
Timo Kreuzer [Sun, 12 Apr 2015 12:24:01 +0000 (12:24 +0000)]
[REACTOS]
Fix usage of interlocked[Compare]ExchangePointer. These functions take a PVOID* as first parameter and nothing else. In native headers they are inline functions, not macros.

svn path=/trunk/; revision=67171

9 years ago[RAPPS]
Daniel Reimer [Sun, 12 Apr 2015 11:54:59 +0000 (11:54 +0000)]
[RAPPS]
My sync script was not completely up to date... forgot these newly added ones in there.

svn path=/trunk/; revision=67170

9 years ago[RAPPS]
Daniel Reimer [Sun, 12 Apr 2015 11:34:00 +0000 (11:34 +0000)]
[RAPPS]
Update Database
CORE-9348 #resolve #comment Database updated, have fun ^^

svn path=/trunk/; revision=67169

9 years ago[INCLUDE]
Timo Kreuzer [Sun, 12 Apr 2015 09:48:00 +0000 (09:48 +0000)]
[INCLUDE]
- Add missing KeMemoryBarrierWithoutFence, NUMBER_POOL_LOOKASIDE_LISTS, MM_SHARED_USER_DATA_VA, MM_EMPTY_PTE_LIST, MM_EMPTY_LIST, P*E_PER_PAGE, SESSION_POOL_LOOKASIDES, MiPdeToPte for ARM
- Fix KI_USER_SHARED_DATA for ARM based on native DDK

svn path=/trunk/; revision=67168

9 years ago[MYCOMPUT]
Pierre Schweitzer [Sun, 12 Apr 2015 09:17:53 +0000 (09:17 +0000)]
[MYCOMPUT]
Add Italian translation.
Patch by Carlo Bramini

CORE-9524 #resolve #comment Commited in r67167. Thanks!

svn path=/trunk/; revision=67167

9 years ago[NTOBJSHEX]
David Quintana [Sun, 12 Apr 2015 01:34:53 +0000 (01:34 +0000)]
[NTOBJSHEX]
* Make the info struct pointers const, to ensure we are not modifying the contents from the const idlists.
* Disable checking that the provided PIDL is part of the folder. Fixes enumeration in ros, but feels a lot like hiding a bug.
CORE-9432 #resolve

svn path=/trunk/; revision=67166

9 years ago[RAPPS]
Daniel Reimer [Sat, 11 Apr 2015 14:03:58 +0000 (14:03 +0000)]
[RAPPS]
Add more recent Setup for Steam (2 years more recent) + localisations for the setup by Radek Liska
CORE-4196 #resolve #comment Added to RAPPS, have fun ^^

svn path=/trunk/; revision=67165

9 years ago[FREELDR]
Timo Kreuzer [Sat, 11 Apr 2015 14:03:19 +0000 (14:03 +0000)]
[FREELDR]
Fix ARM build

svn path=/trunk/; revision=67164

9 years ago[CONSRV]: Fix MSVC warnings.
Hermès Bélusca-Maïto [Sat, 11 Apr 2015 13:49:32 +0000 (13:49 +0000)]
[CONSRV]: Fix MSVC warnings.

svn path=/trunk/; revision=67163

9 years ago{RTL/ASM]
Timo Kreuzer [Sat, 11 Apr 2015 12:47:29 +0000 (12:47 +0000)]
{RTL/ASM]
Fix ARM build

svn path=/trunk/; revision=67162

9 years ago[CRT]
Timo Kreuzer [Sat, 11 Apr 2015 12:44:55 +0000 (12:44 +0000)]
[CRT]
Add asm stubs for some ARM math functions

svn path=/trunk/; revision=67161

9 years ago[INCLUDE]
Timo Kreuzer [Sat, 11 Apr 2015 12:24:34 +0000 (12:24 +0000)]
[INCLUDE]
- Add missing MI_HIGHEST_USER_ADDRESS for ARM
- Fix definition of ARM CONTEXT structure

svn path=/trunk/; revision=67160

9 years ago[USETUP] Turkish translation update by Erdem Ersoy. CORE-7861
Amine Khaldi [Sat, 11 Apr 2015 12:02:31 +0000 (12:02 +0000)]
[USETUP] Turkish translation update by Erdem Ersoy. CORE-7861

svn path=/trunk/; revision=67159

9 years ago[TRANSLATIONS] Turkish translation update by Erdem Ersoy. CORE-7861
Amine Khaldi [Sat, 11 Apr 2015 12:00:56 +0000 (12:00 +0000)]
[TRANSLATIONS] Turkish translation update by Erdem Ersoy. CORE-7861

svn path=/trunk/; revision=67158

9 years ago[RAPPS]
Daniel Reimer [Sat, 11 Apr 2015 11:51:38 +0000 (11:51 +0000)]
[RAPPS]
Add PDFSAM (split and merge) to rapps
CORE-9517 #resolve #comment Added, have fun ^^

svn path=/trunk/; revision=67157

9 years ago[TASKMGR]
Daniel Reimer [Sat, 11 Apr 2015 11:38:01 +0000 (11:38 +0000)]
[TASKMGR]
TRANSLATION: Ukrainian translation update for taskmgr by Yaroslav Fedoryako
CORE-9461 #resolve #comment Committed, thx for help.

svn path=/trunk/; revision=67156

9 years ago[SOL]
Daniel Reimer [Sat, 11 Apr 2015 11:35:42 +0000 (11:35 +0000)]
[SOL]
Untranslated regions
CORE-8324 #resolve #comment Committed, thx for help.

svn path=/trunk/; revision=67155

9 years ago[RAPPS]
Daniel Reimer [Sat, 11 Apr 2015 11:25:24 +0000 (11:25 +0000)]
[RAPPS]
Updating Turkish Translations (rapps) by Erdem Ersoy
CORE-8874 #resolve #comment Committed, thx for help.

svn path=/trunk/; revision=67154

9 years ago[LIBPNG] Update to v1.6.17. CORE-8478
Amine Khaldi [Sat, 11 Apr 2015 11:24:17 +0000 (11:24 +0000)]
[LIBPNG] Update to v1.6.17. CORE-8478

svn path=/trunk/; revision=67153

9 years ago[SNDREC32]
Daniel Reimer [Sat, 11 Apr 2015 11:16:33 +0000 (11:16 +0000)]
[SNDREC32]
New Button (Tango Icon) in Sound Recorder by Henry Tang Ih
CORE-8932 #resolve #comment Committed, thx for help.

svn path=/trunk/; revision=67152

9 years ago[KBDCZ] Fix compiling when the default code page is a MBCS. By Yuntian Zhang. CORE...
Amine Khaldi [Sat, 11 Apr 2015 10:40:07 +0000 (10:40 +0000)]
[KBDCZ] Fix compiling when the default code page is a MBCS. By Yuntian Zhang. CORE-7416

svn path=/trunk/; revision=67151

9 years ago[CMAKE/MSVC] x64 compilation is always treated as if /hotpatch has been specified...
Amine Khaldi [Sat, 11 Apr 2015 09:34:40 +0000 (09:34 +0000)]
[CMAKE/MSVC] x64 compilation is always treated as if /hotpatch has been specified. CORE-7959

svn path=/trunk/; revision=67150

9 years ago[PSDK/XDK/CRT]
Timo Kreuzer [Sat, 11 Apr 2015 08:28:20 +0000 (08:28 +0000)]
[PSDK/XDK/CRT]
- Fix ARM build of libwine. Patch by Yuntian Zhang. CORE-8672 #resolve
- Don't include non-existant ARM intrinsic headers

svn path=/trunk/; revision=67149

9 years ago[DESK]
Timo Kreuzer [Sat, 11 Apr 2015 08:17:03 +0000 (08:17 +0000)]
[DESK]
Fix MSVC/x64 warnings

svn path=/trunk/; revision=67148

9 years ago[MSPAINT]
Christoph von Wittich [Sat, 11 Apr 2015 06:21:09 +0000 (06:21 +0000)]
[MSPAINT]
enable the call to HtmlHelp (not working yet because of missing help file)
CORE-8738

svn path=/trunk/; revision=67147

9 years ago[FAST486]
Timo Kreuzer [Fri, 10 Apr 2015 22:36:13 +0000 (22:36 +0000)]
[FAST486]
Fix MSVC warnings

svn path=/trunk/; revision=67146

9 years ago[KERNEL32_VISTA]
Timo Kreuzer [Fri, 10 Apr 2015 21:09:43 +0000 (21:09 +0000)]
[KERNEL32_VISTA]
Fix MSVC warnings

svn path=/trunk/; revision=67145

9 years ago[NTOSKRNL]
Timo Kreuzer [Fri, 10 Apr 2015 19:53:08 +0000 (19:53 +0000)]
[NTOSKRNL]
Add SEH to NtRequestPort. Patch by Alexander Andrejevic.
CORE-7371

svn path=/trunk/; revision=67144

9 years agoNothing happened here.
Timo Kreuzer [Fri, 10 Apr 2015 19:45:17 +0000 (19:45 +0000)]
Nothing happened here.

svn path=/trunk/; revision=67143

9 years ago[INF] Romanian translation update by Ștefan Fulea. CORE-9516
Amine Khaldi [Fri, 10 Apr 2015 19:39:08 +0000 (19:39 +0000)]
[INF] Romanian translation update by Ștefan Fulea. CORE-9516

svn path=/trunk/; revision=67142

9 years ago[RAPPS] Romanian translation update by Ștefan Fulea. CORE-9516
Amine Khaldi [Fri, 10 Apr 2015 19:21:59 +0000 (19:21 +0000)]
[RAPPS] Romanian translation update by Ștefan Fulea. CORE-9516

svn path=/trunk/; revision=67141

9 years ago[RTL]
Timo Kreuzer [Fri, 10 Apr 2015 19:21:22 +0000 (19:21 +0000)]
[RTL]
Improve RtlImageNtHeaderEx:
- Fix signed/unsigned mismatch when comparing NT header offset
- Simplify overflow checks
- Add missing overflow-into-systemspace check
CR-77 / CORE-8091 #resolve

svn path=/trunk/; revision=67140

9 years ago[TRANSLATIONS] Romanian translation update by Ștefan Fulea. CORE-9516
Amine Khaldi [Fri, 10 Apr 2015 19:20:55 +0000 (19:20 +0000)]
[TRANSLATIONS] Romanian translation update by Ștefan Fulea. CORE-9516

svn path=/trunk/; revision=67139

9 years ago[INF]
Daniel Reimer [Fri, 10 Apr 2015 13:59:20 +0000 (13:59 +0000)]
[INF]
- Convert some ANSI to UTF-8 w/o BOM
- Remove some BOMs ^^

svn path=/trunk/; revision=67138

9 years ago[RAPPS] nginx license: 2-clause BSD => FreeBSD. By Ștefan Fulea. CORE-9515
Amine Khaldi [Fri, 10 Apr 2015 13:32:03 +0000 (13:32 +0000)]
[RAPPS] nginx license: 2-clause BSD => FreeBSD. By Ștefan Fulea. CORE-9515

svn path=/trunk/; revision=67137

9 years ago* Update README.WINE a bit to reflect its current state.
Amine Khaldi [Fri, 10 Apr 2015 11:04:13 +0000 (11:04 +0000)]
* Update README.WINE a bit to reflect its current state.

svn path=/trunk/; revision=67136

9 years ago[MSHTML]
Thomas Faber [Fri, 10 Apr 2015 10:56:23 +0000 (10:56 +0000)]
[MSHTML]
- Remove nsIDOMWindowUtils::SetCriticalDisplayPortForElement, as it's no longer present in Gecko. Fixes stack corruption when exiting IE.
CORE-9513

svn path=/trunk/; revision=67135

9 years ago[CRT] Adopt Wine Staging 1.7.37 _cwait() implementation. CORE-8214 CORE-9246
Amine Khaldi [Fri, 10 Apr 2015 10:49:56 +0000 (10:49 +0000)]
[CRT] Adopt Wine Staging 1.7.37 _cwait() implementation. CORE-8214 CORE-9246

svn path=/trunk/; revision=67134

9 years ago[RAPPS]
Daniel Reimer [Fri, 10 Apr 2015 10:39:24 +0000 (10:39 +0000)]
[RAPPS]
Add Revo uninstaller 1.95 by nicoalta01
CORE-8892 #resolve #comment Added, have fun. I added CCleaner, too while bein at it ^^

svn path=/trunk/; revision=67133

9 years ago[SHELL32] Add floppy drive icon. By Jared Smudde. CORE-9451
Amine Khaldi [Fri, 10 Apr 2015 10:36:48 +0000 (10:36 +0000)]
[SHELL32] Add floppy drive icon. By Jared Smudde. CORE-9451

svn path=/trunk/; revision=67132

9 years ago[XCOPY] Adjust language resources to ReactOS norms. By Ștefan Fulea. CORE-7845
Amine Khaldi [Fri, 10 Apr 2015 10:34:05 +0000 (10:34 +0000)]
[XCOPY] Adjust language resources to ReactOS norms. By Ștefan Fulea. CORE-7845

svn path=/trunk/; revision=67131

9 years ago[RAPPS]
Daniel Reimer [Fri, 10 Apr 2015 10:13:51 +0000 (10:13 +0000)]
[RAPPS]
App listing request by oldman
CORE-8521 #resolve #comment Added the three still missing ones, have fun ^^

svn path=/trunk/; revision=67130

9 years ago[NTOS:PNP]
Thomas Faber [Fri, 10 Apr 2015 10:10:28 +0000 (10:10 +0000)]
[NTOS:PNP]
- Add missing SEH/Probe in NtGetPlugPlayEvent and IopGetInterfaceDeviceList, and correctly copy the interface list. Patch by Stephan Röger.
CORE-9498 #resolve

svn path=/trunk/; revision=67129

9 years ago[STRMBASE] Fix MediaSeekingPassThru_GetPositions when the pins are unconnected. By...
Amine Khaldi [Fri, 10 Apr 2015 09:47:32 +0000 (09:47 +0000)]
[STRMBASE] Fix MediaSeekingPassThru_GetPositions when the pins are unconnected. By Erich E. Hoover. CORE-9303

svn path=/trunk/; revision=67128

9 years ago[STRMBASE] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Fri, 10 Apr 2015 09:44:40 +0000 (09:44 +0000)]
[STRMBASE] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67127

9 years ago[GDI32]
Thomas Faber [Fri, 10 Apr 2015 09:27:25 +0000 (09:27 +0000)]
[GDI32]
- Fix uninitialized variable use in EnumEnhMetaFile
- Apply Wine commit 88e81025 (gdi32: Fix typo in a condition (PVS-Studio).) by André Hentschel
CORE-9191 #resolve

svn path=/trunk/; revision=67126

9 years ago[RTL]
Thomas Faber [Fri, 10 Apr 2015 08:38:05 +0000 (08:38 +0000)]
[RTL]
- Implement RtlIpv6StringToAddress*. Patch by Mark Jansen.
CORE-6490

svn path=/trunk/; revision=67125

9 years ago[RTL]
Christoph von Wittich [Fri, 10 Apr 2015 08:18:00 +0000 (08:18 +0000)]
[RTL]
import LZNT1 decompression from wine staging

svn path=/trunk/; revision=67124

9 years ago[KERNEL32]
Thomas Faber [Thu, 9 Apr 2015 20:19:55 +0000 (20:19 +0000)]
[KERNEL32]
- Fix setting the hour in FileTimeToDosDateTime
CORE-9510 #resolve

svn path=/trunk/; revision=67123

9 years ago[RTL]
Thomas Faber [Thu, 9 Apr 2015 19:42:18 +0000 (19:42 +0000)]
[RTL]
- Implement RtlIpv6AddressToString*. Patch by Mark Jansen.
CORE-6490

svn path=/trunk/; revision=67122

9 years ago[WS2_32]
Thomas Faber [Thu, 9 Apr 2015 16:14:46 +0000 (16:14 +0000)]
[WS2_32]
- Import GetAddrInfoW and GetNameInfoW from Wine
- Put Wine code in wine/ subfolder
CORE-9509 #resolve

svn path=/trunk/; revision=67121

9 years ago[KERNEL32_VISTA] Add and export IdnTo{Ascii,Unicode}. CORE-9246
Amine Khaldi [Thu, 9 Apr 2015 16:02:48 +0000 (16:02 +0000)]
[KERNEL32_VISTA] Add and export IdnTo{Ascii,Unicode}. CORE-9246

svn path=/trunk/; revision=67120

9 years ago[PSDK] Add missing IdnTo{Ascii,Unicode} declarations.
Amine Khaldi [Thu, 9 Apr 2015 16:02:32 +0000 (16:02 +0000)]
[PSDK] Add missing IdnTo{Ascii,Unicode} declarations.

svn path=/trunk/; revision=67119

9 years ago[SECUR32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Thu, 9 Apr 2015 14:26:41 +0000 (14:26 +0000)]
[SECUR32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67118

9 years ago[WINHTTP_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Thu, 9 Apr 2015 13:31:23 +0000 (13:31 +0000)]
[WINHTTP_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67117

9 years ago[WINHTTP] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Thu, 9 Apr 2015 13:29:04 +0000 (13:29 +0000)]
[WINHTTP] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67116

9 years ago[URLMON] Stub and export IEInstallScope. Needed by urlmon:misc test.
Amine Khaldi [Thu, 9 Apr 2015 13:15:15 +0000 (13:15 +0000)]
[URLMON] Stub and export IEInstallScope. Needed by urlmon:misc test.

svn path=/trunk/; revision=67115

9 years ago[URLMON_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Thu, 9 Apr 2015 12:44:18 +0000 (12:44 +0000)]
[URLMON_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67114

9 years ago[URLMON] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Thu, 9 Apr 2015 12:42:05 +0000 (12:42 +0000)]
[URLMON] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67113

9 years ago[NDISUIO]
Thomas Faber [Thu, 9 Apr 2015 10:36:35 +0000 (10:36 +0000)]
[NDISUIO]
- Another addendum to r67107: don't let CleanupAndFreePacket try to free the buffer since it does not have the correct pointer
CORE-8210

svn path=/trunk/; revision=67110

9 years ago[PSDK]
Thomas Faber [Thu, 9 Apr 2015 10:29:53 +0000 (10:29 +0000)]
[PSDK]
- Apply some MIDL build fixes
- Fix eConnTypeRJ11Modem declaration in devicetopology.idl (Wine commit 2190601c by Jacek Caban)

svn path=/trunk/; revision=67109

9 years ago[NDISUIO] Addendum to r67107. Better ordering of the cleanups. CORE-8210
Amine Khaldi [Thu, 9 Apr 2015 09:50:44 +0000 (09:50 +0000)]
[NDISUIO] Addendum to r67107. Better ordering of the cleanups. CORE-8210

svn path=/trunk/; revision=67108

9 years ago[NDISUIO] Plug a leak on failure path. Spotted by Samuel Serapion using cppcheck...
Amine Khaldi [Thu, 9 Apr 2015 09:39:19 +0000 (09:39 +0000)]
[NDISUIO] Plug a leak on failure path. Spotted by Samuel Serapion using cppcheck. CORE-8210

svn path=/trunk/; revision=67107

9 years ago[SERVMAN] Fix some clipping in the about box. By Jared Smudde. CORE-9505
Amine Khaldi [Thu, 9 Apr 2015 09:20:33 +0000 (09:20 +0000)]
[SERVMAN] Fix some clipping in the about box. By Jared Smudde. CORE-9505

svn path=/trunk/; revision=67106

9 years ago[RAPPS]
Daniel Reimer [Wed, 8 Apr 2015 19:02:35 +0000 (19:02 +0000)]
[RAPPS]
Fix the German Ein/Eine CHAOS.
Move Java to the right category.
Remove RosBE ARM/AMD64 for now.

svn path=/trunk/; revision=67104

9 years ago[SERVMAN] Now fix GCC build on *nix.
Amine Khaldi [Wed, 8 Apr 2015 18:38:48 +0000 (18:38 +0000)]
[SERVMAN] Now fix GCC build on *nix.

svn path=/trunk/; revision=67103

9 years ago[SERVMAN] Fix GCC build.
Amine Khaldi [Wed, 8 Apr 2015 18:36:06 +0000 (18:36 +0000)]
[SERVMAN] Fix GCC build.

svn path=/trunk/; revision=67102

9 years ago[SERVMAN]
Ged Murphy [Wed, 8 Apr 2015 18:31:29 +0000 (18:31 +0000)]
[SERVMAN]
- Fix that gcc doesn't support c99
- According to Christoph, this should fix the gcc build. If not, blame him.

svn path=/trunk/; revision=67101

9 years ago[RAPPS]
Daniel Reimer [Wed, 8 Apr 2015 18:17:03 +0000 (18:17 +0000)]
[RAPPS]
CORE-9060 #comment rapps-db-update-and-enhancement-includes-es-es-l10n-2015-03-20.patch committed + continued your ways in some more entries + made the German translation follow it either + added some missing German translations.

svn path=/trunk/; revision=67100

9 years ago[SERVMAN]
Ged Murphy [Wed, 8 Apr 2015 18:14:16 +0000 (18:14 +0000)]
[SERVMAN]
- Allow params to be passed through the progress dialog
- PAss the start params

svn path=/trunk/; revision=67099

9 years ago[MBEDTLS] Import mbed TLS v1.3.10. This is WIP. Brought to you by Peter Hater and...
Amine Khaldi [Wed, 8 Apr 2015 17:48:22 +0000 (17:48 +0000)]
[MBEDTLS] Import mbed TLS v1.3.10. This is WIP. Brought to you by Peter Hater and co. CORE-9065 CR-70

svn path=/trunk/; revision=67098

9 years agoBriefly remove from build until I've made a few more changes
Ged Murphy [Wed, 8 Apr 2015 17:48:20 +0000 (17:48 +0000)]
Briefly remove from build until I've made a few more changes

svn path=/trunk/; revision=67097

9 years ago[INF]
Daniel Reimer [Wed, 8 Apr 2015 17:42:14 +0000 (17:42 +0000)]
[INF]
CORE-9060 #comment swyter-rapps-add-short-desktop-title-2015-03-25.patch committed, rest will come soon.

svn path=/trunk/; revision=67096

9 years ago[SERVMAN]
Ged Murphy [Wed, 8 Apr 2015 17:30:38 +0000 (17:30 +0000)]
[SERVMAN]
- TCHAR -> WCHAR

svn path=/trunk/; revision=67095

9 years ago[SERVMAN]
Ged Murphy [Wed, 8 Apr 2015 17:28:46 +0000 (17:28 +0000)]
[SERVMAN]
- Rewrite the progress dialog making it responsible for controlling services. (starting, stopping, etc).
- Fixup the rest of the code to make use of running actions through the progress dialog.
- As a side-effect, this should fix CORE-4585

svn path=/trunk/; revision=67094