Skip to content

Conversation

amartya4256
Copy link
Contributor

This PR uses SystemParametersInfoForDpi in Caret instead of SystemParametersInfo for better monitor specific scaling.

Contributes to #62 and #128

Copy link
Contributor

github-actions bot commented Sep 1, 2025

Test Results

  351 files   -   195    351 suites   - 195   12m 21s ⏱️ - 19m 11s
4 086 tests  -   340  4 065 ✅  -   344  21 💤 + 4  0 ❌ ±0 
8 719 runs   - 8 031  8 658 ✅  - 7 965  61 💤  - 66  0 ❌ ±0 

Results for commit 38cac4f. ± Comparison against base commit f6de513.

This pull request removes 340 tests.
AllGTKTests Test_GtkConverter ‑ test_HeuristicASCII_dollarSign
AllGTKTests Test_GtkConverter ‑ test_HeuristicASCII_emptyString
AllGTKTests Test_GtkConverter ‑ test_HeuristicASCII_letterA
AllGTKTests Test_GtkConverter ‑ test_HeuristicASCII_letters
AllGTKTests Test_GtkConverter ‑ test_HeuristicUTF16LE_null
AllGTKTests Test_GtkConverter ‑ test_HeuristicUTF16_AsciiLetters
AllGTKTests Test_GtkConverter ‑ test_HeuristicUTF16_Asciiletter
AllGTKTests Test_GtkConverter ‑ test_HeuristicUTF16_LotsOfLetters
AllGTKTests Test_GtkConverter ‑ test_HeuristicUTF16_letter
AllGTKTests Test_GtkConverter ‑ test_HeuristicUTF16_letters
…
This pull request skips 12 tests.
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser ‑ test_Constructor_multipleInstantiationsInDifferentThreads[browser flags: 0]
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser ‑ test_setUrl_local[browser flags: 0]
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser ‑ test_setUrl_remote[browser flags: 0]
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText ‑ test_GlyphMetricsOnTab_Bug549110
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText ‑ test_bug551335_lostStyles
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText ‑ test_clipboardCarryover
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText ‑ test_lineStyleListener_invalidStyles_render
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText ‑ test_lineStyleListener_stylesAndRanges_render
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText ‑ test_lineStyleListener_styles_render
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText ‑ test_setStyleRanges_render
…

♻️ This comment has been updated with latest results.

This commit adds the usage of the new API SystemParametersInfoForDpi in
Caret for resizing the caret and other places.

contributes to
eclipse-platform#62 and
eclipse-platform#128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use SystemParametersInfoForDpi in Caret
1 participant