Yaroslav Kibysh
8fb10879fc
[ACPPAGE][SYSDM] Update Ukrainian translation ( #1435 )
2019-03-23 15:20:34 +01:00
Daniele Campione
fc3b8d598a
[SNDVOL32] Small Italian translation update ( #1431 )
2019-03-23 01:07:37 +01:00
Eric Kohl
6c6e7b82fc
[SYSDM] Implement the 'delete profile' button, except for deleting the profile.
2019-03-21 21:58:02 +01:00
Eric Kohl
b80400ed10
[SYSDM] Update the buttons on the user profile dialog after adding the profiles to the listview.
2019-03-21 21:58:01 +01:00
Stanislav Motylkov
ffc4e30ce5
[SYSDM] Update Russian translation
...
Addendum to 71f84a3
.
2019-03-20 23:49:03 +01:00
Stanislav Motylkov
400a42458c
[ACPPAGE] Update Russian translation
...
Addendum to ab3451a
.
2019-03-20 23:49:03 +01:00
Eric Kohl
71f84a3b13
[SYSDM] Add some strings that will be used in the user profile dialog.
2019-03-19 23:19:41 +01:00
Stanislav Motylkov
8e05f5509c
[MSI] Allow to pass product key validation check
...
CORE-14710 CORE-15864
2019-03-19 23:05:57 +01:00
Luo Yufan
4785291ff3
[SAMSRV] Update Chinese translation
2019-03-19 23:05:34 +01:00
Thomas Faber
49fbaa758e
[RICHED20] Simplify MSVC thiscall & stdcall wrappers.
...
Imports Wine commit b64511c00a5.
2019-03-19 21:19:20 +01:00
jimtabor
343d6ea6dc
Merge branch 'master' of https://github.com/reactos/reactos
2019-03-18 17:30:01 -05:00
jimtabor
68df5a50e6
[NtUser] Support SWP_FRAMECHANGED
...
Implement SWP_FRAMECHANGED support for non-changing window to force a
redraw.
Patch dedicated to Katayama Hirofumi MZ.
2019-03-18 17:28:33 -05:00
Eric Kohl
be54b37dd6
[USERENV] UnloadUserProfile: When a profiles ref count gets 0, delete the profile if the user is a member of the guests group.
2019-03-18 23:27:29 +01:00
Mark Jansen
ab3451aea1
[ACPPAGE] Revamp the 'edit' page to easier select different layers
2019-03-18 21:24:44 +01:00
Carlo-Bramini
df424955e0
[CALC] Update to version 1.12 -- Update whatsnew.txt
2019-03-18 01:34:07 +01:00
Carlo-Bramini
e5c8047e3d
[CALC] Added "Minute of arc" and "Second of arc" to the "Angles" units. CORE-5939
2019-03-18 01:34:06 +01:00
Carlo-Bramini
dcea9e73c6
[CALC] Add new, and fix existing units conversions. CORE-5939
...
- Add support for new conversion units:
* AREA: 'mu', 'rai'.
* LENGTH: 'chi', 'cun'. 'sun' optimized.
* TIME: 'nanoseconds'.
* WEIGHT: 'Kan', 'Kin'.
- Add support for thailand measure system; invaluable help from
this page: http://www.eppo.go.th/ref/UNIT-ALL.html
- Add ZHANG (Chinese), and DANBO, JEONGBO (Korean) units.
See details here:
https://en.wikipedia.org/wiki/Chinese_units_of_measurement
https://en.wikipedia.org/wiki/Korean_units_of_measurement
- Rewritten some units formula by using scientific notation.
- Improved precision of parsec unit coversion formula.
2019-03-18 01:34:06 +01:00
Carlo-Bramini
18b4718d54
[CALC] Fix wrong button size in french. CORE-12359
2019-03-18 01:34:05 +01:00
Carlo-Bramini
248acaba9a
[CALC] Fix buttons transitions. Improve UI code readability. CORE-8526
...
- Improve code readability by using suitable UI function names.
2019-03-18 01:34:05 +01:00
Carlo-Bramini
adbafe6438
[CALC] Improvements and fixes for the numeric text output. CORE-8486
...
- Fixed bug 12.37 13/06/2009 into multiprecision display (unicode only).
- Fixed bug when calculator was closed with statistics dialog open.
- Fixed bug in XrY operator.
- Fixed error into conversion unit.
- Do not append decimal separator if "ERROR" messages are printed.
- Remove call to _tcslen() and use return value of GetDlgItemText() where possible.
2019-03-18 01:34:04 +01:00
Carlo-Bramini
8db51e6058
[CALC] Resource files formatting only.
2019-03-18 01:34:04 +01:00
Carlo-Bramini
857a951f48
[CALC] Improve the handling of configuration settings. CORE-3085, CORE-8486
...
Configuration is read from WIN.INI under W32S/Win9x/Me and from the registry
for all NT platforms.
Although with INI file mapping the keys are still saved in the registry
even on NT, I added handling of different platforms for writing directly
the configuration in the right place.
2019-03-18 01:34:03 +01:00
Carlo-Bramini
0b107f2e30
[CALC] Add theming support, requires Windows XP or later. CORE-13343
...
- Fix errors if a theme api is missing.
- Add callback to functions for drawing themed transparent background.
- Fix drawing glitch when theming is applied.
- Redraw on theme change: automatically redraw the window if the
theme is changed while the application is active.
- Colours are now declared though RGB() macro.
- Removed safe DS_SHELLFONT declaration.
2019-03-18 01:34:02 +01:00
Carlo-Bramini
f6c565bc22
[CALC] Add support for HTML-Help. CORE-15019
2019-03-18 01:34:01 +01:00
Carlo-Bramini
ec1b499aac
[CALC] Improve headers inclusion.
2019-03-18 01:34:01 +01:00
Carlo-Bramini
295eaf4e32
[CALC] Improve multi-precision support, and powers/roots. CORE-8486
...
- Added support for average of squares and mean of squares into statistical functions.
- pop() and push() functions in RPN engines now work with nodes instead of stack units.
- Moved the POW and SQR operations near the operators.
CORE-12766
- Fix number of digits for IEEE-754 constants.
- Show all available digits in exp notation.
CORE-14871
- Update help correspondingly.
2019-03-18 01:34:00 +01:00
Carlo-Bramini
28f493624a
[CALC] Rename files only.
2019-03-18 01:33:51 +01:00
Eric Kohl
c8d44606d6
[USERENV] Implement GetProfileType().
2019-03-17 17:51:32 +01:00
Eric Kohl
0f21a8a6e6
[USERENV] LoadUserProfileW: Check the user for Administators and Guests group membership and set the State value accordingly.
...
See https://www.pcreview.co.uk/threads/purpose-of-the-state-key-located-in-users-profiles.2939114/post-9722112
2019-03-17 12:44:54 +01:00
Eric Kohl
646ab9286c
[NETAPI32] NetUserEnum, NetUserGetInfo: Get the user privileges and auth flags for info levels 1, 2, 3, 4 and 11.
2019-03-17 12:34:49 +01:00
Eric Kohl
cf6a5d6e7c
[USERENV] Store the profiles load time, flags and state in the profile list.
2019-03-16 19:13:15 +01:00
Jared Smudde
6707efc534
[SHELL32] Disable the Hardware tab in the properties dialog for Network drives ( #1249 )
...
This matches Windows behaviour.
2019-03-16 15:37:56 +01:00
Stanislav Motylkov
c669003418
[MEDIA][INF] Improve network adapter names
2019-03-16 15:35:15 +01:00
Daniele Campione
ee65350fcf
[SNDVOL32] Small Italian translation update ( #1415 )
2019-03-16 15:33:57 +01:00
Serge Gautherie
1631f37404
Merge pull request #1253 from SergeGautherie/SergeGautherie/PRonly_Log2Lines_handle_escape_cmd_Path-LineOut
...
[LOG2LINES] handle_escape_cmd(): Remove 2 unused parameters
2019-03-16 11:23:27 +01:00
Serge Gautherie
29c9e92c9e
[LOG2LINES] Add a TODO, Use a snprintf()
...
Addendum to c5d8d8d
.
2019-03-16 11:22:58 +01:00
Stanislav Motylkov
62595d39a6
[SYSDM] Update SMBIOS parsing code
2019-03-16 11:16:55 +01:00
Eric Kohl
7d28dfd184
[USERENV] Use a reference counter when loading and unloading profiles. Unload the hive only when the reference counter reaches 0. This fixes the remaining bugs in "userenv_apitest LoadUserProfile".
2019-03-16 07:45:30 +01:00
Joachim Henze
e3e173ffaa
[COMCTL32] Combobox Implement logic for set and get dropdown height CORE-15833
...
by import of Wine commit
313c63e194
merged from current Wine head.
Thanks to patches author Fabian Maurer
and also Doug Lyons for tests and adding initial the merge-patch.
2019-03-16 02:11:00 +01:00
Eric Kohl
05886b83e9
[USERENV] Use a mutex to serialize profile loading and unloading.
2019-03-15 21:20:14 +01:00
Katayama Hirofumi MZ
332ca5f572
[OLE32] Implement WS_EX_ACCEPTFILES ( #1403 )
...
The window that has WS_EX_ACCEPTFILES extended style, should pretend like a drop target that accepts CF_HDROP data. CORE-11238
2019-03-15 22:31:13 +09:00
Benjamin Aerni
8d75f93cbc
Updated release version on readme
2019-03-15 00:05:21 +01:00
Alexander Rechitskiy
fc1c5fa245
[README] Improve the layout of the Quick-Links; add the chat link ( #1409 )
2019-03-15 00:04:57 +01:00
Eric Kohl
30c501fc9f
[USERENV] LoadUserProfileW: If a user profile has already been loaded, just open and return the profile key.
2019-03-14 23:49:16 +01:00
Mark Jansen
ee62837ec0
[SHIMENG] Implement experimental support for multiple hooks on the same function
2019-03-14 20:02:01 +01:00
Mark Jansen
6abe0e50aa
[SDK][SHIMENG] Ensure that module entrypoints are not called while loading the shim engine
...
This is done by marking everything that is already loaded but not 'processed'.
After the shim engine is done initializing, the original state is restored,
with the exception of the shim engine itself.
CORE-15846
2019-03-14 20:02:01 +01:00
Mark Jansen
a1f6a6bdc3
[LDR] Do not call module entrypoints while loading the shim engine.
...
Manually call the shim engine entrypoint
CORE-15846
2019-03-14 20:02:01 +01:00
Mark Jansen
cfdb7d564c
[SHIMENG] Don't crash on a shim not found
...
CORE-15846
2019-03-14 20:02:01 +01:00
Mark Jansen
0ebeced143
[SHIMENG] Find shims case-insensitive
...
CORE-15845
2019-03-14 20:02:00 +01:00
Mark Jansen
cdc8b721da
[ACLAYERS] Add stubplemented IgnoreLoadLibrary shim
...
CORE-15845
2019-03-14 20:02:00 +01:00