History log of /reactos/base/applications/utilman/umandlg/umandlg.c (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.4.14-release
# 9393fc32 13-Sep-2021 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.

Excluded: 3rd-party code (incl. wine) and most of the win32ss.


# 02366669 12-Nov-2020 Serge Gautherie <reactos-git_serge_171003@gautherie.fr>

[UMANDLG] DlgProc(): Fix 'paramater' typo, in documentation


# 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.


# 2c804322 07-May-2020 George Bișoc <fraizeraust99@gmail.com>

[UTILMAN] Use the ShellAboutW API routine to display the about dialog (#2743)

In addition to that, add the missing function prototypes in the DLL dialog header of Utilman, add missing IN/OUT annotat

[UTILMAN] Use the ShellAboutW API routine to display the about dialog (#2743)

In addition to that, add the missing function prototypes in the DLL dialog header of Utilman, add missing IN/OUT annotations and remove CheckUtilityState() prototype which is barely used (it's not implemented either).

show more ...


# e4f70e54 26-Apr-2020 Bișoc George <fraizeraust99@gmail.com>

[UTILMAN] Properly annotate some variables (#2561)

Previously the code had a mixture of 'sz', 'wsz', 'lp' and 'lpwsz' Hungarian annotation prefixes which could bring confusions about the nature of t

[UTILMAN] Properly annotate some variables (#2561)

Previously the code had a mixture of 'sz', 'wsz', 'lp' and 'lpwsz' Hungarian annotation prefixes which could bring confusions about the nature of the annotated variables. From now on all of these variables have a well defined annotation. Furthermore, add a missing argument annotation to LaunchProcess().

show more ...


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 ...