Merged
Conversation
…hould not be avoided if possible. Support of Text in SVGs (partial). Multiline text are also displayed. Text limitations : Inline styles are not supported. Not all fonts are supported (depending on your OS). Tested only on Inkscape SVGs.
Also made the existing copy-message button consistent.
This adapter invokes all status changes on the EDT instead of worker thread of the Runner. Modifying AWT components from the worker threads may introduce strange bugs and in this case caused UI changes to run out of order, hiding runtime exceptions under problems displayed when cursor moves to the offending line.
Make sure something is always printed to the console when sketch crashes with exception. Message in the status bar might disappear after moving the cursor.
Make sure PRESS, DRAG and RELEASE report the same mouse button on MacOS. - If CTRL was pressed during Left PRESS, report Right Button until the button is released, regardless of whether CTRL is still down. - If CTRL was not pressed during Left PRESS, report Left Button until the button is released, regardless of CTRL state. Fixes #5672
It does not make sense for the metadata license to be GPLv3 (see [1]), so make it CC0-1.0. On the other hand, the project is GPL-2.0, so add the appropriate tag. [1] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-metadata_license
@deprecated missing
Frame rate counter finally gets its ticket for speeding. Frame rate is now calculated by averaging frame times instead of averaging frame rates. Rationale is explained in the comment.
Poly vertex buffer was initialized with 3 components, but has 4.
Otherwise FBOs keep the old size and things understandably break.
While sketch is running, rewriting sketch size to variables and trying to restart the sketch by pressing the play button causes PDE to freeze. Fixed by moving AWT call to EDT.
Fix freeze when restarting sketch with variables in size
Make sure Ctrl+Left Mouse on MacOS is consistent
Stop frame rate counter from exaggerating
Update missing @deprecated tags in PApplet.java
Minor changes for russian translation
Core libraries added to the count of updates
nikpappas
pushed a commit
that referenced
this pull request
Nov 25, 2020
Merge master from original fork
|
This pull request has been automatically locked. Pull requests that have been closed are automatically locked 30 days after the last comment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.