The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules
f5d72f1406
Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle));
|
13 years ago |
| .. |
|
Application
|
Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle));
|
13 years ago |
|
BinaryData
|
Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs.
|
13 years ago |
|
Code Editor
|
Minor additions to OptionalScopedPointer. Internal introjucer tweaks.
|
13 years ago |
|
Project
|
Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle));
|
13 years ago |
|
Project Saving
|
Introjucer: fix for binary data file generation when no images are present.
|
13 years ago |
|
Utility
|
Introjucer: fix for binary data file generation when no images are present.
|
13 years ago |
|
jucer_Headers.h
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
14 years ago |