Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scouter-project/scouter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.21.2
Choose a base ref
...
head repository: scouter-project/scouter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.21.3
Choose a head ref
  • 11 commits
  • 21 files changed
  • 3 contributors

Commits on Jul 2, 2024

  1. HiDPI fix

    Issue:
    When using XLog in a HiDPI environment with the -Dswt.autoScale=quarter option added to the scouter.ini file, the graphs appear blurry.
    This is because when drawing a point using the drawPoint method in a HiDPI environment, the pixel is enlarged to become opaque.
    
    Solution:
    The issue has been resolved by modifying the code to draw graphs using rectangles instead of points using the fillRectangle method.
    
    Additional Details:
    The -Dswt.autoScale=quarter option is automatically selects the appropriate HiDPI ratio.
    The drawPoint method draws individual pixels, which can appear blurry when scaled up.
    The fillRectangle function draws filled rectangles, which provide a smoother and more consistent appearance in HiDPI environments.
    ESPINS authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bf1fcd7 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. Merge pull request #1003 from ESPINS/hidpi_fix

    HiDPI fix
    gunlee01 authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    e298d03 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. [client] Eclipse 플랫폼 2025-12 업그레이드 및 Search/Run 메뉴 제거

    Eclipse 타겟 플랫폼을 2024-03에서 2025-12로, Tycho를 4.0.8에서 5.0.1로 Java를 17에서 21로 업그레이드.
    불필요한 Search, Run 기본 메뉴 제거
    zbum committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    ea8d204 View commit details
    Browse the repository at this point in the history
  2. [client] 그룹 관리 다이얼로그에 검색 필터 기능 추가

      - 미선택 객체 목록에서 키워드로 필터링할 수 있는 검색 텍스트 필드 추가
      - Apply 시 필터링으로 숨겨진 객체도 정확히 반영되도록 수정
      - 테이블 크기를 확대하여 가시성 개선 (250x300 → 375x450)
    zbum committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    8b2fedc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Merge pull request #1040 from zbum/feature/eclipse_platform

    Feature/eclipse platform
    gunlee01 authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    c2d70c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1041 from zbum/feature/manage_group_search

    [client] 그룹 관리 다이얼로그에 검색 필터 기능 추가
    gunlee01 authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    1ee39c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. Merge pull request #1042 from scouter-project/develop

    Merge develop to master - Client improvements and platform upgrades
    gunlee01 authored Feb 15, 2026
    Configuration menu
    Copy the full SHA
    545e0b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f81c07e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16bf37d View commit details
    Browse the repository at this point in the history
  4. [all] Ignore AGENTS.md

    gunlee01 committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    9f0d24d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1046 from scouter-project/develop

    Release 2.21.3 with Eclipse 2025-12 upgrade and group search feature
    gunlee01 authored Feb 15, 2026
    Configuration menu
    Copy the full SHA
    959f18d View commit details
    Browse the repository at this point in the history
Loading