-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.2.2 (Color Picker Update) #308
Conversation
* color picker pr but with nanovghelper Co-Authored-By: nextdaydelivery <[email protected]> * me after i run `apiDump` for the 49th time * why is this here * i found out why 💀 * fix * apiDump * update copyright year * fix: fix input scissor not resetting * fix: fix more input bugs * 🐛 fix: fix random error * chroma selector * ignore block * apiDump * fix not translating properly and dropdown input * fix merge conflicts * A lot of QC changes * "Refactor mouse input and resolution in ColorSelector" Two additional imports were added to the ColorSelector.java, UMouse and UResolution from the universal library. The change was made to improve the calculation of the color-picking function. Previously, the mouse's X and Y coordinates were obtained from platform-specific code, and now the coordinates are read directly from the UMouse class. Also, the viewport height is now retrieved from UResolution, making the code more streamlined and cross-platform. * more QC changes --------- Co-authored-by: nextdaydelivery <[email protected]> Co-authored-by: xtrm <[email protected]> Co-authored-by: nxtdaydelivery <[email protected]>
* fix speed slider vibing * added checkerboard background
* Make nvg flags accessible * fix doc formatting * rebuild api
* draw centered text * icon * Delete icon.svg * Add files via upload * Delete icon.svg * run apiDump * remove nvgFill call --------- Co-authored-by: Wyvest <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me (check internal)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one small note
This reverts commit ccf06e1.
5a87b38
Description
Changelog:
setupAndDraw
methodRelated Issue(s)
Checklist