1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_graphics
2011-09-23 15:36:04 +01:00
..
colour Mouse click and colour tweaks. Changed OSX URL reading to avoid local caching. 2011-09-16 22:07:47 +01:00
contexts Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 2011-08-19 21:34:34 +01:00
effects 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.. 2011-08-12 10:04:52 +01:00
fonts AU path fix. Minor tweaks. Version number bump. 2011-09-23 15:36:04 +01:00
geometry Fixed a typo. 2011-09-07 15:21:54 +01:00
image_formats A few minor tweaks to ZipFile. Handling for aliased folders in OSX file chooser. 2011-09-16 15:00:46 +01:00
images New macro JUCE_DEFAULT_SOFTWARE_RENDERER to help replace the software renderer with a custom class. Removed some defunct Xcode settings. Small SVG workaround. 2011-09-22 15:44:42 +01:00
native Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 2011-08-19 21:34:34 +01:00
placement 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.. 2011-08-12 10:04:52 +01:00
juce_graphics.cpp Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules. 2011-08-16 18:05:20 +01:00
juce_graphics.h New macro JUCE_DEFAULT_SOFTWARE_RENDERER to help replace the software renderer with a custom class. Removed some defunct Xcode settings. Small SVG workaround. 2011-09-22 15:44:42 +01:00
juce_graphics.mm New class: ChildProcess. Fixed android build problems with paths. 2011-09-02 12:48:36 +01:00
juce_module_info AU path fix. Minor tweaks. Version number bump. 2011-09-23 15:36:04 +01:00