reactos.git
8 years ago[WIN32K:NTGDI]
Thomas Faber [Tue, 18 Aug 2015 10:25:45 +0000 (10:25 +0000)]
[WIN32K:NTGDI]
- Allow NULL rectangle in NtGdiSetBoundsRect as shown by the test. Fixes a bunch of annoying first chance exceptions

svn path=/trunk/; revision=68751

8 years ago[GDI32_APITEST]
Thomas Faber [Tue, 18 Aug 2015 10:24:01 +0000 (10:24 +0000)]
[GDI32_APITEST]
- Add a simple test for SetBoundsRect

svn path=/trunk/; revision=68750

8 years ago[SHELL32]
Thomas Faber [Tue, 18 Aug 2015 10:10:36 +0000 (10:10 +0000)]
[SHELL32]
- Don't use SHELL32_GetDisplayNameOfGUIDItem on the desktop folder. Fixes file open dialog. Giannis please review ;)

svn path=/trunk/; revision=68749

8 years ago[KERNEL32]
Christoph von Wittich [Tue, 18 Aug 2015 07:13:02 +0000 (07:13 +0000)]
[KERNEL32]
lpBytesReturned must not be NULL when lpOverlapped is NULL as well

svn path=/trunk/; revision=68748

8 years agoFix a comment and add something that was forgotten in the previous commit.
Hermès Bélusca-Maïto [Mon, 17 Aug 2015 20:22:10 +0000 (20:22 +0000)]
Fix a comment and add something that was forgotten in the previous commit.

svn path=/trunk/; revision=68747

8 years ago[NTVDM]
Hermès Bélusca-Maïto [Mon, 17 Aug 2015 20:11:51 +0000 (20:11 +0000)]
[NTVDM]
Changes in preparation for CORE-9773
- Split DosLoadExecutable into DosLoadExecutable & DosLoadExecutableInternal, the latter one can be used for small programs embedded in ntvdm.exe (will be used for integrated command.com).
- Factorize common loading code in DosLoadExecutable(Internal); just before starting a program, set the CPU registers to the default values DOS use; see comments in the code for more details (some programs expect those values).
- Set a correct termination type (hiword in the returned ErrorLevel) when terminating programs (the value is different for TSRs and for regular programs).
CORE-9773 CORE-9729 CORE-9711 CORE-8247

svn path=/trunk/; revision=68746

8 years ago[SHELL32]
Giannis Adamopoulos [Mon, 17 Aug 2015 17:10:03 +0000 (17:10 +0000)]
[SHELL32]
- CControlPanelFolder: Fix showing the description in control panel. Patch with improvements by me.
CORE-8827

svn path=/trunk/; revision=68745

8 years ago[SHELL32] - Use SHELL32_GetDisplayNameOfGUIDItem in CDesktopFolder
Giannis Adamopoulos [Mon, 17 Aug 2015 15:34:02 +0000 (15:34 +0000)]
[SHELL32] - Use SHELL32_GetDisplayNameOfGUIDItem in CDesktopFolder

svn path=/trunk/; revision=68744

8 years ago[SHELL32]
Giannis Adamopoulos [Mon, 17 Aug 2015 15:20:04 +0000 (15:20 +0000)]
[SHELL32]
- Remove CDesktopFolderDropTarget and make CDesktopFolder just get the drop target from m_DesktopFSFolder

svn path=/trunk/; revision=68743

8 years ago[MSPAINT] rename source directory
Benedikt Freisen [Mon, 17 Aug 2015 15:01:53 +0000 (15:01 +0000)]
[MSPAINT] rename source directory

svn path=/trunk/; revision=68742

