{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":105627846,"defaultBranch":"master","name":"reactos","ownerLogin":"reactos","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-10-03T08:04:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1056157?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717169325.0","currentOid":""},"activityList":{"items":[{"before":"9a6aca4858cfafaf35fc0255b54f107e73456d43","after":"673900248994d3990be5e93d6d179c06f3acac1a","ref":"refs/heads/hbelusca/setup_partitioning_new","pushedAt":"2024-06-01T21:03:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"HBelusca","name":"Hermès BÉLUSCA - MAÏTO","path":"/HBelusca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1969829?s=80&v=4"},"commit":{"message":"** WIP ** [PSDK] winioctl.h fixes; make ntddvol.h winioctl.h-compatible\n\nwinioctl.h:\n- Add missing include guards to some definitions;\n- Add missing volume definitions.\n\nntddvol.h:\n- Guard definitions duplicated in winioctl.h;\n- Add missing NTDDI_VERSION checks.\n Note: IOCTL_VOLUME_POST_ONLINE is Win8+.","shortMessageHtmlLink":"** WIP ** [PSDK] winioctl.h fixes; make ntddvol.h winioctl.h-compatible"}},{"before":"a55e9ce19cc20afc6b13258321a845684b94d0c6","after":"fe23a4aaeb1e760c7ebff858602910c61f7e9ee3","ref":"refs/heads/master","pushedAt":"2024-06-01T14:25:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"GeoB99","name":"George Bișoc","path":"/GeoB99","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34916900?s=80&v=4"},"commit":{"message":"[NTOS:CM] Lock the entire registry down when we unload a hive\n\nThe PR #6649 which fixed an issue with orphaned KCBs leaking in memory which also pointed to unloaded registry hives, it also brought a problem.\nIn CmpEnumerateOpenSubKeys there is a risk of getting hit by a deadlock as we enumerate the cache table to remove empty cache entries.\n\nFundamentally CmpEnumerateOpenSubKeys locks down a KCB from cache for exclusive use in order to tear down its contents from memory but it doesn't address the fact a KCB might have already been locked in the same calling thread, leading to a recursion.\nThis leads to random hangs when unloading a hive during system startup (tipically on a clean install).\n\nThe solution here is to simply lock the whole registry when we unload a hive so that we don't have to worry the KCBs are getting tampered by anybody else. This also simplifies the code.\nAlthough locking the entire registry while other apps are doing registry related operations to other hives can cause overhead. If this turns out to be bad then we have to rethink the locking mechanism here.\n\nCORE-19539","shortMessageHtmlLink":"[NTOS:CM] Lock the entire registry down when we unload a hive"}},{"before":"9046cc97ee3f492d2f4e857638e6b23c6c5a001f","after":"a55e9ce19cc20afc6b13258321a845684b94d0c6","ref":"refs/heads/master","pushedAt":"2024-06-01T10:31:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"oleg-dubinskiy","name":"Oleg Dubinskiy","path":"/oleg-dubinskiy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26385117?s=80&v=4"},"commit":{"message":"[AC97] Use individual Decibel range for Master Volume control (#6950)\n\nAdd ReactOS change to use the same Decibel (dB) sound loudness range for Master Volume control as for WaveOut Volume Control.\r\nThis fixes incompatible volume level change scaling when changing the volume in Fox Audio Player 0.10.2 from Rapps and Winamp 2.95 with WaveOut output plugin.\r\nNow it is identical to the one when using original AC97 driver from Windows XP/Server 2003.\r\nCORE-14780","shortMessageHtmlLink":"[AC97] Use individual Decibel range for Master Volume control (#6950)"}},{"before":"e1db293f12d24f3cd36d286f7d169aecf92afbfb","after":"9046cc97ee3f492d2f4e857638e6b23c6c5a001f","ref":"refs/heads/master","pushedAt":"2024-06-01T10:30:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"oleg-dubinskiy","name":"Oleg Dubinskiy","path":"/oleg-dubinskiy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26385117?s=80&v=4"},"commit":{"message":"[AUDIO] Implement volume control support (#6922)\n\nImplement volume level changing for Aux/MidiOut/WaveOut devices. It's represented the following WINMM functions:\r\n- auxGetVolume,\r\n- auxSetVolume,\r\n- midiOutGetVolume,\r\n- midiOutSetVolume,\r\n- waveOutGetVolume,\r\n- waveOutSetVolume,\r\nwhich are calling the followind messages appropriately:\r\n- AUXDM_GETVOLUME,\r\n- AUXDM_SETVOLUME,\r\n- MODM_GETVOLUME,\r\n- MODM_SETVOLUME,\r\n- WODM_GETVOLUME,\r\n- WODM_SETVOLUME.\r\nThis fixes volume control for several 3rd-party programs (like Fox Audio Player 0.10.2 from Rapps, Winamp 2.95 with WaveOut plugin). However it does not fix changing the volume in system volume mixers (SndVol32, MMSys), since they are using their own functionality instead. They technically do the same things, but apart from the functions mentioned above.\r\nCORE-14780","shortMessageHtmlLink":"[AUDIO] Implement volume control support (#6922)"}},{"before":"9fcd6b697821c11b50a60f0e232e1cbd613f6ba7","after":"b1e67298ba56ea172dbbbb17cece8a1d8c46a7dc","ref":"refs/heads/releases/0.4.7","pushedAt":"2024-05-31T16:24:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"[0.4.7][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 CORE-18878, shortcuts CORE-12323, RC\n\nThis ports back the following commits:\n\npartially 0.4.15-dev-8152-g e1db293f12d24f3cd36d286f7d169aecf92afbfb [REGEDIT] *.rc Improve accels and harmonize a bit, especially de-DE (#6964), leave out the FIXMEs\n\n0.4.15-dev-8050-g e79c896592eb903556f16327ac906e205170aef7 [REGEDIT] Early return FALSE in CreateNewKey() if pszKeyPath is NULL (#6840)\n This fixes unhandled exception when trying to create a new key\n in the root/\"My computer\". CORE-19567\n\n0.4.15-dev-7915-g d383b20b01e3528f829068165a2dd0965f869681 [REGEDIT] Correctly limit splitter's X coordinates (#6758) CORE-19516\n0.4.15-dev-7898-g ba170757d6b4184064e03c68f026da179bdfd793 [REGEDIT] Anonymize CONTROL \"List1\" (#6735) (covered implicitly because was in unfinished dlg)\n\npartially 0.4.15-dev-6022-g 7f45cac9ab975402cc98d491c8ac0c67733f0a3b [REGEDIT] Creating a new Key should add a new entry even when no child exist. CORE-18878 (#5274)\n LEFT-OUT: - Simplifies and fix code style in GetItemPath function.\n\npartially 0.4.15-dev-5402-g f908d37bb375acb60884890a0c5b8401d582015a [REGEDIT] F4, Tab, and Shift+Tab (#4885) CORE-12323 (leave out the Alt+D because it tends to collide with other accelerators)\n\nOn top of that strip the unimplemented ID_HELP_HELPTOPICS and favorites menu in the older branches (which just got implemented during 0.4.15-dev)\nand for 0.4.7 to 0.4.9 strip the hu-HU (which was almost entirely english still), and he-IL,\nbecause we don't have any RTL-support yet in those branches, and I don't intend to port that back ever.\n\nBinary size of regedit.exe shrinks for all branches:\nregedit.exe master RosBEWin2.2.2 GCC8.4.0 dbg x86 1.051.136 (0.4.15-dev-8144-g817f894)\nregedit.exe releases/0.4.14 RosBEWin2.2.2 GCC8.4.0 dbg x86 755.200 -> 722.944\nregedit.exe releases/0.4.14 RosBEWin2.1.6 GCC4.7.2 dbg x86 749.056 -> 718.336\nregedit.exe releases/0.4.13 RosBEWin2.1.6 GCC4.7.2 dbg x86 741.888 -> 710.656\nregedit.exe releases/0.4.12 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.11 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.10 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4. 9 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 683.008\nregedit.exe releases/0.4. 8 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008\nregedit.exe releases/0.4. 7 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008","shortMessageHtmlLink":"[0.4.7][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 C…"}},{"before":"3c3e6205f3a2078f2baf6245bcfa84ac07175a4b","after":"1f8a1e82851f324de5750c19f0922ab106427b38","ref":"refs/heads/releases/0.4.8","pushedAt":"2024-05-31T16:24:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"[0.4.8][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 CORE-18878, shortcuts CORE-12323, RC\n\nThis ports back the following commits:\n\npartially 0.4.15-dev-8152-g e1db293f12d24f3cd36d286f7d169aecf92afbfb [REGEDIT] *.rc Improve accels and harmonize a bit, especially de-DE (#6964), leave out the FIXMEs\n\n0.4.15-dev-8050-g e79c896592eb903556f16327ac906e205170aef7 [REGEDIT] Early return FALSE in CreateNewKey() if pszKeyPath is NULL (#6840)\n This fixes unhandled exception when trying to create a new key\n in the root/\"My computer\". CORE-19567\n\n0.4.15-dev-7915-g d383b20b01e3528f829068165a2dd0965f869681 [REGEDIT] Correctly limit splitter's X coordinates (#6758) CORE-19516\n0.4.15-dev-7898-g ba170757d6b4184064e03c68f026da179bdfd793 [REGEDIT] Anonymize CONTROL \"List1\" (#6735) (covered implicitly because was in unfinished dlg)\n\npartially 0.4.15-dev-6022-g 7f45cac9ab975402cc98d491c8ac0c67733f0a3b [REGEDIT] Creating a new Key should add a new entry even when no child exist. CORE-18878 (#5274)\n LEFT-OUT: - Simplifies and fix code style in GetItemPath function.\n\npartially 0.4.15-dev-5402-g f908d37bb375acb60884890a0c5b8401d582015a [REGEDIT] F4, Tab, and Shift+Tab (#4885) CORE-12323 (leave out the Alt+D because it tends to collide with other accelerators)\n\nOn top of that strip the unimplemented ID_HELP_HELPTOPICS and favorites menu in the older branches (which just got implemented during 0.4.15-dev)\nand for 0.4.7 to 0.4.9 strip the hu-HU (which was almost entirely english still), and he-IL,\nbecause we don't have any RTL-support yet in those branches, and I don't intend to port that back ever.\n\nBinary size of regedit.exe shrinks for all branches:\nregedit.exe master RosBEWin2.2.2 GCC8.4.0 dbg x86 1.051.136 (0.4.15-dev-8144-g817f894)\nregedit.exe releases/0.4.14 RosBEWin2.2.2 GCC8.4.0 dbg x86 755.200 -> 722.944\nregedit.exe releases/0.4.14 RosBEWin2.1.6 GCC4.7.2 dbg x86 749.056 -> 718.336\nregedit.exe releases/0.4.13 RosBEWin2.1.6 GCC4.7.2 dbg x86 741.888 -> 710.656\nregedit.exe releases/0.4.12 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.11 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.10 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4. 9 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 683.008\nregedit.exe releases/0.4. 8 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008\nregedit.exe releases/0.4. 7 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008","shortMessageHtmlLink":"[0.4.8][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 C…"}},{"before":"66c3624999dac8b290a3976aa44a8d6fdbc08eaa","after":"5add6bc51535d69a80943de6aca64f76b2a848de","ref":"refs/heads/releases/0.4.9","pushedAt":"2024-05-31T16:23:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"[0.4.9][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 CORE-18878, shortcuts CORE-12323, RC\n\nThis ports back the following commits:\n\npartially 0.4.15-dev-8152-g e1db293f12d24f3cd36d286f7d169aecf92afbfb [REGEDIT] *.rc Improve accels and harmonize a bit, especially de-DE (#6964), leave out the FIXMEs\n\n0.4.15-dev-8050-g e79c896592eb903556f16327ac906e205170aef7 [REGEDIT] Early return FALSE in CreateNewKey() if pszKeyPath is NULL (#6840)\n This fixes unhandled exception when trying to create a new key\n in the root/\"My computer\". CORE-19567\n\n0.4.15-dev-7915-g d383b20b01e3528f829068165a2dd0965f869681 [REGEDIT] Correctly limit splitter's X coordinates (#6758) CORE-19516\n0.4.15-dev-7898-g ba170757d6b4184064e03c68f026da179bdfd793 [REGEDIT] Anonymize CONTROL \"List1\" (#6735) (covered implicitly because was in unfinished dlg)\n\npartially 0.4.15-dev-6022-g 7f45cac9ab975402cc98d491c8ac0c67733f0a3b [REGEDIT] Creating a new Key should add a new entry even when no child exist. CORE-18878 (#5274)\n LEFT-OUT: - Simplifies and fix code style in GetItemPath function.\n\npartially 0.4.15-dev-5402-g f908d37bb375acb60884890a0c5b8401d582015a [REGEDIT] F4, Tab, and Shift+Tab (#4885) CORE-12323 (leave out the Alt+D because it tends to collide with other accelerators)\n\nOn top of that strip the unimplemented ID_HELP_HELPTOPICS and favorites menu in the older branches (which just got implemented during 0.4.15-dev)\nand for 0.4.7 to 0.4.9 strip the hu-HU (which was almost entirely english still), and he-IL,\nbecause we don't have any RTL-support yet in those branches, and I don't intend to port that back ever.\n\nBinary size of regedit.exe shrinks for all branches:\nregedit.exe master RosBEWin2.2.2 GCC8.4.0 dbg x86 1.051.136 (0.4.15-dev-8144-g817f894)\nregedit.exe releases/0.4.14 RosBEWin2.2.2 GCC8.4.0 dbg x86 755.200 -> 722.944\nregedit.exe releases/0.4.14 RosBEWin2.1.6 GCC4.7.2 dbg x86 749.056 -> 718.336\nregedit.exe releases/0.4.13 RosBEWin2.1.6 GCC4.7.2 dbg x86 741.888 -> 710.656\nregedit.exe releases/0.4.12 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.11 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.10 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4. 9 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 683.008\nregedit.exe releases/0.4. 8 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008\nregedit.exe releases/0.4. 7 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008","shortMessageHtmlLink":"[0.4.9][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 C…"}},{"before":"1d85e4ef0775a5cf01a4a170171c75239c8e566d","after":"2f95d047ba12c72f6bfa18de5296e69e5287965d","ref":"refs/heads/releases/0.4.10","pushedAt":"2024-05-31T16:23:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"[0.4.10][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 CORE-18878, shortcuts CORE-12323, RC\n\nThis ports back the following commits:\n\npartially 0.4.15-dev-8152-g e1db293f12d24f3cd36d286f7d169aecf92afbfb [REGEDIT] *.rc Improve accels and harmonize a bit, especially de-DE (#6964), leave out the FIXMEs\n\n0.4.15-dev-8050-g e79c896592eb903556f16327ac906e205170aef7 [REGEDIT] Early return FALSE in CreateNewKey() if pszKeyPath is NULL (#6840)\n This fixes unhandled exception when trying to create a new key\n in the root/\"My computer\". CORE-19567\n\n0.4.15-dev-7915-g d383b20b01e3528f829068165a2dd0965f869681 [REGEDIT] Correctly limit splitter's X coordinates (#6758) CORE-19516\n0.4.15-dev-7898-g ba170757d6b4184064e03c68f026da179bdfd793 [REGEDIT] Anonymize CONTROL \"List1\" (#6735) (covered implicitly because was in unfinished dlg)\n\npartially 0.4.15-dev-6022-g 7f45cac9ab975402cc98d491c8ac0c67733f0a3b [REGEDIT] Creating a new Key should add a new entry even when no child exist. CORE-18878 (#5274)\n LEFT-OUT: - Simplifies and fix code style in GetItemPath function.\n\npartially 0.4.15-dev-5402-g f908d37bb375acb60884890a0c5b8401d582015a [REGEDIT] F4, Tab, and Shift+Tab (#4885) CORE-12323 (leave out the Alt+D because it tends to collide with other accelerators)\n\nOn top of that strip the unimplemented ID_HELP_HELPTOPICS and favorites menu in the older branches (which just got implemented during 0.4.15-dev)\n\nBinary size of regedit.exe shrinks for all branches:\nregedit.exe master RosBEWin2.2.2 GCC8.4.0 dbg x86 1.051.136 (0.4.15-dev-8144-g817f894)\nregedit.exe releases/0.4.14 RosBEWin2.2.2 GCC8.4.0 dbg x86 755.200 -> 722.944\nregedit.exe releases/0.4.14 RosBEWin2.1.6 GCC4.7.2 dbg x86 749.056 -> 718.336\nregedit.exe releases/0.4.13 RosBEWin2.1.6 GCC4.7.2 dbg x86 741.888 -> 710.656\nregedit.exe releases/0.4.12 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.11 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.10 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4. 9 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 683.008\nregedit.exe releases/0.4. 8 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008\nregedit.exe releases/0.4. 7 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008","shortMessageHtmlLink":"[0.4.10][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 …"}},{"before":"1e6a7402c1e40046bd9cdbd43086c6d84ea67572","after":"ca04d7d9962e8e04b80feb6f24c35628963ba314","ref":"refs/heads/releases/0.4.11","pushedAt":"2024-05-31T16:22:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"[0.4.11][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 CORE-18878, shortcuts CORE-12323, RC\n\nThis ports back the following commits:\n\npartially 0.4.15-dev-8152-g e1db293f12d24f3cd36d286f7d169aecf92afbfb [REGEDIT] *.rc Improve accels and harmonize a bit, especially de-DE (#6964), leave out the FIXMEs\n\n0.4.15-dev-8050-g e79c896592eb903556f16327ac906e205170aef7 [REGEDIT] Early return FALSE in CreateNewKey() if pszKeyPath is NULL (#6840)\n This fixes unhandled exception when trying to create a new key\n in the root/\"My computer\". CORE-19567\n\n0.4.15-dev-7915-g d383b20b01e3528f829068165a2dd0965f869681 [REGEDIT] Correctly limit splitter's X coordinates (#6758) CORE-19516\n0.4.15-dev-7898-g ba170757d6b4184064e03c68f026da179bdfd793 [REGEDIT] Anonymize CONTROL \"List1\" (#6735) (covered implicitly because was in unfinished dlg)\n\npartially 0.4.15-dev-6022-g 7f45cac9ab975402cc98d491c8ac0c67733f0a3b [REGEDIT] Creating a new Key should add a new entry even when no child exist. CORE-18878 (#5274)\n LEFT-OUT: - Simplifies and fix code style in GetItemPath function.\n\npartially 0.4.15-dev-5402-g f908d37bb375acb60884890a0c5b8401d582015a [REGEDIT] F4, Tab, and Shift+Tab (#4885) CORE-12323 (leave out the Alt+D because it tends to collide with other accelerators)\n\nOn top of that strip the unimplemented ID_HELP_HELPTOPICS and favorites menu in the older branches (which just got implemented during 0.4.15-dev)\n\nBinary size of regedit.exe shrinks for all branches:\nregedit.exe master RosBEWin2.2.2 GCC8.4.0 dbg x86 1.051.136 (0.4.15-dev-8144-g817f894)\nregedit.exe releases/0.4.14 RosBEWin2.2.2 GCC8.4.0 dbg x86 755.200 -> 722.944\nregedit.exe releases/0.4.14 RosBEWin2.1.6 GCC4.7.2 dbg x86 749.056 -> 718.336\nregedit.exe releases/0.4.13 RosBEWin2.1.6 GCC4.7.2 dbg x86 741.888 -> 710.656\nregedit.exe releases/0.4.12 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.11 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.10 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4. 9 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 683.008\nregedit.exe releases/0.4. 8 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008\nregedit.exe releases/0.4. 7 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008","shortMessageHtmlLink":"[0.4.11][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 …"}},{"before":"0d24dd054df394c68e5d479aa7039be1837e20cc","after":"f14794e87c790d6c1cdd34d22d3dc88892be7ac5","ref":"refs/heads/releases/0.4.12","pushedAt":"2024-05-31T16:22:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"[0.4.12][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 CORE-18878, shortcuts CORE-12323, RC\n\nThis ports back the following commits:\n\npartially 0.4.15-dev-8152-g e1db293f12d24f3cd36d286f7d169aecf92afbfb [REGEDIT] *.rc Improve accels and harmonize a bit, especially de-DE (#6964), leave out the FIXMEs\n\n0.4.15-dev-8050-g e79c896592eb903556f16327ac906e205170aef7 [REGEDIT] Early return FALSE in CreateNewKey() if pszKeyPath is NULL (#6840)\n This fixes unhandled exception when trying to create a new key\n in the root/\"My computer\". CORE-19567\n\n0.4.15-dev-7915-g d383b20b01e3528f829068165a2dd0965f869681 [REGEDIT] Correctly limit splitter's X coordinates (#6758) CORE-19516\n0.4.15-dev-7898-g ba170757d6b4184064e03c68f026da179bdfd793 [REGEDIT] Anonymize CONTROL \"List1\" (#6735) (covered implicitly because was in unfinished dlg)\n\npartially 0.4.15-dev-6022-g 7f45cac9ab975402cc98d491c8ac0c67733f0a3b [REGEDIT] Creating a new Key should add a new entry even when no child exist. CORE-18878 (#5274)\n LEFT-OUT: - Simplifies and fix code style in GetItemPath function.\n\npartially 0.4.15-dev-5402-g f908d37bb375acb60884890a0c5b8401d582015a [REGEDIT] F4, Tab, and Shift+Tab (#4885) CORE-12323 (leave out the Alt+D because it tends to collide with other accelerators)\n\nOn top of that strip the unimplemented ID_HELP_HELPTOPICS and favorites menu in the older branches (which just got implemented during 0.4.15-dev)\n\nBinary size of regedit.exe shrinks for all branches:\nregedit.exe master RosBEWin2.2.2 GCC8.4.0 dbg x86 1.051.136 (0.4.15-dev-8144-g817f894)\nregedit.exe releases/0.4.14 RosBEWin2.2.2 GCC8.4.0 dbg x86 755.200 -> 722.944\nregedit.exe releases/0.4.14 RosBEWin2.1.6 GCC4.7.2 dbg x86 749.056 -> 718.336\nregedit.exe releases/0.4.13 RosBEWin2.1.6 GCC4.7.2 dbg x86 741.888 -> 710.656\nregedit.exe releases/0.4.12 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.11 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.10 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4. 9 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 683.008\nregedit.exe releases/0.4. 8 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008\nregedit.exe releases/0.4. 7 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008","shortMessageHtmlLink":"[0.4.12][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 …"}},{"before":"8e816a9d34195e1a0b9ee49060e2ce6f8a6c3a1f","after":"f7e45e4eed850b4199bc971ecc37099dbcccb615","ref":"refs/heads/releases/0.4.13","pushedAt":"2024-05-31T16:22:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"[0.4.13][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 CORE-18878, shortcuts CORE-12323, RC\n\nThis ports back the following commits:\n\npartially 0.4.15-dev-8152-g e1db293f12d24f3cd36d286f7d169aecf92afbfb [REGEDIT] *.rc Improve accels and harmonize a bit, especially de-DE (#6964), leave out the FIXMEs\n\n0.4.15-dev-8050-g e79c896592eb903556f16327ac906e205170aef7 [REGEDIT] Early return FALSE in CreateNewKey() if pszKeyPath is NULL (#6840)\n This fixes unhandled exception when trying to create a new key\n in the root/\"My computer\". CORE-19567\n\n0.4.15-dev-7915-g d383b20b01e3528f829068165a2dd0965f869681 [REGEDIT] Correctly limit splitter's X coordinates (#6758) CORE-19516\n0.4.15-dev-7898-g ba170757d6b4184064e03c68f026da179bdfd793 [REGEDIT] Anonymize CONTROL \"List1\" (#6735) (covered implicitly because was in unfinished dlg)\n\npartially 0.4.15-dev-6022-g 7f45cac9ab975402cc98d491c8ac0c67733f0a3b [REGEDIT] Creating a new Key should add a new entry even when no child exist. CORE-18878 (#5274)\n LEFT-OUT: - Simplifies and fix code style in GetItemPath function.\n\npartially 0.4.15-dev-5402-g f908d37bb375acb60884890a0c5b8401d582015a [REGEDIT] F4, Tab, and Shift+Tab (#4885) CORE-12323 (leave out the Alt+D because it tends to collide with other accelerators)\n\nOn top of that strip the unimplemented ID_HELP_HELPTOPICS and favorites menu in the older branches (which just got implemented during 0.4.15-dev)\n\nBinary size of regedit.exe shrinks for all branches:\nregedit.exe master RosBEWin2.2.2 GCC8.4.0 dbg x86 1.051.136 (0.4.15-dev-8144-g817f894)\nregedit.exe releases/0.4.14 RosBEWin2.2.2 GCC8.4.0 dbg x86 755.200 -> 722.944\nregedit.exe releases/0.4.14 RosBEWin2.1.6 GCC4.7.2 dbg x86 749.056 -> 718.336\nregedit.exe releases/0.4.13 RosBEWin2.1.6 GCC4.7.2 dbg x86 741.888 -> 710.656\nregedit.exe releases/0.4.12 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.11 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.10 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4. 9 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 683.008\nregedit.exe releases/0.4. 8 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008\nregedit.exe releases/0.4. 7 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008","shortMessageHtmlLink":"[0.4.13][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 …"}},{"before":"85fc018ddefe479bd3542594e266a8558d41ae66","after":"5c0a1e70b6ed4f94ffd62b41c15e0f20bd203dca","ref":"refs/heads/releases/0.4.14","pushedAt":"2024-05-31T16:21:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"[0.4.14][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 CORE-18878, shortcuts CORE-12323, RC\n\nThis ports back the following commits:\n\npartially 0.4.15-dev-8152-g e1db293f12d24f3cd36d286f7d169aecf92afbfb [REGEDIT] *.rc Improve accels and harmonize a bit, especially de-DE (#6964), leave out the FIXMEs\n\n0.4.15-dev-8050-g e79c896592eb903556f16327ac906e205170aef7 [REGEDIT] Early return FALSE in CreateNewKey() if pszKeyPath is NULL (#6840)\n This fixes unhandled exception when trying to create a new key\n in the root/\"My computer\". CORE-19567\n\n0.4.15-dev-7915-g d383b20b01e3528f829068165a2dd0965f869681 [REGEDIT] Correctly limit splitter's X coordinates (#6758) CORE-19516\n0.4.15-dev-7898-g ba170757d6b4184064e03c68f026da179bdfd793 [REGEDIT] Anonymize CONTROL \"List1\" (#6735) (covered implicitly because was in unfinished dlg)\n\npartially 0.4.15-dev-6022-g 7f45cac9ab975402cc98d491c8ac0c67733f0a3b [REGEDIT] Creating a new Key should add a new entry even when no child exist. CORE-18878 (#5274)\n LEFT-OUT: - Simplifies and fix code style in GetItemPath function.\n\npartially 0.4.15-dev-5402-g f908d37bb375acb60884890a0c5b8401d582015a [REGEDIT] F4, Tab, and Shift+Tab (#4885) CORE-12323 (leave out the Alt+D because it tends to collide with other accelerators)\n\nOn top of that strip the unimplemented ID_HELP_HELPTOPICS and favorites menu in the older branches (which just got implemented during 0.4.15-dev)\n\nBinary size of regedit.exe shrinks for all branches:\nregedit.exe master RosBEWin2.2.2 GCC8.4.0 dbg x86 1.051.136 (0.4.15-dev-8144-g817f894)\nregedit.exe releases/0.4.14 RosBEWin2.2.2 GCC8.4.0 dbg x86 755.200 -> 722.944\nregedit.exe releases/0.4.14 RosBEWin2.1.6 GCC4.7.2 dbg x86 749.056 -> 718.336\nregedit.exe releases/0.4.13 RosBEWin2.1.6 GCC4.7.2 dbg x86 741.888 -> 710.656\nregedit.exe releases/0.4.12 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.11 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4.10 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 711.680\nregedit.exe releases/0.4. 9 RosBEWin2.1.6 GCC4.7.2 dbg x86 743.424 -> 683.008\nregedit.exe releases/0.4. 8 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008\nregedit.exe releases/0.4. 7 RosBEWin2.1.6 GCC4.7.2 dbg x86 742.912 -> 683.008","shortMessageHtmlLink":"[0.4.14][REGEDIT] Backport Splitter CORE-19516, crash-fix CORE-19567 …"}},{"before":"9f0bffb31b358cae0c73dff0a09a05d3a38f6440","after":null,"ref":"refs/heads/rfb/regedit_rc","pushedAt":"2024-05-31T15:28:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"}},{"before":"3cc4361cca3355d446f5008f70339d03f45042bb","after":"e1db293f12d24f3cd36d286f7d169aecf92afbfb","ref":"refs/heads/master","pushedAt":"2024-05-31T15:28:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"[REGEDIT] *.rc Improve accels and harmonize a bit, especially de-DE (#6964)\n\n\r\n- all languages: Strip unintended accelerators for Cancel-buttons\r\n- many languages: had accel collision between \"&File\"-menu and \"&Favorites\" menu. It must be \"F&avrites\" for those!\r\n- de-DE: \"&Wertname:\" -> \"&Name:\" was done because this is what Windows does and to fix an accel collision between \"&Wert\" and \"&Wertname\"\r\n- de-DE: use the same name for String, DWORD, MULTISTRING, EXPANDABLESTRING in all 3 dialogs (each of the 3 dlgs used different names before), which also fixes an accel collision between \"&Schlüssel\" and \"&String\"\r\n- de-DE: structurally use \"Sc&hlüssel\", instead of mixed things\r\n- de-DE: \"&Trennen\" -> \"&Teilen\" is what Windows does\r\n- de-DE \"&Ändern\" -> \"Än&dern\" is what Windows does, and avoids accel at a special character\r\n- de-DE \"&Über\" -> \"Inf&o\" is what Windows does, and avoids accel at a special character\r\n- de-DE \"S&chlüsselnamen kopieren\" -> \"Schlüsselnamen &kopieren\" is to match another already existing \"Schlüsselnamen &kopieren\" in the file\r\n- de-DE \"A&lles auswählen\" -> \"Alles &markieren\" is what Windows does\r\n- all languages: fix 26x wrong capitalization for \"Ms Shell Dlg\" -> \"MS Shell Dlg\"\r\n- use the correct fonts for some asian languages (font-size9) this was for 5 new dlgs from 0.4.15-dev'ing\r\n- fix many accelerator collisions for many languages, or leave FIXMEs for them where I found it to be better for the native speakers to act on their own in the future\r\n\r\nJIRA issue: none","shortMessageHtmlLink":"[REGEDIT] *.rc Improve accels and harmonize a bit, especially de-DE (#…"}},{"before":"b50ab0dc68875458b7d520dfe60920293a7776f7","after":"3cc4361cca3355d446f5008f70339d03f45042bb","ref":"refs/heads/master","pushedAt":"2024-05-31T14:26:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"HBelusca","name":"Hermès BÉLUSCA - MAÏTO","path":"/HBelusca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1969829?s=80&v=4"},"commit":{"message":"[CMAKE] Clang*: Add '-Werror=unknown-warning-option' for C/CXX (#6383)\n\n* [UDFS] Clang: Fix a #pragma\r\n\r\n'warning: unknown warning group '-Wstringop-overflow', ignored [-Wunknown-warning-option]'\r\n\r\nFollow-up to 612b1f2e6 (0.4.15-dev-1129).\r\n\r\n* [CREATESPEC] Clang: Fix a target_compile_options()\r\n\r\n'warning: unknown warning option '-Wno-stringop-overflow'; did you mean '-Wno-shift-overflow'? [-Wunknown-warning-option]'\r\n\r\nAddendum to 00ed72d7e (0.4.15-dev-1169).\r\n\r\n* [MSVCRT_WINETEST] Clang*: Fix a target_compile_options()\r\n\r\n'warning: unknown warning option '-Wno-stringop-truncation'; did you mean '-Wno-string-concatenation'? [-Wunknown-warning-option]'\r\n\r\nAddendum to commits 00ed72d7e (0.4.15-dev-1169) then f155b9377 (0.4.15-dev-4612).\r\n\r\n* [TELNET] Clang*: Fix a target_compile_options()\r\n\r\n'warning: unknown warning option '-Wno-restrict' [-Wunknown-warning-option]'\r\n\r\nAddendum to 447ef2aa4 (0.4.15-dev-4613).","shortMessageHtmlLink":"[CMAKE] Clang*: Add '-Werror=unknown-warning-option' for C/CXX (#6383)"}},{"before":"c3ec1b9ac63ec628f49d8e10c0c1d7950bb26c5a","after":"b50ab0dc68875458b7d520dfe60920293a7776f7","ref":"refs/heads/master","pushedAt":"2024-05-31T13:40:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"katahiromz","name":"Katayama Hirofumi MZ","path":"/katahiromz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2107452?s=80&v=4"},"commit":{"message":"[SHELL32] brfolder.cpp: Refresh items (#6965)\n\nRefresh the items in the tree-view\r\ncontrol of SHBrowseForFolderA/W\r\nfunctions against change notifications.\r\nJIRA issue: CORE-17340\r\n- Add BrFolder_IsTreeItemInEnum and\r\n BrFolder_TreeItemHasThisChild helper\r\n functions.\r\n- Add BrFolder_Refresh,\r\n BrFolder_RefreshRecurse, and\r\n BrFolder_UpdateItem functions to\r\n refresh items.\r\n- Call BrFolder_Refresh in\r\n BrFolder_OnChangeEx function and on\r\n keyboard F5 and Ctrl+R actions.","shortMessageHtmlLink":"[SHELL32] brfolder.cpp: Refresh items (#6965)"}},{"before":"3da9e7e251fc4f1bedabcd2f2606416f70ecbb42","after":"c3ec1b9ac63ec628f49d8e10c0c1d7950bb26c5a","ref":"refs/heads/master","pushedAt":"2024-05-30T16:18:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"whindsaks","name":"Whindmar Saksit","path":"/whindsaks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/138629473?s=80&v=4"},"commit":{"message":"[SHELL32_APITEST] Stricter SHSimpleIDListFromPath tests (#6894)\n\nThe first x number of bytes in PIDLs for drive letters, folders and files are set in stone and should match Windows.","shortMessageHtmlLink":"[SHELL32_APITEST] Stricter SHSimpleIDListFromPath tests (#6894)"}},{"before":"6d7648d723c1fa2ee04c60ec657368a3d2516899","after":"3da9e7e251fc4f1bedabcd2f2606416f70ecbb42","ref":"refs/heads/master","pushedAt":"2024-05-30T15:53:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"whindsaks","name":"Whindmar Saksit","path":"/whindsaks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/138629473?s=80&v=4"},"commit":{"message":"[SHELL32] Implement SHBrowseForFolder items contextmenu (#6952)\n\n* [SHELL32] Implement SHBrowseForFolder items contextmenu\r\n\r\nCORE-16944 CORE-19597","shortMessageHtmlLink":"[SHELL32] Implement SHBrowseForFolder items contextmenu (#6952)"}},{"before":"374044b2e30b1fec0dfc55319dd2b7181f0bfefa","after":null,"ref":"refs/heads/ShDvInvokeShowcmd","pushedAt":"2024-05-30T13:22:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"whindsaks","name":"Whindmar Saksit","path":"/whindsaks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/138629473?s=80&v=4"}},{"before":"dc0ed6de1e50d087dffc8fe2e22a48e1f6deffda","after":"6d7648d723c1fa2ee04c60ec657368a3d2516899","ref":"refs/heads/master","pushedAt":"2024-05-30T13:22:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"whindsaks","name":"Whindmar Saksit","path":"/whindsaks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/138629473?s=80&v=4"},"commit":{"message":"[SHELL32] CDefView::InvokeContextMenuCommand must specify a showcmd (#6966)\n\nZeroMemory causes nShow to be SW_HIDE. This causes shell extensions that propagates the nShow all the way, will start child processes hidden.","shortMessageHtmlLink":"[SHELL32] CDefView::InvokeContextMenuCommand must specify a showcmd (#…"}},{"before":null,"after":"374044b2e30b1fec0dfc55319dd2b7181f0bfefa","ref":"refs/heads/ShDvInvokeShowcmd","pushedAt":"2024-05-30T10:29:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whindsaks","name":"Whindmar Saksit","path":"/whindsaks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/138629473?s=80&v=4"},"commit":{"message":"[SHELL32] CDefView::InvokeContextMenuCommand must specify a showcmd\n\nZeroMemory causes nShow to be SW_HIDE. This causes shell extensions that propagates the nShow all the way will start child processes hidden.","shortMessageHtmlLink":"[SHELL32] CDefView::InvokeContextMenuCommand must specify a showcmd"}},{"before":"3fa14e488adff3f4b7110e2add9e1fc36280b96e","after":"9f0bffb31b358cae0c73dff0a09a05d3a38f6440","ref":"refs/heads/rfb/regedit_rc","pushedAt":"2024-05-30T00:26:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"el-GR.rc: Be more precise","shortMessageHtmlLink":"el-GR.rc: Be more precise"}},{"before":"36061ec9e82577798253333c00d2bd058bafe766","after":"3fa14e488adff3f4b7110e2add9e1fc36280b96e","ref":"refs/heads/rfb/regedit_rc","pushedAt":"2024-05-30T00:12:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"el-GR.rc: I spotted one more collision, so add 2 FIXMEs","shortMessageHtmlLink":"el-GR.rc: I spotted one more collision, so add 2 FIXMEs"}},{"before":"b62a607e42c5a9cb849814ca740e2983a9081fd5","after":"36061ec9e82577798253333c00d2bd058bafe766","ref":"refs/heads/rfb/regedit_rc","pushedAt":"2024-05-29T23:37:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"hu-HU.rc: The \"&File\" vs \"&Favor...\" is fixed now. The FIXME can be stripped therefore. As it is \"F&avor..\" now","shortMessageHtmlLink":"hu-HU.rc: The \"&File\" vs \"&Favor...\" is fixed now. The FIXME can be s…"}},{"before":"a587e25bff822c35508aae6c1d85857a746d1b5e","after":"b62a607e42c5a9cb849814ca740e2983a9081fd5","ref":"refs/heads/rfb/regedit_rc","pushedAt":"2024-05-29T22:45:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"de-DE.rc: Keep at least the german one in sync regarding ID_HELP_ABOUT. Give up on the other languages. Maybe in a future PR.","shortMessageHtmlLink":"de-DE.rc: Keep at least the german one in sync regarding ID_HELP_ABOU…"}},{"before":"833479e9447cc3e9a652c0a91fdccc55450c35b2","after":"a587e25bff822c35508aae6c1d85857a746d1b5e","ref":"refs/heads/rfb/regedit_rc","pushedAt":"2024-05-29T22:34:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"en-US.rc & hu-HU.rc: Fix the last 2 \"&Favorites\" collisions, we do not longer need that reminder. Hopefully people will still understand that \"&File\" collided with \"F&avorites\", when they do no longer see my FIXME-essays. Fingers crossed!","shortMessageHtmlLink":"en-US.rc & hu-HU.rc: Fix the last 2 \"&Favorites\" collisions, we do no…"}},{"before":"655683902a1bf969d7cb9085fd726c627bc4a2d3","after":"833479e9447cc3e9a652c0a91fdccc55450c35b2","ref":"refs/heads/rfb/regedit_rc","pushedAt":"2024-05-29T22:26:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"*.rc: PR IS READY FOR REVIEW NOW. My Final commit is fixing 26x wrong capitalization for \"Ms Shell Dlg\" -> \"MS Shell Dlg\". None of those left now. This isn't a critical thing of course. But it will improve the source-codes achievable compression levels (and it might also help with string pooling in the future)","shortMessageHtmlLink":"*.rc: PR IS READY FOR REVIEW NOW. My Final commit is fixing 26x wrong…"}},{"before":"d8fb7d0b97d04045fa442cc2523a51959ac2b27e","after":"655683902a1bf969d7cb9085fd726c627bc4a2d3","ref":"refs/heads/rfb/regedit_rc","pushedAt":"2024-05-29T22:21:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"zh-TW.rc: fix 5 x wrong font, we can steal the correct one from the neighbor dlgs. All those dlgs were introduced during 0.4.15-dev'ing, so that does not affect any older branches","shortMessageHtmlLink":"zh-TW.rc: fix 5 x wrong font, we can steal the correct one from the n…"}},{"before":"6c57a6d19db5dac75eca655a438d6f56a2563c23","after":"d8fb7d0b97d04045fa442cc2523a51959ac2b27e","ref":"refs/heads/rfb/regedit_rc","pushedAt":"2024-05-29T22:17:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"zh-CN.rc: fix 5 x wrong font (we can steal the right one from the neighbor dlgs)","shortMessageHtmlLink":"zh-CN.rc: fix 5 x wrong font (we can steal the right one from the nei…"}},{"before":"b81d67a7e7a0aeeda2b83a0d41686b5eb73031a9","after":"6c57a6d19db5dac75eca655a438d6f56a2563c23","ref":"refs/heads/rfb/regedit_rc","pushedAt":"2024-05-29T22:16:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"JoachimHenze","name":"Joachim Henze","path":"/JoachimHenze","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33393466?s=80&v=4"},"commit":{"message":"zh-HK.rc: 5x proper accel fix (100% same as en-US), and also 5 fixes where the wrong font was used","shortMessageHtmlLink":"zh-HK.rc: 5x proper accel fix (100% same as en-US), and also 5 fixes …"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWeTOjAA","startCursor":null,"endCursor":null}},"title":"Activity · reactos/reactos"}