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

2147 commits

Author SHA1 Message Date
jules
04401e7f3e Tidied up an assertion when using empty treeviews. 2012-06-24 10:12:59 +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
0c142b51b5 Introjucer: avoided clang warning in generated binary data code. 2012-06-23 13:54:38 +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
69179fcd82 Removed hard-coded colour in TextPropLabel class. 2012-06-21 12:15:13 +01:00
jules
8092d7d695 Added a HeapBlock constructor. 2012-06-21 11:59:56 +01:00
jules
085b08611b Allowed overriding of the dictionary key used in AU state storage. 2012-06-21 09:37:02 +01:00
jules
fa3eb07cd0 Mac 10.5 CoreText fix. 2012-06-21 09:31:19 +01:00
jules
cc8b0aad47 Used hi-res timer in win32 midi input. 2012-06-21 09:30:50 +01:00
jules
9821174709 Template changes to some array sort methods. 2012-06-21 09:29:07 +01:00
jules
8c0829a925 Linux VST compile error fix. 2012-06-20 07:34:04 +01:00
jules
1a83fbf3a4 Changed MidiMessage::getTextFromTextMetaEvent() to handle utf-8 as well as ascii. 2012-06-20 07:33:24 +01:00
jules
5913db4697 Linux compile error fix. 2012-06-18 12:10:21 +01:00
jules
b1cc8cce00 Couple of additions to MemoryInputStream. 2012-06-18 08:49:41 +01:00
jules
a82a42b358 Fixed a missing semicolon. 2012-06-17 20:59:30 +01:00
jules
7875420076 Couple of 10.4 OSX fixes. 2012-06-17 18:51:52 +01:00
jules
dd7f4cbe40 Added standard iterators to StringArray, and a SortedSet swap function. 2012-06-17 16:13:20 +01:00
jules
654134ffdb Introjucer: removed old OSX 10.4 target option. 2012-06-15 17:27:58 +01:00
jules
8419bebe4c Minor HashMap clean-up. 2012-06-15 17:23:42 +01:00
jules
a016944e69 Minor introjucer work. 2012-06-15 11:02:21 +01:00
jules
b4446d34ca VST: workaround for position problems in 64-bit cubase.
AU: initialised some channel configs on construction.
2012-06-15 09:16:30 +01:00
jules
82a964de48 Minor introjucer method change. 2012-06-14 13:58:36 +01:00
jules
ec67783251 Fix for disappearing Apple extras menu items when showing native file choosers. 2012-06-14 13:57:38 +01:00
jules
817837ad48 Compatibility fix for older OSX SDKs. 2012-06-14 13:41:50 +01:00
jules
ed63dc104c Fixes for SortedSet. 2012-06-14 08:39:07 +01:00
jules
51002a72db Fixed a GCC OSX compile bug. Tidied up some comments. Added more checking when opening a wav or aiff file. 2012-06-13 20:11:09 +01:00
jules
5aa9d93c9a Fix for OSX NSView positioning. 2012-06-13 17:26:24 +01:00
jules
0e898a5d7c iOS rotation and desktop positioning fixes. 2012-06-13 15:12:13 +01:00
jules
1c75c1322c Made CoreAudioFormat always return a bit-depth of 32. 2012-06-13 13:58:45 +01:00
jules
d2aa3a666b Introjucer: tidied up some document saving behaviour. 2012-06-12 19:06:30 +01:00
jules
f2426cc7de Minor additions to OptionalScopedPointer. Internal introjucer tweaks. 2012-06-12 11:54:32 +01:00
jules
451046e990 Minor introjucer tweaks. 2012-06-11 12:03:30 +01:00
jules
5d009a2b73 Workaround for an Apple font bug in 10.6. 2012-06-10 14:39:23 +01:00
jules
6d44c8372f Made some ALSA midi names customisable. 2012-06-10 13:19:59 +01:00
jules
4536fce9ab TextLayout RTL fix. 2012-06-08 16:00:54 +01:00
jules
add0cf77e1 Avoided some c++11 nullptr problems with VC2011. 2012-06-08 15:38:26 +01:00
jules
0e6bbcc55c DirectWrite RTL layout fix. 2012-06-08 15:29:58 +01:00
jules
8810c804e4 DirectWrite fix. 2012-06-08 09:57:47 +01:00
jules
fd919e577c Introjucer: added a warning if you have a plugin project but don't enable the juce_audio_plugin_client module. 2012-06-07 21:41:11 +01:00
jules
5e39e9944a Workaround for PPC builds. 2012-06-07 13:53:00 +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
4cabc9095e Introjucer: Added code to the win32 resource file to allow custom rc files to be included. 2012-06-01 16:26:10 +01:00
jules
51e99b31f9 Added call to Component::colourChanged when the l+f changes. 2012-05-31 10:20:21 +01:00
jules
26d27f5f6e Added an option for centring a ThreadWithProgressWindow around a component. 2012-05-31 09:28:38 +01:00
jules
07a774adcc Fix for GCC syntax problem. 2012-05-31 09:01:39 +01:00