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

5284 commits

Author SHA1 Message Date
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
61eb7f8e6c Introjucer: Minor project and L+F updates 2015-07-07 12:13:28 +01:00
jules
dab1a549b9 Introjucer: some internal refactoring. 2015-07-02 14:47:22 +01:00
hogliux
359a898b0d Updated openGL example now that the Matrix3D class works the other (correct!) way around. 2015-07-01 10:54:36 +01:00
hogliux
502ab06213 Fix warnings in JUCE OpenGLAppExample 2015-07-01 10:51:48 +01:00
jules
ff68742e1e Introjucer: Updated the script that installs plugins to make sure it creates missing folders before copying the files to them 2015-06-30 17:20:27 +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
d917606ad8 Resaved project files. 2015-06-29 16:20:50 +01:00
jules
b7c3b5c89c Introjucer: moved a C++11 flag setting in the linux makefile. 2015-06-29 16:19:58 +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
3cfdde28c3 Avoided a VC2013 warning in the introjucer. 2015-06-28 14:13:43 +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
jules
0e38c68e15 Removed some accidental C++11 syntax in the introjucer. 2015-06-26 08:27:48 +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
6cbab98ab2 Introjucer: update to the format of iOS icons. 2015-06-24 17:20:31 +01:00
jules
355f022f6b Spelling fixes. 2015-06-24 12:31:29 +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
26143d5034 Introjucer: added a better browser for module paths 2015-06-21 19:47:48 +01:00
jules
b0ca99d26b Introjucer: made the modules panel update when the filename is edited 2015-06-21 19:26:26 +01:00
jules
d8bc6c52c7 A couple more optimisations of Identifier object passing. 2015-06-21 19:09:05 +01:00
jules
f1c0ceccc3 Removed unused variable 2015-06-21 18:54:20 +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
d7250c0a90 Fix for menu updating in the demo app. 2015-06-17 14:46:54 -05:00
jules
336c46b5a9 Fix for array size in AudioFormatReader when reading files with > 64 channels. 2015-06-17 14:01:00 -05:00
jules
063ec9c0d1 Updated openGL demo app now that the Matrix3D class works the other (correct!) way around. 2015-06-17 11:48:10 -05:00
hogliux
f8cffb5949 Fix some warnings on newer GCC versions on linux 2015-06-17 10:41:30 +02:00
hogliux
2f94c8019d Implement proper android scaling support 2015-06-15 18:08:12 +01:00
jules
3236bdca6a Fix for JUCE_LIVE_CONSTANT in plugins. 2015-06-15 10:10:39 -05:00
jules
a52ed14607 Fixed a spelling mistake 2015-06-15 10:10:10 -05:00
jules
e82e9f2671 Avoided an exception in MouseCursor when running on very old OSX versions. 2015-06-15 10:09:50 -05:00
jules
65ba31731a Added a copy constructor to SharedResourcePointer 2015-06-15 10:03:44 -05:00