8 years ago[MSPAINT]
Benedikt Freisen [Mon, 17 Aug 2015 14:47:51 +0000 (14:47 +0000)]
[MSPAINT]
May thou rest in peace!
(...or rather live on in MSPAINT_NEW's commit history)
[MSPAINT_NEW]
I hereby pronounce thee MSPAINT!

svn path=/trunk/; revision=68741

8 years ago[TRANSLATION]
Daniel Reimer [Mon, 17 Aug 2015 14:30:57 +0000 (14:30 +0000)]
[TRANSLATION]
Fix Encoding to UTF8 w/o BOM by Henry Tang Ih
CORE-9003 #resolve #comment Thx for notifying, committed.

svn path=/trunk/; revision=68740

8 years ago[QMGR]
Thomas Faber [Mon, 17 Aug 2015 14:21:13 +0000 (14:21 +0000)]
[QMGR]
- Do not omit mandatory argument to WriteFile. Fixes crash in qmgr_winetest:job

svn path=/trunk/; revision=68739

8 years ago[SHELL32]
Giannis Adamopoulos [Mon, 17 Aug 2015 13:34:38 +0000 (13:34 +0000)]
[SHELL32]
- Fix a regression in SHELL32_GetFSItemAttributes found by our tests.

svn path=/trunk/; revision=68738

8 years ago[SHELL32]
Giannis Adamopoulos [Mon, 17 Aug 2015 13:18:18 +0000 (13:18 +0000)]
[SHELL32]
- Remove unused function

svn path=/trunk/; revision=68737

8 years ago[SHELL32]
Giannis Adamopoulos [Mon, 17 Aug 2015 12:55:37 +0000 (12:55 +0000)]
[SHELL32]
- CDesktopFolder: Create two interal fs folders that wiill eventually take care of all file support for the desktop folder.
- Implement some methods using the internal fs folders.

svn path=/trunk/; revision=68736

8 years ago[DEVMGMT]
Daniel Reimer [Mon, 17 Aug 2015 12:48:37 +0000 (12:48 +0000)]
[DEVMGMT]
Add german translation. -1 @ ROS Translation tool missing files ^^

svn path=/trunk/; revision=68735

8 years ago[TRANSLATION]
Daniel Reimer [Mon, 17 Aug 2015 12:05:10 +0000 (12:05 +0000)]
[TRANSLATION]
Updating Turkish Translations by Erdem Ersoy
CORE-9993 #resolve #comment Committed, thx. ^^

svn path=/trunk/; revision=68734

8 years ago[MSPAINT_NEW] implement fullscreen view
Benedikt Freisen [Mon, 17 Aug 2015 12:03:39 +0000 (12:03 +0000)]
[MSPAINT_NEW] implement fullscreen view

svn path=/trunk/; revision=68733

8 years ago[TAPIUI]
Daniel Reimer [Mon, 17 Aug 2015 11:54:37 +0000 (11:54 +0000)]
[TAPIUI]
Add/Update Chinese (zh-CN) translation by Henry Tang Ih
CORE-9003 #resolve #comment Committed v7 Patch, as the author told me, this resolves this report. Thx once more for translating ROS to Chinese ^^

svn path=/trunk/; revision=68732

8 years ago[SHELL32] -Fix build
Giannis Adamopoulos [Mon, 17 Aug 2015 11:46:22 +0000 (11:46 +0000)]
[SHELL32] -Fix build

svn path=/trunk/; revision=68731

8 years ago[SHELL32]
Giannis Adamopoulos [Mon, 17 Aug 2015 11:41:15 +0000 (11:41 +0000)]
[SHELL32]
- Use SHELL32_GetGuidItemAttributes, SHELL32_GetFSItemAttributes, SHELL32_BindToGuidItem and SHELL32_GetDisplayNameOfGUIDItem in CControlPanelFolder, CDrivesFolder and CFSFolder instead of using functions that accept all sorts of pidl types.

svn path=/trunk/; revision=68730

8 years ago[SHELL32]
Giannis Adamopoulos [Mon, 17 Aug 2015 11:36:56 +0000 (11:36 +0000)]
[SHELL32]
- Split SHELL32_GetItemAttributes to SHELL32_GetGuidItemAttributes and SHELL32_GetFSItemAttributes.
- Add a couple helper functions that will reduce code duplication in folders with reg items: SHELL32_BindToGuidItem, SHELL32_GetDisplayNameOfGUIDItem

svn path=/trunk/; revision=68729

8 years ago[SHELL32]
Giannis Adamopoulos [Mon, 17 Aug 2015 11:28:20 +0000 (11:28 +0000)]
[SHELL32]
- CAdminToolsFolder: return proper attributes when no items are specified. (This is fine for reg folders but doesn't work for fs folders).
- CFontsFolder: fix GetAttributesOf as above. Fix Initialize method to return success. All shell folders should support this method.
- CNetFolder: Return the name of the folder when asked.
- CPrinterFolder: It doesn't have subfolders so it doesn't make sense to implement BindToObject.

svn path=/trunk/; revision=68728

8 years ago[SHELL32] - Do not try to set the site of the context menu from the CDefView. This...
Giannis Adamopoulos [Mon, 17 Aug 2015 11:22:11 +0000 (11:22 +0000)]
[SHELL32] - Do not try to set the site of the context menu from the CDefView. This should be done elsewhere and should be the context menu callback.

svn path=/trunk/; revision=68727

8 years ago[WININET]
Thomas Faber [Mon, 17 Aug 2015 08:14:24 +0000 (08:14 +0000)]
[WININET]
- Repair the ROS-Diff from r54992. Now we hopefully don't initialize the URL cache multiple times anymore.

svn path=/trunk/; revision=68726

8 years ago[SHELL32]
Thomas Faber [Mon, 17 Aug 2015 08:03:02 +0000 (08:03 +0000)]
[SHELL32]
- Only complain about _OpenDirectory failing if it actually failed
CORE-1171

svn path=/trunk/; revision=68725

8 years ago[MSPAINT_NEW] save/restore certain settings to/from registry
Benedikt Freisen [Sun, 16 Aug 2015 19:52:37 +0000 (19:52 +0000)]
[MSPAINT_NEW] save/restore certain settings to/from registry

svn path=/trunk/; revision=68724

8 years ago[WLNOTIFY]
Eric Kohl [Sun, 16 Aug 2015 19:27:11 +0000 (19:27 +0000)]
[WLNOTIFY]
Register the notification functions.

svn path=/trunk/; revision=68723

8 years ago[WLNOTIFY]
Eric Kohl [Sun, 16 Aug 2015 19:11:21 +0000 (19:11 +0000)]
[WLNOTIFY]
Add the winlogon notification dll.
Right now it exports only test functions for the winlogon notifications.

svn path=/trunk/; revision=68722

8 years agoFix build (addendum to r68719).
Hermès Bélusca-Maïto [Sun, 16 Aug 2015 19:04:16 +0000 (19:04 +0000)]
Fix build (addendum to r68719).

svn path=/trunk/; revision=68721

8 years ago[NTVDM]
Hermès Bélusca-Maïto [Sun, 16 Aug 2015 19:00:21 +0000 (19:00 +0000)]
[NTVDM]
Restore the correct screen buffer when reattaching the video to the console. WIP

svn path=/trunk/; revision=68720

8 years ago[CSRSRV]: Add a diagnostic DPRINT in order to better understand on which situations...
Hermès Bélusca-Maïto [Sun, 16 Aug 2015 16:00:08 +0000 (16:00 +0000)]
[CSRSRV]: Add a diagnostic DPRINT in order to better understand on which situations some NtClose call fails on a thread handle when closing it, and leads to a failed assertion in CSR.
CORE-9742

svn path=/trunk/; revision=68719

8 years ago[SFC][SFC_OS]
Eric Kohl [Sun, 16 Aug 2015 15:44:01 +0000 (15:44 +0000)]
[SFC][SFC_OS]
Add logon notification functions to sfc.dll and sfc_os.dll.

svn path=/trunk/; revision=68718

8 years ago[WINLOGON]
Eric Kohl [Sun, 16 Aug 2015 14:39:44 +0000 (14:39 +0000)]
[WINLOGON]
Add logon notification package registration.

svn path=/trunk/; revision=68717

8 years ago[CONSRV]
Hermès Bélusca-Maïto [Sat, 15 Aug 2015 17:05:13 +0000 (17:05 +0000)]
[CONSRV]
Change console processes priority when the console gains or loses focus. FIXME: Win2k3 backtraces show that we should call NtUserSetInformationProcess(unimplemented in ROS) to set some win32 process foreground flags.
CORE-9911

svn path=/trunk/; revision=68716

8 years ago[CSRSRV]
Hermès Bélusca-Maïto [Sat, 15 Aug 2015 16:34:21 +0000 (16:34 +0000)]
[CSRSRV]
- Don't use hardcoded structure types in sizeof's where possible.
- Fix the parameters of NtSetInformationProcess calls in CsrSetBackground/ForegroundPriority.
CORE-9911

svn path=/trunk/; revision=68715

8 years ago[MSPAINT_NEW] add (untested) printing code, fix mouse cursor bug
Benedikt Freisen [Sat, 15 Aug 2015 10:13:28 +0000 (10:13 +0000)]
[MSPAINT_NEW] add (untested) printing code, fix mouse cursor bug

svn path=/trunk/; revision=68714

8 years ago[RosApps|WineFile]
James Tabor [Thu, 13 Aug 2015 22:01:13 +0000 (22:01 +0000)]
[RosApps|WineFile]
Patch by Jared Smudde - Fix compiling warnings, see ROSAPPS-300.

svn path=/trunk/; revision=68713

8 years ago- Amending r68711.
James Tabor [Thu, 13 Aug 2015 21:31:58 +0000 (21:31 +0000)]
- Amending r68711.

svn path=/trunk/; revision=68712

8 years ago[RosApps|WineFile]
James Tabor [Thu, 13 Aug 2015 21:19:41 +0000 (21:19 +0000)]
[RosApps|WineFile]
Patch by Jared Smudde - Improvements to Wine File, see ROSAPPS-300.

svn path=/trunk/; revision=68711

8 years ago[NTVDM]
Hermès Bélusca-Maïto [Thu, 13 Aug 2015 19:34:16 +0000 (19:34 +0000)]
[NTVDM]
- When we have few R/W IO port handlers, just register them directly instead of using a wrap-up function.
- Remove hardcoded bit flag values.

svn path=/trunk/; revision=68710

8 years ago[NTVDM]
Hermès Bélusca-Maïto [Thu, 13 Aug 2015 17:20:04 +0000 (17:20 +0000)]
[NTVDM]
- Add some missing MouseResetCounters calls when enabling/disabling mouse reporting, and an ACKnowledge signal when we set mouse defaults.
- When we have few R/W IO port handlers, just register them directly instead of using a wrap-up function.

svn path=/trunk/; revision=68709

8 years ago[NTVDM]
Hermès Bélusca-Maïto [Thu, 13 Aug 2015 17:11:17 +0000 (17:11 +0000)]
[NTVDM]
- When we have few R/W IO port handlers, just register them directly instead of using a wrap-up function.
- Start implementing the PS/2 keyboard command handler.
- Report scancodes only if the keyboard is enabled.
See r68415.
CORE-9920

svn path=/trunk/; revision=68708

8 years ago[NTVDM]
Hermès Bélusca-Maïto [Thu, 13 Aug 2015 16:51:40 +0000 (16:51 +0000)]
[NTVDM]
- Improve PS/2 keyboard initialization in BIOS POST.
- Forgot two "breaks;" in error code paths.

svn path=/trunk/; revision=68707

8 years ago[SETUPAPI_WINETESTS]
Pierre Schweitzer [Thu, 13 Aug 2015 09:38:46 +0000 (09:38 +0000)]
[SETUPAPI_WINETESTS]
Partly sync with Wine 1.7.47:
- Import tests for SetupLogError* functions

CORE-9924

svn path=/trunk/; revision=68706

8 years ago[SETUPAPI]
Pierre Schweitzer [Thu, 13 Aug 2015 09:38:33 +0000 (09:38 +0000)]
[SETUPAPI]
Partly sync with Wine 1.7.47:
- Implement SetupCloseLog(), SetupOpenLog(), SetupLogErrorA(), SetupLogErrorW()

CORE-9924

svn path=/trunk/; revision=68705

8 years ago[FASTFAT]
Pierre Schweitzer [Wed, 12 Aug 2015 16:47:18 +0000 (16:47 +0000)]
[FASTFAT]
- Remove some magic values
- Fix DPRINTs

svn path=/trunk/; revision=68704

8 years ago[NTFS]
Pierre Schweitzer [Wed, 12 Aug 2015 12:13:28 +0000 (12:13 +0000)]
[NTFS]
Notify when we're done mounting a volume

svn path=/trunk/; revision=68703

8 years ago[WIN23K]
Timo Kreuzer [Wed, 12 Aug 2015 10:34:05 +0000 (10:34 +0000)]
[WIN23K]
Make sure to attach to the specified process before dereferencing ClientInfo, which is a user mode structure.
CORE-l0017 #resolve

svn path=/trunk/; revision=68702

8 years ago[MSPAINT_NEW] Add a .hhp with all dependencies explicitly listed to facilitate testin...
Benedikt Freisen [Wed, 12 Aug 2015 09:13:52 +0000 (09:13 +0000)]
[MSPAINT_NEW] Add a .hhp with all dependencies explicitly listed to facilitate testing of hhpcomp, which does not track them yet

svn path=/trunk/; revision=68701

8 years ago[HHPCOMP]
Pierre Schweitzer [Tue, 11 Aug 2015 21:26:29 +0000 (21:26 +0000)]
[HHPCOMP]
Enable build

svn path=/trunk/; revision=68700

8 years ago[HHPCOMP]
Pierre Schweitzer [Tue, 11 Aug 2015 21:25:08 +0000 (21:25 +0000)]
[HHPCOMP]
- Fix warnings

svn path=/trunk/; revision=68699

8 years ago[HHPCOMP]
Pierre Schweitzer [Tue, 11 Aug 2015 21:17:30 +0000 (21:17 +0000)]
[HHPCOMP]
- Fix warnings

svn path=/trunk/; revision=68698

8 years ago[HHPCOMP]
Thomas Faber [Tue, 11 Aug 2015 21:16:24 +0000 (21:16 +0000)]
[HHPCOMP]
- Fix VC10 build
- Don't cast function pointers
- Fix warnings

svn path=/trunk/; revision=68697

8 years ago[HHPCOMP] Apply changes proposed by learn_more which supposedly fix the GCCWin build
Benedikt Freisen [Tue, 11 Aug 2015 21:06:37 +0000 (21:06 +0000)]
[HHPCOMP] Apply changes proposed by learn_more which supposedly fix the GCCWin build

svn path=/trunk/; revision=68696

8 years ago[HHPCOMP] Disable build again.
Benedikt Freisen [Tue, 11 Aug 2015 20:47:06 +0000 (20:47 +0000)]
[HHPCOMP] Disable build again.

svn path=/trunk/; revision=68695

8 years ago[HHPCOMP] Hopefully satisfy the buildbot THIS time.
Benedikt Freisen [Tue, 11 Aug 2015 20:30:32 +0000 (20:30 +0000)]
[HHPCOMP] Hopefully satisfy the buildbot THIS time.

svn path=/trunk/; revision=68694

8 years ago[HHPCOMP] Re-enable and (hopefully) fix build. Patch by Michael Fritscher (CORE-10013...
Benedikt Freisen [Tue, 11 Aug 2015 20:19:58 +0000 (20:19 +0000)]
[HHPCOMP] Re-enable and (hopefully) fix build. Patch by Michael Fritscher (CORE-10013) with some changes by me to make the program work again (on Linux)

svn path=/trunk/; revision=68693

8 years ago[WIN32K]
Timo Kreuzer [Tue, 11 Aug 2015 17:45:56 +0000 (17:45 +0000)]
[WIN32K]
Implement EngQueryLocalTime.
This commit would not have been possible without Colin's SVN superpowers.

svn path=/trunk/; revision=68692

8 years ago[SB16] fix some traces
Christoph von Wittich [Tue, 11 Aug 2015 17:38:41 +0000 (17:38 +0000)]
[SB16] fix some traces

svn path=/trunk/; revision=68691

8 years ago[NTOSKRNL] fix the order of arguments passed to DPRINT
Christoph von Wittich [Tue, 11 Aug 2015 17:08:03 +0000 (17:08 +0000)]
[NTOSKRNL] fix the order of arguments passed to DPRINT

svn path=/trunk/; revision=68690

8 years ago[WIN32SS][NTOSKRNL] %wZ expects the address of the string
Christoph von Wittich [Tue, 11 Aug 2015 16:49:43 +0000 (16:49 +0000)]
[WIN32SS][NTOSKRNL] %wZ expects the address of the string

svn path=/trunk/; revision=68689

8 years ago[RAPPS]
Daniel Reimer [Tue, 11 Aug 2015 15:03:11 +0000 (15:03 +0000)]
[RAPPS]
There will come the day... the day I will find you, inventer of the crappy BOM b***sh*t and you will suffer. Same goes to MS notepad using that crap!

svn path=/trunk/; revision=68688

8 years ago[RAPPS]
Daniel Reimer [Tue, 11 Aug 2015 14:28:41 +0000 (14:28 +0000)]
[RAPPS]
Fix D/L Link of Resource Hacker

svn path=/trunk/; revision=68687

8 years ago[TOOLS][HHPCOMP] Do not build hhpcomp for now because the libraries it has to use...
Benedikt Freisen [Tue, 11 Aug 2015 14:15:05 +0000 (14:15 +0000)]
[TOOLS][HHPCOMP] Do not build hhpcomp for now because the libraries it has to use appear to be less portable than I thought

svn path=/trunk/; revision=68686

8 years ago[TOOLS][HHPCOMP] Initial commit of hhpcomp, our new HTML Help Project (*.hhp) compiler
Benedikt Freisen [Tue, 11 Aug 2015 13:37:36 +0000 (13:37 +0000)]
[TOOLS][HHPCOMP] Initial commit of hhpcomp, our new HTML Help Project (*.hhp) compiler

svn path=/trunk/; revision=68685

8 years ago[WIN32SS] %wZ expects the address of the string
Christoph von Wittich [Tue, 11 Aug 2015 10:49:54 +0000 (10:49 +0000)]
[WIN32SS] %wZ expects the address of the string

svn path=/trunk/; revision=68684

8 years ago[MAIN]
Daniel Reimer [Tue, 11 Aug 2015 10:36:49 +0000 (10:36 +0000)]
[MAIN]
Mouse wheel new icon by Henry Tang Ih
CORE-9590 #resolve #comment Committed, thx ^^

svn path=/trunk/; revision=68683

8 years ago[FONTS]
Daniel Reimer [Tue, 11 Aug 2015 10:22:58 +0000 (10:22 +0000)]
[FONTS]
Update DejaVu fonts to v2.35.

svn path=/trunk/; revision=68682

8 years ago[BROWSEUI] addendum to 68672
Christoph von Wittich [Tue, 11 Aug 2015 09:17:07 +0000 (09:17 +0000)]
[BROWSEUI] addendum to 68672

svn path=/trunk/; revision=68681

8 years ago[MSAFD] addendum to 68673
Christoph von Wittich [Tue, 11 Aug 2015 09:05:45 +0000 (09:05 +0000)]
[MSAFD] addendum to 68673

svn path=/trunk/; revision=68680

8 years ago[CMAKE]
Thomas Faber [Tue, 11 Aug 2015 09:02:25 +0000 (09:02 +0000)]
[CMAKE]
- Remove hackfix for VLC player, relocating wsock32.dll works fine now. Reverts r61898.
CORE-8384 #resolve

svn path=/trunk/; revision=68679

8 years ago[NTOS:MM]
Thomas Faber [Tue, 11 Aug 2015 08:47:14 +0000 (08:47 +0000)]
[NTOS:MM]
- Ignore IMAGE_SCN_TYPE_NOLOAD when loading image sections, as shown by ntdll_apitest:NtMapViewOfSection. This avoids errors when trying to relocate .rossym sections (since they were not loaded but Ldr tried to change their protection)
CORE-8384

svn path=/trunk/; revision=68678

8 years ago[NTOS:MM]
Thomas Faber [Tue, 11 Aug 2015 08:21:36 +0000 (08:21 +0000)]
[NTOS:MM]
- When paging in data for an image section, first flush outstanding cached data since paging reads are noncached. Fixes failure to create section in ntdll_apitest:NtMapViewOfSection/Test_NoLoadSection
- Gracefully handle out-of-pool situation
CORE-8384

svn path=/trunk/; revision=68677

8 years ago[NTDLL_APITEST]
Thomas Faber [Tue, 11 Aug 2015 07:21:33 +0000 (07:21 +0000)]
[NTDLL_APITEST]
- Add tests for mapping and relocating an image with an IMAGE_SCN_TYPE_NOLOAD section
CORE-8384

svn path=/trunk/; revision=68676

8 years ago[NTDLL_APITEST]
Thomas Faber [Tue, 11 Aug 2015 07:13:51 +0000 (07:13 +0000)]
[NTDLL_APITEST]
- Properly clean up after tests

svn path=/trunk/; revision=68675

8 years ago[NTDLL_APITEST]
Thomas Faber [Tue, 11 Aug 2015 06:45:45 +0000 (06:45 +0000)]
[NTDLL_APITEST]
- Look for test.dll in the right place

svn path=/trunk/; revision=68674

8 years ago[MSAFD]
Christoph von Wittich [Mon, 10 Aug 2015 17:54:57 +0000 (17:54 +0000)]
[MSAFD]
don't trace an uninitialized UNICODE_STRING

svn path=/trunk/; revision=68673

8 years ago[BROWSEUI]
Daniel Reimer [Mon, 10 Aug 2015 16:52:40 +0000 (16:52 +0000)]
[BROWSEUI]
Address is untranslatable by Adam Stachowicz
CORE-9977 #resolve #comment Committed (with a Unicode fix), thx ^^

svn path=/trunk/; revision=68672

8 years ago[INETCPL]
Daniel Reimer [Mon, 10 Aug 2015 15:35:44 +0000 (15:35 +0000)]
[INETCPL]
Update inetcpl icon license by Jared Smudde
CORE-9801 #resolve #comment Committed, thx ^^

svn path=/trunk/; revision=68671

8 years ago[DLL]
Daniel Reimer [Mon, 10 Aug 2015 15:30:24 +0000 (15:30 +0000)]
[DLL]
Fix blurry 32pixel network places icon by Jared Smudde
CORE-10006 #resolve #comment Committed, thx ^^

svn path=/trunk/; revision=68670

8 years ago[cmd]
Daniel Reimer [Mon, 10 Aug 2015 15:22:09 +0000 (15:22 +0000)]
[cmd]
Remove unnecessary icon sizes by Jared Smudde
CORE-9985 #resolve #comment Committed, thx ^^

svn path=/trunk/; revision=68669

8 years ago[Applications]
Daniel Reimer [Mon, 10 Aug 2015 15:18:39 +0000 (15:18 +0000)]
[Applications]
Add better 16pixel icons by Jared Smudde
CORE-10007 #resolve #comment Committed, thx ^^

svn path=/trunk/; revision=68668

8 years ago[SETUPAPI]
Thomas Faber [Mon, 10 Aug 2015 14:28:50 +0000 (14:28 +0000)]
[SETUPAPI]
- Always initialize file_op::dst_sd so we don't free an uninitialized pointer.
CORE-10004 #resolve

svn path=/trunk/; revision=68667

8 years ago[SHELL32] [INF]
Daniel Reimer [Mon, 10 Aug 2015 14:18:40 +0000 (14:18 +0000)]
[SHELL32] [INF]
Improvements to winhlp32 by Jared Smudde
CORE-10002 #resolve #comment Committed, thx ^^

svn path=/trunk/; revision=68666

8 years ago[SHELL32]
Daniel Reimer [Mon, 10 Aug 2015 13:25:16 +0000 (13:25 +0000)]
[SHELL32]
New Programs Folder Icon by Jared Smudde
CORE-9948 #resolve #comment Committed, thx ^^

svn path=/trunk/; revision=68665

8 years ago[EXPLORER]
Daniel Reimer [Mon, 10 Aug 2015 13:18:03 +0000 (13:18 +0000)]
[EXPLORER]
Improve taskbar properties bitmaps by Jared Smudde
CORE-9949 #resolve #comment Committed, thx ^^

svn path=/trunk/; revision=68664

8 years ago[EVENTVWR]
Daniel Reimer [Mon, 10 Aug 2015 13:14:40 +0000 (13:14 +0000)]
[EVENTVWR]
.... sorry, forgot this...

svn path=/trunk/; revision=68663

8 years ago[MSCUTILS]
Daniel Reimer [Mon, 10 Aug 2015 13:12:58 +0000 (13:12 +0000)]
[MSCUTILS]
Image improvements by Jared Smudde
CORE-9966 #resolve #comment Committed, thx ^^

svn path=/trunk/; revision=68662

8 years ago[ROSTESTS]
Christoph von Wittich [Mon, 10 Aug 2015 11:42:19 +0000 (11:42 +0000)]
[ROSTESTS]
move test.dll back to testdata folder

svn path=/trunk/; revision=68661

8 years ago[NTOS:MM]
Thomas Faber [Mon, 10 Aug 2015 10:57:24 +0000 (10:57 +0000)]
[NTOS:MM]
- Fix broken typing/FIXMEs in ExeFmtpCreateImageSection

svn path=/trunk/; revision=68660

8 years ago[SETUPAPI] add support for LZ compressed files. fixes ATI Radeon driver installation...
Christoph von Wittich [Mon, 10 Aug 2015 10:52:21 +0000 (10:52 +0000)]
[SETUPAPI] add support for LZ compressed files. fixes ATI Radeon driver installation by inf CORE-10000

svn path=/trunk/; revision=68659

8 years ago[SHIMGVW]
Daniel Reimer [Mon, 10 Aug 2015 10:23:55 +0000 (10:23 +0000)]
[SHIMGVW]
File navigation with left and right keys by Carlo Bramini
CORE-9608 #resolve #comment Committed, thx for help. ^^

svn path=/trunk/; revision=68658

8 years ago[RAPPS]
Daniel Reimer [Mon, 10 Aug 2015 10:12:20 +0000 (10:12 +0000)]
[RAPPS]
New programs for rapps by Petr Akhlamov
CORE-9152 #comment Partial sync skipping DFend and QBittorrent AND WinFF because there is no direct link mirror. Additionally I updated the stuff to more recent versions AND fixed the D/L links....

svn path=/trunk/; revision=68657

8 years ago[RAPPS]
Daniel Reimer [Mon, 10 Aug 2015 09:10:12 +0000 (09:10 +0000)]
[RAPPS]
Update Java to fix important security holes ^^
Move VBA to games section where it belongs

svn path=/trunk/; revision=68656

8 years ago[RAPPS]
Daniel Reimer [Mon, 10 Aug 2015 09:02:36 +0000 (09:02 +0000)]
[RAPPS]
Adding New Apps for rapps and Removing Some Unneedful Spaces in aklepad.txt by Henry Tang Ih
CORE-9953 #comment, Patch committed incl. German translation and some fixes. Still missing: Unlocker and GNU Octave

svn path=/trunk/; revision=68655

8 years ago[LDR]
Aleksey Bragin [Sun, 9 Aug 2015 14:54:45 +0000 (14:54 +0000)]
[LDR]
- Use newer implementation of RtlActivateActivationContextUnsafeFast(): its time finally has come (see r52615 and r52612). It returns proper return value instead of pushing STATUS_SUCCESS into PRTL_ACTIVATION_CONTEXT_STACK_FRAME type and its "Trying to activate improper activation context" warning pops up all the time (its disabled in trunk to prevent debug log spam).

svn path=/trunk/; revision=68654

8 years ago[LDR]
Aleksey Bragin [Sun, 9 Aug 2015 14:20:40 +0000 (14:20 +0000)]
[LDR]
- Add debug prints to aid tracing the activation context stuff problems. Turned off by default.

svn path=/trunk/; revision=68653

8 years agoShow a warning page, when a user tries to delete an active partition.
Eric Kohl [Sun, 9 Aug 2015 13:14:00 +0000 (13:14 +0000)]
Show a warning page, when a user tries to delete an active partition.
CORE-9996 #resolve

svn path=/trunk/; revision=68652