reactos.git
4 years ago[SDK] Move kcom.h from psdk to ddk where it belongs
Timo Kreuzer [Sat, 25 May 2019 12:24:07 +0000 (14:24 +0200)]
[SDK] Move kcom.h from psdk to ddk where it belongs

4 years ago[User32] Sync Port Wine.
jimtabor [Sat, 29 Jun 2019 03:22:49 +0000 (22:22 -0500)]
[User32] Sync Port Wine.

Patch :
Nikolay Sivov : Use correct brush color for centered image background.
Nikolay Sivov : Remove confusing comments.

4 years ago[User32] Sync Port Wine.
jimtabor [Sat, 29 Jun 2019 02:52:04 +0000 (21:52 -0500)]
[User32] Sync Port Wine.

Patch :
Vijay Kiran Kamuju : Add DlgDirList wildcard checks.
Nikolay Sivov : Fix setting negative dialog item ids.
Alistair Leslie-Hughes : Don't reset focus if current dialog is a child.
Dmitry Timoshkov : If there is no dialog controls to set focus to then
set focus to dialog itself.
Zhiyi Zhang : Send notification for the focused button in
IsDialogMessage().
Huw Davies : Avoid using the comma operator in a while condition.

Patch skipped : a525631920d74e9d797f38305b89e63aed1c5c41 : Scale dialog
base units based on DPI awareness.

4 years ago[SDK] Add missing definitions
Pierre Schweitzer [Fri, 28 Jun 2019 20:11:54 +0000 (22:11 +0200)]
[SDK] Add missing definitions

This fixes storport build

4 years ago[STORPORT] Improvements to the device enumerator code.
Eric Kohl [Thu, 27 Jun 2019 21:05:46 +0000 (23:05 +0200)]
[STORPORT] Improvements to the device enumerator code.

- Create PDO for the device
- Send a SCSIOP_INQUIRY command to the new PDO
- Delete the PDO if the inquiry command failed

4 years ago[LIBPNG] Update to version 1.6.37. CORE-16147
Thomas Faber [Thu, 27 Jun 2019 09:09:58 +0000 (11:09 +0200)]
[LIBPNG] Update to version 1.6.37. CORE-16147

4 years ago[MBEDTLS] Update to version 2.7.11. CORE-16147
Thomas Faber [Thu, 27 Jun 2019 09:04:40 +0000 (11:04 +0200)]
[MBEDTLS] Update to version 2.7.11. CORE-16147

4 years ago[DOC] Fix ACPICA version. CORE-16138
Thomas Faber [Thu, 27 Jun 2019 09:10:55 +0000 (11:10 +0200)]
[DOC] Fix ACPICA version. CORE-16138

4 years ago[ATL] Add CRect::PtInRect
Mark Jansen [Sat, 1 Jun 2019 11:53:04 +0000 (13:53 +0200)]
[ATL] Add CRect::PtInRect

4 years ago[NTOS:MM] Fix MiLocateKernelSections() and MmMakeKernelResourceSectionWritable().
Hermès Bélusca-Maïto [Tue, 25 Jun 2019 22:46:52 +0000 (00:46 +0200)]
[NTOS:MM] Fix MiLocateKernelSections() and MmMakeKernelResourceSectionWritable().

- MiLocateKernelSections(): Fix the calculation of MiKernelResourceEndPte,
  MmPoolCodeEnd and MmPteCodeEnd.

- MmMakeKernelResourceSectionWritable(): Fix PTE looping upper limit;
  use MI_MAKE_HARDWARE_PTE_KERNEL to build the updated read-write PTE.

4 years ago[FREELDR] Fix Release build
Victor Perevertkin [Tue, 25 Jun 2019 21:56:21 +0000 (00:56 +0300)]
[FREELDR] Fix Release build

4 years ago[NTOS:KE/MM] Some bug-fixes in the bugcheck code.
Hermès Bélusca-Maïto [Tue, 25 Jun 2019 18:45:23 +0000 (20:45 +0200)]
[NTOS:KE/MM] Some bug-fixes in the bugcheck code.

