Giannis Adamopoulos
a28235c709
[USER32_APITEST] -Add a monster of a test to check if WM_DESTROYCLIPBOARD is blocking or not. Use a critical section while recording as we use a single message cache in two threads. After 50154, 50816, 50846 and 75616 changing back and forth, this test shows that 75616 is correct and making sure that it won't be changed again in the future, somehting that would break the ole clipboard.
...
svn path=/trunk/; revision=75663
2017-08-24 23:08:09 +00:00
Alexander Shaposhnikov
aa15934f23
[RAPPS]
...
Changes in the update process:
- Made UpdateAppsDB() functions static and added ForceUpdateAppsDB()
- EnumAvailableApplications() doesn't update DB on it's own
- Force updating now done only if bUpdateAtStart set or if no settings loaded (first run)
- Minor cleanup
svn path=/branches/GSoC_2017/rapps/; revision=75662
2017-08-24 22:04:44 +00:00
James Tabor
ddaeb9ccac
[User32]
...
- Patch by mudhead : If the index is out of range, no error should be set, see CORE-13716.
svn path=/trunk/; revision=75661
2017-08-24 22:03:01 +00:00
Alexander Shaposhnikov
f65f506032
[RAPPS]
...
- Clean up the DB directory if extracting failed
svn path=/branches/GSoC_2017/rapps/; revision=75660
2017-08-24 21:56:27 +00:00
Alexander Shaposhnikov
c41df30066
[RAPPS]
...
- Changed the download process - now ThreadFunc handles the download loop
- Passing values to ThreadFunc as a parameter rather than static members
- Declared .cab download AppInfo static so it won't fade away during the download
- Fixed .cab extraction failing while no rapps folder present
- Visual improvements to the .cab dialog
svn path=/branches/GSoC_2017/rapps/; revision=75659
2017-08-24 18:46:39 +00:00
Aleksandar Andrejevic
699a97f3e2
[NTVDM]: Fix linear 4-bpp mode. Return the status of the AC palette when the index register is read.
...
svn path=/trunk/; revision=75643
2017-08-23 04:44:55 +00:00
Giannis Adamopoulos
524ce41fa2
[SHELL32] -CRecycleBin: Factor out a new class called CRecyclerDropTarget, which will take the data object and call SHFileOperation for its contents. Add a noisy print to show the parameters passed in SHFileOperation and make it to always use DROPEFFECT_MOVE. Make CDefaultContextMenu use the new drop target in order to delete a file.
...
svn path=/trunk/; revision=75640
2017-08-22 13:50:25 +00:00
Colin Finck
78c1aeecb9
[FS_REC]
...
Always register CDFS as a low-priority filesystem. This inserts it at the tail of the filesystem queue instead of the head, meaning UDF always takes precedence and UDF/CDFS hybrid media is properly detected as UDF.
Thanks to Pierre for the hint!
Should fix what's reported in https://jira.reactos.org/browse/CORE-9816?focusedCommentId=78820&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-78820
svn path=/trunk/; revision=75638
2017-08-22 09:09:19 +00:00
Giannis Adamopoulos
8da0a3a46d
[OLE32] -Recreate the clipboard window if it isn't a valid window handle. Can happen if the thread that first used the ole clipboard exists which also leads to the clipboard window being destroyed.
...
svn path=/trunk/; revision=75637
2017-08-22 08:02:30 +00:00
Giannis Adamopoulos
6bb9ea74e5
[SHELL32] Misc fixes for CFSFolder
...
- GetCLSIDForFileType: Check if the shell extension is blocked by the Blocked key like wine does.
- CFSFolder::BindToObject: Remove a redundant check as _ILGetFileStructW already does the same check.
- CFSFolder::GetUIObjectOf: Do not try to load an IconHandler or an arbitrary extension for directories.
- CFSFolder::SetNameOf: Simplify and make secure by using great helpers like wcscmp and PathCombineW
svn path=/trunk/; revision=75634
2017-08-21 12:18:46 +00:00
Giannis Adamopoulos
af33a37eb4
[SHELL32] -CFSFolder: Fix a couple of handle leaks.
...
svn path=/trunk/; revision=75633
2017-08-21 09:07:41 +00:00
Colin Finck
4f8ba0560c
[FS_REC]
...
- Add a detection routine for CDFS (ISO-9660) volumes that verifies the Primary Volume Descriptor.
- Use this to also detect CDFS on disks and load the CDFS driver if it has not been loaded yet (e.g. when a bootcd/livecd flashed USB drive is inserted at boot of an installed ReactOS).
- Fix a comment in udfs.c.
svn path=/trunk/; revision=75630
2017-08-20 15:30:59 +00:00
Thomas Faber
ecc55a34f2
[HDAUDBUS]
...
- Correctly disable interrupts for status change events. Fixes infinite "HDA_InterruptService c0000000" debug spam (interrupt storm) on VMware with HDAudio sound enabled.
CORE-13704 #resolve
svn path=/trunk/; revision=75629
2017-08-20 15:02:53 +00:00
Hermès Bélusca-Maïto
0aa863c9ed
[BROWSEUI]: Improve the rendering of the toolbar pin buttons. By dsp8195. Sorry for the delay!
...
CORE-10838
svn path=/trunk/; revision=75628
2017-08-20 12:05:25 +00:00
Eric Kohl
80b20b10c3
[SHELL32]
...
Folder Options: Japanese TreeView translation.
Patch by Katajama Hirofumi MZ.
CORE-13690
svn path=/trunk/; revision=75627
2017-08-20 08:47:23 +00:00
Eric Kohl
b53f16528b
[SYSSETUP]
...
Japanese translation of Theme dialog.
Patch by Katajama Hirofumi MZ.
CORE-13691
svn path=/trunk/; revision=75626
2017-08-20 08:27:16 +00:00
Giannis Adamopoulos
b5af5aa749
[SHELL32] -CFSDropTarger: Improve the debug message that shows the first thing that is copied or moved and where. This way we sort of know what parameters we pass to SHFileOperationW.
...
svn path=/trunk/; revision=75625
2017-08-19 15:48:47 +00:00
Colin Finck
75cb0454f7
[USETUP]
...
Add type 0x96 as "CDFS/ISO-9660" to our list of partition types now that our ISOs flashed to USB use it.
svn path=/trunk/; revision=75624
2017-08-19 14:53:54 +00:00
Giannis Adamopoulos
9fee94b692
[SHELL32] -CFSDropTarget: Simplyfy the code path that handles the CFSTR_SHELLIDLIST format. Don't use FOF_MULTIDESTFILES to keep things simple. CORE-13176
...
svn path=/trunk/; revision=75623
2017-08-19 11:19:06 +00:00
Giannis Adamopoulos
3c6b222f15
[SHELL32] -Simplify the drop target of CRecycleBin to let the data object generate the list of names that can be passed to SHFileOperationW.
...
svn path=/trunk/; revision=75622
2017-08-19 11:09:28 +00:00
Mark Jansen
fe4d4aa690
[WINED3D] Dereference context slightly later, as seen in wine. This prevents some crashes while applications are starting up. (f.e. ANNO1602)
...
svn path=/trunk/; revision=75621
2017-08-19 09:51:17 +00:00
Christoph von Wittich
f5aed8f8c1
[WLANAPI] map rpc to win error codes
...
svn path=/trunk/; revision=75620
2017-08-19 06:04:08 +00:00
Giannis Adamopoulos
08b350c0dc
[SHELL32] -CDefaultContextMenu: Correctly differentiate the copy and the cut commands.
...
svn path=/trunk/; revision=75619
2017-08-18 17:39:34 +00:00
Giannis Adamopoulos
1980176e15
[SHELL32] -CDefViewBckgrndMenu: Fix pasting in the background of a folder.
...
svn path=/trunk/; revision=75618
2017-08-18 17:32:20 +00:00
Mark Jansen
e6008ea636
[OLE32] Do not crash on an invalid / empty clipboard.
...
CORE-12302
svn path=/trunk/; revision=75617
2017-08-18 17:18:46 +00:00
Giannis Adamopoulos
8998ffaca2
[WIN32K] -NtUserEmptyClipboard: Change its behaviour to wait for WM_DESTROYCLIPBOARD to return so it behaves like windows and our ole32 doesn't trip on its assumptions that everything works fine. A test will be written soon to prove that this is correct. CORE-12302
...
svn path=/trunk/; revision=75616
2017-08-18 17:18:17 +00:00
Benedikt Freisen
44fc547ffa
[MSPAINT] Use Gdiplus::Bitmap in place of ATL::CImage to load pictures -- this un-breaks loading a picture's resolution from file
...
svn path=/trunk/; revision=75615
2017-08-18 17:01:01 +00:00
Alexander Shaposhnikov
bf41db72f6
[RAPPS]
...
- Correct the build process
svn path=/branches/GSoC_2017/rapps/; revision=75614
2017-08-18 16:38:28 +00:00
Timo Kreuzer
369ad20c7b
[FTFD] Ignore NULL objects in free() wrapper
...
svn path=/trunk/; revision=75613
2017-08-18 15:02:05 +00:00
Timo Kreuzer
45720ed145
[FTFD] Fix indentation
...
svn path=/trunk/; revision=75612
2017-08-18 15:02:01 +00:00
Eric Kohl
7a47c14c8f
[STOBJECT]
...
- Add support for the hotplug icon.
- Set default menu items in the context menus.
- Use a timer to properly distinguish between a single and a double click on an icon.
- Some code cleanup.
svn path=/trunk/; revision=75611
2017-08-18 14:49:11 +00:00
Timo Kreuzer
6c364c895d
[NTOSKRNL] Fix 64 bit warnings about conversion in PsExitSpecialApc and PspTerminateThreadByPointer
...
svn path=/trunk/; revision=75610
2017-08-18 12:31:19 +00:00
Timo Kreuzer
8dea5dc526
Revert "[WIN32K] Fix probing and parameter validation in NtGdiPolyPolyDraw"
...
svn path=/trunk/; revision=75609
2017-08-18 12:18:41 +00:00
Timo Kreuzer
dd172a4fce
[WIN32K] Fix probing and parameter validation in NtGdiPolyPolyDraw
...
svn path=/trunk/; revision=75608
2017-08-18 11:15:54 +00:00
Giannis Adamopoulos
d800840ef7
[SHELL32] Shell extension support for files.
...
- CFSFolder: Implement binding to files, implement loading arbitrary extensions for GetUIObjectOf from the registry, implement loading IconHandler shell extensions. Use the new helper routines to simplify getting the drop target.
- Improve the shortcut icons hack.
svn path=/trunk/; revision=75607
2017-08-18 09:11:59 +00:00
Timo Kreuzer
0d5f8b292a
[NDK] Fix prototype of Nt/ZwQuerySystemInformation
...
svn path=/trunk/; revision=75606
2017-08-18 08:44:08 +00:00
Timo Kreuzer
44ae2b0fee
[NTOSKRNL] Fix memory area macros
...
svn path=/trunk/; revision=75605
2017-08-18 08:42:43 +00:00
Giannis Adamopoulos
ce6b6fab9f
[STOBJECT] Fix bug that caused some resource strings not to be loaded.
...
- These strings need to either be in every language file or have their own resource range but since we are using the same resource ids with windows I will just duplicate them.
svn path=/trunk/; revision=75604
2017-08-18 08:38:52 +00:00
Benedikt Freisen
bac7b8613e
[PSDK][GDIPLUS] Further work on Graphics
...
svn path=/trunk/; revision=75603
2017-08-18 08:09:04 +00:00
Timo Kreuzer
7f3f55628a
[NTOSKRNL] Remove duplicate fields from MEMORY_AREA
...
svn path=/trunk/; revision=75602
2017-08-18 07:13:34 +00:00
Giannis Adamopoulos
695d9ff51e
[WIN32K] -Fix a bug with TransparentBlt when it should really ignore the alpha channel. CORE-13040. Approved by Timo.
...
svn path=/trunk/; revision=75601
2017-08-17 22:45:51 +00:00
Giannis Adamopoulos
c312beab6a
[UXTHEME] -Remove some dead code
...
svn path=/trunk/; revision=75600
2017-08-17 21:31:52 +00:00
Thomas Faber
18c780f243
[USBHUB_NEW]
...
- Fix interval calculation in USBH_Wait. Patch by Vadim Galyant.
svn path=/trunk/; revision=75599
2017-08-17 19:55:13 +00:00
Thomas Faber
a93c1aa32f
[CMIDriver]
...
- Set svn:eol-style to CRLF for inf files. Files that end up on the iso should never have 'native' line endings.
svn path=/trunk/; revision=75598
2017-08-17 19:25:32 +00:00
Giannis Adamopoulos
e8f24951d6
[SHELL32] -Simplify some coe in CShellLink.cpp
...
svn path=/trunk/; revision=75597
2017-08-17 16:46:15 +00:00
Mark Jansen
9d8fe6f238
[SHIMENG] Enable the Application Compatibility framework by default.
...
- Also add disabled keys to configure the logging
- Demote a noisy print used in the shim engine.
At this point the shim engine should be functional enough to be used.
One thing that remains is creating more shims(fixes) to use, and implement more features for the already existing ones.
CORE-13284
svn path=/trunk/; revision=75596
2017-08-17 16:42:29 +00:00
Giannis Adamopoulos
123a0e6818
[SHELL32] -AddFSClassKeysToArray: Increase the size of the buffer for the value read from the registry. There are cases when 40 are not enough.
...
svn path=/trunk/; revision=75595
2017-08-17 16:35:16 +00:00
Mark Jansen
1eee5db1a5
[ACLAYERS] Add a compatibility shim + layer for the VMWare Horizon setup.
...
This fixes the setup trying to print some debug strings.
For now the shim has to be applied manually, however the setup does not complete yet.
Patch bits & fixes by Thomas.
CORE-13434
svn path=/trunk/; revision=75594
2017-08-17 16:27:56 +00:00
Giannis Adamopoulos
41f448998f
[COM_APITEST] -Add tests for CLSID_AttachmentServices.
...
svn path=/trunk/; revision=75593
2017-08-17 16:01:29 +00:00
Giannis Adamopoulos
58edf0b679
[ADVAPI32] -RegOpenKeyExW: Call NtOpenKey again with aligned parameters if STATUS_DATATYPE_MISALIGNMENT was returned the first time. CORE-13689
...
svn path=/trunk/; revision=75592
2017-08-17 14:37:24 +00:00