Sylvain Deverre
140ec9d037
[KDGDB] Fix GCC8 build
2020-05-01 16:37:13 +02:00
Bișoc George
3cb0bdaa0b
[CRT_APITEST] Implement wctomb() testcase ( #2701 )
2020-05-01 16:01:11 +02:00
Oleg Dubinskiy
855bf46399
[WIN32SS][NTDDRAW] Get complexity of visible region in DxEngGetDCState ( #2604 )
...
CORE-7733
Get the complexity of visible region in the DxEngGetDCState() function, according to its remarks.
This implementation returns a number of rectangles that make up the region, similarly to as it done in REGION_Complexity() function:
https://git.reactos.org/?p=reactos.git;a=blob;f=win32ss/gdi/ntgdi/region.c;h=38bf3d377fa805e9db8768774c4fc473590252d0;hb=HEAD#l573
It is required by MS ddraw.dll when calling win32k/dxg functions during launching DirectDraw test or any DirectX 1 - 7 apps/games.
2020-05-01 15:57:11 +02:00
Kyle Katarn
8bd6b9b6c2
[OLE32][WINESYNC] Fix Wine's implementation of IMalloc.DidAlloc based from Wine 5.7 ( #2662 )
...
CORE-15262
This fixes the exceptions raised when calling "Scan folder" a second time in SUMo 5.10.16.
The problem was reported to WineHQ : https://bugs.winehq.org/show_bug.cgi?id=48941
Import Wine commits by Nikolay Sivov, with the help of Doug Lyons:
- 08f4b6ee0a
ole32: Fix IMalloc::DidAlloc() return value to reflect block validity.
- 1e3bc9f3a6
ole32: Improve thread safety in DidAlloc().
- 06d36b1adf
ole32: Fix spy callback arguments for IMalloc::GetSize().
2020-05-01 15:01:19 +02:00
Kyle Katarn
3bee3b92ab
[SYSDM] Virtual Memory panel : Complementary fix from PR #2597 ( #2706 )
...
Fix all lang resources in order to reflect main changes from PR #2597 (16MB>2MB).
To translators: Please sync the respective translations!
CORE-12486
2020-05-01 14:47:04 +02:00
Oleg Dubinskiy
b0e995728a
[SYSSETUP] Improve SetupQueryRegisteredOsComponent export ( #2702 )
...
CORE-16784
Co-authored-by: Mark Jansen <mark.jansen@reactos.org>
2020-05-01 13:45:19 +03:00
Thomas Faber
baa3380649
[ACPICA] Update to version 20190430. CORE-16998
2020-05-01 12:18:48 +02:00
Thomas Faber
71a4462ad5
[USBCCGP] Ignore IRP_MN_REMOVE_DEVICE return status and don't wait for it to complete.
2020-05-01 12:05:12 +02:00
Thomas Faber
823101274a
[USBCCGP] Don't handle IRP_MN_QUERY_DEVICE_TEXT requests other than device description.
2020-05-01 12:05:11 +02:00
Thomas Faber
0d15b2a3cb
[USBCCGP] Correctly stub PDO power IRP handling.
2020-05-01 12:05:11 +02:00
Thomas Faber
6c3a10c55a
[USBCCGP] Always forward device relations IRPs.
2020-05-01 12:05:06 +02:00
Eric Kohl
16d136a63e
[NET][MC] Replace the last string resource by a message from netmsg.dll.
...
- Move translations to netmsg.dll.
- Keep italian translation as a comment because netmsg.dll does not have an italian translation yet.
- Remove obsolete resource files.
2020-05-01 10:27:26 +02:00
Katayama Hirofumi MZ
77b8505393
[SHELL32] Delete IDM_RECENTMENUHEAD resource menu ( #2705 )
...
Follow-up of #2648 . Reduce translation cost and resource data.
CORE-3588, CORE-11483
2020-05-01 15:58:58 +09:00
Katayama Hirofumi MZ
d62b1a9ce5
[CPL][HOTPLUG] Add Japanese translation
2020-05-01 10:52:19 +09:00
Katayama Hirofumi MZ
0bf4cc4304
[TIMEDATA] Improve Japanese translation
2020-05-01 10:37:46 +09:00
Katayama Hirofumi MZ
5765c5be26
[UTILMAN] Add Japanese translation
2020-05-01 10:34:36 +09:00
Katayama Hirofumi MZ
4fda2f9753
[CMDUTILS][LABEL] Improve Japanese translation
2020-05-01 10:31:11 +09:00
Katayama Hirofumi MZ
7812c537de
[MYDOCS] Add Japanese translation
2020-05-01 10:25:47 +09:00
Victor Perevertkin
f4e37f9363
[CMAKE] Support file lists in add_cd_file for all cases
...
Addendum to 6b48d54
2020-05-01 02:39:59 +03:00
Victor Perevertkin
6b48d54c39
[CMAKE] Fix driver inf files generation for livecd
...
CORE-16975
2020-05-01 01:23:51 +03:00
Hermès Bélusca-Maïto
478dbe3e23
[ERRCODES.MC] Change some occurrences of "Windows" to "ReactOS" where it makes the most sense.
2020-05-01 00:06:41 +02:00
Hermès Bélusca-Maïto
63bad3978d
[ERRCODES.MC] Remove the "ERROR_xxxx - " prefixes from each error message.
2020-05-01 00:06:40 +02:00
Kyle Katarn
cd6e1c73c0
[SHELL32] Fix "Open With..." spamming registry MRU keys. ( #2685 )
...
CORE-16981
The problem:
============
- When opening "Open With..." dialog for a given file format, multiple MRU items are appended to registry : 2 items written, even if dialog is closed "cancel".
- Expected behavior : 1 MRU item if execute is selected and 0 MRU if cancel is selected.
Fix:
====
- MRU item to be added when "Execute" is selected only.
- Once added, set the presence flag to avoid multiple MRU items being added later.
2020-04-30 23:03:10 +02:00
Mark Jansen
5cd5598ea9
[ZIPFLDR_APITEST] Add test enumerating over zip folder's parent
...
Disable tests for unimplemented features
2020-04-30 20:38:43 +02:00
Mark Jansen
190c1b86ec
[ZIPFLDR] Set correct access time on file extraction
2020-04-30 20:38:43 +02:00
Mark Jansen
6c37a7255e
[ATL] Add CAtlArray::GetData
2020-04-30 20:38:43 +02:00
Mark Jansen
0340c5188c
[ZIPFLDR_APITEST] Add some basic IDataObject tests
...
CORE-16241
2020-04-30 20:38:28 +02:00
Jose Carlos Jesus
534710a6d5
[SHELLEXT] Fixed some typos in Portuguese translation
2020-04-30 20:29:21 +02:00
Stanislav Motylkov
3846bd87d9
[UTILMAN] Fix build
...
Addendum to ac87614
.
2020-04-30 21:18:14 +03:00
Stanislav Motylkov
033cd61d0f
[INF] Add Russian translation for network services strings
...
Addendum to 80db055
and 3542514
.
2020-04-30 21:00:18 +03:00
Stanislav Motylkov
e1aa9a9c46
[LABEL] Update Russian translation
...
Addendum to 6bfe4f6
and 87ecf82
. CORE-9444
2020-04-30 20:59:53 +03:00
Stanislav Motylkov
ac876146bc
[UTILMAN] Add Russian translation
...
Addendum to 975d417
.
2020-04-30 20:59:25 +03:00
Stanislav Motylkov
79f5de2a73
[TIMEDATE] Update Russian translation
...
Addendum to 5a81a5b
. CORE-16684
2020-04-30 20:58:59 +03:00
Stanislav Motylkov
da9f43e76f
[HOTPLUG] Add Russian translation
...
Also made some cosmetic fixes and added missing menu in Indonesian translation
Addendum to 2125fec
, bfdd626
and b8dd046
.
2020-04-30 20:58:33 +03:00
Stanislav Motylkov
1dd70d306f
[POWERCFG] Update Russian translation
...
Addendum to 535b8dd
and 52cd931
. CORE-12565 CORE-16893
2020-04-30 20:58:08 +03:00
Stanislav Motylkov
f956c962f0
[DESK] Update Russian translation
...
Addendum to d05f621
and e157468
. CORE-14537 CORE-16923
2020-04-30 20:57:42 +03:00
Stanislav Motylkov
67bb3d3fd8
[BOOTDATA] Add consistency to translated strings
...
Addendum to e157468
.
2020-04-30 20:57:16 +03:00
Stanislav Motylkov
f0e22d15c9
[INTL] Add Russian translation
...
Also improve other translations. Addendum to 216b702
. CORE-16951
2020-04-30 20:56:50 +03:00
Stanislav Motylkov
fefe9736ac
[SENDMAIL] Update Russian translation
...
Addendum to a48aa21
. CORE-16924
2020-04-30 20:56:22 +03:00
Stanislav Motylkov
44e2b6fdd9
[BOOTDATA][THEMEUI] Add Russian translation
...
Addendum to 94e4c69
and a2f5283
. CORE-16934
2020-04-30 20:55:56 +03:00
Stanislav Motylkov
d3e94b4cec
[MYDOCS] Add Russian translation
...
Addendum to 4efff7f
. CORE-12562
2020-04-30 20:55:28 +03:00
Jose Carlos Jesus
ad591d0269
[USER32] Fixed issue with thumb scrolling on IDC_PICKICON_LIST
2020-04-30 18:58:20 +02:00
Jose Carlos Jesus
d0a6727637
[USER32] Fixed scrolling by mouse wheel issue
2020-04-30 18:58:20 +02:00
Jose Carlos Jesus
a4483d79da
[USER32] Fixed scrolling issue in Change Icon dialog. CORE-16163
2020-04-30 18:58:20 +02:00
Hermès Bélusca-Maïto
7ba93b9463
[SMSS] Fix build complaint.
2020-04-30 18:39:07 +02:00
Mas Ahmad Muhammad
7895704952
[COMDLG32] enlarge list area in CHOOSE_FONT
2020-04-30 18:15:48 +02:00
Hermès Bélusca-Maïto
756152936b
[SMSS] Fix PROCESSOR_IDENTIFIER environment variable assignment.
...
The swprintf() formatting string slot was incorrect.
Adapted from a patch by Kyle Katarn, PR #2697 .
2020-04-30 14:02:04 +02:00
Adam Stachowicz
bd33e6b26f
[SHELL32] Update Polish translation ( #2700 )
...
Addendum to 8f3079c
.
2020-04-30 13:37:31 +03:00
Jared Smudde
96e6cee044
[DESK] Set some flags for Browse for Wallpaper dialog ( #2699 )
...
* [DESK] Add initial directory flag and set it to My Pictures. Also set OFN_EXPLORER style.
* Use CSIDL_MYPICTURES instead of environment variable concoction.
* Fix formatting.
2020-04-30 11:10:40 +03:00
Katayama Hirofumi MZ
8f3079c67f
[SHELL32][EXPLORER] Improve Recent Documents of Start Menu ( #2648 )
...
Improve Recent Documents of Start Menu. Add items of "My Documents" and "My Pictures" into Recent menu item.
CORE-3588, CORE-11483
2020-04-30 17:09:14 +09:00