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

552 commits

Author SHA1 Message Date
jules
942b2922a5 2.0.35 2013-02-24 15:50:07 +00:00
jules
9152fc8120 v2.0.34 2013-02-22 15:35:32 +00:00
jules
9fbc963d96 2.0.33 2013-02-22 11:56:30 +00:00
jules
ad33fca65a Minor clean-ups and documentation. 2013-02-07 09:45:56 +00:00
jules
1a7250615a Audio device change detection fix for Windows 2013-02-02 09:53:34 +00:00
jules
64c984896e Added some documentation. 2013-02-01 20:33:04 +00:00
jules
cd8adde4de 2.0.32 2013-01-16 23:54:55 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00
jules
906a99763d Version 2.0.31 2012-12-27 20:55:40 +00:00
jules
a20ff4c910 Version 2.0.30 2012-12-23 18:58:27 +00:00
jules
68b2e056e7 Version update 2.0.29 2012-12-20 20:46:41 +00:00
jules
41f3b6c485 Re-implemented NamedPipe, to make the win32 version better match the posix one. 2012-12-09 12:52:41 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
d1757b5e8a Minor stuff. 2012-11-20 19:33:40 +00:00
jules
f24f7b638c Modal component fix. Minor tweaks. 2012-11-19 23:29:39 +00:00
jules
c16c3a7c28 Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 2012-11-14 11:42:17 +00:00
jules
4d4321bea1 Version 2.0.28 2012-11-14 10:01:45 +00:00
jules
8e8dc5667f Renamed a few old references to "iPhoneOS" as "iOS". 2012-11-13 18:28:55 +00:00
jules
09fd0206dc OSX main menu fix. 2012-11-12 21:22:18 +00:00
jules
02f5a1f876 VSTPluginFormat: internal refactoring, and some new accessor methods. 2012-10-19 09:47:28 +01:00
jules
5ed768e953 New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 2012-10-18 13:53:02 +01:00
jules
a7a16116d0 Linux: fixed dependency between juce_gui_basics and juce_events. 2012-09-24 16:59:14 +01:00
jules
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
46f1c15f92 Introjucer: fix for binary data with duplicate filenames. 2012-09-24 12:08:33 +01:00
jules
7141fe39dc Fix for menu bar problem on OSX. 2012-09-21 11:37:22 +01:00
jules
710dec8a1e Handling win32 hide/show messages. 2012-09-17 10:03:02 +01:00
jules
ad958be260 Version bump: 2.0.27 2012-09-08 14:37:39 +01:00
jules
abb4946191 Version bump: 2.0.26 2012-09-04 15:26:43 +01:00
jules
842d30fbfa Minor tidying-up. 2012-09-04 11:38:16 +01:00
jules
665c85b147 Version number bump. 2012-08-09 08:56:28 +01:00
jules
4f206a3f3a Version bump. 2012-07-24 17:04:29 +01:00
jules
75d72d6323 Version number bump. 2012-07-21 14:39:29 +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
df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 2012-07-12 14:10:46 +01:00
jules
7afbc077e7 Version update. 2012-07-11 10:19:09 +01:00
jules
502af083aa Fixed a bug in Font::setUnderline(). 2012-07-11 09:44:10 +01:00
jules
8a586adc8b On OSX, made sure popup menus are dismissed when the main menu is opened. 2012-07-10 17:27:11 +01:00
jules
7ce0bf15d3 Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android. 2012-07-10 16:59:35 +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
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
7875420076 Couple of 10.4 OSX fixes. 2012-06-17 18:51:52 +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
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
df5d50bcd8 Version number bump. 2012-04-16 17:54:42 +01:00
jules
ab33b1a05d Fix for component notifications when peer is changing. Some fixes for GCC4.7 on linux. 2012-04-12 10:10:42 +01:00
jules
3a91979ea8 Version bump. 2012-04-11 11:06:43 +01:00
jules
1f95f54089 Purged some warnings. 2012-04-10 10:29:14 +01:00