- Introduce the MmMakeKernelResourceSectionWritable() helper for
  making the kernel resource memory section writable, and use it
  in KeGetBugMessageText(). Indeed, this latter function patches
  in place the bugcheck resource message to trim any trailing
  newlines before displaying the message on screen.

  See also https://github.com/osresearch/uxen/blob/83bad53/dm/introspection-win7.c#L286
  that mentions it too.

  This fixes bugcheck text display (e.g. the MANUALLY_INITIATED_CRASH one)
  when using (at least) MSVC-built ReactOS, avoiding a Page-Fault
  exception during the bugcheck.

- Cover KeGetBugMessageText() in SEH since we are accessing kernel
  resources that could also be corrupted in bugcheck scenarii, and we
  don't want to further bugcheck.

- Fix newline trimming loop.

- KiDoBugCheckCallbacks():
  * Wrap the bugcheck CallbackRoutine call in SEH.
  * Add a FIXME concerning the need of further memory validation of CurrentRecord.

- Add a FIXME concerning the need to run the bugcheck-reason callbacks
  with the KbCallbackReserved1 reason, in KeBugCheckWithTf().
  Mentioned in http://blog.ptsecurity.com/2012/06/customizing-blue-screen-of-death.html

4 years ago[NTOS] Minor formatting enhancements only + typo fixes.
Hermès Bélusca-Maïto [Tue, 25 Jun 2019 18:43:24 +0000 (20:43 +0200)]
[NTOS] Minor formatting enhancements only + typo fixes.

4 years ago[USBSTOR] Do not print device descriptor by default.
Victor Perevertkin [Tue, 25 Jun 2019 16:04:20 +0000 (19:04 +0300)]
[USBSTOR] Do not print device descriptor by default.
Add SrbGetCdb macro

4 years ago[USBOHCI_NEW] Rename counter-intuitive field of Transfer Descriptor
Victor Perevertkin [Tue, 25 Jun 2019 12:14:21 +0000 (15:14 +0300)]
[USBOHCI_NEW] Rename counter-intuitive field of Transfer Descriptor

4 years ago[USBOHCI_NEW] Zero out the transfer descriptor right after allocation.
Victor Perevertkin [Tue, 25 Jun 2019 12:03:26 +0000 (15:03 +0300)]
[USBOHCI_NEW] Zero out the transfer descriptor right after allocation.
Cleaned up transfer routines and added some more docs.

4 years ago[USBOHCI_NEW] Simplify the MapTransferToTD routine and add some docs
Victor Perevertkin [Tue, 25 Jun 2019 10:02:35 +0000 (13:02 +0300)]
[USBOHCI_NEW] Simplify the MapTransferToTD routine and add some docs

4 years ago[UNIATA] Update to version 0.47a. CORE-15930
Thomas Faber [Tue, 25 Jun 2019 07:05:43 +0000 (09:05 +0200)]
[UNIATA] Update to version 0.47a. CORE-15930

4 years ago[ACPICA] Update to version 20190509. CORE-16138
Thomas Faber [Tue, 25 Jun 2019 06:58:25 +0000 (08:58 +0200)]
[ACPICA] Update to version 20190509. CORE-16138

4 years ago[RTL] Fix failure check in RtlpCreateCriticalSectionSem.
Thomas Faber [Tue, 25 Jun 2019 06:58:11 +0000 (08:58 +0200)]
[RTL] Fix failure check in RtlpCreateCriticalSectionSem.

4 years ago[CMIDRIVER] Try to fix build 3
Timo Kreuzer [Tue, 25 Jun 2019 07:04:59 +0000 (09:04 +0200)]
[CMIDRIVER] Try to fix build 3

4 years ago[FREELDR] Always change video mode back to text-mode before starting up ReactOS. 1653/head
Yaroslav Kibysh [Thu, 13 Jun 2019 19:26:42 +0000 (22:26 +0300)]
[FREELDR] Always change video mode back to text-mode before starting up ReactOS.
CORE-16116

- This allows getting the /NOGUIBOOT mode working correctly, as the latter
  expects text-mode. Then, usetup (via BLUE driver) will change to a
  different text-mode, or, GUI boot will change (via BOOTVID) to VGA
  640*480 16-color.

- Always hide the VGA cursor.

- Remove also the deprecated boolean "Setup" in the *PrepareForReactOS()
  functions.

Co-authored-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
4 years ago[BLUE] Initialize the console with a default font for codepage 437.
Hermès Bélusca-Maïto [Tue, 25 Jun 2019 00:21:25 +0000 (02:21 +0200)]
[BLUE] Initialize the console with a default font for codepage 437.

