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

3150 commits

Author SHA1 Message Date
Timur Doumler
dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 2015-07-23 15:57:18 +01:00
hogliux
f59ab9e4a3 Also copy transforms when copying drawables 2015-07-23 15:39:10 +01:00
jules
6bb8bf3761 Fixed a minor warning. 2015-07-22 20:18:54 +01:00
jules
861d3d9710 Version 3.2.0 2015-07-22 19:48:35 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
hogliux
0e7729590f Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. 2015-07-22 12:53:22 +01:00
Timur Doumler
5fc9f44581 Added ScrollBar::parentHierarchyChanged() to correctly handle inherited lookAndFeel changes. 2015-07-21 14:34:51 +01:00
Joshua Gerrard
af643bb49d Added default constructor to MenuBarComponent 2015-07-21 10:10:34 +01:00
jules
f843266cc1 Workaround for some compiler warnings in libjpeg code. 2015-07-21 09:17:08 +01:00
hogliux
586b428707 Make setDrawsInRightMargin comment more readable 2015-07-20 17:32:44 +01:00
hogliux
5265bbf81e Add optional setDrawsInRightMargin to disable clipping of right edge of TreeViewItems 2015-07-20 15:05:58 +01:00
hogliux
a595f19d0f Add a comment to tooltip window to clarify it's use in plug-ins 2015-07-20 09:57:02 +01:00
hogliux
52825b180b Fix build error with newest AAX SDK 2015-07-17 18:13:17 +01:00
jules
2246cd50fb Avoided a race condition when removing i/o nodes from an AudioProcessorGraph 2015-07-17 13:07:11 +01:00
jules
6ea3b5ba49 Added Final Cut to the PluginHostType list of recognised hosts. 2015-07-17 12:34:14 +01:00
jules
d635ced700 Minor comment addition 2015-07-17 12:25:40 +01:00
jules
e65bd0769a Added support for reading chunked HTTP streams on linux. 2015-07-17 12:06:06 +01:00
jules
301dfaf501 Fix for shift-delete shortcut in text editors 2015-07-17 11:26:07 +01:00
Timur Doumler
d46ea64aa5 LookAndFeel: added method to specify a custom font for Alert Window title. 2015-07-17 09:52:50 +01:00
hogliux
c2c0795aea Add https/SSL support for Linux (via libcurl) 2015-07-15 10:58:08 +01:00
hogliux
3b2a39b01b Fix typo 2015-07-10 10:11:35 +01:00
hogliux
effdc661ca Fix correct repainting of OpenGLContexts if a non-compositing window manager is used on linux 2015-07-08 17:09:59 +01:00
jules
a4526eae3f Avoided a couple of warnings about missing override specifiers. 2015-07-08 11:12:05 +01:00
jules
a49cc0fca5 Added methods degreesToRadians and radiansToDegrees 2015-07-07 15:22:00 +01:00
jules
fc2ce88576 Prevented accidental opening of already-open named pipes on win32. 2015-06-30 15:27:44 +01:00
Timur Doumler
170602f7d0 fixed bug in Synthesiser demo: voice->isVoiceActive() check was at wrong position and failing whenever there was more than one possible type of voice. 2015-06-29 16:53:12 +01:00
jules
d74d345a29 Fix for AudioProcessorGraph::setPlayHead() 2015-06-29 16:25:06 +01:00
jules
5d56b9bdf5 Removed quotes for zenity file chooser parameters. 2015-06-29 12:26:49 +01:00
jules
8c64ab5391 Reverted a mistake in a win32 file chooser function. 2015-06-29 11:20:51 +01:00
jules
e19abddeb1 Spelling correction 2015-06-29 09:02:04 +01:00
jules
c42428d067 Made JUCE_DELETED_FUNCTION available on VC2013 2015-06-28 13:41:09 +01:00
hogliux
2f2c8436b8 Add utility functions to access un-aligned memory 2015-06-26 17:14:57 +01:00
jules
0c714770c1 Added some comments to ZipFile 2015-06-26 17:13:56 +01:00
jules
09730a890d Removed some superfluous assertions in linux. 2015-06-26 16:55:24 +01:00
hogliux
d126a0cfbb Fix compiler error on newer Android versions 2015-06-26 16:29:26 +01:00
hogliux
8b01ffe133 Ensure that JNI callbacks have soft float ABI on arm processors 2015-06-26 16:28:46 +01:00
hogliux
67436307bf Include port number in http request header if it is a non-standard port number (see HTTP spec 14.23) 2015-06-25 16:14:29 +01:00
jules
9efbd199a6 Fixes for file-filter separator token parsing on linux zenity and win32. 2015-06-25 10:07:19 +01:00
hogliux
2860f66953 Fix alignment edge cases of cue points in AIFF files 2015-06-25 09:44:17 +01:00
hogliux
512d0baf67 Fix audio channel allocation issue on ALSA/linux 2015-06-25 09:34:57 +01:00
jules
d3f76766db Added a flag to FileBrowserComponent to allow it to keep the current name when the folder changes, and used this flag in the introjucer's new project wizard. 2015-06-23 12:44:51 +01:00
jules
cd056a89cc Whitespace fix. 2015-06-22 20:29:07 +01:00
jules
0fc929e37d Added comments to clarify that URLs can't be opened on the message thread in Android. 2015-06-22 20:28:39 +01:00
jules
9b79610cb0 Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components. 2015-06-22 20:28:15 +01:00
jules
fd74f1a39d Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment 2015-06-22 16:22:50 +01:00
hogliux
661533c85d Fix clang warnings on linux 2015-06-22 00:43:01 +02:00
jules
d8bc6c52c7 A couple more optimisations of Identifier object passing. 2015-06-21 19:09:05 +01:00
jules
e018192de2 Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 2015-06-21 18:54:08 +01:00
jules
336c46b5a9 Fix for array size in AudioFormatReader when reading files with > 64 channels. 2015-06-17 14:01:00 -05:00
hogliux
f8cffb5949 Fix some warnings on newer GCC versions on linux 2015-06-17 10:41:30 +02:00