reactos.git
3 years ago[SENDMAIL][ZIPFLDR][MYDOCS] Fix creation of SendTo files (#2616)
Katayama Hirofumi MZ [Wed, 22 Apr 2020 19:19:20 +0000 (04:19 +0900)]
[SENDMAIL][ZIPFLDR][MYDOCS] Fix creation of SendTo files (#2616)

- Improve and move SendTo files creation code and timing.
- Delete IDS_DESKLINK of shell32.
- Add IDS_DESKLINK into sendmail.
CORE-16924

3 years ago[MMCPL] hivedef.inf - Add Polish translation of Sound Events (#2628)
Piotr Hetnarowicz [Wed, 22 Apr 2020 18:51:45 +0000 (20:51 +0200)]
[MMCPL] hivedef.inf - Add Polish translation of Sound Events (#2628)

Co-Authored-By: Adam Słaboń <asaillen456esx@gmail.com>
3 years ago[MMCPL] Localization enablement of Sound Events (#2623)
Kyle Katarn [Wed, 22 Apr 2020 17:27:33 +0000 (19:27 +0200)]
[MMCPL] Localization enablement of Sound Events (#2623)

* new hivedef.inf for sound event localization

3 years ago[MYDOCS] Follow-up of #2624
Katayama Hirofumi MZ [Wed, 22 Apr 2020 14:08:56 +0000 (23:08 +0900)]
[MYDOCS] Follow-up of #2624

Use HIDA_GetPIDLFolder and HIDA_GetPIDLItem.
CORE-12562

3 years ago[SHSVCS] Don't call UnregisterWait from within the wait callback.
Thomas Faber [Wed, 15 Apr 2020 10:09:49 +0000 (12:09 +0200)]
[SHSVCS] Don't call UnregisterWait from within the wait callback.

Doing this causes deadlocks, the process runs out of worker threads and
the system runs out of memory by allocating too many I/O completion ports
when using ntdll.dll from Windows.

3 years ago[MBEDTLS] Update to version 2.7.15. CORE-16869
Thomas Faber [Tue, 14 Apr 2020 20:11:46 +0000 (22:11 +0200)]
[MBEDTLS] Update to version 2.7.15. CORE-16869

3 years ago[SHELLEXT][MYDOCS][INF] Add mydocs.dll and .mydocs file extension (#2624)
Katayama Hirofumi MZ [Wed, 22 Apr 2020 10:34:15 +0000 (19:34 +0900)]
[SHELLEXT][MYDOCS][INF] Add mydocs.dll and .mydocs file extension (#2624)

I found "SendTo My Documents" is realized by .mydocs filename extension in WinXP/2k3. To implement this, I will add mydocs.dll file. CORE-12562

3 years ago[IEXPLORE] Update now-redirected 'http' and 'www.reactos.org' URLs (#2619)
Serge Gautherie [Wed, 22 Apr 2020 05:45:12 +0000 (07:45 +0200)]
[IEXPLORE] Update now-redirected 'http' and 'reactos.org' URLs (#2619)

3 years ago[USETUP] Update now-redirected 'http' and 'www.reactos.org' URLs (#2622)
Serge Gautherie [Wed, 22 Apr 2020 05:44:13 +0000 (07:44 +0200)]
[USETUP] Update now-redirected 'http' and 'reactos.org' URLs (#2622)

NB:
http://www.reactos.org/uk/
is not updated, as it returns
Error 404 - Page not found.

3 years ago[RAPPS] Update now-redirected 'http' and 'www.reactos.org' URLs (#2621)
Serge Gautherie [Wed, 22 Apr 2020 05:42:43 +0000 (07:42 +0200)]
[RAPPS] Update now-redirected 'http' and 'reactos.org' URLs (#2621)

NB:
http://www.reactos.org/wiki/Bulgarian_translation
is not updated, as it returns
Error 404 - Page not found.

3 years ago[GDI32_APITEST] Add Tahoma font to GetTextMetrics apitest set (#2615)
Doug Lyons [Wed, 22 Apr 2020 05:21:31 +0000 (00:21 -0500)]
[GDI32_APITEST] Add Tahoma font to GetTextMetrics apitest set (#2615)

Tahoma is available in Windows and ReactOS both, so this allows us to compare these fonts in both systems.

3 years ago[TIMEDATE.CPL] In case TimeZone data does not contain a valid StandardName, perform...
Hermès Bélusca-Maïto [Tue, 21 Apr 2020 22:16:14 +0000 (00:16 +0200)]
[TIMEDATE.CPL] In case TimeZone data does not contain a valid StandardName, perform comparisons against the time-zone numerical values instead.

It may happen that the time-zone information in the registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
contains an empty StandardName / DaylightName, or is too long for the
standard maximum 32-character length, and therefore is returned empty.
And/or it may happen as well that some of the standard names (value "Std")
present in some of the time zones listed in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones
are similarly too long, and therefore are returned as empty strings.

In case this happens, perform comparisons instead with the numerical
values Bias, StandardBias, DaylightBias, StandardDate and DaylightDate
in order to find a match.

It is interesting to note also that in Vista+ there is an additional
REG_SZ value "TimeZoneKeyName" in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
that allows to directly find a match in the time zones list in
"Windows NT\CurrentVersion\Time Zones".

3 years ago[TZLIB] QueryTimeZoneData(): Don't fail if the optional values "Display", "Std",...
Hermès Bélusca-Maïto [Sun, 19 Apr 2020 16:50:00 +0000 (18:50 +0200)]
[TZLIB] QueryTimeZoneData(): Don't fail if the optional values "Display", "Std", "Dlt" are missing (or too long to be captured). However fail if the timezone information is missing.

3 years ago[TIMEDATE.CPL][SYSSETUP][TZLIB] Introduce a small static library "tzlib": "TimeZone...
Hermès Bélusca-Maïto [Sun, 19 Apr 2020 15:48:25 +0000 (17:48 +0200)]
[TIMEDATE.CPL][SYSSETUP][TZLIB] Introduce a small static library "tzlib": "TimeZone Utilities Library", and use it in timedate.cpl and syssetup.dll.

This small win32 library provides time-zone utility wrappers around
Win32 functions, that are used by different ReactOS modules such as
timedate.cpl, syssetup.dll, and a possible future 'tzutil' tool.

The code has been extracted from the common code found in both
timedate.cpl and syssetup.dll.

3 years ago[WIN32SS] CORE-16738 Comment an assert
Joachim Henze [Tue, 21 Apr 2020 21:26:47 +0000 (23:26 +0200)]
[WIN32SS] CORE-16738 Comment an assert

It popped up 2-3 times for me during several
months of ros usage and I could continue without
noticing any side effects.
Giannis who once added it, was ok with commenting it.

His words:
This assertion isn't something fatal,
the worst thing that can happen from continuing on it would be
to make the thread get awake more times than it should.

3 years ago[KDCOM][NTOS:INBV][FREELDR] Decrease default baud rate for PC-98 target (#2601)
Dmitry Borisov [Tue, 21 Apr 2020 20:22:42 +0000 (02:22 +0600)]
[KDCOM][NTOS:INBV][FREELDR] Decrease default baud rate for PC-98 target (#2601)

According to PC-9801 Bible p. 50, divisor for PIT will become unsupported in some cases after having removed the fractional part. Replace 19200 value with 9600 which is supported by both 10 MHz and 8 MHz machines.

3 years ago[SHELL32] Fix grammar mistake in portuguese translation (#2605)
Jose Carlos Jesus [Tue, 21 Apr 2020 13:38:23 +0000 (14:38 +0100)]
[SHELL32] Fix grammar mistake in portuguese translation (#2605)

3 years ago[SHIMGVW] Improve Japanese translation
Katayama Hirofumi MZ [Tue, 21 Apr 2020 10:11:58 +0000 (19:11 +0900)]
[SHIMGVW] Improve Japanese translation

3 years ago[MEDIA][FONTS] Fix French glyphs of Tahoma font (#2607)
Katayama Hirofumi MZ [Tue, 21 Apr 2020 06:32:19 +0000 (15:32 +0900)]
[MEDIA][FONTS] Fix French glyphs of Tahoma font (#2607)

Fix French glyphs (U+00EC, U+00EE, and U+00EF) of Tahoma font. Version 0.018 khmz
CORE-16899

3 years ago[README] Replace IRC with our official chat
Stanislav Motylkov [Tue, 21 Apr 2020 01:04:46 +0000 (04:04 +0300)]
[README] Replace IRC with our official chat

Also improve contributing section.

3 years ago[REACTOS] Update now-redirected 'http' and 'www.reactos.org' urls (#2583)
Serge Gautherie [Tue, 21 Apr 2020 00:38:54 +0000 (02:38 +0200)]
[REACTOS] Update now-redirected 'http' and 'reactos.org' urls (#2583)

And improve/fix some urls.

3 years ago[SHIMGVW] Update French translation (#2610)
Kyle Katarn [Tue, 21 Apr 2020 00:18:55 +0000 (02:18 +0200)]
[SHIMGVW] Update French translation (#2610)

Addendum to 3926e9b. CORE-16911

3 years ago[REGEDIT] Improve Russian translation
Stanislav Motylkov [Mon, 20 Apr 2020 23:30:21 +0000 (02:30 +0300)]
[REGEDIT] Improve Russian translation

Also fix minor issues in other translations. CORE-16914

3 years ago[SHELL32] Update Russian translation
Stanislav Motylkov [Mon, 20 Apr 2020 21:38:42 +0000 (00:38 +0300)]
[SHELL32] Update Russian translation

Addendum to c82ba34.

3 years ago[SHIMGVW] Update Russian translation
Stanislav Motylkov [Mon, 20 Apr 2020 21:28:58 +0000 (00:28 +0300)]
[SHIMGVW] Update Russian translation

Addendum to 3926e9b. CORE-16911

3 years ago[BROWSEUI] Update Russian translation
Stanislav Motylkov [Mon, 20 Apr 2020 21:24:23 +0000 (00:24 +0300)]
[BROWSEUI] Update Russian translation

Addendum to d8e47d6. CORE-10989

3 years ago[SHELL32] Fix a bug that caused Auto Arrange to always be highlighted in the file...
Charles Ambrye [Mon, 20 Apr 2020 02:52:52 +0000 (19:52 -0700)]
[SHELL32] Fix a bug that caused Auto Arrange to always be highlighted in the file explorer

This occurred in the file explorer because the menu isn't destroyed and recreated each time, so the menu item, once checked, will stay checked forever.  We must call CheckMenuItem with MF_UNCHECKED to clear the check when necessary

3 years ago[SHELL32] Modify context menu to include Align To Grid, and remove Line Up Icons
Charles Ambrye [Mon, 20 Apr 2020 02:49:38 +0000 (19:49 -0700)]
[SHELL32] Modify context menu to include Align To Grid, and remove Line Up Icons

Implement support for using Align To Grid, which itself simply sets the LVS_EX_SNAPTOGRID extended style of the list view control

3 years ago[LISTVIEW] Add basic support for LVS_EX_SNAPTOGRID
Charles Ambrye [Mon, 20 Apr 2020 02:41:54 +0000 (19:41 -0700)]
[LISTVIEW] Add basic support for LVS_EX_SNAPTOGRID

3 years ago[BROWSEUI] fr-fr translation update following PR2602 (#2611)
Kyle Katarn [Mon, 20 Apr 2020 17:21:36 +0000 (19:21 +0200)]
[BROWSEUI] fr-fr translation update following PR2602 (#2611)

* PR2602 fr-fr update
* typo following sdever review

3 years ago[TRANSLATION][SHIMGVW] Spanish IDS_NOPREVIEW (#2609)
Julen Urizar Compains [Mon, 20 Apr 2020 17:00:43 +0000 (19:00 +0200)]
[TRANSLATION][SHIMGVW] Spanish IDS_NOPREVIEW  (#2609)

3 years ago[RAPPS] Addendum to previous commit, fix condition
Sylvain Deverre [Mon, 20 Apr 2020 16:45:37 +0000 (18:45 +0200)]
[RAPPS] Addendum to previous commit, fix condition

3 years ago[RAPPS] Proxy fields default state fix (CORE-16853) (#2594)
Kyle Katarn [Mon, 20 Apr 2020 16:30:33 +0000 (18:30 +0200)]
[RAPPS] Proxy fields default state fix (CORE-16853) (#2594)

* Fix for CORE-16853 https://jira.reactos.org/browse/CORE-16853

Co-authored-by: Sylvain Deverre <deverre.sylv@gmail.com>
3 years ago[SHELL32] CDesktopFolder::GetUIObjectOf: fix crash when requested to create a IID_ICo...
Ioannis Adamopoulos [Mon, 20 Apr 2020 14:35:34 +0000 (17:35 +0300)]
[SHELL32] CDesktopFolder::GetUIObjectOf: fix crash when requested to create a IID_IContextMenu for 0 items.
* Tests show that we should return a valid object even in this case.

3 years ago[SHELL32] CMyDocsFolder: Ensure the object can be used without calling Initialize
Mark Jansen [Wed, 29 Jan 2020 20:48:16 +0000 (21:48 +0100)]
[SHELL32] CMyDocsFolder: Ensure the object can be used without calling Initialize

3 years ago[SHELL32] Ensure CIDLDataObject::GetData always returns an STGMEDIUM that is safe...
Mark Jansen [Wed, 29 Jan 2020 20:36:08 +0000 (21:36 +0100)]
[SHELL32] Ensure CIDLDataObject::GetData always returns an STGMEDIUM that is safe for use with ReleaseStgMedium

3 years agoAdd Search Hidden Files and Folders Registry Entry for HKCU
Doug Lyons [Sun, 19 Apr 2020 02:17:46 +0000 (21:17 -0500)]
Add Search Hidden Files and Folders Registry Entry for HKCU

3 years ago[EXPLORER] Keep processing messages while waiting for a startup task
Mark Jansen [Sun, 19 Apr 2020 16:44:26 +0000 (18:44 +0200)]
[EXPLORER] Keep processing messages while waiting for a startup task
CORE-16909

3 years ago[SHIMGVW] Consider failure case of loading file (#2606)
Katayama Hirofumi MZ [Mon, 20 Apr 2020 12:05:14 +0000 (21:05 +0900)]
[SHIMGVW] Consider failure case of loading file (#2606)

If loading an image file failed, then properly handle it. The command line is rundll32 shimgvw.dll,ImageView_Fullscreen .
CORE-16911

3 years ago[BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989)
Charles Ambrye [Sun, 19 Apr 2020 19:48:14 +0000 (12:48 -0700)]
[BROWSEUI] Display an error message if the path or drive don't exist (CORE-10989)

The return result of ParseNow was never checked, but contained useful information on what type of error may have occurred.  If the error is an issue with the path not existing the explorer will now show an error message notifying the user of the problem instead of silently failing.
Note:  Shell32 does not properly return ERROR_INVALID_DRIVE when the drive path does not exist.  For that reason, it is still possible to browse to a non-existent drive.  However, once shell32 is patched this code will work properly, as it checks for both ERROR_INVALID_DRIVE and ERROR_FILE_NOT_FOUND.

3 years ago[BROWSEUI] Attempt to parse absolute path even if relative path gets an unexpected...
Charles Ambrye [Sun, 19 Apr 2020 05:34:08 +0000 (22:34 -0700)]
[BROWSEUI] Attempt to parse absolute path even if relative path gets an unexpected failure

Some 'BindToObject' methods are incomplete, and in some cases relative paths are simply not possible (especially in special folders such as the desktop)

3 years ago[SHELL32] CORE-16895 RC IDD_OPEN_WITH All langs
Joachim Henze [Mon, 20 Apr 2020 00:07:52 +0000 (02:07 +0200)]
[SHELL32] CORE-16895 RC IDD_OPEN_WITH All langs

-Avoid text truncations regarding the checkbox
 in a uniform way
-Reduce chance of text truncations for a button
 in a uniform way
-Fix es-ES dlg layout and harmonize its dlg Size
 with other languages
-de-DE fix double accelerator

3 years ago[Win32SS] Fix build
James Tabor [Sun, 19 Apr 2020 23:49:46 +0000 (18:49 -0500)]
[Win32SS] Fix build

3 years ago[Win32SS] Fix Send and Post Parameters for WM_DEVICECHANGE
James Tabor [Sun, 19 Apr 2020 23:40:59 +0000 (18:40 -0500)]
[Win32SS] Fix Send and Post Parameters for WM_DEVICECHANGE

For CORE-16492. See CORE-7447.

See https://source.winehq.org/git/wine.git/commitdiff/43197e6641591c4b2955f086df7e880fbdb2d7ae

3 years ago[REGEDIT] Improve Russian translation
Stanislav Motylkov [Sun, 19 Apr 2020 22:44:45 +0000 (01:44 +0300)]
[REGEDIT] Improve Russian translation

CORE-16913

3 years ago[NETSHELL] Show DHCP and WINS information in the network connection details dialog
Eric Kohl [Sun, 19 Apr 2020 20:05:24 +0000 (22:05 +0200)]
[NETSHELL] Show DHCP and WINS information in the network connection details dialog

4 years ago[SHELL32] CORE-16895 RC IDD_FOLDER_OPTIONS_FILETYPES All langs
Joachim Henze [Sun, 19 Apr 2020 19:33:13 +0000 (21:33 +0200)]
[SHELL32] CORE-16895 RC IDD_FOLDER_OPTIONS_FILETYPES All langs

-Some inspiration from de-DE which I improved years ago
-Avoid text truncations and control overlapping that
 happened in almost all other languages
-Increase the size of the listView for all except es-ES & pt-PT
-es-ES & pt-PT had different dlgs sizes, I only slightly tweaked
 those therefore
-In sum this brings the RCs much closer to each other

-Unrelated: fix a white-space-typo we had in some but not all RCs

4 years ago[PEFIXUP] Improve error messages 2575/head
Mark Jansen [Sat, 18 Apr 2020 13:18:38 +0000 (15:18 +0200)]
[PEFIXUP] Improve error messages

4 years ago[LOADCONFIG_APITEST] Tell GCC that the .def is not just included for fun,
Mark Jansen [Sat, 18 Apr 2020 13:18:19 +0000 (15:18 +0200)]
[LOADCONFIG_APITEST] Tell GCC that the .def is not just included for fun,
but that it should actually use it.

4 years ago[REGEDIT] Fix tree view popup menu issues
Eric Kohl [Sun, 19 Apr 2020 13:12:59 +0000 (15:12 +0200)]
[REGEDIT] Fix tree view popup menu issues

Move the tree view popup menu code from the childwindow to the framewindow.

CORE-16887

4 years ago[KDGDB] Allow kdgdb to continue when hit by a first-chance exception.
Sylvain Deverre [Sun, 19 Apr 2020 12:20:58 +0000 (14:20 +0200)]
[KDGDB] Allow kdgdb to continue when hit by a first-chance exception.

When gdb receives a fault, it converts it to "signal", and send "C"
command to server to transfer the signal it couldn't handle.

On ReactOS (and Windows ?) side, we tell KD API that we continue with an
error code, so the exception handler can be called.

This is useful when playing with gflags, especially +soe, with KDGDB.

4 years ago[CMAKE] Fix SEPARATE_DBG build on GCC
Sylvain Deverre [Sun, 19 Apr 2020 10:59:54 +0000 (12:59 +0200)]
[CMAKE] Fix SEPARATE_DBG build on GCC

4 years ago[NETSHELL] CORE-16903 RC Overhaul all languages
Joachim Henze [Sun, 19 Apr 2020 00:58:59 +0000 (02:58 +0200)]
[NETSHELL] CORE-16903 RC Overhaul all languages

DD_LAN_NETSTATUS & IDD_LAN_NETSTATUSADVANCED

Reason for the change:
-dlgs sizes did differ (between langs and also within same lang)
-groupboxes sizes did differ (between langs and also within same lang)
-tabbing through both dlgs looked poorly therefore in almost all langs
 (margin and groupbox jumping)
-in some languages we had truncation
-in some languages we had unintended scaling for the icon
-after the change all controls and dlgs have the exact same size for all languages,
I managed to achieve the common detominator for
everything that looks good in all languages and guarantees to not introduce any truncation

Only exception is the icons horizontal position which may require individual tweaking!

4 years ago[TRANSLATION] New Portuguese translation (#2588)
Jose Carlos Jesus [Sat, 18 Apr 2020 21:49:35 +0000 (22:49 +0100)]
[TRANSLATION] New Portuguese translation (#2588)

* [TRANSLATION] New PT translation to inetcpl

* [TRANSLATION] Fix SUBLANG in file cpl/joy/lang/pt-PT.rc to SUBLAG_NEUTRAL

* [TRANSLATION] New PT translation to cpl/mmsys/lang/pt-PT.rc

* [TRANSLATION] Fix SUBLANG in cryptui_Pt.rc file

4 years ago[COMDLG32] Polish translation dialog layout fix (#2570)
Piotr Hetnarowicz [Sat, 18 Apr 2020 17:21:15 +0000 (19:21 +0200)]
[COMDLG32] Polish translation dialog layout fix (#2570)

4 years ago[OLEACC] Polish translation update (#2569)
Piotr Hetnarowicz [Sat, 18 Apr 2020 17:20:45 +0000 (19:20 +0200)]
[OLEACC] Polish translation update (#2569)

4 years ago[OLEDLG] Polish translation dialog fix (#2568)
Piotr Hetnarowicz [Sat, 18 Apr 2020 17:20:29 +0000 (19:20 +0200)]
[OLEDLG] Polish translation dialog fix (#2568)

4 years ago[TIMEDATE] Polish translation update (#2567)
Piotr Hetnarowicz [Sat, 18 Apr 2020 17:19:52 +0000 (19:19 +0200)]
[TIMEDATE] Polish translation update (#2567)

4 years ago[TASKKILL] Polish translation update (#2566)
Piotr Hetnarowicz [Sat, 18 Apr 2020 17:19:31 +0000 (19:19 +0200)]
[TASKKILL] Polish translation update (#2566)

4 years ago[SERVMAN] CORE-16879 fr-FR Update
Joachim Henze [Sat, 18 Apr 2020 14:38:59 +0000 (16:38 +0200)]
[SERVMAN] CORE-16879 fr-FR Update

Avoid text truncation and realign controls.

4 years ago[SERVMAN] CORE-16879 RC en-US & de-DE Pixel Tweaking
Joachim Henze [Sat, 18 Apr 2020 13:34:04 +0000 (15:34 +0200)]
[SERVMAN] CORE-16879 RC en-US & de-DE Pixel Tweaking

The left x-margin was inconsistent within 'General'-tab
and tabbing through multiple tabs looked unprofessional
because 'General'-tab had much smaller left-margin.

4 years ago[SERVMAN] RC Update All languages
Joachim Henze [Sat, 18 Apr 2020 12:14:55 +0000 (14:14 +0200)]
[SERVMAN] RC Update All languages

Align a treeviews horizontal and vertical size
to exactly fit its neighbor treeview in last
tab 'Dependencies'.
Slightly related to CORE-16879.

4 years ago[INETCPL][SERVMAN] French translation update (#2572)
Kyle Katarn [Sat, 18 Apr 2020 11:21:37 +0000 (13:21 +0200)]
[INETCPL][SERVMAN] French translation update (#2572)

CORE-16900

Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
4 years ago [INETCPL] French translation update #2571
Kyle Katarn [Sat, 18 Apr 2020 10:16:58 +0000 (12:16 +0200)]
 [INETCPL] French translation update #2571

CORE-16900

4 years ago[NOTEPAD] Fix missing french 'About notepad' menu item translation
Eric Kohl [Sat, 18 Apr 2020 09:28:42 +0000 (11:28 +0200)]
[NOTEPAD] Fix missing french 'About notepad' menu item translation

CORE-16886

4 years ago[REGEIT] Fix inconsistent menu state for 'Permissions'
Eric Kohl [Sat, 18 Apr 2020 07:59:41 +0000 (09:59 +0200)]
[REGEIT] Fix inconsistent menu state for 'Permissions'

- Disable the 'Permissions' item in the main menu, when 'My Computer' is selected.
- Enable the 'Permissions' item in the tree view context menu.

CORE-16889

4 years ago[REGEDIT] Add a special popup menu for the tree view root item
Eric Kohl [Sat, 18 Apr 2020 06:52:24 +0000 (08:52 +0200)]
[REGEDIT] Add a special popup menu for the tree view root item

CORE-16888

4 years ago[REGEDIT] CORE-16892 fr-FR Translation update
Joachim Henze [Fri, 17 Apr 2020 23:59:39 +0000 (01:59 +0200)]
[REGEDIT] CORE-16892 fr-FR Translation update

Fix 3 text truncations in search-dlg

4 years ago[NETID] CORE-16594 fr-FR Avoid text truncations
Joachim Henze [Fri, 17 Apr 2020 23:26:09 +0000 (01:26 +0200)]
[NETID] CORE-16594 fr-FR Avoid text truncations

4 years ago[MMSYS] CORE-16881 fr-FR "Save As" button too narrow
Joachim Henze [Fri, 17 Apr 2020 22:45:32 +0000 (00:45 +0200)]
[MMSYS] CORE-16881 fr-FR "Save As" button too narrow

4 years ago[FREELDR] Fix typos and PC-98 boot (#2564)
Dmitry Borisov [Fri, 17 Apr 2020 18:27:20 +0000 (00:27 +0600)]
[FREELDR] Fix typos and PC-98 boot (#2564)

- INT 18h, AH=A0h doesn't exist, it was meant to be AH=0Ah. Thanks to SimK (@simk98l) on twitter for bug reporting and fix.
- Adress -> Address.

4 years ago[RAPPS] Use _beginthreadex instead of CreateThread (#2552)
He Yang [Fri, 17 Apr 2020 17:27:16 +0000 (12:27 -0500)]
[RAPPS] Use _beginthreadex instead of CreateThread (#2552)

4 years ago[SDK][HOST-TOOLS] Add load_config workaround for gcc builds 2542/head
Mark Jansen [Mon, 13 Apr 2020 10:20:47 +0000 (12:20 +0200)]
[SDK][HOST-TOOLS] Add load_config workaround for gcc builds
Since binutils can not add this, we re-introduce pefixup.
It searches for the exported symbol '_load_config_used',
and uses that to fill out the LOAD_CONFIG directory in the PE header

4 years ago[DBGHELPHOST] Add IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG
Mark Jansen [Mon, 13 Apr 2020 09:27:21 +0000 (11:27 +0200)]
[DBGHELPHOST] Add IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG

4 years ago[LDR] Add initial LOAD_CONFIG support
Mark Jansen [Sun, 12 Apr 2020 14:24:28 +0000 (16:24 +0200)]
[LDR] Add initial LOAD_CONFIG support

4 years ago[LOADCONFIG_APITEST] Add apitest using the load config section
Mark Jansen [Sat, 11 Apr 2020 20:30:47 +0000 (22:30 +0200)]
[LOADCONFIG_APITEST] Add apitest using the load config section
For now, the only test is related to a user trace stack db.
The entire test application is disabled for gcc,
since it is unable to generate this load config info.
The stacktrace test is disabled until it is implemented.

4 years ago[APITEST][NTDLL] Implement RtlGetNtProductType testcase (#2489)
Bișoc George [Fri, 17 Apr 2020 10:47:09 +0000 (12:47 +0200)]
[APITEST][NTDLL] Implement RtlGetNtProductType testcase (#2489)

4 years ago[UTILMAN] Move most of the code in a library (#2530)
Bișoc George [Fri, 17 Apr 2020 10:42:47 +0000 (12:42 +0200)]
[UTILMAN] Move most of the code in a library (#2530)

Windows XP and Server 2003 Utility Manager has a dedicated library for the resources and other stuff. Utility Manager is just a simple process that loads it. Hence create a library for the program, UManDlg.dll, and move the resources and other stuff there.

In addition to that, use ExtractIconW to get the icon resource from the program (the DLL doesn't share icons by default) and remove the icon resource from the "About" dialog window. Also change the encoding type of other translation files to UTF-8 (which were previously set with UTF-8 with BOM).

4 years ago[COMCTL32] Implement a simple version of snap to grid for listview
Charles Ambrye [Wed, 15 Apr 2020 16:02:00 +0000 (09:02 -0700)]
[COMCTL32] Implement a simple version of snap to grid for listview

4 years ago[SHELL32] Pass LVA_SNAPTOGRID to listview when 'Line up Icons' is selected
Charles Ambrye [Wed, 15 Apr 2020 16:01:09 +0000 (09:01 -0700)]
[SHELL32] Pass LVA_SNAPTOGRID to listview when 'Line up Icons' is selected

4 years ago[COMCTL32] Do not allow user to move icons when in auto-arrange mode
Charles Ambrye [Wed, 15 Apr 2020 15:59:18 +0000 (08:59 -0700)]
[COMCTL32] Do not allow user to move icons when in auto-arrange mode

4 years ago[BROWSEUI] CORE-16810 de-DE Translation of "Search Results" titlebar
Joachim Henze [Fri, 17 Apr 2020 07:43:40 +0000 (09:43 +0200)]
[BROWSEUI] CORE-16810 de-DE Translation of "Search Results" titlebar

4 years ago[NETID] Update Polish translation (#2559)
Piotr Hetnarowicz [Thu, 16 Apr 2020 21:25:03 +0000 (23:25 +0200)]
[NETID] Update Polish translation (#2559)

Co-authored-by: Adam Słaboń <asaillen456esx@gmail.com>
4 years ago[SHUTDOWN] Update Polish translation (#2557)
Piotr Hetnarowicz [Thu, 16 Apr 2020 19:48:16 +0000 (21:48 +0200)]
[SHUTDOWN] Update Polish translation (#2557)

4 years ago[CHARMAP] Update Polish translation (#2555)
Piotr Hetnarowicz [Thu, 16 Apr 2020 19:47:51 +0000 (21:47 +0200)]
[CHARMAP] Update Polish translation (#2555)

4 years ago[DEVMGR] Polish translation update (#2554)
Piotr Hetnarowicz [Thu, 16 Apr 2020 17:25:01 +0000 (19:25 +0200)]
[DEVMGR] Polish translation update (#2554)

4 years ago[attrib] pl-pl lang update
Piotr Hetnarowicz [Thu, 16 Apr 2020 14:59:48 +0000 (16:59 +0200)]
[attrib] pl-pl lang update

4 years ago[cmd] pl-pl update
Piotr Hetnarowicz [Thu, 16 Apr 2020 15:46:15 +0000 (17:46 +0200)]
[cmd] pl-pl update

4 years ago[SYSSETUP] Update authors page in second stage setup
Stanislav Motylkov [Thu, 16 Apr 2020 15:46:31 +0000 (18:46 +0300)]
[SYSSETUP] Update authors page in second stage setup

Fix layout issues in different languages. CORE-16874

4 years ago[CMAKE] Replace custom functions to built-in ones
Victor Perevertkin [Thu, 16 Apr 2020 12:59:38 +0000 (15:59 +0300)]
[CMAKE] Replace custom functions to built-in ones
add_target_compile_definitions -> target_compile_definitions
add_target_compile_flags -> target_compile_options
add_target_include_directories -> target_include_directories

4 years ago[BROWSEUI] Fix build. Addendum to ac29d29.
Stanislav Motylkov [Thu, 16 Apr 2020 11:16:48 +0000 (14:16 +0300)]
[BROWSEUI] Fix build. Addendum to ac29d29.

CORE-16810

4 years ago[BROWSEUI] Localize "Search Results" shell folder name
Stanislav Motylkov [Thu, 16 Apr 2020 11:10:24 +0000 (14:10 +0300)]
[BROWSEUI] Localize "Search Results" shell folder name

Also update French and Russian translations. CORE-16810

4 years ago[SHELL32] Update Russian translation
Stanislav Motylkov [Thu, 16 Apr 2020 10:40:49 +0000 (13:40 +0300)]
[SHELL32] Update Russian translation

CORE-16873

4 years ago[SHELL32] Update Polish translation (#2364) 2364/head
Piotr Hetnarowicz [Thu, 20 Feb 2020 12:36:41 +0000 (13:36 +0100)]
[SHELL32] Update Polish translation (#2364)

4 years ago[WINLOGON] Update Polish translation (#2363) 2363/head
Piotr Hetnarowicz [Thu, 20 Feb 2020 09:03:14 +0000 (10:03 +0100)]
[WINLOGON] Update Polish translation (#2363)

4 years ago[MSGINA] Update Polish translation (#2362) 2362/head
Piotr Hetnarowicz [Thu, 20 Feb 2020 07:55:36 +0000 (08:55 +0100)]
[MSGINA] Update Polish translation (#2362)

Co-Authored-By: Adam Słaboń <asaillen456esx@gmail.com>
4 years ago[ZIPFLDR] Update Polish translation (#2351) 2351/head
Piotr Hetnarowicz [Sat, 15 Feb 2020 07:01:33 +0000 (08:01 +0100)]
[ZIPFLDR] Update Polish translation (#2351)

4 years ago[APPWIZ] Update Polish translation (#2337) 2337/head
Piotr Hetnarowicz [Wed, 12 Feb 2020 17:24:36 +0000 (18:24 +0100)]
[APPWIZ] Update Polish translation (#2337)

4 years ago[WALLPAPER] Rename Soft Blue to Mizu (#1945)
Foxlet [Wed, 15 Apr 2020 23:37:17 +0000 (19:37 -0400)]
[WALLPAPER] Rename Soft Blue to Mizu (#1945)

Cleanup of filenames to match the Mizu theme.

4 years ago[SFC][SFC_OS] Add stubs to exported functions (#2431)
Oleg Dubinskiy [Wed, 15 Apr 2020 23:06:22 +0000 (02:06 +0300)]
[SFC][SFC_OS] Add stubs to exported functions (#2431)

- Also remove extra whitespace between function names and their arguments in sfc.
- Required by userenv.dll, win32k.sys, and others from Windows Server 2003 and also by some MS installers like Windows Media Encoder 7.1 installer. Now they should not fail due to that functions.

CORE-16458