4 years ago[CMIDRIVER] Try to fix build 2
Timo Kreuzer [Mon, 24 Jun 2019 22:54:00 +0000 (00:54 +0200)]
[CMIDRIVER] Try to fix build 2

4 years ago[CMIDRIVER] Try to fix build
Timo Kreuzer [Mon, 24 Jun 2019 22:26:08 +0000 (00:26 +0200)]
[CMIDRIVER] Try to fix build

4 years ago[STDUNK][PORTCLS][CMIDriver] Fix issue with operator new/delete
Timo Kreuzer [Sat, 25 May 2019 10:22:04 +0000 (12:22 +0200)]
[STDUNK][PORTCLS][CMIDriver] Fix issue with operator new/delete

Fix for MSVC warning "C2323: 'operator new': non-member operator new or delete functions may not be declared static or in a namespace other than the global namespace."

See https://docs.microsoft.com/en-us/cpp/porting/visual-cpp-what-s-new-2003-through-2015?view=vs-2019 section "Overloaded operator new and operator delete"

4 years ago[GDI32_APITEST] Extend test for SetWorldTransform (#1686)
Timo Kreuzer [Mon, 24 Jun 2019 19:16:10 +0000 (21:16 +0200)]
[GDI32_APITEST] Extend test for SetWorldTransform (#1686)

4 years ago[WIN32SS][NTGDI] Strictly check in XFORMOBJ_iSetXform (#1676)
Katayama Hirofumi MZ [Mon, 24 Jun 2019 12:32:40 +0000 (21:32 +0900)]
[WIN32SS][NTGDI] Strictly check in XFORMOBJ_iSetXform (#1676)

Check if the determinant of the given transformation matrix is non-zero. If zero, the function returns DDI_ERROR without change. CORE-15554

4 years ago[BOOTVID] Diverse enhancements.
Hermès Bélusca-Maïto [Sun, 23 Jun 2019 19:05:28 +0000 (21:05 +0200)]
[BOOTVID] Diverse enhancements.

- Import cmdcnst.h and vga.h headers from the 'vga_new' VGA Miniport Driver,
  that contain definitions related to VGA registers as well as command-stream
  functionality.

- Replace a bunch of hardcoded values by their corresponding defintions.

- Replace "Captain-Obvious" comments in VgaIsPresent() with actual
  explanations from the corresponding function in 'vga_new'.

- Simplify the VgaInterpretCmdStream() function, based on the
  corresponding one from 'vga_new'.

- Use concise comments in the 'AT_Initialization' command stream definition.

- Import the 'VGA_640x480' initialization command stream from 'vga_new'
  and use it as the full VGA initialization stream whenever the HAL
  does not handle the VGA display (HalResetDisplay() returning FALSE).
  Otherwise we just use the 'AT_Initialization' command stream that
  performs minimal initialization.

- Remove unused AT_Initialization and other declarations from ARM build.

4 years ago[INFLIB] Fix INFCONTEXT structure to be compatible with the official definition ...
Timo Kreuzer [Sun, 23 Jun 2019 20:35:19 +0000 (22:35 +0200)]
[INFLIB] Fix INFCONTEXT structure to be compatible with the official definition (#1603)

* [INFLIB] Fix INFCONTEXT structure to be compatible with the official definition.

This makes inflib work on x64.

4 years ago[SETUPAPI][UMPNPMGR] PNP_UnregisterNotification: Add 2 unknown parameters
Eric Kohl [Sun, 23 Jun 2019 19:45:54 +0000 (21:45 +0200)]
[SETUPAPI][UMPNPMGR] PNP_UnregisterNotification: Add 2 unknown parameters

4 years ago[SETUPAPI][UMPNPMGR] Improve CMP_RegisterNotification/PNP_RegisterNotification
Eric Kohl [Sun, 23 Jun 2019 17:26:44 +0000 (19:26 +0200)]
[SETUPAPI][UMPNPMGR] Improve CMP_RegisterNotification/PNP_RegisterNotification

Pass the notification filter to PNP_RegisterNotification as a byte-pointer to the filter and the size of the filter.

4 years ago[BOOTVID] Fixes for VgaIsPresent() and VidInitialize().
Hermès Bélusca-Maïto [Sun, 23 Jun 2019 01:03:40 +0000 (03:03 +0200)]
[BOOTVID] Fixes for VgaIsPresent() and VidInitialize().

- VgaIsPresent(): Re-select the memory mode register before playing
  around with the sequencer flag. Otherwise the VGA may not be detected
  correctly from time to time.

- VidInitialize(): Simplify the initialization loop, reset AddressSpace
  to its "default" value of 1 when calling HalFindBusAddressTranslation()
  on 'NullAddress'.

4 years ago[BOOTVID] Simplify the code by introducing and using IO port helper macros.
Hermès Bélusca-Maïto [Sun, 23 Jun 2019 00:29:01 +0000 (02:29 +0200)]
[BOOTVID] Simplify the code by introducing and using IO port helper macros.

- Move around two header includes.
- Remove a redundant assignment in VgaInterpretCmdStream().

4 years ago[VGA_NEW] Fix confusion between CRTC Controller and Graphics Controller registers.
Hermès Bélusca-Maïto [Sat, 22 Jun 2019 21:27:26 +0000 (23:27 +0200)]
[VGA_NEW] Fix confusion between CRTC Controller and Graphics Controller registers.

4 years ago[NTVDM] Fix whitespace.
Hermès Bélusca-Maïto [Sat, 22 Jun 2019 21:24:13 +0000 (23:24 +0200)]
[NTVDM] Fix whitespace.

4 years ago[WIN32K] Fix spelling typo.
Hermès Bélusca-Maïto [Sat, 22 Jun 2019 21:03:10 +0000 (23:03 +0200)]
[WIN32K] Fix spelling typo.

4 years ago[WIN32SS] Fix multiple scrollbar redraw issues
Joachim Henze [Sat, 22 Jun 2019 20:27:23 +0000 (22:27 +0200)]
[WIN32SS] Fix multiple scrollbar redraw issues

This fixes:
- CORE-15911 "Scrollbars do not dissapear when Maximizing and not needed"
- CORE-10617 "ListView corrupt scrollbar upon resizing the column-header"

and will appease regression:
- CORE-15429 "Uninitialized scrollbars in 'My Computer'"

By applying clientFix.patch from CORE-15911 contributed by JIRA-user 'I_Kill_Bugs'.

https://reactos.org/testman/compare.php?ids=66723,66729

Earlier I already committed this fix into 0.4.12-RC-9-g
5ac548544ff6b3d52c6591385d9029164e766d71

4 years ago[NETCFGX] Start a network adapter device after the custom install steps have been...
Eric Kohl [Sat, 22 Jun 2019 18:59:16 +0000 (20:59 +0200)]
[NETCFGX] Start a network adapter device after the custom install  steps have been completed.

This could probably fix CORE-16103

4 years ago[SETUPAPI] Implement SetupDiRestartDevices()
Eric Kohl [Sat, 22 Jun 2019 18:50:51 +0000 (20:50 +0200)]
[SETUPAPI] Implement SetupDiRestartDevices()

4 years ago[Win32SS] Complete Print Driver Callbacks
jimtabor [Sat, 22 Jun 2019 17:02:51 +0000 (12:02 -0500)]
[Win32SS] Complete Print Driver Callbacks

This callback works. Haven't commit the rest yet. Still thinking about
the data packets types and shapes. Using wordpad to test this. It works,
loads and unloads due to incomplete driver support and no PDEV. It
crashes in ComCtl32 while loading a text file. When this gets committed
without a solution, the code will be commented out.

4 years ago[COMCTL32] Fix CORE-14619 (Checkbox buttons theming regression) (#1674)
Andreas Maier [Sat, 22 Jun 2019 14:36:14 +0000 (16:36 +0200)]
[COMCTL32] Fix CORE-14619 (Checkbox buttons theming regression) (#1674)

* [COMCTL32] Fix CORE-14619 (Checkbox buttons theming regression)

Fix cb_states / rb_states lookup table.

* [README.WINE] comctl32 is synced to WineStaging-3.3.

See commit b3fb8555 .

4 years ago[FASTFAT][FLTMGR][NTOS] Do not explicitly call ObfDereferenceObject() (#1636)
Bișoc George [Sat, 22 Jun 2019 14:20:58 +0000 (16:20 +0200)]
[FASTFAT][FLTMGR][NTOS] Do not explicitly call ObfDereferenceObject() (#1636)

"Most code should not directly call the platform-specific ObfDereferenceObject() function but use the ObDereferenceObject() macro instead."

CORE-16081

4 years ago[NEWDEV] Add Portuguese (neutral) translation. 1673/head
Jose Carlos Jesus [Sat, 22 Jun 2019 14:10:37 +0000 (16:10 +0200)]
[NEWDEV] Add Portuguese (neutral) translation.

4 years ago[NETID] Add Portuguese (neutral) translation.
Jose Carlos Jesus [Thu, 20 Jun 2019 19:27:19 +0000 (20:27 +0100)]
[NETID] Add Portuguese (neutral) translation.

4 years ago[NETCFGX] Add Portuguese (neutral) translation.
Jose Carlos Jesus [Thu, 20 Jun 2019 18:01:17 +0000 (19:01 +0100)]
[NETCFGX] Add Portuguese (neutral) translation.

4 years ago[MAIN.CPL] Adjust the GROUPBOX control spacing for French resource (#1682)
Bișoc George [Sat, 22 Jun 2019 13:37:59 +0000 (15:37 +0200)]
[MAIN.CPL] Adjust the GROUPBOX control spacing for French resource (#1682)

CORE-12372

4 years ago[Win32SS] Add Driver Callback
James Tabor [Fri, 21 Jun 2019 18:10:03 +0000 (13:10 -0500)]
[Win32SS] Add Driver Callback

Add user driver callback to be used later on.

4 years ago[GDI32_APITEST] Fixup of 90be07f (#1675)
Katayama Hirofumi MZ [Fri, 21 Jun 2019 06:50:14 +0000 (15:50 +0900)]
[GDI32_APITEST] Fixup of 90be07f (#1675)

4 years ago[GDI32_APITEST] Improve TextTransform (add translation) (#1675)
Katayama Hirofumi MZ [Fri, 21 Jun 2019 06:45:54 +0000 (15:45 +0900)]
[GDI32_APITEST] Improve TextTransform (add translation) (#1675)

Add some coordinate translation tests. CORE-15554

4 years ago[NETSHELL] Improvements to the network setup (2a/x)
Eric Kohl [Thu, 20 Jun 2019 20:07:42 +0000 (22:07 +0200)]
[NETSHELL] Improvements to the network setup (2a/x)

Step 2a: Really check the binding between network components.

Next Step: Bind the Tcpip transport to all enumerated network adapters.

4 years ago[NETCFGX] Read a components bind value and implement the IsBoundTo method.
Eric Kohl [Thu, 20 Jun 2019 20:02:18 +0000 (22:02 +0200)]
[NETCFGX] Read a components bind value and implement the IsBoundTo method.

4 years ago[NETSTAT] Really fix the build.
Hermès Bélusca-Maïto [Thu, 20 Jun 2019 19:15:12 +0000 (21:15 +0200)]
[NETSTAT] Really fix the build.

4 years ago[NETSTAT] Simplify DoFormatMessage(), and fix build.
Hermès Bélusca-Maïto [Thu, 20 Jun 2019 18:59:23 +0000 (20:59 +0200)]
[NETSTAT] Simplify DoFormatMessage(), and fix build.

4 years ago[NETSTAT] Convert the netstat utility to Unicode, and localize it. (#1657) 1657/head
Lee Schroeder [Sat, 15 Jun 2019 17:25:54 +0000 (11:25 -0600)]
[NETSTAT] Convert the netstat utility to Unicode, and localize it. (#1657)
CORE-16119

Also, change its resource file description to reflect that the utility isn't just for TCPv4.

4 years ago[NETCFGX] EnumClientServiceProtocol: Use the right parent key when trying to open...
Eric Kohl [Thu, 20 Jun 2019 18:04:10 +0000 (20:04 +0200)]
[NETCFGX] EnumClientServiceProtocol: Use the right parent key when trying to open the 'NDI' subkey.

This makes the description of the selected item show up in the network connection properties.

4 years ago[NTOS:KE] Use multi-processor-aware KeGetPcr() instead of the legacy PCR. 1519/head
Hermès Bélusca-Maïto [Sat, 27 Apr 2019 15:57:49 +0000 (17:57 +0200)]
[NTOS:KE] Use multi-processor-aware KeGetPcr() instead of the legacy PCR.

4 years ago[NTOS:KE] Fixup for the NMI task handler: handle NMI recursion. -- Code was lost...
Hermès Bélusca-Maïto [Tue, 23 Apr 2019 01:42:24 +0000 (03:42 +0200)]
[NTOS:KE] Fixup for the NMI task handler: handle NMI recursion. -- Code was lost in commit 2efed8ef (r45040).

4 years ago[NTOS:KE] Improvements for the Trap02 (NMI) and Trap08 (double-fault) exception handlers.
Hermès Bélusca-Maïto [Mon, 4 Feb 2019 00:16:29 +0000 (01:16 +0100)]
[NTOS:KE] Improvements for the Trap02 (NMI) and Trap08 (double-fault) exception handlers.

- Add FRAME_TSS FPO debug information for Trap02 and Trap08.
- Switch the active TSS in Trap08 in the very same way as is done in Trap02.

This allows to correctly debug NMI and double-fault exceptions with WinDbg,
by following the different TSS contexts, as described in:
https://blogs.msdn.microsoft.com/debuggingtoolbox/2008/02/22/special-command-analyzing-and-reconstructing-the-stack-using-the-k-command-and-its-variations/
https://blogs.msdn.microsoft.com/ntdebugging/2009/11/25/part-1-got-stack-no-we-ran-out-of-kernel-mode-stack-and-kv-wont-tell-me-why/
http://www.osronline.com/article.cfm?article=254 and http://www.osronline.com/article.cfm?article=328

4 years ago[NTOS:KE][SDK:ASM] Code formatting/styling only.
Hermès Bélusca-Maïto [Mon, 4 Feb 2019 00:02:26 +0000 (01:02 +0100)]
[NTOS:KE][SDK:ASM] Code formatting/styling only.

- Un-hardcode the RPL_MASK value.
- s/KiUnexpectedInterrupt&Number/KiUnexpectedInterrupt&Vector/
- Use C-style comments in traphdlr.c as everywhere else in the file.
- Update the URLs for the MSDN "FPO" macro documentation.

4 years ago[DEVMGR] Add the missing pt-PT.rc translation file. Strange, I thought I added it...
Hermès Bélusca-Maïto [Thu, 20 Jun 2019 16:04:26 +0000 (18:04 +0200)]
[DEVMGR] Add the missing pt-PT.rc translation file. Strange, I thought I added it before...

4 years ago[CPL_DESK] Update Indonesian translation. 1662/head
Mas Ahmad Muhammad [Wed, 19 Jun 2019 08:32:35 +0000 (15:32 +0700)]
[CPL_DESK] Update Indonesian translation.

4 years ago[CPL_MMSYS] Update Indonesian translation.
Mas Ahmad Muhammad [Wed, 19 Jun 2019 08:32:03 +0000 (15:32 +0700)]
[CPL_MMSYS] Update Indonesian translation.

4 years ago[CPL_TIMEDATE] Update Indonesian translation.
Mas Ahmad Muhammad [Tue, 18 Jun 2019 19:08:09 +0000 (02:08 +0700)]
[CPL_TIMEDATE] Update Indonesian translation.

4 years ago[CPL_CONSOLE] Update Indonesian translation.
Mas Ahmad Muhammad [Tue, 18 Jun 2019 19:07:02 +0000 (02:07 +0700)]
[CPL_CONSOLE] Update Indonesian translation.

4 years ago[CPL_APPWIZ] Add Indonesian translation.
Mas Ahmad Muhammad [Tue, 18 Jun 2019 11:14:02 +0000 (18:14 +0700)]
[CPL_APPWIZ] Add Indonesian translation.

4 years ago[CPL_ACCESS] Update Indonesian translation.
Mas Ahmad Muhammad [Tue, 18 Jun 2019 10:47:00 +0000 (17:47 +0700)]
[CPL_ACCESS] Update Indonesian translation.

4 years ago[SETUP_WELCOME] Update Indonesian translation.
Mas Ahmad Muhammad [Tue, 18 Jun 2019 04:37:12 +0000 (11:37 +0700)]
[SETUP_WELCOME] Update Indonesian translation.

4 years ago[NEWDEV] Update Indonesian translation.
Mas Ahmad Muhammad [Tue, 18 Jun 2019 04:25:08 +0000 (11:25 +0700)]
[NEWDEV] Update Indonesian translation.

4 years ago[IEFRAME] Add Indonesian translation.
Mas Ahmad Muhammad [Thu, 20 Jun 2019 14:48:22 +0000 (16:48 +0200)]
[IEFRAME] Add Indonesian translation.

4 years ago[DEVMGR] Update Indonesian translation.
Mas Ahmad Muhammad [Tue, 18 Jun 2019 02:51:18 +0000 (09:51 +0700)]
[DEVMGR] Update Indonesian translation.

4 years ago[MSGINA] Update Indonesian translation.
Mas Ahmad Muhammad [Tue, 18 Jun 2019 02:49:11 +0000 (09:49 +0700)]
[MSGINA] Update Indonesian translation.

4 years ago[WINLOGON] Update Indonesian translation.
Mas Ahmad Muhammad [Sun, 16 Jun 2019 12:28:39 +0000 (19:28 +0700)]
[WINLOGON] Update Indonesian translation.

4 years ago[COMCTL32] Add Indonesian translation.
Mas Ahmad Muhammad [Sun, 16 Jun 2019 11:05:04 +0000 (18:05 +0700)]
[COMCTL32] Add Indonesian translation.

4 years ago[SHUTDOWN] Add Indonesian translation.
Mas Ahmad Muhammad [Sun, 16 Jun 2019 10:18:04 +0000 (17:18 +0700)]
[SHUTDOWN] Add Indonesian translation.

4 years ago[THEMEUI] Add Indonesian translation.
Mas Ahmad Muhammad [Sun, 16 Jun 2019 03:20:28 +0000 (10:20 +0700)]
[THEMEUI] Add Indonesian translation.

4 years ago[NOTEPAD] Update Indonesian translation.
Mas Ahmad Muhammad [Sat, 15 Jun 2019 04:29:39 +0000 (11:29 +0700)]
[NOTEPAD] Update Indonesian translation.

4 years ago[COMDLG32] Add Indonesian translation.
Mas Ahmad Muhammad [Sat, 15 Jun 2019 02:42:28 +0000 (09:42 +0700)]
[COMDLG32] Add Indonesian translation.

4 years ago[SETUP_REACTOS] Add Indonesian translation.
Mas Ahmad Muhammad [Fri, 14 Jun 2019 08:35:56 +0000 (15:35 +0700)]
[SETUP_REACTOS] Add Indonesian translation.

4 years ago[BROWSEUI] Add Indonesian translation.
Mas Ahmad Muhammad [Fri, 14 Jun 2019 07:32:03 +0000 (14:32 +0700)]
[BROWSEUI] Add Indonesian translation.

4 years ago[SHORTCUTS] Update Indonesian translation.
Mas Ahmad Muhammad [Fri, 14 Jun 2019 05:27:52 +0000 (12:27 +0700)]
[SHORTCUTS] Update Indonesian translation.

4 years ago[ROSAPPS_SHORTCUTS] Update Indonesian translation.
Mas Ahmad Muhammad [Fri, 14 Jun 2019 04:23:15 +0000 (11:23 +0700)]
[ROSAPPS_SHORTCUTS] Update Indonesian translation.

4 years ago[DEVMGR] Add Portuguese (neutral) translation.
Jose Carlos Jesus [Thu, 20 Jun 2019 15:13:40 +0000 (17:13 +0200)]
[DEVMGR] Add Portuguese (neutral) translation.

4 years ago[CREDUI] Update Portuguese (neutral) translation.
Jose Carlos Jesus [Thu, 20 Jun 2019 15:13:21 +0000 (17:13 +0200)]
[CREDUI] Update Portuguese (neutral) translation.

4 years ago[COMDLG32] Update Portuguese (neutral) translation.
Jose Carlos Jesus [Thu, 20 Jun 2019 08:47:18 +0000 (09:47 +0100)]
[COMDLG32] Update Portuguese (neutral) translation.

4 years ago[COMCTL32] Update Portuguese (neutral) translation.
Jose Carlos Jesus [Thu, 20 Jun 2019 08:28:59 +0000 (09:28 +0100)]
[COMCTL32] Update Portuguese (neutral) translation.

4 years ago[BROWSEUI] Add Portuguese (neutral) translation.
Jose Carlos Jesus [Thu, 20 Jun 2019 08:22:43 +0000 (09:22 +0100)]
[BROWSEUI] Add Portuguese (neutral) translation.

4 years ago[ACLUI] Add Portuguese (neutral) translation.
Jose Carlos Jesus [Thu, 20 Jun 2019 08:09:44 +0000 (09:09 +0100)]
[ACLUI] Add Portuguese (neutral) translation.

4 years agoCreate FUNDING.yml (#1658) 1671/head
Filip Š [Thu, 20 Jun 2019 14:07:06 +0000 (16:07 +0200)]
Create FUNDING.yml (#1658)

GitHub now supports sponsorships in the repository.
https://help.github.com/en/articles/displaying-a-sponsor-button-in-your-repository

4 years ago[WIN32SS][NTGDI] usWinAscent and usWinDescent must be treated as signed (#1670)
Katayama Hirofumi MZ [Thu, 20 Jun 2019 09:58:45 +0000 (18:58 +0900)]
[WIN32SS][NTGDI] usWinAscent and usWinDescent must be treated as signed (#1670)

TT_OS2.usWinAscent and TT_OS2.usWinDescent must be treated as FT_Short. These values affect font metrics. This PR will fix CORE-14994.

4 years ago[NETCFGX] Add the interfaces INetCfgBindingInterface and IEnumNetCfgBindingInterface...
Eric Kohl [Wed, 19 Jun 2019 20:38:31 +0000 (22:38 +0200)]
[NETCFGX] Add the interfaces INetCfgBindingInterface and IEnumNetCfgBindingInterface (stubs only).

4 years ago[EXPLORER] Properly initialise tbBtn.iBitmap. CORE-14262.
Andreas Maier [Tue, 18 Jun 2019 20:40:27 +0000 (22:40 +0200)]
[EXPLORER] Properly initialise tbBtn.iBitmap. CORE-14262.

In CNotifyToolbar::AddButton tbBtn.iBitmap (imagelist-index)
was inialised with 0. Tigthvnc adds the icon wihtout NIF_ICON flag.
So the wrong icon index was kept and later replaced.

4 years ago[EXPLORER] fix traces
Andreas Maier [Tue, 18 Jun 2019 19:00:43 +0000 (21:00 +0200)]
[EXPLORER] fix traces

4 years ago[NETCFGX] Add the interfaces INetCfgBindingPath and IEnumNetCfgBindingPath (stubs...
Eric Kohl [Tue, 18 Jun 2019 20:35:46 +0000 (22:35 +0200)]
[NETCFGX] Add the interfaces INetCfgBindingPath and IEnumNetCfgBindingPath (stubs only).

4 years ago[NETCFGX] NetPropPageProvider: Handle the Min and Max values for INT, LONG and WORD...
Eric Kohl [Tue, 18 Jun 2019 19:46:40 +0000 (21:46 +0200)]
[NETCFGX] NetPropPageProvider: Handle the Min and Max values for INT, LONG and WORD types properly

CORE-15095

4 years ago[URLMON] Directly call cabinet!Extract instead of calling it via advpack!ExtractFilesW 1660/head
Mark Jansen [Sat, 15 Jun 2019 20:32:22 +0000 (22:32 +0200)]
[URLMON] Directly call cabinet!Extract instead of calling it via advpack!ExtractFilesW
CORE-15795

4 years ago[REGEDIT] Update Portuguese (neutral) translations. (#1656) 1656/head
Jose Carlos Jesus [Mon, 17 Jun 2019 13:04:50 +0000 (15:04 +0200)]
[REGEDIT] Update Portuguese (neutral) translations. (#1656)

4 years ago[RAPPS] Add Portuguese (neutral) translation. (#1656)
Jose Carlos Jesus [Sat, 15 Jun 2019 12:46:17 +0000 (13:46 +0100)]
[RAPPS] Add Portuguese (neutral) translation. (#1656)

4 years ago[NOTEPAD] Update Portuguese (neutral) translation. (#1656)
Jose Carlos Jesus [Sat, 15 Jun 2019 11:42:28 +0000 (12:42 +0100)]
[NOTEPAD] Update Portuguese (neutral) translation. (#1656)

4 years ago[WLANCONF] Add Portuguese (neutral) translation. (#1656)
Jose Carlos Jesus [Sat, 15 Jun 2019 10:27:04 +0000 (11:27 +0100)]
[WLANCONF] Add Portuguese (neutral) translation. (#1656)