reactos.git
4 years ago[NTDLL] Use the embedded manifest from the process to check compatibility. 1871/head
Mark Jansen [Sun, 23 Dec 2018 17:36:59 +0000 (18:36 +0100)]
[NTDLL] Use the embedded manifest from the process to check compatibility.

4 years ago[TRANSLATION] Changes to Newdev and hdwwiz
Shy Zedaka [Wed, 21 Aug 2019 10:03:32 +0000 (13:03 +0300)]
[TRANSLATION] Changes to Newdev and hdwwiz

4 years ago[TRANSLATION] Change the recycle bin from 'Trash' to 'Recycle bin'
Shy Zedaka [Mon, 19 Aug 2019 17:41:20 +0000 (20:41 +0300)]
[TRANSLATION] Change the recycle bin from 'Trash' to 'Recycle bin'

4 years ago[README.WINE] Update paths and add winetests/iphlpapi (#1866)
Serge Gautherie [Wed, 21 Aug 2019 07:01:47 +0000 (09:01 +0200)]
[README.WINE] Update paths and add winetests/iphlpapi (#1866)

4 years ago[CRT_APITEST] Exclude a test with the same rule as in the cmakelist 1855/head
Mark Jansen [Sun, 18 Aug 2019 19:48:44 +0000 (21:48 +0200)]
[CRT_APITEST] Exclude a test with the same rule as in the cmakelist

4 years ago[NTDLL_VISTA] Fix the build for arm
Mark Jansen [Sun, 18 Aug 2019 19:48:07 +0000 (21:48 +0200)]
[NTDLL_VISTA] Fix the build for arm

4 years ago[FRAMEDYN[ARM] Fix some exports
Mark Jansen [Sun, 18 Aug 2019 19:47:35 +0000 (21:47 +0200)]
[FRAMEDYN[ARM] Fix some exports

4 years ago[NTDLL][ARM] Export pow
Mark Jansen [Sun, 18 Aug 2019 19:47:14 +0000 (21:47 +0200)]
[NTDLL][ARM] Export pow

4 years ago[TIMEOUT] Use Int32x32To64 instead of __emul
Mark Jansen [Sun, 18 Aug 2019 17:13:04 +0000 (19:13 +0200)]
[TIMEOUT] Use Int32x32To64 instead of __emul

4 years ago[SDK] Update Int32x32To64 macro for arm
Mark Jansen [Tue, 20 Aug 2019 11:02:35 +0000 (13:02 +0200)]
[SDK] Update Int32x32To64 macro for arm

4 years ago[RUNTMCHK] Provide fallback memset for arm builds
Mark Jansen [Sun, 18 Aug 2019 17:12:30 +0000 (19:12 +0200)]
[RUNTMCHK] Provide fallback memset for arm builds

4 years ago[FREELDR][ARM] Suppress error about unused var
Mark Jansen [Sun, 18 Aug 2019 17:11:50 +0000 (19:11 +0200)]
[FREELDR][ARM] Suppress error about unused var

4 years ago[NDK][ARM] Stub a few required types for bootlib
Mark Jansen [Sun, 18 Aug 2019 17:06:54 +0000 (19:06 +0200)]
[NDK][ARM] Stub a few required types for bootlib

4 years ago[BOOTLIB] Disable some x86 / x64 specific code for other architectures
Mark Jansen [Sun, 18 Aug 2019 17:03:35 +0000 (19:03 +0200)]
[BOOTLIB] Disable some x86 / x64 specific code for other architectures

4 years ago[ROSLOAD] Disable some arch-specific code for arm
Mark Jansen [Sun, 18 Aug 2019 17:02:46 +0000 (19:02 +0200)]
[ROSLOAD] Disable some arch-specific code for arm

4 years ago[CMAKE] Add explicit failure message
Mark Jansen [Sun, 18 Aug 2019 14:39:45 +0000 (16:39 +0200)]
[CMAKE] Add explicit failure message
Previously this would show up as dependency cycle

4 years ago[CMAKE] Some arm cmake fixes
Mark Jansen [Sun, 18 Aug 2019 14:14:16 +0000 (16:14 +0200)]
[CMAKE] Some arm cmake fixes

4 years ago[IPHLPAPI] icmp.c: Restore sync after Wine Staging 1.7.55
Serge Gautherie [Tue, 20 Aug 2019 04:36:16 +0000 (06:36 +0200)]
[IPHLPAPI] icmp.c: Restore sync after Wine Staging 1.7.55

Mark all our (new) differences.

4 years ago[PSDK] Fix GCC8 complaining on duplicate and wrong declarations
Victor Perevertkin [Sat, 17 Aug 2019 20:08:22 +0000 (23:08 +0300)]
[PSDK] Fix GCC8 complaining on duplicate and wrong declarations

4 years ago[APITESTS] Ignore GCC8 warnings where we test some crazy stuff
Victor Perevertkin [Sat, 17 Aug 2019 20:05:45 +0000 (23:05 +0300)]
[APITESTS] Ignore GCC8 warnings where we test some crazy stuff

4 years ago[APITESTS] Use StringCbPrintfA instead of sprintf
Victor Perevertkin [Sat, 17 Aug 2019 20:04:41 +0000 (23:04 +0300)]
[APITESTS] Use StringCbPrintfA instead of sprintf
And fix a buffer size in Test_AddFontResourceA

4 years ago[WINETESTS] Supress GCC8 warnings
Victor Perevertkin [Sat, 17 Aug 2019 19:56:40 +0000 (22:56 +0300)]
[WINETESTS] Supress GCC8 warnings

4 years ago[CMAKE] Define GCC and CLANG cmake variables
Victor Perevertkin [Mon, 19 Aug 2019 22:07:45 +0000 (01:07 +0300)]
[CMAKE] Define GCC and CLANG cmake variables

4 years ago[VIDEOPRT] Fix RtlCopyMemory sizeof usage
Victor Perevertkin [Sat, 17 Aug 2019 19:15:04 +0000 (22:15 +0300)]
[VIDEOPRT] Fix RtlCopyMemory sizeof usage
Spotted by GCC8

4 years ago[WIN32SS] WindowSnap must not affect the taskbar
Joachim Henze [Tue, 20 Aug 2019 10:07:56 +0000 (12:07 +0200)]
[WIN32SS] WindowSnap must not affect the taskbar

This fixes regression CORE-16289 where we could not longer
move the taskbar at a different than default location,
as WindowSnap would interfere.

Many Thanks to the patches author Doug Lyons.

Eventually the heuristic that we use here to identify the
taskbar via used window-styles could be improved later.
Theoretically possible that it bails out on some other windows.

The regression was introduced by 0.4.12-dev-373-g
7e396787ed00a3939031447725f79697a41878e1

4 years ago[NTOS:INBV] Refactor boot screen code and resources (#1649)
Yaroslav Kibysh [Mon, 19 Aug 2019 23:52:25 +0000 (02:52 +0300)]
[NTOS:INBV] Refactor boot screen code and resources (#1649)

* [NTOS:INBV] Move typedefs to the only single file where they are used.

* [NTOS:INBV] Refactor code & resources

Remove garbage

* [NTOS:INBV] Reduce fade time and remove wait for animation.

4 years ago[HAL] Refactor PCI blacklisting for Xbox
Stanislav Motylkov [Mon, 19 Aug 2019 21:48:49 +0000 (00:48 +0300)]
[HAL] Refactor PCI blacklisting for Xbox

- Use a separate function for detecting blacklisted PCI slots
- Blacklist PCI-to-PCI bridge to avoid stack overflow on real hardware Microsoft Xbox 1.3

CORE-16319 CORE-16216

4 years ago[RAPPS] Remove unused function definitions 1554/head
Mark Jansen [Mon, 19 Aug 2019 23:41:40 +0000 (01:41 +0200)]
[RAPPS] Remove unused function definitions

4 years ago[RAPPS] CDownloadManager: Get rid of the implementation of IBindStatusCallback as...
Giannis Adamopoulos [Mon, 29 Apr 2019 12:12:32 +0000 (15:12 +0300)]
[RAPPS] CDownloadManager: Get rid of the implementation of IBindStatusCallback as we stopped using URLDownloadToFileW a decade ago

4 years ago[RAPPS] CDownloadManager: simplify canceling
Giannis Adamopoulos [Mon, 29 Apr 2019 11:21:08 +0000 (14:21 +0300)]
[RAPPS] CDownloadManager: simplify canceling

4 years ago[RAPPS] factor CDownloaderProgress class out of CDownloadManager and CDownloadDialog
Giannis Adamopoulos [Mon, 29 Apr 2019 08:33:33 +0000 (11:33 +0300)]
[RAPPS] factor CDownloaderProgress class out of CDownloadManager and CDownloadDialog

4 years ago[RAPPS] CDowloadingAppsListView: The download dialog doesn't use the layout engine...
Giannis Adamopoulos [Mon, 29 Apr 2019 08:05:35 +0000 (11:05 +0300)]
[RAPPS] CDowloadingAppsListView: The download dialog doesn't use the layout engine so there is no need for it to be a CUiWindow

4 years ago[RAPPS] CMainWindow: use more atl
Giannis Adamopoulos [Sun, 28 Apr 2019 15:15:55 +0000 (18:15 +0300)]
[RAPPS] CMainWindow: use more atl

4 years ago[RAPPS] CMainWindow: remove unused functions , and the globals g_MainWindow and hListView
Giannis Adamopoulos [Sun, 28 Apr 2019 03:30:32 +0000 (06:30 +0300)]
[RAPPS] CMainWindow: remove unused functions , and the globals g_MainWindow and hListView

4 years ago[RAPPS] CMainWindow: Make SelectedEnumType a member
Giannis Adamopoulos [Sun, 28 Apr 2019 15:08:55 +0000 (18:08 +0300)]
[RAPPS] CMainWindow: Make SelectedEnumType a member

4 years ago[RAPPS] CMainWindow: Move gui part of UninstallApplication in it
Giannis Adamopoulos [Sun, 28 Apr 2019 13:47:23 +0000 (16:47 +0300)]
[RAPPS] CMainWindow: Move gui part of UninstallApplication in it

4 years ago[RAPPS] CMainWindow: make szSearchPattern a member
Giannis Adamopoulos [Sun, 28 Apr 2019 13:21:16 +0000 (16:21 +0300)]
[RAPPS] CMainWindow: make szSearchPattern a member

4 years ago[RAPPS] CMainWindow: move RemoveAppFromRegistry in it
Giannis Adamopoulos [Sun, 28 Apr 2019 03:45:12 +0000 (06:45 +0300)]
[RAPPS] CMainWindow: move RemoveAppFromRegistry in it

4 years ago[RAPPS] CMainWindow: Make EnumInstalledAppProc and EnumAvailableAppProc methods
Giannis Adamopoulos [Sun, 28 Apr 2019 03:39:02 +0000 (06:39 +0300)]
[RAPPS] CMainWindow: Make EnumInstalledAppProc and EnumAvailableAppProc methods

4 years ago[RAPPS] CAppRichEdit: Add a new class that handles filling the richtext control
Giannis Adamopoulos [Sun, 28 Apr 2019 03:27:53 +0000 (06:27 +0300)]
[RAPPS] CAppRichEdit: Add a new class that handles filling the richtext control

4 years ago[RAPPS] Don't use CDownloadManager outside loaddlg.cpp
Giannis Adamopoulos [Sun, 28 Apr 2019 03:19:43 +0000 (06:19 +0300)]
[RAPPS] Don't use CDownloadManager outside loaddlg.cpp

4 years ago[RAPPS] move the message proc to gui.cpp
Giannis Adamopoulos [Sun, 28 Apr 2019 03:10:45 +0000 (06:10 +0300)]
[RAPPS] move the message proc to gui.cpp

4 years ago[RAPPS] remove the old splitter code that was not used
Giannis Adamopoulos [Sun, 28 Apr 2019 15:01:27 +0000 (18:01 +0300)]
[RAPPS] remove the old splitter code that was not used

4 years ago[ROSCTRLS.H] Add CListView::SetItemText and CListView::SetCheckState
Giannis Adamopoulos [Sun, 28 Apr 2019 12:55:12 +0000 (15:55 +0300)]
[ROSCTRLS.H] Add CListView::SetItemText and CListView::SetCheckState

4 years ago[USB] Enable *_new usb stack
Victor Perevertkin [Mon, 19 Aug 2019 22:34:58 +0000 (01:34 +0300)]
[USB] Enable *_new usb stack

4 years ago[USBPORT] Fix endless loop, occasionally happened on real hardware
Victor Perevertkin [Thu, 1 Aug 2019 18:17:44 +0000 (21:17 +0300)]
[USBPORT] Fix endless loop, occasionally happened on real hardware

4 years agoAdd support for save and restore reg.exe subcommands (#1565)
William Kent [Mon, 19 Aug 2019 22:29:58 +0000 (18:29 -0400)]
Add support for save and restore reg.exe subcommands (#1565)

* [REG] Add save and restore help strings
* [REG] Implement REG SAVE
* [REG] Assert the BACKUP privilege
With this change applied, reg.exe correctly saves a key on Windows 10.
* [REG] Use RegSaveKeyEx()
* [REG] Implement REG RESTORE
* [REG] Close the process token
* [REG] Remove duplicate string
* [REG] Add missing comma
* [REG] Copy new strings into translation files
* [REG] Update STRING_USAGE translations
"Should be submitted to wine" (tm)

4 years ago[UTILMAN] Add Romanian and Italian translations
Bișoc George [Mon, 19 Aug 2019 18:38:46 +0000 (20:38 +0200)]
[UTILMAN] Add Romanian and Italian translations

4 years ago[COMCTL32] imagelist: Invalidate the cookie of a destroyed imagelist 1861/head
Mark Jansen [Fri, 16 Aug 2019 23:42:29 +0000 (01:42 +0200)]
[COMCTL32] imagelist: Invalidate the cookie of a destroyed imagelist
CORE-16316
CORE-16275

4 years ago[DNSAPI][DNSAPI_APITEST] Fix DnsQuery_UTF8 function and add tests 1857/head
Konstantin Motylkov [Sun, 18 Aug 2019 22:56:27 +0000 (00:56 +0200)]
[DNSAPI][DNSAPI_APITEST] Fix DnsQuery_UTF8 function and add tests

CORE-11634

4 years ago[UTILMAN] Meh
Pierre Schweitzer [Mon, 19 Aug 2019 17:46:08 +0000 (19:46 +0200)]
[UTILMAN] Meh

4 years ago[UTILMAN] Fix Small typo in one of the checkboxes
Shy Zedaka [Mon, 19 Aug 2019 17:13:55 +0000 (20:13 +0300)]
[UTILMAN] Fix Small typo in one of the checkboxes

4 years ago[UTILMAN] Fix the build for msvc
Mark Jansen [Mon, 19 Aug 2019 12:13:43 +0000 (14:13 +0200)]
[UTILMAN] Fix the build for msvc

4 years ago[UTILMAN] Add French translation
Pierre Schweitzer [Mon, 19 Aug 2019 11:42:52 +0000 (13:42 +0200)]
[UTILMAN] Add French translation

4 years ago[DDK][PSDK] Add missing definitions for WPA/WPA2 authentication
Stanislav Motylkov [Sun, 18 Aug 2019 17:16:12 +0000 (20:16 +0300)]
[DDK][PSDK] Add missing definitions for WPA/WPA2 authentication

Part of it was already added in 3da616a. CORE-11924

4 years agoImplement Utility Manager software
Bișoc George [Wed, 24 Apr 2019 14:06:05 +0000 (16:06 +0200)]
Implement Utility Manager software

CORE-15974

4 years ago[SHELL32][STOBJECT] Enforce ShellExecuteW(..., file, parameters, ...)
Serge Gautherie [Thu, 15 Aug 2019 20:21:21 +0000 (22:21 +0200)]
[SHELL32][STOBJECT] Enforce ShellExecuteW(..., file, parameters, ...)

CORE-16299

4 years ago[LDR][APPHELP] Add a shim that disables manifest compatibility version parsing 1858/head
Mark Jansen [Mon, 19 Aug 2019 00:33:13 +0000 (02:33 +0200)]
[LDR][APPHELP] Add a shim that disables manifest compatibility version parsing

4 years ago[NTOSKRNL] Handle symlink parsing when it's bound to a specific object
Pierre Schweitzer [Mon, 19 Aug 2019 08:44:56 +0000 (10:44 +0200)]
[NTOSKRNL] Handle symlink parsing when it's bound to a specific object

4 years ago[NOTEPAD] Encoding detection (#1852)
Katayama Hirofumi MZ [Sun, 18 Aug 2019 13:46:56 +0000 (22:46 +0900)]
[NOTEPAD] Encoding detection (#1852)

CORE-15548
In notepad, if there is no BOM in the input file, then judge the text encoding.

4 years ago[MSV1_0] Add SpLsaModeInitialize and SpUserModeInitialize.
Eric Kohl [Sun, 18 Aug 2019 12:54:12 +0000 (14:54 +0200)]
[MSV1_0] Add SpLsaModeInitialize and SpUserModeInitialize.

SpLsaModeInitialize and SpUserModeInitialize will provide access to SSPI functions. LSASRV will soon access the LsaAp functions via SpLsaModeInialize.

4 years ago[FREELDR] Demote the ArcOpen() trace in WinLdrLoadImage() to a warning only.
Hermès Bélusca-Maïto [Sun, 18 Aug 2019 13:23:23 +0000 (15:23 +0200)]
[FREELDR] Demote the ArcOpen() trace in WinLdrLoadImage() to a warning only.

4 years ago[FFS] Silence some only-informative KdPrints.
Hermès Bélusca-Maïto [Fri, 16 Aug 2019 16:14:19 +0000 (18:14 +0200)]
[FFS] Silence some only-informative KdPrints.

4 years ago[COMCTL32_APITEST] Add propsheetv6 testcase (#1853)
Katayama Hirofumi MZ [Sun, 18 Aug 2019 09:53:37 +0000 (18:53 +0900)]
[COMCTL32_APITEST] Add propsheetv6 testcase (#1853)

The proof of #1842. Property sheet does unchange the page after WM_INITDIALOG. CORE-16280

4 years ago[USETUP] Localize the rest of the hardcoded error message strings
Bișoc George [Wed, 13 Feb 2019 16:13:48 +0000 (17:13 +0100)]
[USETUP] Localize the rest of the hardcoded error message strings

4 years ago[HAL] Xbox needs more PCI blacklisting!
Stanislav Motylkov [Sat, 17 Aug 2019 17:03:39 +0000 (20:03 +0300)]
[HAL] Xbox needs more PCI blacklisting!

CORE-16216

4 years ago[CMAKE] KDBG and _WINKD_ do not need a value
Serge Gautherie [Sat, 17 Aug 2019 16:20:51 +0000 (18:20 +0200)]
[CMAKE] KDBG and _WINKD_ do not need a value

4 years ago[IPHLPAPI] icmp.c: Complete sync with Wine Staging 1.7.55
Serge Gautherie [Fri, 4 May 2018 21:25:24 +0000 (23:25 +0200)]
[IPHLPAPI] icmp.c: Complete sync with Wine Staging 1.7.55

- Restore a missing brace.
- Mark all our differences (at that time). Please inspect them.

CORE-10536

4 years agoSearch for host-tools path 1356/head
Andrew Cook [Fri, 15 Feb 2019 01:33:13 +0000 (12:33 +1100)]
Search for host-tools path

Allows source-relative paths

4 years agoAdd WITH_HOST_TOOLS option
Andrew Cook [Wed, 13 Feb 2019 10:06:49 +0000 (21:06 +1100)]
Add WITH_HOST_TOOLS option

Required for cross-compiling with msvc as only one target
architecture is available at a time in the dev prompt

4 years agoRework host tools
Andrew Cook [Mon, 1 Oct 2018 11:07:44 +0000 (21:07 +1000)]
Rework host tools

Now configured at the same time as reactos and only
one list of targets to maintain

Correctly rebuilds when a tool changes (tested widl)

4 years ago[NTOS:IO] iomgr.c: Add a missing '#if defined(KDBG)'
Serge Gautherie [Sat, 8 Jun 2019 02:16:20 +0000 (04:16 +0200)]
[NTOS:IO] iomgr.c: Add a missing '#if defined(KDBG)'

4 years ago[UDFS] Avoid freeing Vcb when it couldn't have been allocated in UDFPnpSurpriseRemove()
Victor Martinez [Sat, 17 Aug 2019 13:44:57 +0000 (16:44 +0300)]
[UDFS] Avoid freeing Vcb when it couldn't have been allocated in UDFPnpSurpriseRemove()
CORE-11203

4 years ago[UDFS] Fix NewCFBName leakage in UDFFirstOpenFile()
Victor Martinez [Sat, 17 Aug 2019 13:39:55 +0000 (16:39 +0300)]
[UDFS] Fix NewCFBName leakage in UDFFirstOpenFile()
CORE-11098

4 years ago[UDFS] Fix accessing an already freed pointer in UDFMarkAllocatedAsNotXXX()
Victor Martinez [Sat, 17 Aug 2019 13:30:21 +0000 (16:30 +0300)]
[UDFS] Fix accessing an already freed pointer in UDFMarkAllocatedAsNotXXX()
CORE-11182

4 years ago[UDFS] Don't access OldInIcb after being freed
Victor Martinez [Sat, 17 Aug 2019 12:52:19 +0000 (15:52 +0300)]
[UDFS] Don't access OldInIcb after being freed
CORE-11199

4 years ago[DESK] Change the property "Screensaver" page on text change
Bișoc George [Sun, 4 Aug 2019 09:21:28 +0000 (11:21 +0200)]
[DESK] Change the property "Screensaver" page on text change

If the user takes action on the edit box control of "Screensaver" dialog page, enable the "Apply" property button.

CORE-16280

4 years ago[UDFS] Fix uninitialized variable
Victor Martinez [Sat, 17 Aug 2019 12:43:24 +0000 (15:43 +0300)]
[UDFS] Fix uninitialized variable
CORE-11216

4 years ago[COMCTL32] Unchange the property sheet page after WM_INITDIALOG (#1842)
Katayama Hirofumi MZ [Sat, 17 Aug 2019 11:02:57 +0000 (20:02 +0900)]
[COMCTL32] Unchange the property sheet page after WM_INITDIALOG (#1842)

In my testing on Win2k3, EN_CHANGE is generated in OnInitDialog, that is correct. The target is property sheet. The property sheet does unchange the page after WM_INITDIALOG generation. CORE-16280

4 years ago[COMCTL32] remove unused theme_*.c files.
Andreas Maier [Fri, 21 Jun 2019 09:58:07 +0000 (11:58 +0200)]
[COMCTL32] remove unused theme_*.c files.

4 years ago[RSYM] When determining the current function, always prefer COFF symbols if they... 1742/head
Thomas Faber [Sat, 20 Jul 2019 20:20:33 +0000 (22:20 +0200)]
[RSYM] When determining the current function, always prefer COFF symbols if they're closer.

4 years ago[FREELDR] Add missing VideoSetTextCursorPosition handler for Xbox
Stanislav Motylkov [Fri, 16 Aug 2019 23:36:17 +0000 (02:36 +0300)]
[FREELDR] Add missing VideoSetTextCursorPosition handler for Xbox

This fixes null pointer call bug, which was revealed in 85d44fc. Spotted by Mark Jansen. CORE-16216

Co-authored-by: Mark Jansen <mark.jansen@reactos.org>
4 years ago[TRANSLATION][NEWDEV] Complete Hebrew Translations for New Device Prompt
Shy Zedaka [Fri, 16 Aug 2019 13:16:41 +0000 (16:16 +0300)]
[TRANSLATION][NEWDEV] Complete Hebrew Translations for New Device Prompt

4 years ago[FREELDR] Add Serial ports detection in DetectIsaBios() (#1829)
Stanislav Motylkov [Fri, 16 Aug 2019 18:00:25 +0000 (21:00 +0300)]
[FREELDR] Add Serial ports detection in DetectIsaBios() (#1829)

CORE-16216

4 years ago[SDK] As sole author of the file, relicense it as LPGL
Pierre Schweitzer [Fri, 16 Aug 2019 17:54:44 +0000 (19:54 +0200)]
[SDK] As sole author of the file, relicense it as LPGL

It allows third party developers (such as Mark Harmstone :-)) to use it

4 years ago[USBOHCI_NEW] Fix unused variable
Victor Perevertkin [Fri, 16 Aug 2019 17:37:11 +0000 (20:37 +0300)]
[USBOHCI_NEW] Fix unused variable

4 years ago[CONSOLE] New Portuguese Translation 1788/head
Jose Carlos Jesus [Fri, 16 Aug 2019 16:47:08 +0000 (18:47 +0200)]
[CONSOLE] New Portuguese Translation

4 years ago[DESKMON] Update Portuguese Translation
Jose Carlos Jesus [Mon, 5 Aug 2019 23:20:18 +0000 (00:20 +0100)]
[DESKMON] Update Portuguese Translation

4 years ago[DESK] New Portuguese translation
Jose Carlos Jesus [Mon, 5 Aug 2019 23:14:11 +0000 (00:14 +0100)]
[DESK] New Portuguese translation

4 years ago[SHELL][COMCTL32] pt_PT_Translation Improvements
Jose Carlos Jesus [Sat, 3 Aug 2019 16:55:09 +0000 (17:55 +0100)]
[SHELL][COMCTL32] pt_PT_Translation Improvements

4 years ago[HDWWIZ] New pt_PT_Translation
Jose Carlos Jesus [Sat, 3 Aug 2019 16:52:05 +0000 (17:52 +0100)]
[HDWWIZ] New pt_PT_Translation

4 years ago[FREELDR] Add PCI BIOS emulation and PCI bus enumeration for Xbox (#1830)
Stanislav Motylkov [Fri, 16 Aug 2019 17:14:10 +0000 (20:14 +0300)]
[FREELDR] Add PCI BIOS emulation and PCI bus enumeration for Xbox (#1830)

CORE-16216 CORE-16308

4 years ago[AUDIOSRV][BOOTDATA][INCLUDE][MMSYS] Rename RosAudioSrv to AudioSrv (#1826)
Oleg Dubinskiy [Fri, 16 Aug 2019 17:11:04 +0000 (20:11 +0300)]
[AUDIOSRV][BOOTDATA][INCLUDE][MMSYS] Rename RosAudioSrv to AudioSrv (#1826)

Rename RosAudioSrv to AudioSrv in audio service itself and in all system components which are related to this, same as it done in Win2k3.
It allows MS DxDiag to detect the system audio service correctly, so it becomes possible to run DirectSound test properly with MS dsound.dll, although it works with some minor errors and only in older VirtualBox versions, ~ up to 5.1.38 (and in other emulators as well).

CORE-16307

4 years ago[USBOHCI_NEW] Refactor OHCI_AbortTransfer function
Stanislav Motylkov [Thu, 27 Jun 2019 23:38:10 +0000 (02:38 +0300)]
[USBOHCI_NEW] Refactor OHCI_AbortTransfer function

- Added SAL annotation
- Simplified local variables
- Replace counterintuitive `do {} while ()` loops with nice `for` loops
- Get rid of goto and its label, it can be simply avoided

4 years ago[COMCTL32] Export LoadIconMetric and LoadIconWithScaleDown 1064/head
Andrew Boyarshin [Sun, 25 Nov 2018 06:47:11 +0000 (13:47 +0700)]
[COMCTL32] Export LoadIconMetric and LoadIconWithScaleDown

They are already implemented and there is little sense for them to be hidden.
Required for ProcessHacker 3.0+.

4 years ago[HAL] Add Xbox Hardware Abstraction Layer
Stanislav Motylkov [Mon, 12 Aug 2019 09:23:25 +0000 (12:23 +0300)]
[HAL] Add Xbox Hardware Abstraction Layer

- Create xbox.cmake based on legacy.cmake and pic.cmake
- Revive Xbox HAL files and add them to the build
- Fix boot with Xbox HAL, add missing parts from halinit_up.c
- Code style and debug logging improvements in pcibus.c
- Allow to choose Xbox HAL in usetup

CORE-16216

4 years ago[JSCRIPT] import wine commits "stub + implement Enumerator()"
Andreas Maier [Fri, 19 Apr 2019 19:00:27 +0000 (21:00 +0200)]
[JSCRIPT] import wine commits "stub + implement Enumerator()"

https://source.winehq.org/git/wine.git/commit/6630bc4096870d1586e6d431b93dd74eb7ce017d
https://source.winehq.org/git/wine.git/commit/a015c626438dc8cba445242c68d4175f381b2128

CORE-13810

4 years ago[W32TIME] The interval is specified in seconds, but we need milliseconds
Mark Jansen [Fri, 16 Aug 2019 14:29:20 +0000 (16:29 +0200)]
[W32TIME] The interval is specified in seconds, but we need milliseconds

4 years ago[COMCTL32] Checking size grip bounds in x-axis only
Waritnan Sookbuntherng [Tue, 11 Dec 2018 15:25:16 +0000 (22:25 +0700)]
[COMCTL32] Checking size grip bounds in x-axis only

4 years ago[COMCTL32] Hide size grip when the parent window is maximized
Waritnan Sookbuntherng [Tue, 11 Dec 2018 15:22:47 +0000 (22:22 +0700)]
[COMCTL32] Hide size grip when the parent window is maximized