reactos.git
11 years ago[NTOSKRNL]
Timo Kreuzer [Thu, 20 Dec 2012 14:58:02 +0000 (14:58 +0000)]
[NTOSKRNL]
- Use 2 seperate SEH blocks in PsSuspendThread(). This way we don't leak the rundown protection, and don't keep a terminating thread suspended, when KeSuspendThread() throws an exception. Also only catch STATUS_SUSPEND_COUNT_EXCEEDED exceptions in the SEH filter.

svn path=/trunk/; revision=57958

11 years ago[REGEDIT]
Hermès Bélusca-Maïto [Thu, 20 Dec 2012 14:10:38 +0000 (14:10 +0000)]
[REGEDIT]
Improve the look of the "Go" button (at the right of the address bar).

svn path=/trunk/; revision=57957

11 years ago[REGEDIT]
Hermès Bélusca-Maïto [Thu, 20 Dec 2012 02:13:53 +0000 (02:13 +0000)]
[REGEDIT]
Improve the overall look (a little part was committed by accident in r57955).

svn path=/trunk/; revision=57956

11 years ago[REGEDIT]
Hermès Bélusca-Maïto [Thu, 20 Dec 2012 02:02:38 +0000 (02:02 +0000)]
[REGEDIT]
Improve the way sorting is done.

svn path=/trunk/; revision=57955

11 years ago[NTOSKRNL]
Timo Kreuzer [Wed, 19 Dec 2012 23:49:13 +0000 (23:49 +0000)]
[NTOSKRNL]
- Add some missing return value checks
- Add some annotations
- Fix format specifiers
- Fix variable scope conflicts
- Fix possible closing of a NULL handle
- Use ObCloseHandle instead of ZwClose

svn path=/trunk/; revision=57954

11 years ago[CSQ]
Timo Kreuzer [Wed, 19 Dec 2012 23:33:57 +0000 (23:33 +0000)]
[CSQ]
Formatting, add annotations, use doxygen style comments, no functional change

svn path=/trunk/; revision=57953

11 years ago[WIN32K]
Timo Kreuzer [Wed, 19 Dec 2012 22:01:54 +0000 (22:01 +0000)]
[WIN32K]
Fix a bug caused by r57948

svn path=/trunk/; revision=57952

11 years ago[NTOSKRNL]
Timo Kreuzer [Wed, 19 Dec 2012 11:11:34 +0000 (11:11 +0000)]
[NTOSKRNL]
Formatting, no functional change

svn path=/trunk/; revision=57951

11 years agoWe display a revision number (prefix: 'r')
Hermès Bélusca-Maïto [Wed, 19 Dec 2012 01:08:47 +0000 (01:08 +0000)]
We display a revision number (prefix: 'r')

svn path=/trunk/; revision=57950

11 years ago[REGEDIT]
Hermès Bélusca-Maïto [Tue, 18 Dec 2012 23:52:08 +0000 (23:52 +0000)]
[REGEDIT]
Add support of sorting by value.
Patch by Katayama Hirofumi.

CORE-4885 #resolve #comment Committed in r57949. Thanks!

svn path=/trunk/; revision=57949

11 years ago[WIN32K]
Timo Kreuzer [Tue, 18 Dec 2012 21:44:58 +0000 (21:44 +0000)]
[WIN32K]
- Add/improve some annotations
- Improve code in EngpGetPDEV and NtGdiGetRegionData
- Simplify SEH exception handling
- Fix possible NULL pointer dereferences
- Fix wrong variable usage in UnpackParam
- Fix a possible bufer overrun
- Check return value of ExAllocatePool and RtlCreateUnicodeString
- Fix & vs && typo
All detected with VS11 analyse

svn path=/trunk/; revision=57948

11 years ago[RTL]
Hermès Bélusca-Maïto [Tue, 18 Dec 2012 21:15:24 +0000 (21:15 +0000)]
[RTL]
Clarify the order of operations. No functionality changes.

svn path=/trunk/; revision=57947

