jules
|
dfc4428af6
|
Avoided a problem in DirectShowComponent that caused crashes in error cases.
|
2016-03-31 10:06:33 +01:00 |
|
jules
|
b5907fa90d
|
Normalised some divider comments
|
2016-02-20 09:45:43 +00:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
jules
|
31381c6864
|
Stripped out some defunct OSX 10.4 fallback code
|
2015-12-01 12:48:01 +00:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
43252dc605
|
Tidied-up a few stray sign-conversion warnings.
|
2015-03-15 18:22:19 +00:00 |
|
jules
|
50a55b2e9c
|
Avoided a few compiler warnings.
|
2014-12-03 11:45:15 +00:00 |
|
jules
|
d3e378aa4a
|
Added a comment about DirectSound codecs.
|
2014-08-27 16:12:11 +01:00 |
|
jules
|
95f536383f
|
Internal refactoring of some camera capture classes to make it easier to update to new APIs.
|
2014-07-06 18:15:55 +01:00 |
|
jules
|
2623f4d1e1
|
Added method String::clear(), and used it to replace a few uses of String::empty.
|
2013-12-01 11:32:39 +00:00 |
|
jules
|
12a8dd3092
|
Avoided some pedantic GCC warnings.
|
2013-11-03 19:16:52 +00:00 |
|
jules
|
9d588b0bce
|
Avoided a few unused parameter warnings.
|
2013-10-20 15:50:05 +01:00 |
|
jules
|
81435f8134
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
2013-10-17 10:42:58 +01:00 |
|
jules
|
7a47c12a76
|
Cleaned away some old region-masking code from ComponentPeer, and improved some messy repaint inefficiencies involving win32 GL rendering.
|
2013-07-31 18:58:02 +01:00 |
|
jules
|
4fc8fbaef1
|
Added some more override decorators.
|
2013-07-10 10:22:33 +01:00 |
|
jules
|
8fd65cb8c5
|
Workaround for a strange Win7 OS bug when trying to load a DirectShow movie which fails.
|
2013-07-04 20:42:50 +01:00 |
|
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
2013-06-23 23:09:52 +01:00 |
|
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 |
|