jules
|
39f8995c49
|
Avoided a clang analyser warning in the introjucer.
|
2016-03-16 16:23:33 +00:00 |
|
jules
|
5ba43d6125
|
Introjucer: added new command-line utility: --obfuscated-string-code
|
2016-03-16 12:46:57 +00:00 |
|
jules
|
d410b6d13d
|
Avoided a possible null pointer in KeyMappingEditorComponent
|
2016-03-15 10:20:58 +00:00 |
|
jules
|
4a581da6c5
|
Updated the version number used internally by FLAC
|
2016-03-14 12:53:32 +00:00 |
|
Timur Doumler
|
cf4afd2cb8
|
Introjucer bugfix: don't write orientation flag into the jucer file if the exporter is OS X.
|
2016-03-14 12:31:53 +00:00 |
|
Timur Doumler
|
30cc5dcb76
|
Introjucer: added workaround to make it compile on VS 2012.
|
2016-03-14 10:57:30 +00:00 |
|
jules
|
87181a6947
|
Introjucer: Added C++14 as an option for linux makefiles
|
2016-03-14 10:30:13 +00:00 |
|
jules
|
225297671c
|
Added some workarounds for compiling AudioProcessorValueTreeState with VS2013
|
2016-03-14 10:26:01 +00:00 |
|
jules
|
438dbb7637
|
Tweaked some syntax in the SVG parser to avoid problems in GCC.
|
2016-03-14 10:08:36 +00:00 |
|
Timur Doumler
|
ca8aef4d3e
|
Introjucer: Added several additional build properties for the Xcode exporter.
|
2016-03-11 15:02:07 +00:00 |
|
jules
|
3f85b04914
|
Made sure that CachedImage resources are released recursively for all children when a child component becomes invisible
|
2016-03-10 17:37:30 +00:00 |
|
jules
|
189853720a
|
Cleaned up a few uses of Image::null
|
2016-03-10 17:20:15 +00:00 |
|
Timur Doumler
|
086eef8ba6
|
Minor comment clean-up.
|
2016-03-10 16:25:39 +00:00 |
|
Timur Doumler
|
f08f2b45c5
|
Introjucer: in OS X Release configuration, increased deployment target to 10.8; re-saved project.
|
2016-03-10 13:05:13 +00:00 |
|
Timur Doumler
|
20f0b4a978
|
Introjucer: removed usage of C++11 libc++ features that were not compiling on OS X 10.8.
|
2016-03-10 13:04:32 +00:00 |
|
jules
|
a45c3c564f
|
Removed some C++11 syntax that had crept into the OSX font code
|
2016-03-10 12:14:28 +00:00 |
|
jules
|
cd37ba3aa4
|
Fix for openGL when a GL component is removed from its parent without detaching first.
|
2016-03-10 12:09:10 +00:00 |
|
jules
|
e0f5218121
|
Added an internal flag JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS
|
2016-03-10 11:43:51 +00:00 |
|
jules
|
396d73a989
|
Fix for precedence of Javascript typeof operator
|
2016-03-10 10:54:35 +00:00 |
|
jules
|
20264a91cd
|
Added some more unit tests and fixes for the Time class
|
2016-03-10 10:51:28 +00:00 |
|
jules
|
7a973372ad
|
Added an assertion in OSX MIDI device detection, as this can apparently fail if not done on the message thread
|
2016-03-10 10:10:00 +00:00 |
|
jules
|
0f2c1f74c8
|
Added a check in WindowsMediaAudioFormat to handle reading beyond the end of a file
|
2016-03-10 09:52:05 +00:00 |
|
Timur Doumler
|
c1be347a3d
|
Introjucer: Refactored the Android exporters; fixed several bugs in Android Studio exporter and added some missing build properties along the way.
|
2016-03-09 11:04:38 +00:00 |
|
jules
|
6d710f3194
|
Added a null pointer check in linux message dispatching
|
2016-03-09 09:19:22 +00:00 |
|
hogliux
|
ac14c59283
|
Get rid of warnings in Windows direct write headers
|
2016-03-08 15:30:24 +00:00 |
|
jules
|
c644dbdbd6
|
Introjucer: moved some definitions into a more appropriate header
|
2016-03-08 15:04:16 +00:00 |
|
jules
|
8e9ed0d0a9
|
Introjucer: more refactoring
|
2016-03-08 11:27:56 +00:00 |
|
jules
|
ff79ea06c7
|
Whitespace
|
2016-03-08 11:26:48 +00:00 |
|
jules
|
5abb09ba16
|
Introjucer: moved some more classes out of MiscUtilities.h
|
2016-03-08 10:35:29 +00:00 |
|
Timur Doumler
|
8f73a8b671
|
MPE: added descriptive comment to MPEZone::getZoneByIndex.
|
2016-03-08 10:26:53 +00:00 |
|
Timur Doumler
|
067c78dbdb
|
MPE: added missing call to MPEZoneLayout listeners if the layout is changed by its assignment operator.
|
2016-03-08 10:10:52 +00:00 |
|
Timur Doumler
|
228e4b732c
|
MPE: made lock inside MPESynthesiserBase private and gave it a more descriptive name.
|
2016-03-08 10:09:46 +00:00 |
|
jules
|
e4b96dcf9a
|
Introjucer: some internal refactoring
|
2016-03-08 09:48:07 +00:00 |
|
hogliux
|
84bc58f0c3
|
Add ability to remove a AudioGraph's node by it's pointer
|
2016-03-08 09:00:18 +00:00 |
|
hogliux
|
7ee4c800a9
|
Add getChannelIndexForType to AudioChannelSet class
|
2016-03-07 16:06:11 +00:00 |
|
jules
|
1d603c6b6c
|
Introjucer: added a slider listener option, and tidied up some old code
|
2016-03-07 14:05:38 +00:00 |
|
Timur Doumler
|
9e317babd6
|
Made const casts added to avoid problems in the old 10.8 SDK more conspicuous.
|
2016-03-07 12:46:41 +00:00 |
|
jules
|
51f284bf0f
|
Added some casts to avoid problems in the old 10.8 SDK
|
2016-03-07 11:43:48 +00:00 |
|
Timur Doumler
|
dafbb8f0bc
|
Fixed warning in juce_WavAudioFormat.cpp due to narrowing integer conversion.
|
2016-03-07 10:59:09 +00:00 |
|
jules
|
ef98ae9ced
|
Avoided an assertion in LookAndFeel_V2 with small TextButtons
|
2016-03-05 15:06:43 +00:00 |
|
jules
|
c4cdec7bd9
|
Added method CharacterFunctions::getUnicodeCharFromWindows1252Codepage() and used this to help parse difficult WAV file metadata
|
2016-03-05 15:05:48 +00:00 |
|
jules
|
14ef8ee8b3
|
Fixed a missing 'const' in FloatVectorOperations
|
2016-03-05 13:51:22 +00:00 |
|
jules
|
e04ebc8929
|
Added missing JUCE_API
|
2016-03-04 09:04:13 +00:00 |
|
hogliux
|
bbf716af9c
|
Fix StandaloneFilterWindow compile error
|
2016-03-03 17:15:46 +00:00 |
|
Timur Doumler
|
01ccab4c89
|
Introjucer: fixed some file headers.
|
2016-03-03 11:32:22 +00:00 |
|
jules
|
6f8b9205a5
|
Added a shortcut key description field to PopupMenu::Item
|
2016-03-02 20:36:50 +00:00 |
|
jules
|
2fe8465482
|
Added a minor assertion in Viewport.
|
2016-03-02 18:05:13 +00:00 |
|
jules
|
e5fd6d6e01
|
Simplification/refactoring of the PopupMenu class by adding a subclass PopupMenu::Item which holds all the info about an item. You can now use this for more control over adding items and the PopupMenu::MenuItemIterator uses it to return info about existing items.
|
2016-03-02 18:04:48 +00:00 |
|
Timur Doumler
|
942d269edb
|
JuceDemo: removed an unnecessary capture-by-reference from a lambda.
|
2016-03-02 17:57:17 +00:00 |
|
Timur Doumler
|
497f286b53
|
Added new helper function MidiMessage::getDescription(), replacing some code that was previously in the Juce Demo.
|
2016-03-02 16:53:23 +00:00 |
|