Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
satopian
/
ChickenPaint_Be
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
7
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: satopian/ChickenPaint_Be
Actions
All workflows
Workflows
CodeQL Advanced
CodeQL Advanced
Show more workflows...
Management
Caches
CodeQL Advanced
CodeQL Advanced
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
codeql.yml
will be ignored since log searching is not yet available
630 workflow runs
630 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
マスクレイヤーを変形した時に、選択範囲内にマスクの断片のゴミが出現する問題を修正(オリジナル時から存在する問題)
CodeQL Advanced
#702:
Commit
9572966
pushed by
satopian
1m 27s
main
main
1m 27s
View workflow file
画像レイヤーとマスクレイヤーは連動する。マスク編集時の移動のみマスク単体で移動可能とする。
CodeQL Advanced
#701:
Commit
ee6b570
pushed by
satopian
1m 46s
main
main
1m 46s
View workflow file
マスク編集モードの時には、マスクだけの変形・マスクだけの移動ができるようにした。それ以外は画像とマスクは連動。
CodeQL Advanced
#700:
Commit
7e01894
pushed by
satopian
6m 36s
main
main
6m 36s
View workflow file
レイヤーの左右反転時にレイヤー画像とレイヤーマスクを連動。(選択範囲ありの時にも)
CodeQL Advanced
#699:
Commit
5a0dff5
pushed by
satopian
1m 43s
main
main
1m 43s
View workflow file
CodeQL Advanced
CodeQL Advanced
#698:
Scheduled
1m 33s
main
main
1m 33s
View workflow file
CPArtwork.js
CodeQL Advanced
#697:
Commit
b8a6b1e
pushed by
satopian
1m 22s
main
main
1m 22s
View workflow file
CPArtwork.js CPMainGUI.js
CodeQL Advanced
#696:
Commit
61d1e9d
pushed by
satopian
1m 30s
main
main
1m 30s
View workflow file
CPMainGUIのコンストラクタ内のthisによるメソッドをclassのメソッドに変更。
CodeQL Advanced
#695:
Commit
df7bafe
pushed by
satopian
1m 28s
main
main
1m 28s
View workflow file
テクスチャ拡縮スライダのconsoleエラーを修正。選択範囲のコピペ時にマスクの可視性を維持した状態でペーストする。
CodeQL Advanced
#694:
Commit
b7066f5
pushed by
satopian
1m 39s
main
main
1m 39s
View workflow file
カット時には選択範囲をクリアしないが、ペースト時にはクリアするようにした。
CodeQL Advanced
#693:
Commit
93a957a
pushed by
satopian
1m 32s
main
main
1m 32s
View workflow file
カット時およびペースト時の選択範囲自動解除機能を削除。選択範囲がかかったままに→変形などの操作がパネルで可能。
CodeQL Advanced
#692:
Commit
cf94bae
pushed by
satopian
1m 29s
main
main
1m 29s
View workflow file
選択範囲をカット&ペースト、コピー&ペーストする時に、画像とマスクをセットでペーストできるようにした。
CodeQL Advanced
#691:
Commit
40bd2b8
pushed by
satopian
1m 28s
main
main
1m 28s
View workflow file
prototype構文をすべて撤去し、ES6 class構文に移行。
CodeQL Advanced
#690:
Commit
e7f4c36
pushed by
satopian
1m 27s
main
main
1m 27s
View workflow file
JSDoc追加と同じ変数の使いまわしによって発生する警告の解消。
CodeQL Advanced
#689:
Commit
e2ddcdf
pushed by
satopian
1m 27s
main
main
1m 27s
View workflow file
CPCanvas.js内のclassがコンストラクタ内のthisによるプロパティだったのをclassのメソッドに。
CodeQL Advanced
#688:
Commit
2360bd2
pushed by
satopian
1m 28s
main
main
1m 28s
View workflow file
prototype構文をclassのメソッドに変換。
CodeQL Advanced
#687:
Commit
9022b62
pushed by
satopian
1m 32s
main
main
1m 32s
View workflow file
prototype構文の削減。
CodeQL Advanced
#686:
Commit
44c2316
pushed by
satopian
1m 33s
main
main
1m 33s
View workflow file
CodeQL Advanced
CodeQL Advanced
#685:
Scheduled
1m 24s
main
main
1m 24s
View workflow file
jsDoc修正。
CodeQL Advanced
#684:
Commit
14c1f58
pushed by
satopian
1m 25s
main
main
1m 25s
View workflow file
prototype構文を削減して、classのメソッドに変換。
CodeQL Advanced
#683:
Commit
20723fa
pushed by
satopian
1m 31s
main
main
1m 31s
View workflow file
ツールバーアイコンでスポイトを選択した時に十字カーソルに切り換わらなくなっていたのを修正。
CodeQL Advanced
#682:
Commit
603eff6
pushed by
satopian
1m 22s
main
main
1m 22s
View workflow file
jsDoc追加。
CodeQL Advanced
#681:
Commit
079a2dc
pushed by
satopian
1m 18s
main
main
1m 18s
View workflow file
prototype構文を削減し、classのメソッドに変更。
CodeQL Advanced
#680:
Commit
a75656d
pushed by
satopian
1m 51s
main
main
1m 51s
View workflow file
prototype構文を削減。
CodeQL Advanced
#679:
Commit
dbc1057
pushed by
satopian
1m 22s
main
main
1m 22s
View workflow file
Prettier
CodeQL Advanced
#678:
Commit
9704eff
pushed by
satopian
1m 25s
main
main
1m 25s
View workflow file
Previous
1
2
3
4
5
…
25
26
Next
You can’t perform that action at this time.