jules
|
d4ae8f3d55
|
Minor optimisations. New method OwnedArray::insertArray(). Changed some CodeDocument inner class constructors to use references rather than pointers.
|
2012-07-23 07:54:23 +01:00 |
|
jules
|
98e37b8e7a
|
Minor MSVC compatibility fix.
|
2012-07-22 19:48:38 +01:00 |
|
jules
|
c3b0903b74
|
Workaround for compiling with VC2012.
|
2012-07-22 09:31:52 +01:00 |
|
jules
|
75d72d6323
|
Version number bump.
|
2012-07-21 14:39:29 +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
|
d92d5ba108
|
Minor thread fix. Introjucer: fixed colour of rollover help text.
|
2012-07-19 12:44:23 +01:00 |
|
jules
|
74e687aa99
|
Added a String << operatator that takes int64.
|
2012-07-19 08:53:15 +01:00 |
|
jules
|
2d9312ca3e
|
Added function: SystemStats::getEnvironmentVariable()
|
2012-07-18 16:17:36 +01:00 |
|
jules
|
cf4c9c9823
|
Tweaks to some posix code.
|
2012-07-18 09:45:59 +01:00 |
|
jules
|
e864ac8109
|
New method: Process::setDockIconVisible()
|
2012-07-17 15:50:44 +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
|
7afbc077e7
|
Version update.
|
2012-07-11 10:19:09 +01:00 |
|
jules
|
7ce0bf15d3
|
Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android.
|
2012-07-10 16:59:35 +01:00 |
|
jules
|
deeab7f818
|
Minor tidying-up.
|
2012-07-10 13:40:11 +01:00 |
|
jules
|
591e89cd87
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
2012-07-07 21:09:10 +01:00 |
|
jules
|
2d441a63ee
|
Added an int64 operator<< to OutputStream.
|
2012-07-06 10:16:52 +01:00 |
|
jules
|
7d8d4b9627
|
Fixed a juce_core dependency problem.
|
2012-07-03 11:38:29 +01:00 |
|
jules
|
100301ed17
|
Added a CharacterFunctions method. Some refactoring in introjucer.
|
2012-06-28 12:38:21 +01:00 |
|
jules
|
165bed1fbf
|
Tidied up SortedSet.
|
2012-06-26 15:08:01 +01:00 |
|
jules
|
18cfadf898
|
Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray().
|
2012-06-25 11:05:39 +01:00 |
|
jules
|
c2ba912d27
|
Refactored SortedSet to use an Array internally, fixing a problem where it didn't correctly delete its elements.
|
2012-06-23 17:43:28 +01:00 |
|
jules
|
1cf1cd1a3b
|
Workarounds for some c++11 compiler warnings.
|
2012-06-23 10:25:16 +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
|
0425df49d7
|
Rolled back an array comparator change which could cause unexpected problems with ScopedPointers.
|
2012-06-21 15:13:58 +01:00 |
|
jules
|
8092d7d695
|
Added a HeapBlock constructor.
|
2012-06-21 11:59:56 +01:00 |
|
jules
|
9821174709
|
Template changes to some array sort methods.
|
2012-06-21 09:29:07 +01:00 |
|
jules
|
b1cc8cce00
|
Couple of additions to MemoryInputStream.
|
2012-06-18 08:49:41 +01:00 |
|
jules
|
dd7f4cbe40
|
Added standard iterators to StringArray, and a SortedSet swap function.
|
2012-06-17 16:13:20 +01:00 |
|
jules
|
8419bebe4c
|
Minor HashMap clean-up.
|
2012-06-15 17:23:42 +01:00 |
|
jules
|
ed63dc104c
|
Fixes for SortedSet.
|
2012-06-14 08:39:07 +01:00 |
|
jules
|
f2426cc7de
|
Minor additions to OptionalScopedPointer. Internal introjucer tweaks.
|
2012-06-12 11:54:32 +01:00 |
|
jules
|
add0cf77e1
|
Avoided some c++11 nullptr problems with VC2011.
|
2012-06-08 15:38:26 +01:00 |
|
jules
|
583fbb03d3
|
Avoided a name clash with old Carbon headers.
|
2012-06-07 13:01:02 +01:00 |
|
jules
|
56a4537088
|
Added method StringArray::swapWith().
|
2012-06-07 10:53:04 +01:00 |
|
jules
|
943a8ef757
|
Added a get() method to ReferenceCountedObjectPtr.
|
2012-06-02 08:30:08 +01:00 |
|
jules
|
07a774adcc
|
Fix for GCC syntax problem.
|
2012-05-31 09:01:39 +01:00 |
|
jules
|
1089e3df86
|
Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs.
|
2012-05-31 08:21:34 +01:00 |
|
jules
|
dab9295611
|
Minor refactoring of obj-C internals.
|
2012-05-30 14:35:40 +01:00 |
|
jules
|
4302cd78ec
|
Minor tidying up in OSX URL code.
|
2012-05-29 13:52:41 +01:00 |
|
jules
|
95b94d6d10
|
Fixes for OSX URL streams.
|
2012-05-29 13:18:03 +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
|
2cf53557f6
|
Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this.
|
2012-05-27 22:05:21 +01:00 |
|
jules
|
40929e5db9
|
Tidied up ReadWriteLock a bit, and optimised Array to reduce allocation frequency when working with small numbers of items.
|
2012-05-21 12:07:03 +01:00 |
|
jules
|
7c8eb56f04
|
Android: fix to prevent app restarts when rotating.
|
2012-05-19 10:23:56 +01:00 |
|
jules
|
bdcfdecc65
|
Minor addition to OptionalScopedPointer. Documentation fix.
|
2012-05-13 14:04:38 +01:00 |
|
jules
|
584c444ffd
|
Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class.
|
2012-05-09 13:54:24 +01:00 |
|
jules
|
d4deecb2f2
|
Cleaned up a few warnings generated by clang -Wall.
|
2012-05-09 10:01:56 +01:00 |
|
jules
|
154616d271
|
Documentation typo fix.
|
2012-05-06 12:25:08 +01:00 |
|
jules
|
cb77241d20
|
Fixed some documentation typos.
|
2012-05-05 11:09:57 +01:00 |
|