Skip to content

Merge from later#1

Merged
nikpappas merged 115 commits intonikpappas:masterfrom
processing:master
Mar 2, 2019
Merged

Merge from later#1
nikpappas merged 115 commits intonikpappas:masterfrom
processing:master

Conversation

@nikpappas
Copy link
Copy Markdown
Owner

No description provided.

Akarshit and others added 30 commits October 1, 2015 22:29
…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
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
REAS and others added 26 commits January 22, 2019 22:26
Update missing @deprecated tags in PApplet.java
Minor changes for russian translation
Core libraries added to the count of updates
@nikpappas nikpappas merged commit 94541d1 into nikpappas:master Mar 2, 2019
nikpappas pushed a commit that referenced this pull request Nov 25, 2020
Merge master from original fork
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 7, 2021

This pull request has been automatically locked. Pull requests that have been closed are automatically locked 30 days after the last comment.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.