1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core
2012-02-02 12:08:04 +00:00
..
containers More openGL refactoring, completion of all-shader graphic pipeline. 2012-01-09 17:07:14 +00:00
files New method: FileOutputStream::truncate() 2011-11-21 11:41:58 +00:00
json Added a unit-test, and removed constness from a couple more return types. 2011-09-13 15:09:21 +01:00
logging 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
maths Minor introjucer clean-ups. 2012-01-22 10:04:19 +00:00
memory Android updates to support NDK r7. 2011-12-12 12:23:15 +00:00
misc Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course) 2011-08-21 21:20:28 +01:00
native OpenGL fixes for flickering and rounding errors. RelativeCoordinate expression parsing work. Tweaks for AudioProcessorGraph params and OSX thread naming calls. 2012-02-02 12:08:04 +00:00
network AlertWindow text colour fix. URL::getPort() method. Image::createCopy() method. 2012-01-05 12:12:21 +00:00
streams Cleaned up a few 64-bit VC++ warnings. 2011-12-24 10:06:45 +00:00
system Introjucer: made it possible to override settings in AppConfig.h. Version number bump. 2012-01-12 14:19:16 +00:00
text Internal work on the ComponentBuilder system. 2012-01-17 18:33:35 +00:00
threads Small updates to ComponentBuilder, UnitTestRunner. 2012-01-20 18:20:19 +00:00
time Minor additions to ValueTree, Time. OpenGL work. Update to introjucer MSVC .sln file generation. 2011-10-24 12:25:59 +01:00
unit_tests Small updates to ComponentBuilder, UnitTestRunner. 2012-01-20 18:20:19 +00:00
xml XML parser fix. Mac filechooser fix. 2012-01-21 09:10:06 +00:00
zip Cleaned up a few 64-bit VC++ warnings. 2011-12-24 10:06:45 +00:00
juce_core.cpp Finally turned off the T wide-char string macro by default. If you've used it in your code, I'd recommend just skimming through and simply removing it. Any ascii strings will work fine without it; any strings containing extended chars are NOT PORTABLE and shouldn't be embedded anyway, but will work just as well if you replace the T with an 'L' prefix (much better to re-encode them as escaped UTF-8 though). If you really must keep using the macro, you can set the JUCE_DEFINE_T_MACRO flag to 1, and it will still be available as before. 2011-09-28 11:40:00 +01:00
juce_core.h New class: ThreadLocalValue. 2011-12-22 11:40:34 +00:00
juce_core.mm Added new module wrappers. 2011-08-15 19:41:17 +01:00
juce_module_info Introjucer: made it possible to override settings in AppConfig.h. Version number bump. 2012-01-12 14:19:16 +00:00