-
Notifications
You must be signed in to change notification settings - Fork 574
Comparing changes
Open a pull request
base repository: scouter-project/scouter
base: v2.21.2
head repository: scouter-project/scouter
compare: v2.21.3
- 11 commits
- 21 files changed
- 3 contributors
Commits on Jul 2, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for bf1fcd7 - Browse repository at this point
Copy the full SHA bf1fcd7View commit details
Commits on Jan 17, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e298d03 - Browse repository at this point
Copy the full SHA e298d03View commit details
Commits on Feb 3, 2026
-
[client] Eclipse 플랫폼 2025-12 업그레이드 및 Search/Run 메뉴 제거
Eclipse 타겟 플랫폼을 2024-03에서 2025-12로, Tycho를 4.0.8에서 5.0.1로 Java를 17에서 21로 업그레이드. 불필요한 Search, Run 기본 메뉴 제거
Configuration menu - View commit details
-
Copy full SHA for ea8d204 - Browse repository at this point
Copy the full SHA ea8d204View commit details -
[client] 그룹 관리 다이얼로그에 검색 필터 기능 추가
- 미선택 객체 목록에서 키워드로 필터링할 수 있는 검색 텍스트 필드 추가 - Apply 시 필터링으로 숨겨진 객체도 정확히 반영되도록 수정 - 테이블 크기를 확대하여 가시성 개선 (250x300 → 375x450)
Configuration menu - View commit details
-
Copy full SHA for 8b2fedc - Browse repository at this point
Copy the full SHA 8b2fedcView commit details
Commits on Feb 9, 2026
-
Merge pull request #1040 from zbum/feature/eclipse_platform
Feature/eclipse platform
Configuration menu - View commit details
-
Copy full SHA for c2d70c3 - Browse repository at this point
Copy the full SHA c2d70c3View commit details -
Merge pull request #1041 from zbum/feature/manage_group_search
[client] 그룹 관리 다이얼로그에 검색 필터 기능 추가
Configuration menu - View commit details
-
Copy full SHA for 1ee39c3 - Browse repository at this point
Copy the full SHA 1ee39c3View commit details
Commits on Feb 15, 2026
-
Merge pull request #1042 from scouter-project/develop
Merge develop to master - Client improvements and platform upgrades
Configuration menu - View commit details
-
Copy full SHA for 545e0b5 - Browse repository at this point
Copy the full SHA 545e0b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f81c07e - Browse repository at this point
Copy the full SHA f81c07eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16bf37d - Browse repository at this point
Copy the full SHA 16bf37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f0d24d - Browse repository at this point
Copy the full SHA 9f0d24dView commit details -
Merge pull request #1046 from scouter-project/develop
Release 2.21.3 with Eclipse 2025-12 upgrade and group search feature
Configuration menu - View commit details
-
Copy full SHA for 959f18d - Browse repository at this point
Copy the full SHA 959f18dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.21.2...v2.21.3