Katayama Hirofumi MZ
4e45a91547
[USER32][WIN32SS] Implement CascadeWindows function ( #676 )
...
CORE-14807
2018-07-09 01:51:14 +02:00
Katayama Hirofumi MZ
55469633cf
[SHELL32] Add 'Properties' menu item in My Computer ( #647 )
...
- Add a Shell_DefaultContextMenuCallBack() helper function.
- Implement the IContextMenuCB interface in CDrivesFolder.
CORE-12509
2018-07-08 17:01:12 +02:00
Katayama Hirofumi MZ
96c0ef4209
[SHELL32] Improve CShellLink a little ( #651 )
...
Improve the display and UI in the shortcut dialog.
CORE-11407
2018-07-08 16:45:40 +02:00
Katayama Hirofumi MZ
33a65d45aa
[APPWIZ] Add support for creating internet shortcuts ( #664 )
...
CORE-8737
2018-07-08 16:40:14 +02:00
Katayama Hirofumi MZ
58825de892
[EXPLORER] Fix TrackCtxMenu about NULL ppt ( #666 )
...
CORE-14772
2018-07-08 16:36:28 +02:00
Katayama Hirofumi MZ
a882ec7a02
[SHELL32][EXPLORER] Update system-wide environment variables ( #663 )
...
- Implement shell32 RegenerateUserEnvironment() function and use it.
- CShellBrowser and CDesktopBrowser implements WM_SETTINGCHANGE actions.
CORE-1459, CORE-14397
2018-07-08 16:32:42 +02:00
Hermès Bélusca-Maïto
25004bb5b4
[WIN32K:NTUSER] Remove the hackish code that has been introduced in IntSendChildNCPaint() in r73532 ( 6d7fcc4b
) to attempt to pseudo-fix CORE-12071 and CORE-12085 while breaking other stuff, amongst which CORE-14763 is one of the latest manifestations, and re-enable the correct original code.
...
This fixes painting hangs under diverse situations, while CORE-12071 and
CORE-12085 remain fixed.
2018-07-08 15:39:50 +02:00
Hermès Bélusca-Maïto
ee0511b49d
[WIN32K:NTUSER] Add diagnostic asserts in IntLinkWindow() and IntUnlinkWindow(). Don't link a window to itself in IntLinkWindow()! Add diagnostic traces for this situation, as well as in IntLinkHwnd().
...
Helps in correctly fixing CORE-12071 and CORE-12085.
2018-07-08 15:39:50 +02:00
Hermès Bélusca-Maïto
4d057cf626
[WIN32K:NTUSER] Formatting only!
2018-07-08 15:39:48 +02:00
Timo Kreuzer
9cab5b549d
[ROSAPPS] Fix 64 bit issues
2018-07-08 10:59:16 +02:00
Hermès Bélusca-Maïto
c7022c1b0c
[KERNEL32] Use NULL for pointers.
2018-07-07 18:58:03 +02:00
Timo Kreuzer
3a85d2764c
[BLUE] Use ByteOffset.QuadPrt instead of ByteOffset.LowPart
2018-07-07 16:15:58 +02:00
Timo Kreuzer
741c3c0022
[BLUE] Reformat and add missing success checks + DPRINTs on failure
2018-07-07 16:15:58 +02:00
Timo Kreuzer
64f46045af
[BLUE] Formatting, no code change
2018-07-07 16:15:58 +02:00
Mark Jansen
3904fd6257
[SHELL32] Ensure OpenAs_RunDLL does not loop to infinity and beyond.
...
This should fix a timeout on the apitests.
2018-07-06 21:51:24 +02:00
Paweł Cholewa
ed4eb9c7c3
[TRANSLATION][TIMEOUT] Created Polish translation of timeout
2018-07-02 14:02:23 +02:00
Paweł Cholewa
a13890cd35
[TRANSLATION][WHOAMI] Add Polish translation ( #653 )
2018-07-01 23:20:57 +02:00
Mark Jansen
5a9dc5e791
[SDK] Add gen_baseaddress.py
...
This tool was already used to calculate the last baseaddress update.
It is based on baseaddress.sh that has been floating around.
CORE-11382
2018-07-01 20:17:46 +02:00
Mark Jansen
a3ddb8a4c2
[CMAKE] Change winspool.drv to winspool again.
...
CORE-14781
2018-07-01 19:21:59 +02:00
Mark Jansen
8fb0c5a0ab
[CMAKE] Update baseaddress for gcc with dwarf.
...
CORE-14781
2018-07-01 18:21:12 +02:00
Eric Kohl
aad801914b
[LICCPA] Fix translation and align dialog controls
2018-07-01 17:28:29 +02:00
Eric Kohl
2fdb4d99c7
[LICCPA] Make the License Manager GUI build and make it visible (again)
...
- Add the missing CMakeLists.txt file.
- Comment-out an unused variable.
- Make WM_INITDIALOG return TRUE, so that the dialog gets visible.
2018-07-01 17:28:28 +02:00
Paweł Cholewa
73194a8ea9
[TRANSLATION][TREE] Polish translation of tree utility ( #654 )
2018-07-01 16:04:14 +02:00
Mark Jansen
82351bc6d4
[CMAKE] Update baseaddress for msvc & gcc with rossym.
...
CORE-14781
2018-07-01 15:35:57 +02:00
Timo Kreuzer
e39876dab7
[SDK] Fix 64 bit issues
2018-07-01 14:45:21 +02:00
Timo Kreuzer
ae9e9eaef3
[NDK] Fix definition of MSR_DEBUG_CTL_LBR and MSR_DEBUG_CTL_BTF
2018-07-01 14:45:21 +02:00
Timo Kreuzer
3b78272d39
[NDK] Fix alignment macros and add missing ones
...
Remove obsolete ALIGN_UP_BY macro definition
2018-07-01 14:45:21 +02:00
Timo Kreuzer
ca9fd861aa
[DRIVERS][NTOS][NDK] Use IO_STACK_LOCATION instead of EXTENDED_IO_STACK_LOCATION and remove the latter from NDK
2018-07-01 14:45:21 +02:00
Timo Kreuzer
8719252e48
[XDK][NDK] Fix IO_STACK_LOCATION alignments
...
* Also add missing DIRECTORY_NOTIFY_INFORMATION_CLASS
2018-07-01 14:45:21 +02:00
Timo Kreuzer
03c86af7d5
[XDK] Stop randomly packing structures half throughout ntifs.h / wdm.h
...
Nothing in there should be packed!
2018-07-01 14:45:21 +02:00
Timo Kreuzer
de1b195837
[NDK] Fix the type of KPROCESS::ActiveProcessors
...
Also fix related logic in KiSwapProcess
2018-07-01 14:45:21 +02:00
Timo Kreuzer
158812409d
[NDK] Update x64 version of KEXCEPTION_FRAME
2018-07-01 14:45:21 +02:00
Timo Kreuzer
a262e8da2d
[LIBUSB] Add additional operator new/delete
...
This is required, since newer versions of MSVC demand that non-member operator new/delete are in the global namespace and neither static nor inline. See https://msdn.microsoft.com/en-us/library/mt723604.aspx ("Overloaded operator new and operator delete")
2018-07-01 14:45:21 +02:00
Timo Kreuzer
03830f67a7
[CMAKE] winspool.drv -> winspool in baseaddress_msvc.cmake
2018-07-01 14:45:21 +02:00
Serge Gautherie
c1d0d409e7
[FREELDR] PcMemGetBiosMemoryMap(): Add a default handling of entry with "EA.ErrorLog = 1". CORE-14150
...
This FIXME is meant as a reminder/help to actually use this data.
2018-07-01 12:03:50 +02:00
Serge Gautherie
a0313c750f
[FREELDR] pcmem.c: Improve output strings. No functional changes. CORE-13332
...
- Plus: Add missing email address in 74f92c3d86
.
- Remove superfluous blank lines.
- Add 2 TRACE("FunctionName()\n").
- Use "0x%llx", not "%lu", for BaseAddress and Length. (Copypasta in my recent commits.)
- Add "0x" to 1 "%p" and 1 "%lx".
2018-07-01 12:03:50 +02:00
Hermès Bélusca-Maïto
b7c4c4dc79
[COMDLG32] Add the missing NEWFILEOPENV2ORD dialog resource, whose absence made all of the Open/Save-file dialogs not displaying anymore.
...
This was a regression from last Wine (Staging) 3.9 sync (f68b0c51
) that
introduced the usage of this new dialog.
To do: Properly generate the dialog localization.
CORE-14656, CORE-14674, CORE-14689, CORE-14769
2018-07-01 00:44:48 +02:00
Timo Kreuzer
c73c4f0cb3
[MC] Fix build of message text files for latest VS version
...
* Latest VS does not like half translated files :/
* errcodes.mc is duplicated in kernel32
* It would probably be better to separate each language into it's own file, but we need a build mechanism for that
2018-06-30 21:21:36 +02:00
Hermès Bélusca-Maïto
2afb483a9e
[SHELL32] Shell Profile Folders fixes.
...
- Fix a regression introduced in r65415 (1795a3bf
) where the directory
paths stored in "Windows\CurrentVersion\Explorer\User Shell Folders"
were stored in expanded format instead of in unexpanded format:
_SHGetDefaultValue() *MUST* return unexpanded paths by design!!
- Augment _SHExpandEnvironmentStrings() and _SHGetUserShellFolderPath()
to take a user token handle to be able to correctly resolve/expand
user-specific directory paths.
- Fix _SHExpandEnvironmentStrings() so that it always retrieve the
correct current user / all-users directory paths by calling userenv
functions, instead of hardcoding a broken logic. As a result this
removes the "C:\Documents and Settings\SYSTEM" ghost directory we got
during ReactOS installation.
- Delimit the changes with respect to Wine by #if(n)def __REACTOS__ .
2018-06-30 18:20:08 +02:00
Katayama Hirofumi MZ
6abc9f5b5a
[WIN32SS] Fix NtUserGetClipboardData for text paste ( #645 )
...
Fix the NtUserGetClipboardData function for the synthesized text formats (CF_TEXT, CF_OEMTEXT and CF_UNICODETEXT).
CORE-11471
2018-06-30 17:12:23 +02:00
Timo Kreuzer
2170901e6a
[WIN32K] Implement RECTL_bClipRectBySize() and use it in IntEngBitBlt() to clip the target rect against the bounds of the target surface. Also clip the source rect against the source surface. Fixes remaining part of CORE-14463
2018-06-30 16:40:04 +02:00
Timo Kreuzer
79ad68ddc3
[CMAKE] Zap builddir.h.cmake and instead define macros globally
...
This changes __RELFILE__ to always be relative and not rely on a GCC extension, since __FILE__ is *always* relative to the root.
2018-06-30 13:26:56 +02:00
Stanislav Motylkov
73aa420f0e
[SHELL32] Update russian translation
...
CORE-11407
2018-06-30 01:15:41 +02:00
Stanislav Motylkov
707f2ed360
[SHELL32] Fix some elements positions and styles
...
Addendum to eb1912b
. CORE-11407
2018-06-30 01:15:41 +02:00
Serge Gautherie
6830ecb118
[NOTEPAD] Globals.encFile: explicitly cast to ENCODING
2018-06-30 01:12:00 +02:00
Mark Jansen
a731be3f12
[DEVENUM] Initialize rgpins.
2018-06-29 22:28:57 +02:00
Mark Jansen
ae8762e15e
[FREETYPE] Allow a NULL style_name.
...
CORE-14775
2018-06-29 21:55:54 +02:00
Thomas Faber
97df61edfa
[NOTEPAD] Avoid a cast.
2018-06-29 18:49:44 +02:00
Serge Gautherie
534a309edc
[NOTEPAD] Fix a MSVC warning about Globals.encFile ( #648 )
...
"...\dialog.c(365) : error C4133: 'function' : incompatible types - from 'ENCODING *' to 'int *'"
CORE-7538
2018-06-29 14:17:29 +02:00
Katayama Hirofumi MZ
e353b48cb2
[SHELL32] Refresh 'General' tab if the folder icon is updated ( #646 )
...
CORE-11407
2018-06-29 14:13:37 +02:00