11 years ago[SERVICES]
Hermès Bélusca-Maïto [Tue, 18 Dec 2012 20:38:54 +0000 (20:38 +0000)]
[SERVICES]
- services.exe is indeed a GUI program, so build it as such.
- Check the return value of RegisterServicesProcess and thus allow only one instance of services.exe to be launched.

CORE-6123 #resolve #comment Fixed by r57946.

svn path=/trunk/; revision=57946

11 years ago[WIN32CSR]
Hermès Bélusca-Maïto [Tue, 18 Dec 2012 19:06:16 +0000 (19:06 +0000)]
[WIN32CSR]
Fix a misspelling: "loose" --> "lose" (verb). Spotted by Katayama Hirofumi.

CORE-6817 #resolve #comment Fixed in r57945. Cheers :)

svn path=/trunk/; revision=57945

11 years ago[WIN32K]
Timo Kreuzer [Tue, 18 Dec 2012 15:20:20 +0000 (15:20 +0000)]
[WIN32K]
- Add/fix some annotations
- Simplify code in NtGdiSetMiterLimit

svn path=/trunk/; revision=57944

11 years ago[RTL]
Timo Kreuzer [Tue, 18 Dec 2012 15:00:45 +0000 (15:00 +0000)]
[RTL]
Reapply a fix, that got reverted accidentally in r57938

svn path=/trunk/; revision=57943

11 years ago[RTL]
Timo Kreuzer [Tue, 18 Dec 2012 10:10:34 +0000 (10:10 +0000)]
[RTL]
- Implement dynamic allocation of handle entry pages in RtlAllocateHandle
- Fix a possible NULL pointer dereference

svn path=/trunk/; revision=57942

11 years ago[HAL]
Timo Kreuzer [Tue, 18 Dec 2012 09:52:07 +0000 (09:52 +0000)]
[HAL]
Fix / silence some warnings/errors detected with VS-analyze

svn path=/trunk/; revision=57941

11 years ago[REGEDIT]
Hermès Bélusca-Maïto [Mon, 17 Dec 2012 23:22:03 +0000 (23:22 +0000)]
[REGEDIT]
Update the address bar after creating a registry key.
CORE-6816 #resolve #comment Committed in r57940. Thanks ;)

svn path=/trunk/; revision=57940

11 years ago[INFLIB]
Sylvain Petreolle [Mon, 17 Dec 2012 22:48:07 +0000 (22:48 +0000)]
[INFLIB]
Don't use _swprintf.
Tested in rosbe 2, 2.1, windows, linux, and VS 10.

svn path=/trunk/; revision=57939

11 years ago[RTL]
Timo Kreuzer [Mon, 17 Dec 2012 13:27:33 +0000 (13:27 +0000)]
[RTL]
Revert silencing a warning and apply a real fix. Spotted by Thomas.

svn path=/trunk/; revision=57938

11 years ago[CMLIB]
Timo Kreuzer [Mon, 17 Dec 2012 12:27:21 +0000 (12:27 +0000)]
[CMLIB]
Fix / silence some warnings/errors detected with VS-analyze

svn path=/trunk/; revision=57937

11 years ago[RTL]
Timo Kreuzer [Mon, 17 Dec 2012 12:06:14 +0000 (12:06 +0000)]
[RTL]
- Fix a calculation bug in the heap code
- Fix pointer arithmetics
- Fix artihetic overflows
- rename some global items to not conflict with local names
- Silence some more warnings from VS analyze

svn path=/trunk/; revision=57936

11 years ago[FREELDR]
Hermès Bélusca-Maïto [Mon, 17 Dec 2012 00:22:11 +0000 (00:22 +0000)]
[FREELDR]
- Effectively reboot instead of exiting the bootloader and hanging.
- Do a cold reboot instead of a (soft) warm reboot, to let the user be able to choose another boot support or do anything else, instead of directly rebooting to the bootloader. Rename the concerned function accordingly.

svn path=/trunk/; revision=57935

