reactos.git
6 years ago[NTOSKRNL] Use cache aligned buffer for devioctrl
Pierre Schweitzer [Sun, 26 Nov 2017 12:56:48 +0000 (13:56 +0100)]
[NTOSKRNL] Use cache aligned buffer for devioctrl

6 years ago[NTOBJSHEX] Improve the existing PCH and make use of it.
Amine Khaldi [Sun, 26 Nov 2017 12:26:39 +0000 (13:26 +0100)]
[NTOBJSHEX] Improve the existing PCH and make use of it.

6 years ago[GLU32] Add a PCH.
Amine Khaldi [Sun, 26 Nov 2017 12:24:50 +0000 (13:24 +0100)]
[GLU32] Add a PCH.

6 years ago[LIBJPEG] Add a PCH.
Amine Khaldi [Sun, 26 Nov 2017 12:16:29 +0000 (13:16 +0100)]
[LIBJPEG] Add a PCH.

6 years ago[CDFS_NEW] Fix broken cast.
Pierre Schweitzer [Sat, 25 Nov 2017 19:15:28 +0000 (20:15 +0100)]
[CDFS_NEW] Fix broken cast.
Spotted by Thomas

6 years ago[CDFS_NEW] Address review comments:
David Quintana [Fri, 24 Nov 2017 18:55:23 +0000 (19:55 +0100)]
[CDFS_NEW] Address review comments:
- Don't define-out volatile.
- Cleanup the ros-specific hdd-backed device object on shutdown.
- Fix hdd-backed use. Required a rather ugly hack.
- Update README.FSD

6 years agoRevert "[CDFS_NEW] Use CdAcquireForCreateSection from the old driver in place of...
David Quintana [Fri, 24 Nov 2017 17:15:42 +0000 (18:15 +0100)]
Revert "[CDFS_NEW] Use CdAcquireForCreateSection from the old driver in place of the newer CdFilterCallbackAcquireForCreateSection."

This reverts commit 8410d0327522b51be9926994ce2ec0263d36310f.

6 years ago[CDFS_NEW] Accept STATUS_NOT_IMPLEMENTED for IOCTL_CDROM_READ_TOC_EX fallback to...
David Quintana [Fri, 24 Nov 2017 17:11:29 +0000 (18:11 +0100)]
[CDFS_NEW] Accept STATUS_NOT_IMPLEMENTED for IOCTL_CDROM_READ_TOC_EX fallback to IOCTL_CDROM_READ_TOC.

6 years ago[CDFS_NEW] Use CdAcquireForCreateSection from the old driver in place of the newer...
David Quintana [Fri, 24 Nov 2017 16:27:46 +0000 (17:27 +0100)]
[CDFS_NEW] Use CdAcquireForCreateSection from the old driver in place of the newer CdFilterCallbackAcquireForCreateSection.

6 years ago[CDFS_NEW] Re-apply many of the reactos-specific changes and fix build.
David Quintana [Thu, 23 Nov 2017 20:05:28 +0000 (21:05 +0100)]
[CDFS_NEW] Re-apply many of the reactos-specific changes and fix build.
- Also, get rid of the old diff file.

6 years ago[CDFS_NEW] Replace old driver with a Ms-PL licensed version straight out of the drive...
David Quintana [Thu, 23 Nov 2017 20:02:16 +0000 (21:02 +0100)]
[CDFS_NEW] Replace old driver with a Ms-PL licensed version straight out of the driver samples github repository.

6 years ago[SHELL32] Don't show error when closing disk prop sheet (#144)
Katayama Hirofumi MZ [Sat, 25 Nov 2017 09:27:20 +0000 (18:27 +0900)]
[SHELL32] Don't show error when closing disk prop sheet (#144)

CORE-14035

6 years ago[GDI] - Add type for setting world transform modification modes.
jimtabor [Fri, 24 Nov 2017 23:22:43 +0000 (17:22 -0600)]
[GDI] - Add type for setting world transform modification modes.

References:
https://msdn.microsoft.com/en-us/library/cc230538.aspx
https://github.com/KDE/krita/blob/master/libs/vectorimage/libemf/EmfEnums.h

