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
|
693ebab706
|
Avoided some MSVC warnings
|
2013-06-10 11:15:14 +01:00 |
|
jules
|
abde049bf0
|
Whitespace cleanup.
|
2013-06-07 22:41:14 +01:00 |
|
jules
|
a92c7502b4
|
Added a move operator to ScopedPointer.
|
2013-06-07 20:34:00 +01:00 |
|
jules
|
71358e7f38
|
Added a flag that can be used to disable overloaded new + delete in DLL builds.
|
2013-04-25 16:58:04 +01:00 |
|
jules
|
97ed2ac915
|
Introjucer: code editor popup menu helper function to insert a new class declaration.
|
2013-04-22 16:18:35 +01:00 |
|
jules
|
eeb59c57a9
|
Documentation fixes.
|
2013-04-21 12:30:08 +01:00 |
|
jules
|
3cb35daab7
|
JUCE_AUTORELEASEPOOL fix.
|
2013-03-23 14:16:03 +00:00 |
|
jules
|
ba2dc52b34
|
Made use of @autoreleasepool for clang builds.
|
2013-03-21 18:33:01 +00:00 |
|
jules
|
136041daa7
|
Fixed a couple of base-class copying typos and prevented copying of ReferenceCountedObject bases.
|
2013-03-08 15:13:07 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
8e8dc5667f
|
Renamed a few old references to "iPhoneOS" as "iOS".
|
2012-11-13 18:28:55 +00:00 |
|
jules
|
4ef89c890f
|
Avoided a few gcc compiler warnings.
|
2012-11-11 18:43:36 +00:00 |
|
jules
|
07e7188eb1
|
Tidied up a few compiler warnings.
|
2012-11-07 20:50:45 +00:00 |
|
jules
|
2cf131f0a6
|
Audio plugin fixes.
|
2012-10-01 20:21:27 +01:00 |
|
jules
|
b305389d46
|
Changes for DLL build.
|
2012-09-26 21:31:04 +01:00 |
|
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
jules
|
bb37710eca
|
Introjucer: shutdown fix.
|
2012-09-20 11:29:55 +01:00 |
|
jules
|
2b7b01632f
|
A couple of fixes for win32 DLL builds.
|
2012-09-20 09:16:02 +01:00 |
|
jules
|
06e2a667fb
|
Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins.
|
2012-09-19 18:39:57 +01:00 |
|
jules
|
d9f0ac29b6
|
Fixed a few documentation typos. Tweaked positioning logic for CallOutBox.
|
2012-09-09 21:03:39 +01:00 |
|
jules
|
b0b6a7ca25
|
Introjucer: added command to open counterpart files.
|
2012-09-06 17:51:43 +01:00 |
|
jules
|
842d30fbfa
|
Minor tidying-up.
|
2012-09-04 11:38:16 +01:00 |
|
jules
|
d7cea05104
|
Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer.
|
2012-08-29 11:01:47 +01:00 |
|
jules
|
976be45c2a
|
Minor updates for mingw compatibility.
|
2012-08-24 08:57:18 +01:00 |
|
jules
|
cf959decce
|
Minor string optimisation.
|
2012-08-09 08:54:43 +01:00 |
|
jules
|
0ce65462af
|
Translation of OSX app menu strings. Minor misc changes and documentation fixes.
|
2012-08-08 14:25:59 +01:00 |
|
jules
|
8664fdc862
|
AAX: got basic audio + gui working.
|
2012-07-31 10:41:39 +01:00 |
|
jules
|
5001ead53a
|
OSX 10.5 SDK and GCC fixes.
|
2012-07-26 10:14:16 +01:00 |
|
jules
|
b3556f720e
|
Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros.
|
2012-07-21 08:58:27 +01:00 |
|
jules
|
9b8a39e27c
|
Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read().
|
2012-07-17 15:49:55 +01:00 |
|
jules
|
0194486115
|
Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file.
|
2012-06-22 20:20:06 +01:00 |
|
jules
|
e89983a1ab
|
Removed confusing enums from HeapBlock. Fixed warnings in win32 midi.
|
2012-06-22 11:12:14 +01:00 |
|
jules
|
8092d7d695
|
Added a HeapBlock constructor.
|
2012-06-21 11:59:56 +01:00 |
|
jules
|
f2426cc7de
|
Minor additions to OptionalScopedPointer. Internal introjucer tweaks.
|
2012-06-12 11:54:32 +01:00 |
|
jules
|
943a8ef757
|
Added a get() method to ReferenceCountedObjectPtr.
|
2012-06-02 08:30:08 +01:00 |
|
jules
|
bdcfdecc65
|
Minor addition to OptionalScopedPointer. Documentation fix.
|
2012-05-13 14:04:38 +01:00 |
|
jules
|
438159d01a
|
Added a flag to disable inline asm.
|
2012-04-24 21:50:54 +01:00 |
|
jules
|
572cf1deb8
|
Cleaned up some docs.
|
2012-04-11 13:33:08 +01:00 |
|
jules
|
351416c09a
|
Tidied up some docs and comments.
|
2012-04-03 11:36:31 +01:00 |
|
jules
|
87d3acf19f
|
Message leak fix. Android repaint fix. Minor clean-ups.
|
2012-03-30 09:31:35 +01:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
jules
|
9c719306c9
|
Added -ldl to linux builds. Tidied up a few warnings.
|
2012-02-28 19:51:22 +00:00 |
|
jules
|
b66a82aa44
|
Added automatic up-casting to ReferenceCountedObjectPtr.
|
2012-02-17 16:42:23 +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
|
ba53323cbd
|
Android updates to support NDK r7.
|
2011-12-12 12:23:15 +00:00 |
|
jules
|
dc78a37f46
|
Added MemoryBlock::insert() method.
|
2011-12-03 20:19:56 +00:00 |
|
jules
|
66f686f7be
|
Removed a spurious assertion in MemoryBlock.
|
2011-12-01 11:46:51 +00:00 |
|
jules
|
6b7496c893
|
Handy new functions: createCopyIfNotNull(), and ScopedPointer::createCopy()
|
2011-11-20 21:55:35 +00:00 |
|
jules
|
c9cdf073dd
|
Couple of small win32 fixes. Cleaned up win32 registry code.
|
2011-09-26 10:40:44 +01:00 |
|