11 years ago[FREELDR]
Hermès Bélusca-Maïto [Sun, 16 Dec 2012 22:00:41 +0000 (22:00 +0000)]
[FREELDR]
Get rid of the default status bar text, which reappears at OS loading time if one boots with bootloader's text UI.

svn path=/trunk/; revision=57934

11 years ago[FREELDR]
Hermès Bélusca-Maïto [Sun, 16 Dec 2012 21:32:41 +0000 (21:32 +0000)]
[FREELDR]
Completely remove the special blue "setup-ui" appearing when starting the bootcd, in this way revert a part of r57842 and r57843.
Requested by some people. Now we keep the NTLDR-like boot ui.

svn path=/trunk/; revision=57933

11 years ago[PSDK]
Timo Kreuzer [Sun, 16 Dec 2012 18:28:06 +0000 (18:28 +0000)]
[PSDK]
Start rewrite sal.h
This will drop support for WDK's prefast, since it's impossible to maintain both sal version 1 and 2 and the old stuff is quite unreliable anyway. Only MSVC 11+ analyze with attributes for SAL will work.
abragin: "\o/ for throwing away some legacy" ;-)

svn path=/trunk/; revision=57932

11 years ago[LIBINFHOST]
Amine Khaldi [Sun, 16 Dec 2012 17:15:34 +0000 (17:15 +0000)]
[LIBINFHOST]
* Fix a linking issue with the upcoming toolchain.

svn path=/trunk/; revision=57931

11 years ago[CRT]
Timo Kreuzer [Sun, 16 Dec 2012 16:48:31 +0000 (16:48 +0000)]
[CRT]
Fix build (2nd try)

svn path=/trunk/; revision=57930

11 years ago[CRT]
Timo Kreuzer [Sun, 16 Dec 2012 16:44:54 +0000 (16:44 +0000)]
[CRT]
Fix build

svn path=/trunk/; revision=57929

11 years ago[CRT]
Timo Kreuzer [Sun, 16 Dec 2012 16:38:36 +0000 (16:38 +0000)]
[CRT]
Fix / silence a number of warnings/errors detected with VS-analyze

svn path=/trunk/; revision=57928

11 years ago[MORE]
Pierre Schweitzer [Sun, 16 Dec 2012 16:12:30 +0000 (16:12 +0000)]
[MORE]
Fix memory leak

svn path=/trunk/; revision=57927

11 years ago[ATACLT]
Pierre Schweitzer [Sun, 16 Dec 2012 16:09:41 +0000 (16:09 +0000)]
[ATACLT]
Add missing printf() parameter

svn path=/trunk/; revision=57926

11 years ago[WIn32k]
Hermès Bélusca-Maïto [Sun, 16 Dec 2012 14:37:45 +0000 (14:37 +0000)]
[WIn32k]
Fix the fix for Safe Mode (vide revision r57923).

svn path=/trunk/; revision=57925

11 years ago[FREELDR]
Timo Kreuzer [Sun, 16 Dec 2012 14:23:05 +0000 (14:23 +0000)]
[FREELDR]
Fix / silence a number of warnings/errors detected with VS-analyze

svn path=/trunk/; revision=57924

11 years ago[WIN32K]
Hermès Bélusca-Maïto [Sun, 16 Dec 2012 14:01:32 +0000 (14:01 +0000)]
[WIN32K]
Fix BSOD when starting ReactOS in Safe Mode :
NEVER dereference a NULL pointer in a DPRINT or you are dead !! (here, the possible NULL pointer is GetW32ProcessInfo()->prpwinsta).
More precisely, you obtain:

<NTOSKRNL.EXE:112296 (ReactOS/ntoskrnl/ke/i386/traphdlr.c:1246 (@KiTrap0EHandler@4))>
<NTOSKRNL.EXE:110154 (ReactOS/ntoskrnl/ke/i386/trap.s:0 (_KiTrap0E))>
<NTOSKRNL.EXE:142926 (ReactOS/lib/sdk/crt/printf/streamout.c:644 (streamout))>
<NTOSKRNL.EXE:140631 (ReactOS/lib/sdk/crt/printf/_sxprintf.c:61 (_vsnprintf))>
<NTOSKRNL.EXE:12736a (ReactOS/lib/rtl/debug.c:85 (vDbgPrintExWithPrefixInternal@24))>
<NTOSKRNL.EXE:12751c (ReactOS/lib/rtl/debug.c:209 (DbgPrint))>
<win32k.sys:55034 (ReactOS/win32ss/user/ntuser/sysparams.c:451 (SpiGet))>
<win32k.sys:56bc7 (ReactOS/win32ss/user/ntuser/sysparams.c:963 (@UserSystemParametersInfo@16)

svn path=/trunk/; revision=57923

11 years ago[PSDK/WIN32K]
Timo Kreuzer [Sun, 16 Dec 2012 11:32:56 +0000 (11:32 +0000)]
[PSDK/WIN32K]
- Add suppress.h
- Use symbolic error definitions with _PRAGMA_WARNING_SUPPRESS

svn path=/trunk/; revision=57922

11 years ago[RTL]
Timo Kreuzer [Sat, 15 Dec 2012 13:58:24 +0000 (13:58 +0000)]
[RTL]
Formatting, no code change

svn path=/trunk/; revision=57921

11 years ago[LSASRV]
Eric Kohl [Sat, 15 Dec 2012 11:31:04 +0000 (11:31 +0000)]
[LSASRV]
- Implement LsarRemovePrivilegesFromAccount and LsarOpenPolicy2.
- Remove unused Vista+ stubs.

svn path=/trunk/; revision=57920

11 years ago[CMAKE]
Amine Khaldi [Sat, 15 Dec 2012 11:03:50 +0000 (11:03 +0000)]
[CMAKE]
* Transition phase for asm handling between the actual and the upcoming RosBE.

svn path=/trunk/; revision=57919

11 years ago[SHUTDOWN]
Hermès Bélusca-Maïto [Sat, 15 Dec 2012 01:20:06 +0000 (01:20 +0000)]
[SHUTDOWN]
Final attempt to fix resource compilation with MSVC. Seriously, their resource compiler sucks.

svn path=/trunk/; revision=57918

11 years ago[SHUTDOWN]
Hermès Bélusca-Maïto [Sat, 15 Dec 2012 00:41:16 +0000 (00:41 +0000)]
[SHUTDOWN]
- Fix a signed / unsigned warning.
- Attempt to fix resource compilation with MSVC.

svn path=/trunk/; revision=57917

11 years ago[SHUTDOWN]
Hermès Bélusca-Maïto [Fri, 14 Dec 2012 23:29:22 +0000 (23:29 +0000)]
[SHUTDOWN]
Improve functionnality of the shutdown utility :

* Added extra arguments based upon Windows 7.
* Added options to CommandLineOptions function.
* Simplify the PrintResourceString() function.
* Removed PrintUsage() since PrintResourceString() does a more flexible job at printing strings out.
* Added clear error messages when there is a problem. This makes it a bit easier to determine if there is a problem.
* Convert all the C++ comments to C.
* Since each version of Windows has a different upper limit for the length of the comment, a work around solution is used that first checks the length of the comment based upon the version of Windows that the user is currently using.
* Added support for hibernation mode, but the function SetSuspendState() is only a stub right now.
* In cases where the shutdown/restart operation is done remotely, now the proper permission is granted if the user has the proper permission.
* Added the REASON structure, which contains all the reason code combinations required for giving the proper reason code to the computer.
* Added bare bones basic support for the GUI option (/i). However, until the required features are added to ReactOS, the GUI won't do anything.
* Convert the program to full UNICODE support.

CORE-6613 #resolve #comment Committed in r57916. Thanks :)

svn path=/trunk/; revision=57916

11 years ago[COMCTL32_WINETEST]
Amine Khaldi [Fri, 14 Dec 2012 23:24:10 +0000 (23:24 +0000)]
[COMCTL32_WINETEST]
* Sync with Wine 1.5.19.

svn path=/trunk/; revision=57915

11 years ago[COMCTL32]
Amine Khaldi [Fri, 14 Dec 2012 23:23:44 +0000 (23:23 +0000)]
[COMCTL32]
* Sync with Wine 1.5.19.

svn path=/trunk/; revision=57914

11 years ago[ROSBE/CMAKE]
Amine Khaldi [Fri, 14 Dec 2012 21:56:11 +0000 (21:56 +0000)]
[ROSBE/CMAKE]
* Set the correct prefix for the upcoming RosBE 2.1 toolchain.

svn path=/trunk/; revision=57913

11 years ago[INCLUDE/PSDK]
Jérôme Gardou [Fri, 14 Dec 2012 08:29:55 +0000 (08:29 +0000)]
[INCLUDE/PSDK]
 - Add LdrAddRefDll definition

svn path=/trunk/; revision=57912

11 years ago[CRT]
Jérôme Gardou [Thu, 13 Dec 2012 21:36:27 +0000 (21:36 +0000)]
[CRT]
 - sync _mbbtombc and _mbctombb implementations with wine

svn path=/trunk/; revision=57911

11 years ago[CRT]
Jérôme Gardou [Thu, 13 Dec 2012 21:13:06 +0000 (21:13 +0000)]
[CRT]
 -fix __lc_codepage confusion
 -fix implementations of _mbsjistojms and _mbsjmstojis

svn path=/trunk/; revision=57910

11 years ago[INCLUDE/CRT]
Jérôme Gardou [Thu, 13 Dec 2012 19:21:30 +0000 (19:21 +0000)]
[INCLUDE/CRT]
 - _CRT_NON_CONFORMING_SWPRINTFS is not relevant for us.

svn path=/trunk/; revision=57909

11 years ago[ATL]
Jérôme Gardou [Thu, 13 Dec 2012 18:38:46 +0000 (18:38 +0000)]
[ATL]
 - silence "unused but set" warning

svn path=/trunk/; revision=57908

11 years ago[CRT]
Jérôme Gardou [Thu, 13 Dec 2012 16:32:17 +0000 (16:32 +0000)]
[CRT]
 - fix isleadbyte
 - implement mbrlen
 - avoid race condition when creatong global ANSI locale

svn path=/trunk/; revision=57907

11 years ago[OLE32_WINETEST]
Jérôme Gardou [Thu, 13 Dec 2012 16:02:04 +0000 (16:02 +0000)]
[OLE32_WINETEST]
 - Addendum to r57905
Both of them already sent upstream

svn path=/trunk/; revision=57906

11 years ago[OLE32]
Jérôme Gardou [Thu, 13 Dec 2012 16:00:44 +0000 (16:00 +0000)]
[OLE32]
 - Fix compilation with newer GCC

svn path=/trunk/; revision=57905

11 years ago[INCLUDE/PSDK]
Jérôme Gardou [Thu, 13 Dec 2012 14:10:49 +0000 (14:10 +0000)]
[INCLUDE/PSDK]
 - winuser.h: properly cast CW_USEDEFAULT to int

svn path=/trunk/; revision=57904

11 years ago[CABINET]
Amine Khaldi [Thu, 13 Dec 2012 13:25:38 +0000 (13:25 +0000)]
[CABINET]
* Sync with Wine 1.5.19.

svn path=/trunk/; revision=57903

11 years ago[RICHED20_WINETEST]
Amine Khaldi [Thu, 13 Dec 2012 13:10:24 +0000 (13:10 +0000)]
[RICHED20_WINETEST]
* Sync with Wine 1.5.19.

svn path=/trunk/; revision=57902

11 years ago[RICHED20]
Amine Khaldi [Thu, 13 Dec 2012 13:10:17 +0000 (13:10 +0000)]
[RICHED20]
* Sync with Wine 1.5.19.

svn path=/trunk/; revision=57901

11 years ago[WINDOWSCODECS_WINETEST]
Amine Khaldi [Thu, 13 Dec 2012 11:15:23 +0000 (11:15 +0000)]
[WINDOWSCODECS_WINETEST]
* Import from Wine 1.5.19.

svn path=/trunk/; revision=57900

11 years ago[FREELDR]
Hermès Bélusca-Maïto [Thu, 13 Dec 2012 00:46:55 +0000 (00:46 +0000)]
[FREELDR]
- Use a list of possible operating system method loading to load ReactOS / ROS-Setup / Windows / Linux or booting from a disk / partition ..., instead of using a (huge) if () else if () ... instruction.
- Modify the corresponding functions to take into account for this new functionality.
- Allow having a live + boot cd if needed, in a elegant way.

svn path=/trunk/; revision=57899

11 years ago[FREELDR]
Hermès Bélusca-Maïto [Thu, 13 Dec 2012 00:15:19 +0000 (00:15 +0000)]
[FREELDR]
Correct the type of few variables.

svn path=/trunk/; revision=57898

11 years ago* Mark this as a DUMMYUNIONNAME.
Amine Khaldi [Wed, 12 Dec 2012 21:11:22 +0000 (21:11 +0000)]
* Mark this as a DUMMYUNIONNAME.

svn path=/trunk/; revision=57897

11 years ago[OLE32_WINETEST]
Amine Khaldi [Wed, 12 Dec 2012 21:02:09 +0000 (21:02 +0000)]
[OLE32_WINETEST]
* Sync with Wine 1.5.19.

svn path=/trunk/; revision=57896

11 years ago[OLE32]
Amine Khaldi [Wed, 12 Dec 2012 21:01:41 +0000 (21:01 +0000)]
[OLE32]
* Sync with Wine 1.5.19.

svn path=/trunk/; revision=57895

11 years ago[CMAKE]
Amine Khaldi [Wed, 12 Dec 2012 15:39:08 +0000 (15:39 +0000)]
[CMAKE]
* Addendum to r57893.

svn path=/trunk/; revision=57894

11 years ago[CMAKE]
Amine Khaldi [Wed, 12 Dec 2012 15:09:49 +0000 (15:09 +0000)]
[CMAKE]
* Add the ability to handle more than one idl file in generate_idl_iids.

svn path=/trunk/; revision=57893

11 years ago[OLEAUT32_WINETEST]
Amine Khaldi [Wed, 12 Dec 2012 15:05:13 +0000 (15:05 +0000)]
[OLEAUT32_WINETEST]
* Sync with Wine 1.5.19.

svn path=/trunk/; revision=57892

11 years ago* Back out r57890 in favor of a complete upcoming sync.
Amine Khaldi [Wed, 12 Dec 2012 13:55:29 +0000 (13:55 +0000)]
* Back out r57890 in favor of a complete upcoming sync.

svn path=/trunk/; revision=57891

11 years ago[OLEAUT32_WINETEST]
Amine Khaldi [Wed, 12 Dec 2012 13:53:12 +0000 (13:53 +0000)]
[OLEAUT32_WINETEST]
* Sync with Wine 1.5.19.

svn path=/trunk/; revision=57890

11 years ago[OLEAUT32]
Amine Khaldi [Wed, 12 Dec 2012 13:52:25 +0000 (13:52 +0000)]
[OLEAUT32]
* Sync to Wine 1.5.19.

svn path=/trunk/; revision=57889

11 years ago[ATL_WINETEST]
Amine Khaldi [Wed, 12 Dec 2012 12:55:58 +0000 (12:55 +0000)]
[ATL_WINETEST]
* Sync with Wine 1.5.19.

svn path=/trunk/; revision=57888

11 years ago[ATL]
Amine Khaldi [Wed, 12 Dec 2012 12:48:52 +0000 (12:48 +0000)]
[ATL]
* Sync with Wine 1.5.19.
[ATL100]
* Import from Wine 1.5.19.

svn path=/trunk/; revision=57887

11 years ago[SHELL32]
Amine Khaldi [Wed, 12 Dec 2012 12:20:26 +0000 (12:20 +0000)]
[SHELL32]
* Remove unneeded config.h inclusion.
* Remove an unneeded include dir.

svn path=/trunk/; revision=57886

11 years ago[BROWSEUI]
Amine Khaldi [Wed, 12 Dec 2012 12:14:41 +0000 (12:14 +0000)]
[BROWSEUI]
* Remove an unneeded include dir.

svn path=/trunk/; revision=57885

11 years ago[SETUPAPI]
Eric Kohl [Tue, 11 Dec 2012 22:47:35 +0000 (22:47 +0000)]
[SETUPAPI]
SetupDiLoadClassIcon: Return the handle to or index of the default icon (Other devices icon) if no valid ClassGuid was provided by the caller.
With this patch, the class icon of 'Other devices' appears in the device property sheets in the device manager.

svn path=/trunk/; revision=57884

11 years ago[GDIPLUS_WINETEST]
Amine Khaldi [Tue, 11 Dec 2012 21:40:34 +0000 (21:40 +0000)]
[GDIPLUS_WINETEST]
* Sync with Wine 1.5.19.

svn path=/trunk/; revision=57883

11 years ago[GDIPLUS]
Amine Khaldi [Tue, 11 Dec 2012 21:40:15 +0000 (21:40 +0000)]
[GDIPLUS]
* Sync with Wine 1.5.19.
[PSDK]
* Update some headers.

svn path=/trunk/; revision=57882

11 years ago[WINDOWSCODECS]
Amine Khaldi [Tue, 11 Dec 2012 21:17:47 +0000 (21:17 +0000)]
[WINDOWSCODECS]
* Sync with Wine 1.5.19.
[PSDK]
* Update some headers.
* Import wincodecsdk.idl from Wine.

svn path=/trunk/; revision=57881

11 years ago[LOCALUI_WINETEST]: Sync with Wine 1.5.19.
Amine Khaldi [Tue, 11 Dec 2012 13:42:40 +0000 (13:42 +0000)]
[LOCALUI_WINETEST]: Sync with Wine 1.5.19.

svn path=/trunk/; revision=57880

11 years ago[SCHANNEL_WINETEST]: Sync with Wine 1.5.19.
Amine Khaldi [Tue, 11 Dec 2012 13:41:44 +0000 (13:41 +0000)]
[SCHANNEL_WINETEST]: Sync with Wine 1.5.19.

svn path=/trunk/; revision=57879

11 years ago[PSDK]
Amine Khaldi [Tue, 11 Dec 2012 13:40:57 +0000 (13:40 +0000)]
[PSDK]
* Add some missing definition in sspi.h.

svn path=/trunk/; revision=57878

11 years ago[README.WINE]
Amine Khaldi [Tue, 11 Dec 2012 13:39:33 +0000 (13:39 +0000)]
[README.WINE]
* Update the list of synced modules.

svn path=/trunk/; revision=57877

11 years ago* Addendum to r57875.
Amine Khaldi [Tue, 11 Dec 2012 11:07:55 +0000 (11:07 +0000)]
* Addendum to r57875.

svn path=/trunk/; revision=57876

11 years ago* Allow warnings for all source files here.
Amine Khaldi [Tue, 11 Dec 2012 11:04:27 +0000 (11:04 +0000)]
* Allow warnings for all source files here.

svn path=/trunk/; revision=57875

11 years ago[XMLLITE]
Amine Khaldi [Tue, 11 Dec 2012 11:00:56 +0000 (11:00 +0000)]
[XMLLITE]
* Forgot to svn add this.

svn path=/trunk/; revision=57874

11 years ago[XMLLITE_WINETEST]: Sync with Wine 1.5.19.
Amine Khaldi [Tue, 11 Dec 2012 10:53:46 +0000 (10:53 +0000)]
[XMLLITE_WINETEST]: Sync with Wine 1.5.19.

svn path=/trunk/; revision=57873

11 years ago[XMLLITE]: Sync with Wine 1.5.19.
Amine Khaldi [Tue, 11 Dec 2012 10:53:36 +0000 (10:53 +0000)]
[XMLLITE]: Sync with Wine 1.5.19.

svn path=/trunk/; revision=57872

11 years ago[NETAPI32_WINETEST]: Sync with Wine 1.5.19.
Amine Khaldi [Tue, 11 Dec 2012 10:19:54 +0000 (10:19 +0000)]
[NETAPI32_WINETEST]: Sync with Wine 1.5.19.

svn path=/trunk/; revision=57871

11 years ago[MAGNIFY]
Amine Khaldi [Tue, 11 Dec 2012 10:15:46 +0000 (10:15 +0000)]
[MAGNIFY]
* Reduce palette window size.
* Fix some Japanese text.
* Brought to you by Hirofumi Katayama.
CORE-6802 #resolve #comment Committed in r57870. Thanks ;)

svn path=/trunk/; revision=57870

11 years ago[CALC]: Fix Japanese resource. Brought to you by Hirofumi Katayama.
Amine Khaldi [Tue, 11 Dec 2012 09:57:31 +0000 (09:57 +0000)]
[CALC]: Fix Japanese resource. Brought to you by Hirofumi Katayama.
CORE-6800 #resolve #comment Committed in r57869. Thanks ;)

svn path=/trunk/; revision=57869

11 years ago[FREELDR]
Hermès Bélusca-Maïto [Tue, 11 Dec 2012 02:34:10 +0000 (02:34 +0000)]
[FREELDR]
Fix the height of the FreeLdr debugging options dialog.

svn path=/trunk/; revision=57868

11 years ago[ADVAPI32_WINETEST]: Sync with Wine 1.5.19.
Amine Khaldi [Mon, 10 Dec 2012 14:54:40 +0000 (14:54 +0000)]
[ADVAPI32_WINETEST]: Sync with Wine 1.5.19.

svn path=/trunk/; revision=57864

11 years ago[PSDK]
Amine Khaldi [Mon, 10 Dec 2012 14:54:25 +0000 (14:54 +0000)]
[PSDK]
* Update some headers.

svn path=/trunk/; revision=57863

11 years ago[ADVPACK_WINETEST]: Sync with Wine 1.5.19.
Amine Khaldi [Mon, 10 Dec 2012 14:29:16 +0000 (14:29 +0000)]
[ADVPACK_WINETEST]: Sync with Wine 1.5.19.

svn path=/trunk/; revision=57862

11 years ago[ADVPACK]: Sync with Wine 1.5.19.
Amine Khaldi [Mon, 10 Dec 2012 14:28:25 +0000 (14:28 +0000)]
[ADVPACK]: Sync with Wine 1.5.19.

svn path=/trunk/; revision=57861

11 years ago[USBCCGP]
Johannes Anderwald [Mon, 10 Dec 2012 08:50:21 +0000 (08:50 +0000)]
[USBCCGP]
- Fix bug in the debugging code
CORE-6574

svn path=/trunk/; revision=57860

11 years ago[NTOSKRNL]
Hermès Bélusca-Maïto [Sun, 9 Dec 2012 22:15:42 +0000 (22:15 +0000)]
[NTOSKRNL]
Do the fading if we are in a valid state.

svn path=/trunk/; revision=57859

11 years ago[SHELL32_WINETEST]: Sync with Wine 1.5.19.
Amine Khaldi [Sun, 9 Dec 2012 22:05:54 +0000 (22:05 +0000)]
[SHELL32_WINETEST]: Sync with Wine 1.5.19.

svn path=/trunk/; revision=57858

11 years ago[PSDK]
Amine Khaldi [Sun, 9 Dec 2012 22:04:46 +0000 (22:04 +0000)]
[PSDK]
* Update some shell related headers.
[UUID]
* Add some GUIDs to shguids.c.
[MAIN.CPL]
* Remove initguid.h inclusion and link to uuid.

svn path=/trunk/; revision=57857

11 years ago[NTOSKRNL]
Hermès Bélusca-Maïto [Sun, 9 Dec 2012 21:59:25 +0000 (21:59 +0000)]
[NTOSKRNL]
Mention that the part of code related to displaying SKU-related bitmap is disabled due to CORE-6781.

svn path=/trunk/; revision=57856