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

1317 commits

Author SHA1 Message Date
jules
07a1aa9543 Created Box2D module. 2013-04-27 10:42:37 +01:00
jules
4b6a094d13 Made DirectoryIterator capable of parsing multiple wildcard patterns. 2013-04-26 19:37:15 +01:00
jules
4e457d6117 AAX support for AudioProcessor::isNonRealtime() 2013-04-26 14:57:29 +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
ee2f57ce88 Workaround for keypresses in plugins in Ableton live. 2013-04-25 15:57:48 +01:00
jules
ce3ecc752b Window positioning fix. 2013-04-25 11:33:37 +01:00
jules
ed03b30c01 JSON parsing fix. 2013-04-24 12:00:09 +01:00
jules
d6076d680a CodeBlocks fix. 2013-04-24 11:37:08 +01:00
jules
4c147d94a5 Fix to Rectangle::intersects 2013-04-24 11:29:39 +01:00
jules
1b1fe9d24e StandaloneFilterWindow fix. 2013-04-22 22:08:16 +01:00
jules
58872b9fe2 StandaloneFilterWindow update. 2013-04-22 20:52:38 +01:00
jules
69b90487aa Added support for c++11 override and final keywords, and blank definitions for older compilers. 2013-04-22 18:00:27 +01:00
jules
e6b717e713 Some mingw compile fixes. 2013-04-22 16:37:16 +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
52378249d1 Fixed a couple of compile errors. 2013-04-22 16:17:04 +01:00
jules
cb359e5619 Avoided checking Identifier validity when constructing it from a String. 2013-04-22 13:17:22 +01:00
jules
a593017595 Plugin host compile fix. 2013-04-22 12:36:00 +01:00
jules
2b613d8da8 Documentation fix. 2013-04-22 10:27:56 +01:00
jules
4801b5c3e6 Made AudioProcessor::addListener virtual 2013-04-22 10:27:45 +01:00
jules
039b4aa542 Couple of compile fixes. 2013-04-22 09:35:29 +01:00
jules
2d6135a6db Added some methods for scanning font folders with FreeType. 2013-04-21 20:47:29 +01:00
jules
9387c7fdaf Simplified some ComponentPeer methods. 2013-04-21 19:01:02 +01:00
jules
105690d321 Minor code editor optimisation. 2013-04-21 17:36:53 +01:00
jules
eeb59c57a9 Documentation fixes. 2013-04-21 12:30:08 +01:00
jules
e339d39eb4 v2.0.39 2013-04-21 12:23:57 +01:00
jules
842a0f5705 Avoided GL contexts being destroyed when a window is minimised. 2013-04-21 11:34:04 +01:00
jules
65ff2728d9 Spelling. 2013-04-20 15:54:16 +01:00
jules
1981404103 Added some tempo metadata extractions methods for CoreAudioFormat and AiffAudioFormat 2013-04-20 14:48:53 +01:00
jules
f5f123a6b6 Workaround for VST plugins in Adobe Premiere. 2013-04-20 11:05:31 +01:00
jules
e9d160b545 Fixed a problem where modal loops could stop a mouse-up event. 2013-04-19 16:59:49 +01:00
jules
5c77abb41e win32 midi sysex fix. 2013-04-19 09:40:10 +01:00
jules
b2ce00db31 AAX transport position when stopped. 2013-04-18 21:32:12 +01:00
jules
5618f6b904 Added acid chunk metadata loading to WavAudioFormat 2013-04-18 19:10:50 +01:00
jules
1dad96def6 Getting frame-rate in AAX. 2013-04-18 09:03:06 +01:00
jules
b4382bad62 Added String methods to create/return a std::string, and also String::toRawUTF8 method. 2013-04-17 15:17:36 +01:00
jules
c8b3d28acc Refactored some linux freetype font classes. 2013-04-16 11:44:01 +01:00
jules
2a4aa982d0 Added an AudioProcessor graph assertion. 2013-04-15 15:30:51 +01:00
jules
14cc8bf3c5 Changed ImageCache purging method. Added a PropertyPanel::getTotalContentHeight() method. 2013-04-15 12:21:22 +01:00
jules
9674d77397 ASIO sample rate discovery fix. 2013-04-14 14:39:55 +01:00
jules
c8e09aba67 Added an extra method to ListenerList. Handled zero-length binary data in var class. 2013-04-14 10:14:24 +01:00
jules
d096a78d85 RTAS midi channel mask fix. 2013-04-14 09:03:35 +01:00
jules
e951ab4a4d Added ImageCache::clear() method. 2013-04-10 21:09:13 +01:00
jules
9e79679920 Added a JUCE_RTAS_PLUGINGESTALT_IS_CACHEABLE flag. 2013-04-09 19:43:21 +01:00
jules
52b638ff40 Misc cleanups. 2013-04-09 19:42:47 +01:00
jules
868bee86d0 Support for storing binary vars in XML via NamedValueSet/ValueTree. 2013-04-09 14:46:54 +01:00
jules
dde56bab6a Added a binary data type to the var class. 2013-04-09 12:11:06 +01:00
jules
84724e8947 Minor addition to MemoryOutputStream. 2013-04-09 12:09:23 +01:00
jules
280afcff80 Warning fix for linux. 2013-04-08 15:48:39 +01:00
jules
e38039fe9d AAX support for CurrentPositionInfo::isPlaying 2013-04-08 15:42:43 +01:00
jules
e3a165de3e compile fix for old PPC builds. 2013-04-08 15:30:09 +01:00