-
Notifications
You must be signed in to change notification settings - Fork 8
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
Replaces JFreeChart 1.5.4 by JFreeChart 1.5.5 #420
base: 2024-06
Are you sure you want to change the base?
Conversation
It works without any issue on my computer, I'd be interested on a test on yours @RoiArthurB before merging |
Sneaky JOGL update... 👀 I'm testing and merge if no issues :) EDIT: @AlexisDrogoul @lesquoyb Unfortunately it breaks 3d displays on Linux :( |
@RoiArthurB shit |
I will revert the JOGL update. Have you tried different Linux graphical configurations ? No log ? |
@AlexisDrogoul Reverting JOGL fix it and everything works back 🙃 EDIT: It only works with x11 (not the newer and wildly used now Wayland) (actually with the back-compatibility app |
This reverts commit c9bf501.
OK. Reverting to JOGL 2.4... |
@RoiArthurB if you want to reintroduce the GLCanvas (instead of the GLWindow now used) as an alternative on Linux in order to be able to bump JOGL to 2.5.0, the support has been removed here: gama-platform/gama.old@355a0d5 It might be possible to do, with probably some issues in keys listening, fullscreen management, etc. But nothing impossible to do ! |
Tested and it should be straightforward (no API changes).