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

746 commits

Author SHA1 Message Date
jules
5428554cda Added a flag to disable bypass in RTAS. 2012-09-17 13:18:11 +01:00
jules
a4939b87f2 win32: added a flag to ignore https certificate mismatches. 2012-09-17 11:54:53 +01:00
jules
03f568fab2 AU: fix for superclass parameter loading problem 2012-09-17 11:29:36 +01:00
jules
710dec8a1e Handling win32 hide/show messages. 2012-09-17 10:03:02 +01:00
jules
68880492f1 Introjucer: editor scrolling changes. 2012-09-13 21:39:54 +01:00
jules
2e777f8943 Fix for iOS windowing, and some CGRect clean-ups. 2012-09-13 20:02:09 +01:00
jules
747f898ea4 Got rid of a maximum limit on the number of ASIO channels. 2012-09-13 11:54:52 +01:00
jules
f4898a18ab Minor fix for code editor caret display. 2012-09-13 09:33:32 +01:00
jules
b562bbab74 Added callback method: AudioProcessor::numChannelsChanged(). 2012-09-12 15:34:28 +01:00
jules
c018cba8c8 A couple of tweaks to improve iOS/android openGL. 2012-09-12 15:17:01 +01:00
jules
9a7e7a267a New method: Rectangle::constainedWithin(). 2012-09-11 10:57:09 +01:00
jules
617731d21c Added a JUCE_DISABLE_JUCE_VERSION_PRINTING flag that can be set to prevent the juce version number being printed at startup. 2012-09-11 10:10:40 +01:00
jules
9a24aa8a20 Minor clean-ups. 2012-09-11 09:35:03 +01:00
jules
d9f0ac29b6 Fixed a few documentation typos. Tweaked positioning logic for CallOutBox. 2012-09-09 21:03:39 +01:00
jules
ad958be260 Version bump: 2.0.27 2012-09-08 14:37:39 +01:00
jules
ee7046be34 OSX mouse event tweaks. 2012-09-08 14:36:59 +01:00
jules
9fde239d9c Misc minor tidying up. 2012-09-08 11:31:51 +01:00
jules
7d953a629d OSX modal behaviour fix. 2012-09-07 18:52:30 +01:00
jules
6d4252e571 DSound - change to size of blocks used. 2012-09-07 17:43:06 +01:00
jules
352e5999bc Displaying modifier + delete key shortcuts in OSX main menus. 2012-09-07 17:42:02 +01:00
jules
b0b6a7ca25 Introjucer: added command to open counterpart files. 2012-09-06 17:51:43 +01:00
jules
d24ee139d3 Introjucer: wizards for auto-generating new Component classes 2012-09-06 11:08:29 +01:00
jules
6e631bceb1 OSX filechooser modality fix. 2012-09-06 11:03:17 +01:00
jules
001ce3ee61 Fix for ChildProcess::isRunning on posix 2012-09-05 16:42:14 +01:00
jules
745e2ae8b9 Added new version of Path::addRoundedRectangle(). Introjucer: new button look and feel. 2012-09-05 11:54:44 +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
4ccba42fa8 OSX modality fix. 2012-09-04 10:39:42 +01:00
jules
583dcca1e5 Added a method for concatenating AttributedStrings. 2012-09-03 12:27:49 +01:00
jules
d7825c23fe Minor optimisations to StringArray. 2012-09-02 21:35:08 +01:00
jules
d6848d3bb1 Small AAX fix, and plugin file-chooser fix. 2012-08-30 21:53:01 +01:00
jules
7b0a60e265 Assertion to catch WASAPI calls on invalid threads. 2012-08-30 14:09:13 +01:00
jules
c140558fc8 Change to avoid spurious leak warning on win32. 2012-08-30 12:56:58 +01:00
jules
fa8cbe334d Linux XRender fix. 2012-08-30 12:55:44 +01:00
jules
b65255375a Linux windowing: supported the _NET_WM_USER_TIME value, and did some general tidying up. 2012-08-30 10:33:01 +01:00
jules
9281759612 Added method TextEditor::setEscapeAndReturnKeysConsumed(). 2012-08-29 19:02:57 +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
de44f0a332 Tweaked some OSX modal window behaviour. 2012-08-28 19:03:39 +01:00
jules
66917b65fd Minor clean-ups. 2012-08-28 11:10:14 +01:00
jules
8549139335 Added reaper to OSX plugin host types. 2012-08-27 12:33:53 +01:00
jules
2918e8d886 Minor fixes for compiler warnings. 2012-08-27 12:33:35 +01:00
jules
5b2a49ed5a Plugin host sample position. 2012-08-26 09:57:15 +01:00
jules
8f514b7198 Added standard iterator methods for SelectedItemSet. 2012-08-26 09:56:09 +01:00
jules
e49c56109b Introjucer: Updated RTAS include path (on win32) 2012-08-26 09:55:16 +01:00
jules
33dbaa2d30 Added AudioPlayHead::CurrentPositionInfo::timeInSamples member. 2012-08-25 20:53:40 +01:00
jules
ffbf1cd5c4 Gave DrawableButton a bit of a spring-cleaning: got rid of its non-standard setBackgroundColours() method, and instead gave it some colour IDs for setting its colours, like other components do. 2012-08-25 20:36:45 +01:00
jules
0466c90ce1 Tidied up some JACK code. 2012-08-24 18:21:50 +01:00
jules
7d014acb6c Mingw fixes. 2012-08-24 17:48:26 +01:00
jules
3c345997f5 Removed some c++11 syntax that had slipped in there accidentally. 2012-08-24 17:35:49 +01:00
jules
9961c990bb Fix for GenericAudioProcessorEditor parameter changes. 2012-08-24 15:45:43 +01:00