1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

23 commits

Author SHA1 Message Date
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
52378249d1 Fixed a couple of compile errors. 2013-04-22 16:17:04 +01:00
jules
7afc21cbab Fixed some JUCE_AUTORELEASEPOOL syntax 2013-03-23 10:20:01 +00:00
jules
70964f3f87 win32 camera ref-counting fix. 2012-12-24 17:56:46 +00:00
jules
35991fb01c Fix for compiler error in camera code. 2012-12-22 18:06:44 +00:00
jules
e58b915300 Fixed some COM object ref-counting. 2012-12-18 18:05:36 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
02c0cd009c Cleaned up some compiler warnings. 2012-12-03 15:04:08 +00:00
jules
af094f3448 Fixes for DirectShowComponent. 2012-11-26 16:36:41 +00:00
jules
f862392da8 Fixed a leak in OSX QuickTimeMovieComponent. 2012-11-03 11:24:28 +00:00
jules
f07139f748 Minor clean-ups. 2012-10-19 15:54:15 +01:00
jules
1cf473b8df Fixed a typo in QuickTimeComponent. 2012-10-08 13:28:19 +01:00
jules
def462bad0 Fix for OSX QuickTimeComponet 2012-10-07 19:57:49 +01:00
jules
df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
jules
a866a9c2cf Fixed a few Array::removeValue calls that I'd missed.. 2012-07-07 22:23:47 +01:00
jules
07a774adcc Fix for GCC syntax problem. 2012-05-31 09:01:39 +01:00
jules
dab9295611 Minor refactoring of obj-C internals. 2012-05-30 14:35:40 +01:00
jules
ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 2012-05-29 10:30:41 +01:00
jules
cf5163a68d Updated some win32 video code. 2012-04-16 22:23:36 +01:00
jules
b888a72db9 Updated win32 GetSystemInfo calls. URL domain name fix. 2012-03-17 11:34:12 +00:00
jules
295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 2012-02-11 14:09:23 +00:00
jules
a997490f17 Updated the OpenGLComponent so that it can render sub-components when using a background thread, and changed the demo to use this mode (which is faster). 2011-12-23 10:33:05 +00:00
Julian Storer
b70e0a28d2 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