reactos/dll/cpl/sysdm
Hermès Bélusca-Maïto 0d19ab0b82
[SYSDM] Some fixes when resizing the environment variables dialogs.
- Correctly handle the return values for WM_SIZING and WM_SIZE messages.

- Use NULL for hWndInsertAfter parameter of DeferWindowPos() when
  we don't care about the Z-order.

- Specify SWP_NOMOVE for controls that don't move during resizing.

- Fix the IDOK and IDCANCEL buttons when resizing the environment
  variables list dialog.

- Fix the dialog "moving" effect that happened whenever an attempt
  was made to resize the dialog from either of the
  top/left borders, or the top-right/top-left/bottom-left corners,
  to a size smaller than the minimal one.

- Use DWLP_USER instead of GWLP_USERDATA when storing user-specific
  data into the dialog, since the latter can be used internally by
  the Win32 dialog manager implementation.
2021-12-28 03:20:11 +01:00
..
lang [SYSDM] Don't systematically center the environment dialog. Restore the lost DS_CONTEXTHELP style. 2021-12-28 02:51:43 +01:00
resources Revert "[SYSDM] Fix version string cutoff CORE-17429" 2021-02-01 07:32:14 +01:00
advanced.c
CMakeLists.txt [SYSDM] Edit Environment Variable Dialog Improvement (#3575) 2021-12-23 00:37:21 +01:00
environment.c [SYSDM] Some fixes when resizing the environment variables dialogs. 2021-12-28 03:20:11 +01:00
general.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
hardprof.c
hardware.c
licence.c
precomp.h
resource.h [SYSDM] Make the environment dialog box resizable (#4038) 2021-12-23 01:25:32 +01:00
smbios.c
startrec.c
sysdm.c
sysdm.rc [SYSDM] Move IDS_DEVS to the LANG_NEUTRAL resources to deduplicate it. 2021-02-01 07:32:14 +01:00
sysdm.spec
userprofile.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
virtmem.c