jules
|
eda8612ee3
|
Fixed some video module compile problems on iOS and Windows
|
8 years ago |
tpoole
|
f3c224bf26
|
iOS: Fixed a header inclusion error
|
8 years ago |
ed
|
f454b97e56
|
Projucer: Added an option to the module settings page to set selected modules to use or not use global paths
|
8 years ago |
tpoole
|
2bd5aa04aa
|
Projucer: Visual Studio Exporter: Set default architecture to x64
|
8 years ago |
ed
|
03917672a1
|
Projucer: Added an error message when trying to save a project with missing module dependencies and stopped the Projucer from opening projects with errors when clicking the save and open in IDE button
|
8 years ago |
hogliux
|
03c08027ac
|
Android: Added new thread priority specifically for realtime audio render threads. Currently, only implemented in Android.
|
8 years ago |
hogliux
|
b574d4530e
|
Fixed an issue where the scale of a PopupMenu would be incorrect when no targetComponent was specifiefd
|
8 years ago |
ed
|
2540725b6a
|
Projucer: Fixed a bug where modules added from the global user module path weren't being added to generated projects correctly
|
8 years ago |
ed
|
aef6a296e0
|
Projucer: Fixed a crash that occurred when adding missing module dependencies
|
8 years ago |
hogliux
|
34d1433038
|
Fixed a false-positive leak detector assertion when using ThreadLocalValue
|
8 years ago |
ed
|
9eb2840029
|
Projucer: Fixed a sizing bug in the new project window
|
8 years ago |
hogliux
|
6e22d764d3
|
Live build engine: Fixed a recent commit which triggered a live build engine crash
|
8 years ago |
hogliux
|
35b08ecec2
|
Fixed an issue where submenus would not be scaled according to the transform used for the parent menu
|
8 years ago |
tpoole
|
f4622f2f46
|
Restored an accidentally deleted file and resaved all projects
|
8 years ago |
jules
|
2fdf9d377f
|
Resaved example projects
|
8 years ago |
jules
|
74c96208fe
|
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
|
8 years ago |
jules
|
01e7673053
|
Tweaked in internal Obj-C name
|
8 years ago |
hogliux
|
c8a3410288
|
Android: Upgraded default android gradle plug-in and build tools version to match latest Android Studio
|
8 years ago |
hogliux
|
c54409c7ad
|
Android: Updated default version value for the android gradle plugin to the latest version
|
8 years ago |
hogliux
|
11e45e902a
|
Fixed a compiler error in MSVC in a recent commit when unit tests are enabled
|
8 years ago |
jules
|
61044c8bda
|
Fix to Line::getDistanceFromPoint to make it work for integer types
|
8 years ago |
hogliux
|
6f879cd8cd
|
AAX: Fixed an issue where AAX plug-ins would report a confusing error if their AudioProcessor's getStateInformation returned an empty MemoryBlock
|
8 years ago |
hogliux
|
2483c80529
|
Scale PopupMenus with the AffineTransform and scaling factor of their target components (see BREAKING-CHANGES.txt)
|
8 years ago |
hogliux
|
41f7835119
|
Fixed a bug where ThreadLocalValue would inadvertently share its value between different instances of the same Type
|
8 years ago |
tpoole
|
71ee795bbb
|
Projucer: Fixed null-terminated string array bug
|
8 years ago |
hogliux
|
4c6b5f0a8b
|
Cleaned up some code in HashMap and added a getReference method
|
8 years ago |
tpoole
|
ea34593ae4
|
Whitespace cleanup
|
8 years ago |
tpoole
|
c288c94c29
|
Resaved all projects
|
8 years ago |
tpoole
|
a520bf6457
|
Projucer: Fixed bug in f8b9e4468
|
8 years ago |
jules
|
f8a58c8da7
|
Added a few assertions and cleanups to AudioBuffer
|
8 years ago |
jules
|
3675c0a841
|
Added method BufferedInputStream::peekByte(), and tidied up some internal code in that class
|
8 years ago |
tpoole
|
f8b9e44685
|
Projucer: Removed code for exporting old Visual Studio versions
|
8 years ago |
jules
|
1cda7cf13b
|
BLOCKS API: Fixed a crash when block is connected and disconnected over BT and USB
|
8 years ago |
tpoole
|
432ad80b60
|
Fixed a bug in the JUCE demo plug-in time display
|
8 years ago |
tpoole
|
c63a8a56cd
|
Documentation fixes
|
8 years ago |
tpoole
|
1f8ccff728
|
Projucer: Fixed active VS build configuration bug
|
8 years ago |
tpoole
|
0874e47a35
|
Graphics code refactoring
|
8 years ago |
hogliux
|
ccb4ce8829
|
Android: Fixed a linker error when building in release mode
|
8 years ago |
ed
|
ca9d76cb68
|
Projucer: Fixed a bug where the live-build engine wasn't adding the VST3 SDK path to its header search paths when building the plugin host
|
8 years ago |
Lukasz Kozakiewicz
|
bd3be54a70
|
Projucer: iOSExporter: add support for Push Notifications entitlement and remote notifications Background Mode.
|
8 years ago |
tpoole
|
4965cdf030
|
Android: Added support for static libraries in modules
|
8 years ago |
ed
|
8bad82397d
|
Projucer: Fixed a bug when adding a new group to the file tree where the new group wasn't being displayed
|
8 years ago |
hogliux
|
d9a4c06b73
|
Projucer: Add define guards to splash screen and app usage pre-processor defines
|
8 years ago |
tpoole
|
984654318d
|
Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro
|
8 years ago |
jules
|
253fd51a96
|
Removed a superfluous base class inside SharedResourcePointer
|
8 years ago |
ed
|
238bca7420
|
Projucer: Improved file filter method
|
8 years ago |
jules
|
a1b55a4025
|
Fixed a problem with the SVG parser handling group element transforms
|
8 years ago |
jules
|
d6ec66d4f9
|
Fixed build error when using non-UTF8 strings
|
8 years ago |
jules
|
e5bd7992c4
|
Tidied up some CharPointer classes, and gave them isNotEmpty() methods
|
8 years ago |
ed
|
a3655ec17d
|
Projucer: Fixed a crash in ProjectTab caused by not removing it as a global focus change listener in its destructor
|
8 years ago |