History log of /reactos/base/applications/utilman/precomp.h (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.4.14-release
# b00ecdca 22-Feb-2021 George Bișoc <george.bisoc@reactos.org>

Replace my E-mail with the ReactOS org one (#3475)

From now on for ReactOS related contributions only the organization e-mail shall be used and also reverse the order of my real full name.


Revision tags: 0.4.15-dev, 0.4.14-RC
# 975d417b 17-Apr-2020 Bișoc George <fraizeraust99@gmail.com>

[UTILMAN] Move most of the code in a library (#2530)

Windows XP and Server 2003 Utility Manager has a dedicated library for the resources and other stuff. Utility Manager is just a simple process th

[UTILMAN] Move most of the code in a library (#2530)

Windows XP and Server 2003 Utility Manager has a dedicated library for the resources and other stuff. Utility Manager is just a simple process that loads it. Hence create a library for the program, UManDlg.dll, and move the resources and other stuff there.

In addition to that, use ExtractIconW to get the icon resource from the program (the DLL doesn't share icons by default) and remove the icon resource from the "About" dialog window. Also change the encoding type of other translation files to UTF-8 (which were previously set with UTF-8 with BOM).

show more ...


Revision tags: 0.4.13-release
# e6f83a91 03-Apr-2020 Bișoc George <fraizeraust99@gmail.com>

[UTILMAN] Implement the Registry management code skeleton (#2456)

The following SaveAppSettings(), QueryAppSettings() and InitAppRegKey() are helper functions.
This is merely a base Registry skelet

[UTILMAN] Implement the Registry management code skeleton (#2456)

The following SaveAppSettings(), QueryAppSettings() and InitAppRegKey() are helper functions.
This is merely a base Registry skeleton for Utility Manager as more work on it has to come later.

show more ...


# dfe5e810 27-Feb-2020 Bișoc George <fraizeraust99@gmail.com>

[UTILMAN] Small refactor on process management code (#2375)

Implement a small helper, GetProcessID(), that will be used to return the process ID which we are interested in. This largely removes some

[UTILMAN] Small refactor on process management code (#2375)

Implement a small helper, GetProcessID(), that will be used to return the process ID which we are interested in. This largely removes some duplicated code. The following patch addresses the Jansen's comment on #1608 PR.

show more ...


Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release
# df88ea8d 24-Apr-2019 Bișoc George <fraizeraust99@gmail.com>

Implement Utility Manager software

CORE-15974