reactos.git
5 years ago[BTRFS] Upgrade to 1.1
Pierre Schweitzer [Sun, 16 Dec 2018 11:03:16 +0000 (12:03 +0100)]
[BTRFS] Upgrade to 1.1

CORE-15452

5 years ago[NTOSKRNL] Fix indentation. No code changes.
Eric Kohl [Sun, 16 Dec 2018 09:30:23 +0000 (10:30 +0100)]
[NTOSKRNL] Fix indentation. No code changes.

5 years ago[KERNEL32] Store the current computer name in the volatile ActiveComputerName key...
Eric Kohl [Sun, 16 Dec 2018 09:28:26 +0000 (10:28 +0100)]
[KERNEL32] Store the current computer name in the volatile ActiveComputerName key on first query in order to ensure that the visible computer name does not change until the next reboot.

5 years ago[USER32] App Switcher Arrow keys (#1136)
Katayama Hirofumi MZ [Sat, 15 Dec 2018 23:42:20 +0000 (08:42 +0900)]
[USER32] App Switcher Arrow keys (#1136)

Implement Arrow keys on App Switcher (Alt+Tab). CORE-15449

5 years ago[CPL][SHELL32] Add icons to input, joy, sysdm, folder options (#1138)
Katayama Hirofumi MZ [Sat, 15 Dec 2018 23:40:47 +0000 (08:40 +0900)]
[CPL][SHELL32] Add icons to input, joy, sysdm, folder options (#1138)

CORE-15445

5 years ago[SHELL32] Add a warning dialog before starting a dialog as well as a format complete...
Jared Smudde [Sat, 15 Dec 2018 20:22:57 +0000 (14:22 -0600)]
[SHELL32] Add a warning dialog before starting a dialog as well as a format complete dialog. (#1137)

Also fix the progress bar not working and the Allocation unit size combo box disappearing after a format completes.

5 years ago[UMPNPMGR] Re-enable the usage of Interlocked Singly-Linked lists. 1139/head
Hermès Bélusca-Maïto [Sat, 15 Dec 2018 14:26:01 +0000 (15:26 +0100)]
[UMPNPMGR] Re-enable the usage of Interlocked Singly-Linked lists.

Using locked operations (insertion & removal) on the list of queued
devices installations is necessary, because these operations are done
concurrently by two different threads: PnpEventThread() and
DeviceInstallThread().

Addendum to commit b2aeafca (r24365).

5 years ago[UMPNPMGR] Fix a typo.
Hermès Bélusca-Maïto [Fri, 14 Dec 2018 23:41:40 +0000 (00:41 +0100)]
[UMPNPMGR] Fix a typo.

5 years ago[STLPORT] Fix MSVC x64 build.
Hermès Bélusca-Maïto [Sat, 15 Dec 2018 16:05:59 +0000 (17:05 +0100)]
[STLPORT] Fix MSVC x64 build.

Timo, can you check whether this disabled code block is really needed?

5 years ago[PSDK] PSDK-compatibility: Add the SList function declarations to winbase.h.
Hermès Bélusca-Maïto [Sat, 15 Dec 2018 15:21:24 +0000 (16:21 +0100)]
[PSDK] PSDK-compatibility: Add the SList function declarations to winbase.h.

5 years ago[SHELL32] Update Simplified Chinese translation.
Luo Yufan [Sat, 15 Dec 2018 15:19:53 +0000 (23:19 +0800)]
[SHELL32] Update Simplified Chinese translation.

5 years ago[SHELL32] Update Traditional Chinese translation.
Luo Yufan [Sat, 15 Dec 2018 15:18:02 +0000 (23:18 +0800)]
[SHELL32] Update Traditional Chinese translation.

5 years ago[FLOPPY_NEW] Import the floppy driver from MS GitHub repository
Pierre Schweitzer [Sat, 15 Dec 2018 19:02:03 +0000 (20:02 +0100)]
[FLOPPY_NEW] Import the floppy driver from MS GitHub repository

Do not enable it yet, as it doesn't work in ROS for the moment :-(.
Its place in tree is not optimal (it should be with disk/class/etc.),
but I prefer keeping it close to actual driver for now.

All the work has been done so that it compiles and links with ReactOS
SDK though.

5 years ago[PSDK] Complete the MEDIA_TYPE enum
Pierre Schweitzer [Sat, 15 Dec 2018 18:18:35 +0000 (19:18 +0100)]
[PSDK] Complete the MEDIA_TYPE enum

5 years ago[NETAPI32] Implement NetRegisterDomainNameChangeNotification() and NetUnregisterDomai...
Eric Kohl [Sat, 15 Dec 2018 16:17:14 +0000 (17:17 +0100)]
[NETAPI32] Implement NetRegisterDomainNameChangeNotification() and NetUnregisterDomainNameChangeNotification().

5 years ago[MAINTAINERS][DOC] Update mspatcha in README.WINE and MAINTAINERS 1087/head
Mark Jansen [Wed, 12 Dec 2018 19:07:05 +0000 (20:07 +0100)]
[MAINTAINERS][DOC] Update mspatcha in README.WINE and MAINTAINERS

5 years ago[MSPATCHA] Initial patch decoding + applying.
Mark Jansen [Sat, 8 Dec 2018 22:49:57 +0000 (23:49 +0100)]
[MSPATCHA] Initial patch decoding + applying.
Some initial work is done, all testcases pass now.
However a lot of the patch format is still unknown / not working,
so do not expect anything other than the apitest to work yet.
The next thing to do now, is to gather input, output and patch files,
and analyze how the compression and patching works on bigger /
more complex files.
CORE-15417

5 years ago[MSPATCHA] Implement GetFilePatchSignature functions
Mark Jansen [Sun, 2 Dec 2018 18:14:16 +0000 (19:14 +0100)]
[MSPATCHA] Implement GetFilePatchSignature functions

5 years ago[MSPTCHA_APITEST] Initial tests.
Mark Jansen [Sat, 1 Dec 2018 21:35:29 +0000 (22:35 +0100)]
[MSPTCHA_APITEST] Initial tests.
The filename intentionally does not contain the word 'patch',
because this will trigger windows to auto-elevate the test app.

5 years ago[MSPATCHA][PSDK] Update / add some function definitions
Mark Jansen [Sat, 1 Dec 2018 13:16:46 +0000 (14:16 +0100)]
[MSPATCHA][PSDK] Update / add some function definitions

5 years ago[VCDCONTROLTOOL] Add a shortcut to start menu
Pierre Schweitzer [Sat, 15 Dec 2018 14:45:57 +0000 (15:45 +0100)]
[VCDCONTROLTOOL] Add a shortcut to start menu

5 years ago[KBDROST][NTDLL_APITEST] Add UTF-8 BOM (#1135)
Katayama Hirofumi MZ [Fri, 14 Dec 2018 23:00:39 +0000 (08:00 +0900)]
[KBDROST][NTDLL_APITEST] Add UTF-8 BOM (#1135)

Add UTF-8 BOM. CORE-15447

5 years ago[SETUPLIB] Detect GPT-partitioned disks but don't use them since we don't support...
Hermès Bélusca-Maïto [Thu, 13 Dec 2018 23:30:12 +0000 (00:30 +0100)]
[SETUPLIB] Detect GPT-partitioned disks but don't use them since we don't support them at the moment.

- Add checks for GPT disks and either fail or ignore the disk,
  depending on the operation being executed.

[USETUP][REACTOS] Display the disk style more accurately.

5 years ago[SHELL32] Improve French translation of Folder Options View
Katayama Hirofumi MZ [Fri, 14 Dec 2018 20:41:44 +0000 (05:41 +0900)]
[SHELL32] Improve French translation of Folder Options View

CORE-15259

5 years ago[EXPLORER] Set display icon of task properties (#1130)
Katayama Hirofumi MZ [Fri, 14 Dec 2018 11:07:33 +0000 (20:07 +0900)]
[EXPLORER] Set display icon of task properties (#1130)

CORE-10494

5 years ago[CPL] Properly set display icons of control panel applets (#1129)
Katayama Hirofumi MZ [Fri, 14 Dec 2018 11:06:57 +0000 (20:06 +0900)]
[CPL] Properly set display icons of control panel applets (#1129)

CORE-15445

5 years ago[SHELL32] Localize caption of Folder Options
Katayama Hirofumi MZ [Fri, 14 Dec 2018 10:52:41 +0000 (19:52 +0900)]
[SHELL32] Localize caption of Folder Options

CORE-15247

5 years ago[KMTEST:RTL] RtlException: Remove '#if CORE_6640_IS_FIXED'
Serge Gautherie [Thu, 13 Dec 2018 02:18:18 +0000 (03:18 +0100)]
[KMTEST:RTL] RtlException: Remove '#if CORE_6640_IS_FIXED'

On behalf of Víctor Martinez.
CORE-8773

5 years ago[SETUP][FONT] Add font substitute of Ubuntu font for CJK
Luo Yufan [Thu, 13 Dec 2018 17:54:13 +0000 (01:54 +0800)]
[SETUP][FONT] Add font substitute of Ubuntu font for CJK

CORE-15179

5 years ago[BROWSEUI] Follow up of #1121
Katayama Hirofumi MZ [Thu, 13 Dec 2018 11:40:05 +0000 (20:40 +0900)]
[BROWSEUI] Follow up of #1121

CORE-15434

5 years ago[BROWSEUI] Add backslash for directory (#1121)
Katayama Hirofumi MZ [Thu, 13 Dec 2018 11:04:02 +0000 (20:04 +0900)]
[BROWSEUI] Add backslash for directory (#1121)

CORE-15434

5 years ago[REGEDIT] Set background brush to child window (#1122)
Katayama Hirofumi MZ [Thu, 13 Dec 2018 11:00:27 +0000 (20:00 +0900)]
[REGEDIT] Set background brush to child window (#1122)

This commit fixes a problem with drawing of splitter. CORE-15442

5 years ago[ROSAUTOTEST] Force HTTPS
Pierre Schweitzer [Thu, 13 Dec 2018 10:54:59 +0000 (11:54 +0100)]
[ROSAUTOTEST] Force HTTPS

ONLINE-855

5 years ago[ROSAUTOTEST] Forget about HTTP, go over HTTPS directly
Pierre Schweitzer [Thu, 13 Dec 2018 10:49:13 +0000 (11:49 +0100)]
[ROSAUTOTEST] Forget about HTTP, go over HTTPS directly

ONLINE-855

5 years ago[ROSAUTOTEST] Allow transparent redirection to HTTPS URLs
Pierre Schweitzer [Thu, 13 Dec 2018 10:45:43 +0000 (11:45 +0100)]
[ROSAUTOTEST] Allow transparent redirection to HTTPS URLs

ONLINE-855

5 years ago[MAINTAINERS] Add the vcdcontroltool app
Pierre Schweitzer [Wed, 12 Dec 2018 20:12:39 +0000 (21:12 +0100)]
[MAINTAINERS] Add the vcdcontroltool app

5 years ago[WS2_32_APITEST] Fix 'inialialization' typo, in comments (#1119)
Serge Gautherie [Wed, 12 Dec 2018 19:24:07 +0000 (20:24 +0100)]
[WS2_32_APITEST] Fix 'inialialization' typo, in comments (#1119)

5 years ago[SFC_APITEST] Initial test for SfcIsFileProtected and SfcGetFiles 897/head
Mark Jansen [Sun, 25 Nov 2018 18:52:20 +0000 (19:52 +0100)]
[SFC_APITEST] Initial test for SfcIsFileProtected and SfcGetFiles

5 years ago[SHELL32] Add IActiveDesktop stub 1106/head
Mark Jansen [Sun, 9 Dec 2018 15:11:14 +0000 (16:11 +0100)]
[SHELL32] Add IActiveDesktop stub
CORE-15424

5 years ago[COM_APITEST] Add a test for CLSID_ActiveDesktop
Mark Jansen [Sun, 9 Dec 2018 14:58:35 +0000 (15:58 +0100)]
[COM_APITEST] Add a test for CLSID_ActiveDesktop
CORE-15424

5 years ago[PSDK] Add a minimal IActiveDesktop definition
Mark Jansen [Sun, 9 Dec 2018 14:58:00 +0000 (15:58 +0100)]
[PSDK] Add a minimal IActiveDesktop definition
CORE-15424

5 years ago[NTOS:MM] Fix typo in MiCheckForUserStackOverflow
Andrew Boyarshin [Wed, 12 Dec 2018 11:12:24 +0000 (18:12 +0700)]
[NTOS:MM] Fix typo in MiCheckForUserStackOverflow

5 years ago[SHELL32] Fix 'Run' dialog crash (#1117)
Katayama Hirofumi MZ [Wed, 12 Dec 2018 01:33:05 +0000 (10:33 +0900)]
[SHELL32] Fix 'Run' dialog crash (#1117)

Running "%SYSTEMROOT%" sometimes crashed. This will fix it. CORE-15431

5 years ago[INCLUDE] Replace \r\n with \n
Katayama Hirofumi MZ [Wed, 12 Dec 2018 00:01:36 +0000 (09:01 +0900)]
[INCLUDE] Replace \r\n with \n

5 years ago[SDK] Update gen_baseaddress.
Mark Jansen [Sat, 1 Sep 2018 19:09:18 +0000 (21:09 +0200)]
[SDK] Update gen_baseaddress.
* Speed up the script by using the fallback by default
* Suggest what cmake file to edit
* Add support for x64 modules (addresses not updated yet)
CORE-14923

5 years ago[WIN32SS] Replace ASSERT(FALSE); in IntGhostWindowFromHungWindow (#1116)
Katayama Hirofumi MZ [Tue, 11 Dec 2018 23:03:49 +0000 (08:03 +0900)]
[WIN32SS] Replace ASSERT(FALSE); in IntGhostWindowFromHungWindow (#1116)

CORE-11944

5 years ago[ADVAPI32_APITEST] If TEB SubProcessTag is set, query ADVAPI32 to validate its correc...
Pierre Schweitzer [Tue, 11 Dec 2018 22:39:00 +0000 (23:39 +0100)]
[ADVAPI32_APITEST] If TEB SubProcessTag is set, query ADVAPI32 to validate its correctness

This is based on: https://wj32.org/wp/2010/03/30/howto-use-i_querytaginformation/
and properly works in W2K3 SP2.
Thanks to Joachim for his tests.

5 years ago[ADVAPI32_APITEST] Add a test to show that main service thread is tagged
Pierre Schweitzer [Tue, 11 Dec 2018 21:38:36 +0000 (22:38 +0100)]
[ADVAPI32_APITEST] Add a test to show that main service thread is tagged

This test will fail on everything < W2K3 SP2. In spite of what a wide spread
rumor says, MS seems to have added that feature quite lately, but not starting
Vista! ;-)

5 years ago[PSDK] Add missing prototypes NetRegisterDomainNameChangeNotification and NetUnregist...
Eric Kohl [Tue, 11 Dec 2018 21:49:17 +0000 (22:49 +0100)]
[PSDK] Add missing prototypes NetRegisterDomainNameChangeNotification and NetUnregisterDomainNameChangeNotification to lmconfig.h.

5 years ago[CMAKE] Fix problem with __RELFILE__ not working when compiler uses relative pathes
Timo Kreuzer [Sun, 9 Dec 2018 16:51:50 +0000 (17:51 +0100)]
[CMAKE] Fix problem with __RELFILE__ not working when compiler uses relative pathes

This usually happens when the build dir is a subdir of the source dir. It is now detected during runtime, using the length of the relative path from the build dir to the source dir as the length of the prefix to skip, if __FILE__ starts with a '.'.
Also fix the escaping of REACTOS_*_DIR defines. It was gracefully fixed up by CMake, but resulted in broken syntax highliting.

CORE-14839 #resolve

5 years agoRevert "[CMAKE] Use configured include files to define the __RELFILE__ hack (#979)"
Timo Kreuzer [Sun, 9 Dec 2018 13:23:55 +0000 (14:23 +0100)]
Revert "[CMAKE] Use configured include files to define the __RELFILE__ hack (#979)"

This reverts commit 07bd6089ec96b068d92f42e764cc7336a7de24a0.

5 years ago[VCDCONTROLTOOL] Add French translation
Pierre Schweitzer [Tue, 11 Dec 2018 18:59:07 +0000 (19:59 +0100)]
[VCDCONTROLTOOL] Add French translation

5 years ago[TRANSLATION][SHELL32] Grammar fix: content -> contents (#1115)
Auron Hines [Tue, 11 Dec 2018 18:43:46 +0000 (13:43 -0500)]
[TRANSLATION][SHELL32] Grammar fix: content -> contents (#1115)

5 years ago[VCDCLI] Implement support for persistent mounts
Pierre Schweitzer [Tue, 11 Dec 2018 14:24:38 +0000 (15:24 +0100)]
[VCDCLI] Implement support for persistent mounts

5 years ago[VCDCONTROLTOOL] Enable driver start/stop buttons depending on the service status
Pierre Schweitzer [Tue, 11 Dec 2018 14:03:09 +0000 (15:03 +0100)]
[VCDCONTROLTOOL] Enable driver start/stop buttons depending on the service status

5 years ago[VCDCONTROLTOOL] Implement support for persistent mounts
Pierre Schweitzer [Tue, 11 Dec 2018 13:55:09 +0000 (14:55 +0100)]
[VCDCONTROLTOOL] Implement support for persistent mounts

5 years ago[VCDCONTROLTOOL] Add a GUI app to manage virtual CD-ROM devices
Pierre Schweitzer [Tue, 11 Dec 2018 13:24:49 +0000 (14:24 +0100)]
[VCDCONTROLTOOL] Add a GUI app to manage virtual CD-ROM devices

This is just an open sourced version of the tool provided by MS along
with the driver.
It will avoid users fighting with the CLI tool (that was doing the job
though ;-)).

Looks like that: https://twitter.com/HeisSpiter/status/1072482763348107264

Nota 1: it doesn't have an icon
Nota 2: code may be ugly, I'm not a umode guy! ;-)

5 years ago[VCDROM] Add a display name for the service
Pierre Schweitzer [Tue, 11 Dec 2018 13:19:29 +0000 (14:19 +0100)]
[VCDROM] Add a display name for the service

5 years ago[WIN32SS][FONT] Check NULL of Face->style_name (#1113)
Katayama Hirofumi MZ [Tue, 11 Dec 2018 09:32:39 +0000 (18:32 +0900)]
[WIN32SS][FONT] Check NULL of Face->style_name (#1113)

CORE-15433

5 years ago[SHELL32] Enable environment variables in 'Run' dialog (#1111)
Katayama Hirofumi MZ [Tue, 11 Dec 2018 07:35:45 +0000 (16:35 +0900)]
[SHELL32] Enable environment variables in 'Run' dialog (#1111)

CORE-15431

5 years ago[WIN32SS][USER32] Add Ghost codes (retrial of #1100) (#1112)
Katayama Hirofumi MZ [Tue, 11 Dec 2018 03:30:59 +0000 (12:30 +0900)]
[WIN32SS][USER32] Add Ghost codes (retrial of #1100) (#1112)

CORE-11944

5 years agoRevert "[WIN32SS][USER32] Add codes for Ghost Window (#1100)" (#1110)
Katayama Hirofumi MZ [Tue, 11 Dec 2018 02:30:00 +0000 (11:30 +0900)]
Revert "[WIN32SS][USER32] Add codes for Ghost Window (#1100)" (#1110)

This reverts commit 1adefd180c4b53e5dd713cb410e2c7a78c48dbb6. ReactOS wouldn't startup.

5 years ago[WIN32SS][USER32] Add codes for Ghost Window (#1100)
Katayama Hirofumi MZ [Tue, 11 Dec 2018 01:48:23 +0000 (10:48 +0900)]
[WIN32SS][USER32] Add codes for Ghost Window (#1100)

CORE-11944

5 years ago[TRANSLATION] Update Simplified Chinese translation and notice. (#1108)
Luo Yufan [Mon, 10 Dec 2018 15:03:00 +0000 (23:03 +0800)]
[TRANSLATION] Update Simplified Chinese translation and notice. (#1108)

5 years ago[OSK] Update French translation.
Hermès Bélusca-Maïto [Sun, 9 Dec 2018 23:56:25 +0000 (00:56 +0100)]
[OSK] Update French translation.

5 years ago[OSK] Set also the large icon (that appears in the App Switcher) and move the code...
Hermès Bélusca-Maïto [Sun, 9 Dec 2018 23:56:08 +0000 (00:56 +0100)]
[OSK] Set also the large icon (that appears in the App Switcher) and move the code in OSK_DlgInitDialog().

5 years ago[NTOSKRNL] IopGetDeviceProperty: Send an IRP_MN_QUERY_CAPABILITIES request to the...
Eric Kohl [Sun, 9 Dec 2018 23:30:03 +0000 (00:30 +0100)]
[NTOSKRNL] IopGetDeviceProperty: Send an IRP_MN_QUERY_CAPABILITIES  request to the device in order to query the power capabilities.

5 years ago[FREELDR] Add FreeLdr debug tool GUI program, and FreeLdr command-line installer...
Hermès Bélusca-Maïto [Sat, 8 Dec 2018 23:04:37 +0000 (00:04 +0100)]
[FREELDR] Add FreeLdr debug tool GUI program, and FreeLdr command-line installer to the bootcd.

5 years ago[SETUPLIB] Use for-loops instead of while-loops to enumerate linked lists in the...
Hermès Bélusca-Maïto [Sat, 8 Dec 2018 23:36:56 +0000 (00:36 +0100)]
[SETUPLIB] Use for-loops instead of while-loops to enumerate linked lists in the partition code.

5 years ago[SETUPLIB] Partitioning code fixes and improvements.
Hermès Bélusca-Maïto [Thu, 22 Nov 2018 02:26:47 +0000 (03:26 +0100)]
[SETUPLIB] Partitioning code fixes and improvements.

CORE-7749

- Correctly insert discovered partitions in sorted order of StartSector,
  and verify that they do not overlap (-> check for broken partitioning).

May help for CORE-10898.

- Use the correct reported partition numbers that may be modified after
  partitioning changes, and that need to be used when opening
  \Device\Harddisk'M'\Partition'N' files. This is achieving by
  retrieving the returned value of the IOCTL_DISK_SET_DRIVE_LAYOUT call.

  Distinguish them from the "on-disk" partition numbers that are the ones
  that enumerate the partition in partition-table order (and is the order
  known by e.g. the BIOS), and that should be used to construct the
  destination ARC path.

May help for CORE-4870, CORE-13205.

- Simplify a lot of duplicated code by using helper functions.

5 years ago[WIN32SS] Shhhhh!
Pierre Schweitzer [Sun, 9 Dec 2018 21:00:53 +0000 (22:00 +0100)]
[WIN32SS] Shhhhh!

5 years ago[TCPIP] Implement InfoTdiQueryGetATInfo
Timo Kreuzer [Sun, 9 Dec 2018 19:52:54 +0000 (20:52 +0100)]
[TCPIP] Implement InfoTdiQueryGetATInfo

This implements a case for InfoTdiQueryInformationEx. It's based on wild guesses, but it helps to make Windows 2003 lsass not fail.

5 years ago[NTOSKRNL] Implement SystemDpcBehaviourInformation query
Pierre Schweitzer [Sun, 9 Dec 2018 19:32:59 +0000 (20:32 +0100)]
[NTOSKRNL] Implement SystemDpcBehaviourInformation query

5 years ago[OSK] Display the correct icon of the application. (#1105)
Bișoc George [Sun, 9 Dec 2018 19:13:17 +0000 (20:13 +0100)]
[OSK] Display the correct icon of the application. (#1105)

5 years ago[SDK] Raise KERNEL_VERSION_PATCH_LEVEL to 12 in the version.cmake
Joachim Henze [Sun, 9 Dec 2018 19:06:40 +0000 (20:06 +0100)]
[SDK] Raise KERNEL_VERSION_PATCH_LEVEL to 12 in the version.cmake
to fix the blue setup screens and also display in sysdm.cpl

5 years ago[NTOSKRNL] Also account PRCBs for Io operations counters
Pierre Schweitzer [Sun, 9 Dec 2018 18:30:07 +0000 (19:30 +0100)]
[NTOSKRNL] Also account PRCBs for Io operations counters

5 years ago[NTOSKRNL] For SystemPerformanceInformation, return some info extracted from PRCB
Pierre Schweitzer [Sun, 9 Dec 2018 17:56:50 +0000 (18:56 +0100)]
[NTOSKRNL] For SystemPerformanceInformation, return some info extracted from PRCB

This notably includes the amount of context switchs and system calls.

5 years ago[NTOSKRNL] Return the amount of hits in system lookaside lists in ExQueryPoolUsage()
Pierre Schweitzer [Sun, 9 Dec 2018 17:25:11 +0000 (18:25 +0100)]
[NTOSKRNL] Return the amount of hits in system lookaside lists in ExQueryPoolUsage()

5 years ago[NTDLL] Implement the Etw*Trace functions relying on EtwControlTrace 0.4.12-dev
Pierre Schweitzer [Sun, 9 Dec 2018 09:29:02 +0000 (10:29 +0100)]
[NTDLL] Implement the Etw*Trace functions relying on EtwControlTrace

5 years ago[USER32] Complete French translation
Pierre Schweitzer [Sun, 9 Dec 2018 08:38:31 +0000 (09:38 +0100)]
[USER32] Complete French translation

5 years ago[NTOS:LPC] Add a number of DPRINTs on failure
Timo Kreuzer [Sun, 11 Feb 2018 20:52:18 +0000 (21:52 +0100)]
[NTOS:LPC] Add a number of DPRINTs on failure

5 years ago[OSK] Add the minimize button (#1102)
Bișoc George [Sat, 8 Dec 2018 22:44:42 +0000 (23:44 +0100)]
[OSK] Add the minimize button (#1102)

5 years ago[USETUP] Update russian translation
Stanislav Motylkov [Sat, 8 Dec 2018 21:24:26 +0000 (00:24 +0300)]
[USETUP] Update russian translation

Addendum to 03b7e1329ace9c and a5bcd95.

5 years ago[USER32] Update russian translation
Stanislav Motylkov [Sat, 8 Dec 2018 19:27:49 +0000 (22:27 +0300)]
[USER32] Update russian translation

Addendum to 6a944b5.

5 years ago[NOTEPAD] Update russian translation
Stanislav Motylkov [Sat, 8 Dec 2018 19:19:36 +0000 (22:19 +0300)]
[NOTEPAD] Update russian translation

Addendum to 60e9fcc.

5 years ago[NOTEPAD] Addendum to 60e9fcc (#610)
Hermès Bélusca-Maïto [Sat, 8 Dec 2018 19:11:26 +0000 (20:11 +0100)]
[NOTEPAD] Addendum to 60e9fcc (#610)

5 years ago[NTOSKRNL] Don't dereference VACB when allocating its memory area fails
Pierre Schweitzer [Sat, 8 Dec 2018 18:51:30 +0000 (19:51 +0100)]
[NTOSKRNL] Don't dereference VACB when allocating its memory area fails

This avoids performing a double-free (even though that's hidden by the
fact we use lookaside allocations for VACB), and it avoids freeing
a memory address at an uninitialized address.
We don't care about references here, the VACB was just allocated, never
linked and we're its only user.

CORE-15413

5 years ago[NOTEPAD] Improve the "About" dialog status. (#610) 610/head
Erdem Ersoy [Tue, 12 Jun 2018 07:03:12 +0000 (10:03 +0300)]
[NOTEPAD] Improve the "About" dialog status. (#610)

- Remove the non-standard "About" dialog.
- Move the authors copyright info into the shell "About "dialog.

5 years ago[BOOTDATA][SETUPLIB] Setup the Romanian Stdandard Keyboard layout. (#861) 861/head
Ștefan Fulea [Sat, 15 Sep 2018 18:02:49 +0000 (21:02 +0300)]
[BOOTDATA][SETUPLIB] Setup the Romanian Stdandard Keyboard layout. (#861)

Adjust the miscellaneous files to activate the Romanian Standard
Keyboard layout in the OS and set it as default for Romanian.

CORE-15056

5 years ago[CPL:INPUT] Update Input's existing localized information. (#861)
Ștefan Fulea [Sat, 15 Sep 2018 18:02:05 +0000 (21:02 +0300)]
[CPL:INPUT] Update Input's existing localized information. (#861)

Update the name of the Romanian Keyboard layout in localized
resources by renaming the existing one as legacy and adding
the new one as standard.

Use the same resource string ID as the one used in input.cpl from
later versions of Windows that do have kbdrost.
This improves the Windows binary compatibility of kbrost's setup.

CORE-15056

5 years ago[DLL:KEYBOARD] Add Romanian Standard Keyboard layout. (#861)
Ștefan Fulea [Sat, 15 Sep 2018 18:01:04 +0000 (21:01 +0300)]
[DLL:KEYBOARD] Add Romanian Standard Keyboard layout. (#861)

Define the Romanian Standard Keyboard layout, as defined by
Romanian Standards Association (ASRO). This also renders the
existing Romanian Keyboard layout as Legacy.

CORE-15056

5 years ago[DLL:KEYBOARD] Add a dead keys transformations collection. (#861)
Ștefan Fulea [Sat, 15 Sep 2018 17:59:55 +0000 (20:59 +0300)]
[DLL:KEYBOARD] Add a dead keys transformations collection. (#861)

It contains all the Unicode characters that can be formed with a
given dead key (i.e. combining character). Keyboard layouts with
dead keys may find these useful.

CORE-15056

5 years ago[LOG2LINES] Free all memory on exit. 813/head
Serge Gautherie [Sun, 26 Aug 2018 01:05:46 +0000 (03:05 +0200)]
[LOG2LINES] Free all memory on exit.

5 years ago[LOG2LINES] Optimize malloc() calls.
Serge Gautherie [Sun, 26 Aug 2018 01:05:46 +0000 (03:05 +0200)]
[LOG2LINES] Optimize malloc() calls.

5 years ago[LOG2LINES] Fix indentation.
Hermès Bélusca-Maïto [Sat, 8 Dec 2018 16:31:17 +0000 (17:31 +0100)]
[LOG2LINES] Fix indentation.

5 years ago[LOG2LINES] Replace overkill malloc() usage.
Serge Gautherie [Fri, 24 Aug 2018 21:39:53 +0000 (23:39 +0200)]
[LOG2LINES] Replace overkill malloc() usage.

NOTE: Since the 'cache_name' and 'tmp_name' pointers move inside the
corresponding cached strings, separate cache buffers are needed.

5 years ago[DDRAW] Remove useless 'else's. 931/head
Serge Gautherie [Thu, 11 Oct 2018 16:48:17 +0000 (18:48 +0200)]
[DDRAW] Remove useless 'else's.

5 years ago[DDRAW] Fix two duplicate DDSD_WIDTH uses.
Serge Gautherie [Wed, 10 Oct 2018 23:46:44 +0000 (01:46 +0200)]
[DDRAW] Fix two duplicate DDSD_WIDTH uses.

Thanks to Kudratov Olimjon who reported this.
CORE-8545

5 years ago[USERENV] Move some functions around to make it look nicer. No code changes.
Eric Kohl [Sat, 8 Dec 2018 15:41:17 +0000 (16:41 +0100)]
[USERENV] Move some functions around to make it look nicer. No code changes.

5 years ago[PSDK] Add DeleteProfileA/W prototypes to userenv.h.
Eric Kohl [Sat, 8 Dec 2018 14:22:23 +0000 (15:22 +0100)]
[PSDK] Add DeleteProfileA/W prototypes to userenv.h.