6 years ago[APPVEYOR] Add an appveyor.yml file. Dedicated to Alexander Shaposhnikov (sanchaez... v0.4.7
Amine Khaldi [Fri, 24 Nov 2017 11:13:10 +0000 (12:13 +0100)]
[APPVEYOR] Add an appveyor.yml file. Dedicated to Alexander Shaposhnikov (sanchaez). [APPVEYOR/CLANG-CL] Add the clang-cl build as a second job next to our msvc build.

6 years ago[DLLIMPORT_TEST] Skip this module in the clang-cl build until framedyn is back in...
Amine Khaldi [Fri, 24 Nov 2017 11:07:56 +0000 (12:07 +0100)]
[DLLIMPORT_TEST] Skip this module in the clang-cl build until framedyn is back in it. CORE-11799

6 years ago[CMAKE/CLANG-CL] Force clang-cl's identity to be MSVC instead of the default Clang...
Amine Khaldi [Fri, 24 Nov 2017 11:01:43 +0000 (12:01 +0100)]
[CMAKE/CLANG-CL] Force clang-cl's identity to be MSVC instead of the default Clang one as the latter results in skipping several MSVC related CMake checks/tasks. CORE-11799

6 years ago[FASTFAT_NEW] Fix build with FASTFATDBG set
Pierre Schweitzer [Fri, 24 Nov 2017 11:00:10 +0000 (12:00 +0100)]
[FASTFAT_NEW] Fix build with FASTFATDBG set

6 years ago[FASTFAT_NEW] Import again FastFAT from MS. This time from GitHub for license reasons.
Pierre Schweitzer [Thu, 23 Nov 2017 22:26:10 +0000 (23:26 +0100)]
[FASTFAT_NEW] Import again FastFAT from MS. This time from GitHub for license reasons.
This implies that a sample for W10.
It has been backported to NT5.2; not sure how it would work on a W2K3 (feel free to test!)

6 years ago[PSDK] Add various defines needed to build fastfat_new
Pierre Schweitzer [Thu, 23 Nov 2017 22:23:16 +0000 (23:23 +0100)]
[PSDK] Add various defines needed to build fastfat_new

6 years ago[COMCTL32] syslink: Don't free the return value of WM_CTLCOLORSTATIC. CORE-13605
Giannis Adamopoulos [Thu, 23 Nov 2017 22:15:57 +0000 (00:15 +0200)]
[COMCTL32] syslink: Don't free the return value of WM_CTLCOLORSTATIC. CORE-13605
-This is a bug in wine and should be sent upstream

6 years ago[UXTHEME] Add a hack for themed scrollbars
Giannis Adamopoulos [Thu, 23 Nov 2017 21:07:35 +0000 (23:07 +0200)]
[UXTHEME] Add a hack for themed scrollbars
- After inspecting a theme file with different upper or lower tracks it seems that windows use what is called LowerTrackHorz and LowerTrackVert in the upper track and UpperTrackHorz and  UpperTrackVert are used in the lower track.
CORE-13513

6 years ago[UXTHEME] Fix text background on themed tabs. CORE-13605
Giannis Adamopoulos [Thu, 23 Nov 2017 20:25:52 +0000 (22:25 +0200)]
[UXTHEME] Fix text background on themed tabs. CORE-13605

6 years ago[UXTHEME] Improve drawing of the scrollbars when they are too small. CORE-13513
Giannis Adamopoulos [Thu, 23 Nov 2017 19:17:03 +0000 (21:17 +0200)]
[UXTHEME] Improve drawing of the scrollbars when they are too small. CORE-13513

6 years ago[USBPORT] Type-safe function signature (PVOID -> PUSBPORT_xxx). 138/head
Vadim Galyant [Thu, 23 Nov 2017 11:14:06 +0000 (20:14 +0900)]
[USBPORT] Type-safe function signature (PVOID -> PUSBPORT_xxx).

6 years ago[FASTFAT_NEW] This is not permitted by WDK license.
Pierre Schweitzer [Thu, 23 Nov 2017 14:04:05 +0000 (15:04 +0100)]
[FASTFAT_NEW] This is not permitted by WDK license.
We should rather import from MS GitHub and backport to NT5.2.

6 years ago[FASTFAT_NEW] Fix build with FASTFATDBG set
Pierre Schweitzer [Thu, 23 Nov 2017 13:18:15 +0000 (14:18 +0100)]
[FASTFAT_NEW] Fix build with FASTFATDBG set

6 years ago[CLANG-CL] Initial commit that allows us to compile ReactOS with clang-cl.
Amine Khaldi [Fri, 27 Oct 2017 21:18:01 +0000 (22:18 +0100)]
[CLANG-CL] Initial commit that allows us to compile ReactOS with clang-cl.

6 years ago[CRT/STARTUP] For some reason we get unresolved external symbol ___globallocalestatus...
Amine Khaldi [Thu, 23 Nov 2017 12:25:57 +0000 (13:25 +0100)]
[CRT/STARTUP] For some reason we get unresolved external symbol ___globallocalestatus when compiling with clang-cl. CORE-11799 CORE-14042 (#94)

6 years ago[FASTFAT] Import the MS FastFAT sample from WXP.
Pierre Schweitzer [Thu, 23 Nov 2017 11:34:22 +0000 (12:34 +0100)]
[FASTFAT] Import the MS FastFAT sample from WXP.
Modified it so that it builds in trunk (with GCC, though).
Not to be switched for now, as it doesn't work in ReactOS (yet?).

6 years ago[GDI32] GdiDrawStream: Improve handling of small rcDest sizes
Giannis Adamopoulos [Wed, 22 Nov 2017 15:28:18 +0000 (17:28 +0200)]
[GDI32] GdiDrawStream: Improve handling of small rcDest sizes
- Abort drawing if rcDest has negative height or width.
- Ignore sizing margins if rcDest is too small.
CORE-13513

6 years ago[BUTTONVISTEST] Add visual tests for buttons
Giannis Adamopoulos [Wed, 22 Nov 2017 09:14:49 +0000 (11:14 +0200)]
[BUTTONVISTEST] Add visual tests for buttons

6 years ago[CMD] Update the documentation of the FOR command. CORE-5806
Hermès Bélusca-Maïto [Tue, 21 Nov 2017 22:45:54 +0000 (23:45 +0100)]
[CMD] Update the documentation of the FOR command. CORE-5806

- Also update & translate the french translation.
- Translators, please verify & update the translations!

6 years ago[PCIIDEX] Properly handle unknown PNP IRPs. CORE-13944 132/head
Thomas Faber [Sun, 12 Nov 2017 13:31:20 +0000 (14:31 +0100)]
[PCIIDEX] Properly handle unknown PNP IRPs. CORE-13944

6 years ago[FASTFAT] More FS statistics
Pierre Schweitzer [Tue, 21 Nov 2017 21:18:11 +0000 (22:18 +0100)]
[FASTFAT] More FS statistics

6 years ago[SHELL32] Update French translation
Pierre Schweitzer [Tue, 21 Nov 2017 17:24:08 +0000 (18:24 +0100)]
[SHELL32] Update French translation

6 years ago[FLTMGR] Latest from my branch (#135)
Ged Murphy [Tue, 21 Nov 2017 16:36:29 +0000 (16:36 +0000)]
[FLTMGR] Latest from my branch (#135)

[FLTMGR][KMTEST]
Squash and push my local branch across to master as the patch is getting a bit large. This is still WIP and none of this code is run in ros yet, so don't fret if you see ugly/unfinished code or int3's dotted around.

[FLTMGR] Improve loading/reg of filters and start to implement client connections
- Implement handling of connections from clients
- Implement closing of client ports
- Add a basic message waiter queue using CSQ's (untested)
- Hand off messages for the comms object to be handled by the comms file
- Initialize the connection list
- Add a registry file which will contain lib functions for accessing filter service entries

- [KMTEST] Initial usermode support for testing FS mini-filters
- Add base routines to wrap the win32 'Filter' APis
- Add support routines to be used when testing FS filter drivers
- Move KmtCreateService to a private routine so it can be shared with KmtFltCreateService
- Completely untested at the mo, so likely contains bugs at this point
- Add support for adding altitude and flags registry entries for minifilters
- Allow minifilters to setup without requiring instance attach/detach callbacks
- Add tests for FltRegisterFilter and FltUnregisterFilter and start to add associated tests

6 years ago[SHELL32] Update Russian translation, following 6465705
Stanislav Motylkov [Tue, 21 Nov 2017 11:16:31 +0000 (14:16 +0300)]
[SHELL32] Update Russian translation, following 6465705

6 years ago[MSGINA] Fix buttons alignment in French translation
Pierre Schweitzer [Tue, 21 Nov 2017 10:49:01 +0000 (11:49 +0100)]
[MSGINA] Fix buttons alignment in French translation

6 years ago[FLOPPY] Don't wait forever while trying to determine media type.
Pierre Schweitzer [Tue, 21 Nov 2017 09:22:50 +0000 (10:22 +0100)]
[FLOPPY] Don't wait forever while trying to determine media type.
This should fix some virtual machines and real hardware machine with empty floopy drive
not being able to boot ReactOS (stuck while initializing floppy.sys).
This fixes a regression introduced in r70746.
It could be generalized to other interrupts, floppy controllers not being reliable.

For more information: http://wiki.osdev.org/Floppy_Disk_Controller

CORE-7935
CORE-12908
CORE-13080

6 years ago[UXTHEME] -Don't change the behaviour of DefWindowProc if SetWindowRgn was called...
Giannis Adamopoulos [Tue, 21 Nov 2017 08:51:06 +0000 (10:51 +0200)]
[UXTHEME] -Don't change the behaviour of DefWindowProc if SetWindowRgn was called before

6 years ago[OPENGL32]
Jérôme Gardou [Mon, 20 Nov 2017 18:55:21 +0000 (19:55 +0100)]
[OPENGL32]
 - Get rid of the TLS based implementation
CORE-14024

6 years ago[OPENGL32]
Jérôme Gardou [Sun, 19 Nov 2017 23:26:11 +0000 (00:26 +0100)]
[OPENGL32]
 - Get rid of the default stub table, use NULL instead
 - Simplify stub code by using the appropriate macros
CORE-14024

6 years ago[OPENGL]
Jérôme Gardou [Sat, 18 Nov 2017 12:50:55 +0000 (13:50 +0100)]
[OPENGL]
 - Always use the TEB to store opengl data
CORE-14024

6 years ago[OPENGL32]
Jérôme Gardou [Sat, 18 Nov 2017 12:50:33 +0000 (13:50 +0100)]
[OPENGL32]
 - Fix a trace

6 years ago[OPENGL32]
Jérôme Gardou [Sat, 18 Nov 2017 12:49:37 +0000 (13:49 +0100)]
[OPENGL32]
 - Implement storing thread data into the TEB
CORE-14024

6 years ago[COMCTL32] Button: Use double buffering when themes are enabled.
Giannis Adamopoulos [Mon, 20 Nov 2017 16:51:03 +0000 (18:51 +0200)]
[COMCTL32] Button: Use double buffering when themes are enabled.

6 years ago[EXT2FS] For some reason we get error: conflicting types for 'do_split' when compilin...
Amine Khaldi [Sun, 19 Nov 2017 14:42:03 +0000 (15:42 +0100)]
[EXT2FS] For some reason we get error: conflicting types for 'do_split' when compiling with clang-cl so work around this with FIXMEs. CORE-11799 (#94)

6 years ago[REISERFS] Do not take this code path when compiling with clang. CORE-11799 (#94)
Amine Khaldi [Sun, 19 Nov 2017 14:24:49 +0000 (15:24 +0100)]
[REISERFS] Do not take this code path when compiling with clang. CORE-11799 (#94)

6 years ago[CRT/INTRIN] Leverage __has_builtin() with the intrinsics. Dedicated to Thomas. CORE...
Amine Khaldi [Sun, 19 Nov 2017 14:09:06 +0000 (15:09 +0100)]
[CRT/INTRIN] Leverage __has_builtin() with the intrinsics. Dedicated to Thomas. CORE-11799 (#94)

6 years ago[UXTHEME] EnumThemes: Don't fail if a theme doesn't have a tooltip. CORE-13732
Giannis Adamopoulos [Sun, 19 Nov 2017 14:02:44 +0000 (16:02 +0200)]
[UXTHEME] EnumThemes: Don't fail if a theme doesn't have a tooltip. CORE-13732

6 years agoinput: Overwrite font substitutes settings on lang change
Katayama Hirofumi MZ [Mon, 13 Nov 2017 01:36:52 +0000 (10:36 +0900)]
input: Overwrite font substitutes settings on lang change

6 years ago[CMD] Addendum to 26ff2c8 and to r40474 / 8cf1106: Fix CMD process exit code.
Hermès Bélusca-Maïto [Sat, 18 Nov 2017 23:45:33 +0000 (00:45 +0100)]
[CMD] Addendum to 26ff2c8 and to r40474 / 8cf1106: Fix CMD process exit code.

As it appears, the process exit code of CMD /C is really the errorlevel,
and not the "command's return value".

6 years ago[CMD] Fix the errorlevel value set by the EXIT command, and when a batch file has...
Hermès Bélusca-Maïto [Sat, 18 Nov 2017 22:41:31 +0000 (23:41 +0100)]
[CMD] Fix the errorlevel value set by the EXIT command, and when a batch file has run.
CORE-10495 CORE-13672

- Fix the behaviour of the EXIT command, where it set the last errorlevel
  value ONLY when it was called with the /b switch and otherwise kept the
  ambient one, instead of always using the value that the user specified
  on the command-line.

- When a batch file has terminated, make the Batch() helper returning the
  errorlevel value so that, when the batch file has been started with the
  CALL command, CALL can in turn set the correct errorlevel value.

Verified with respect to Windows' cmd.exe.

6 years ago[CMD] Code formatting only.
Hermès Bélusca-Maïto [Sat, 18 Nov 2017 20:32:10 +0000 (21:32 +0100)]
[CMD] Code formatting only.

6 years ago[FREELDR] PcMemGetBiosMemoryMap(): Add checks for entry sizes and bare handling of... 42/head
Serge Gautherie [Sun, 8 Oct 2017 23:40:22 +0000 (01:40 +0200)]
[FREELDR] PcMemGetBiosMemoryMap(): Add checks for entry sizes and bare handling of error case. CORE-13332

6 years ago[NFS41_NP] Attempt to fix MSVC build
Pierre Schweitzer [Sat, 18 Nov 2017 20:36:57 +0000 (21:36 +0100)]
[NFS41_NP] Attempt to fix MSVC build

6 years ago[SHELL32] Drop slash when dismounting a remote drive. MPR and NP are expecting a...
Pierre Schweitzer [Sat, 18 Nov 2017 20:26:18 +0000 (21:26 +0100)]
[SHELL32] Drop slash when dismounting a remote drive. MPR and NP are expecting a drive letter.
This fixes dismounting a network drive using explorer.

6 years ago[NFS41_NP] Fix debug print in case of connection cancel failure
Pierre Schweitzer [Sat, 18 Nov 2017 20:25:00 +0000 (21:25 +0100)]
[NFS41_NP] Fix debug print in case of connection cancel failure

6 years ago[CMD] ExecutePipeline() returns the last error level (set to process exit code).
Hermès Bélusca-Maïto [Sat, 18 Nov 2017 19:50:50 +0000 (20:50 +0100)]
[CMD] ExecutePipeline() returns the last error level (set to process exit code).
CORE-13974

This should fix situations where (for example):
   command_1 | command_2 && echo Succeeded
should *NOT* run "echo Succeeded" if any of the command_1 or command_2 has
failed.

This also makes the ExecutePipeline() function on par with the other
"ExecuteXXX()" helpers.

Problem diagnosed by Doug Lyons; patch inspired by contributor 'cagey45'.

6 years ago[SHELL32] Update French translation, following 6465705
Pierre Schweitzer [Sat, 18 Nov 2017 17:56:59 +0000 (18:56 +0100)]
[SHELL32] Update French translation, following 6465705

6 years ago[NTOSKRNL] Fix MSVC build: don't attempt to return in a void function
Pierre Schweitzer [Sat, 18 Nov 2017 17:38:36 +0000 (18:38 +0100)]
[NTOSKRNL] Fix MSVC build: don't attempt to return in a void function

6 years ago[CDFS] Attempt to a switch to the MS CDFS driver.
Pierre Schweitzer [Sat, 18 Nov 2017 17:32:36 +0000 (18:32 +0100)]
[CDFS] Attempt to a switch to the MS CDFS driver.
To be reverted if it brings in too many regressions, even though I tried to do my best to address them.

Leaving the old driver in place, for now; if no regressions are reported regarding CDFS in 0.4.8, then old driver could be dropped for 0.4.9.

6 years ago[NTOSKRNL] Implement FsRtlCheckOplock(), FsRtlCurrentBatchOplock(), FsRtlInitializeOp...
Pierre Schweitzer [Sat, 18 Nov 2017 17:23:57 +0000 (18:23 +0100)]
[NTOSKRNL] Implement FsRtlCheckOplock(), FsRtlCurrentBatchOplock(), FsRtlInitializeOplock(), FsRtlOplockFsctrl(), FsRtlOplockIsFastIoPossible(), FsRtlUninitializeOplock().
But also, implement FsRtlNotifyCompletion(), FsRtlCompletionRoutinePriv(), FsRtlRemoveAndCompleteWaitIrp(), FsRtlCancelWaitIrp(), FsRtlWaitOnIrp(), FsRtlOplockBreakNotify(), FsRtlRemoveAndCompleteIrp(), FsRtlCancelOplockIIIrp(), FsRtlAcknowledgeOplockBreak(), FsRtlOpBatchBreakClosePending(), FsRtlAllocateOplock(), FsRtlCancelExclusiveIrp(), FsRtlRequestExclusiveOplock(), FsRtlRequestOplockII(), FsRtlOplockCleanup(), FsRtlOplockBreakToNone(), FsRtlOplockBreakToII().
In short... Implement oplocks support in ReactOS.

6 years ago[CRT] Add __m128i, _mm_setzero_si128, and _mm_stream_si128. 117/head
Thomas Faber [Sat, 4 Nov 2017 10:47:12 +0000 (11:47 +0100)]
[CRT] Add __m128i, _mm_setzero_si128, and _mm_stream_si128.

6 years ago[RTL] Make RtlFillMemoryUlonglong public
Thomas Faber [Sat, 4 Nov 2017 10:46:29 +0000 (11:46 +0100)]
[RTL] Make RtlFillMemoryUlonglong public

6 years ago[NTOSKRNL]
Pierre Schweitzer [Sat, 18 Nov 2017 17:00:48 +0000 (18:00 +0100)]
[NTOSKRNL]
Don't make CcSetReadAheadGranularity() whine for every single file opened by FSDs making use of it.

6 years ago[NTOSKRNL] In CcPurgeCacheSection(), don't assume the file being purged isn't used...
Pierre Schweitzer [Sat, 18 Nov 2017 16:53:07 +0000 (17:53 +0100)]
[NTOSKRNL] In CcPurgeCacheSection(), don't assume the file being purged isn't used. Handle that case properly instead of asserting.
This fixes a triggerable ASSERT from umode where you open a file on a CDFS (with MS CDFS) and attempt to lock the volume.

6 years ago[NTOSKRNL]
Pierre Schweitzer [Sat, 18 Nov 2017 16:51:08 +0000 (17:51 +0100)]
[NTOSKRNL]
When CcPurgeCacheSection() succeed, make it return TRUE so that callers don't believe it always fail

6 years ago[FONTS] Add more font substitutes. CORE-12419
Katayama Hirofumi MZ [Sat, 18 Nov 2017 15:11:16 +0000 (00:11 +0900)]
[FONTS] Add more font substitutes. CORE-12419

Substitute Comic Sans MS with Ubuntu, Georgia with FreeSerif and Palatino Linotype with DejaVu Serif.

6 years ago[SHELL32] CDrivesFolder: Implement the eject and disconnect menu items. CORE-13841
Katayama Hirofumi MZ [Sat, 18 Nov 2017 14:55:08 +0000 (23:55 +0900)]
[SHELL32] CDrivesFolder: Implement the eject and disconnect menu items. CORE-13841

- The items are shown only for the drives where they are applicable.
- May not work fully yet due to bugs in the drivers.

6 years ago[BROWSEUI] [TRANSLATION] Improve english, polish and russian translation
Stanislav Motylkov [Fri, 10 Nov 2017 20:21:18 +0000 (23:21 +0300)]
[BROWSEUI] [TRANSLATION] Improve english, polish and russian translation

6 years ago[WIN32SS]
Jérôme Gardou [Mon, 23 Oct 2017 18:37:55 +0000 (20:37 +0200)]
[WIN32SS]
 - Unconditionally enter NtUser implementation in EngCreateWnd and EngDeleteWnd
CORE-7727

6 years ago[WIN32SS]
Jérôme Gardou [Mon, 23 Oct 2017 18:34:02 +0000 (20:34 +0200)]
[WIN32SS]
 - Do not call the driver Escape routine while holding locks on GDI objects
CORE-7727

6 years ago[BROWSEUI] CISFBand: Add "Open Folder" feature
Stanislav Motylkov [Sat, 11 Nov 2017 15:16:22 +0000 (18:16 +0300)]
[BROWSEUI] CISFBand: Add "Open Folder" feature

CORE-13996 #resolve

6 years ago[BROWSEUI] CBandSiteMenu: Show Toolbar error on failure
Stanislav Motylkov [Mon, 6 Nov 2017 16:50:49 +0000 (19:50 +0300)]
[BROWSEUI] CBandSiteMenu: Show Toolbar error on failure

6 years ago[CDFS_NEW] _SEH2_FINALLY implement SEH support for real instead of its current stub.
Pierre Schweitzer [Fri, 17 Nov 2017 21:18:53 +0000 (22:18 +0100)]
[CDFS_NEW] _SEH2_FINALLY implement SEH support for real instead of its current stub.
This notably fixes BSOD on media change

6 years agoREADME.md: Add "Tweet" button
Alexander Shaposhnikov [Fri, 17 Nov 2017 20:15:46 +0000 (22:15 +0200)]
README.md: Add "Tweet" button

6 years ago[OPENGL32] Allocate thread data in IntMakeCurrent if it is not allocated yet.
Mark Jansen [Sun, 5 Nov 2017 20:24:31 +0000 (21:24 +0100)]
[OPENGL32] Allocate thread data in IntMakeCurrent if it is not allocated yet.
CORE-12232

6 years ago[OPENGL32] Do not crash in IntGetCurrentDC if thread data was not allocated.
Mark Jansen [Sun, 5 Nov 2017 20:23:55 +0000 (21:23 +0100)]
[OPENGL32] Do not crash in IntGetCurrentDC if thread data was not allocated.
CORE-12232

6 years ago[COMCTL32] Implement using different image list images depending on the button state
Giannis Adamopoulos [Fri, 17 Nov 2017 12:00:30 +0000 (14:00 +0200)]
[COMCTL32] Implement using different image list images depending on the button state

6 years ago[REACTOS] Add reactos/bin/suppl/ to the list of "known" (hardcoded) directories to...
Hermès Bélusca-Maïto [Fri, 17 Nov 2017 00:48:18 +0000 (01:48 +0100)]
[REACTOS] Add reactos/bin/suppl/ to the list of "known" (hardcoded) directories to make build configuration happy.

I use a (not yet used) dir-id value of "80" for this purpose (the value
"8" being already used for /bin/testdata/ and of course values from 9 up
to 50+ are also already used... >_>).

6 years ago[ROSTESTS] Move the tests unsupported by rosautotest under a "suppl" (supplementary...
Hermès Bélusca-Maïto [Fri, 17 Nov 2017 00:26:02 +0000 (01:26 +0100)]
[ROSTESTS] Move the tests unsupported by rosautotest under a "suppl" (supplementary) sub-directory of "reactos/bin".

Indeed, rosautotest has an annoying tendency to fail with:
    Invalid test file name: <testname>.exe
    SYSREG_ROSAUTOTEST_FAILURE
when <testname>.exe is a test that do not comply with the rosautotest
interface.
This is indeed the case for all the tests under /rostests/win32/, with the
exception of cmd_rostest.

Addendum to 8dd89c7.

6 years ago[CMD] Fix support for newlines in the emulated parenthesed set block of the "for...
Hermès Bélusca-Maïto [Thu, 16 Nov 2017 23:56:35 +0000 (00:56 +0100)]
[CMD] Fix support for newlines in the emulated parenthesed set block of the "for" command.
CORE-7998

6 years ago[ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's.
Hermès Bélusca-Maïto [Thu, 16 Nov 2017 23:56:01 +0000 (00:56 +0100)]
[ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's.
CORE-7998

Based on Wine's cmd_winetest code, this first bunch of tests check how the
"for" command should process the newlines inside its parenthesed set.
Adapted by Doug Lyons.

6 years ago[COMCTL32] Button: Don't use a class brush. CORE-13445
Giannis Adamopoulos [Thu, 16 Nov 2017 23:25:57 +0000 (01:25 +0200)]
[COMCTL32] Button: Don't use a class brush. CORE-13445

6 years ago[CMD] Fix '?' command output by adding a missing new-line. CORE-14016
Hermès Bélusca-Maïto [Thu, 16 Nov 2017 20:27:27 +0000 (21:27 +0100)]
[CMD] Fix '?' command output by adding a missing new-line. CORE-14016
Patch by Doug Lyons.

6 years ago[SETUPAPI] driver.c: it is _WIN32_WINNT, not WIN32_WINNT. CORE-12580
Serge Gautherie [Wed, 15 Nov 2017 01:49:51 +0000 (02:49 +0100)]
[SETUPAPI] driver.c: it is _WIN32_WINNT, not WIN32_WINNT. CORE-12580

6 years ago[RAPPS-DB] CORE-14012 update to ROSBE 2.1.5
Joachim Henze [Tue, 14 Nov 2017 22:25:56 +0000 (23:25 +0100)]
[RAPPS-DB] CORE-14012 update to ROSBE 2.1.5

6 years ago[EXPLORER] Remove version number from the start menu banner image, as requested.
David Quintana [Tue, 14 Nov 2017 17:15:34 +0000 (18:15 +0100)]
[EXPLORER] Remove version number from the start menu banner image, as requested.

Also, since we won't be editing the svg as often, move it to the media/graphics folder.

6 years ago[RAPPS] Add support for no-length downloads indication
Stanislav Motylkov [Sun, 12 Nov 2017 21:18:57 +0000 (00:18 +0300)]
[RAPPS] Add support for no-length downloads indication

6 years ago[NTOS] Addendum to da81345: Fix checks when a hive is opened in shared mode.
Hermès Bélusca-Maïto [Sun, 12 Nov 2017 23:27:41 +0000 (00:27 +0100)]
[NTOS] Addendum to da81345: Fix checks when a hive is opened in shared mode.

6 years ago[SETUPAPI] Improve the range list implementation.
Eric Kohl [Sun, 12 Nov 2017 22:27:09 +0000 (23:27 +0100)]
[SETUPAPI] Improve the range list implementation.
- SEH-protect the range list validation and move it into a separate function.
- Use a mutex to synchronize access to the range list.
- Implement CM_First_Range and parts of CM_Add_Range.

6 years ago[CDFS_NEW] Now NtWriteFile is fixed, revert 5f25582, ie remove FastIO hack from the...
Pierre Schweitzer [Sun, 12 Nov 2017 21:36:47 +0000 (22:36 +0100)]
[CDFS_NEW] Now NtWriteFile is fixed, revert 5f25582, ie remove FastIO hack from the driver
CORE-14003

6 years ago[NTOSKNRL] In NtWriteFile, remove the check that is now redundant with ObReferenceFil...
Pierre Schweitzer [Sun, 12 Nov 2017 21:33:58 +0000 (22:33 +0100)]
[NTOSKNRL] In NtWriteFile, remove the check that is now redundant with ObReferenceFileObjectForWrite().
CORE-14003

6 years ago[NTOSKRNL] In NtWriteFile, quit using ObReferenceObjectByHandle in favor of ObReferen...
Pierre Schweitzer [Sun, 12 Nov 2017 21:32:16 +0000 (22:32 +0100)]
[NTOSKRNL] In NtWriteFile, quit using ObReferenceObjectByHandle in favor of ObReferenceFileObjectForWrite().
This avoids RO FSDs being called for write operations.
CORE-14003

6 years ago[NTOSKRNL] Implement (with many FIXMEs) ObReferenceFileObjectForWrite() so that it...
Pierre Schweitzer [Sun, 12 Nov 2017 21:28:54 +0000 (22:28 +0100)]
[NTOSKRNL] Implement (with many FIXMEs) ObReferenceFileObjectForWrite() so that it can already do the job!
CORE-14003

6 years ago[NTOSKRNL] Implement IoComputeDesiredAccessFileObject() based on checks performed...
Pierre Schweitzer [Sun, 12 Nov 2017 21:26:18 +0000 (22:26 +0100)]
[NTOSKRNL] Implement IoComputeDesiredAccessFileObject() based on checks performed in NtFlushBuffersFile()
CORE-14003

6 years ago[NTOS] Do not perform hive write operations when we are not supposed to.
Hermès Bélusca-Maïto [Sun, 12 Nov 2017 21:02:45 +0000 (22:02 +0100)]
[NTOS] Do not perform hive write operations when we are not supposed to.

- When we are in LiveCD mode (more generally, when hives are shared), load
  the system hives as volatile.
- Ignore hive write operations when everything operates in read-only mode
  and just return success instead.
- Just return success on hive file I/O if no file is associated with a
  given hive. This happens when e.g. a CM hive has a primary but no log.

6 years ago[CDFS_NEW] Following 1bef487, add a hack and stub FastIO write routine to avoid bugch...
Pierre Schweitzer [Sun, 12 Nov 2017 20:16:31 +0000 (21:16 +0100)]
[CDFS_NEW] Following 1bef487, add a hack and stub FastIO write routine to avoid bugchecks on write attempts.
This allows booting the ReactOS LiveCD as HDD image in Qemu without issues :-)

6 years ago[NTOSKRNL] Add a FIXME in NtWriteFile() that explains how broken is our current imple...
Pierre Schweitzer [Sun, 12 Nov 2017 20:11:22 +0000 (21:11 +0100)]
[NTOSKRNL] Add a FIXME in NtWriteFile() that explains how broken is our current implementation regarding read-only FSDs