jules
|
a7e3339f86
|
Got rid of some very old legacy VC6 workaround typedefs
|
2018-01-03 09:25:19 +00:00 |
|
jules
|
58a99ff139
|
Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated!
|
2017-12-12 16:24:40 +00:00 |
|
jules
|
2dc9316420
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
2017-11-01 17:41:06 +00:00 |
|
ed
|
dbb2f620b4
|
Bump version number to 5.2.0
|
2017-10-25 12:07:32 +01:00 |
|
tpoole
|
0ae8aa812c
|
Bump version number to 5.1.2
|
2017-09-18 14:59:57 +01:00 |
|
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
hogliux
|
c02ef79fd6
|
Bump version number to 5.1.1
|
2017-08-02 18:35:29 +01:00 |
|
hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
2017-07-27 12:39:23 +01:00 |
|
hogliux
|
c7e8475f57
|
Andorid: Removed some android video stubs which could cause a crash on application startup
|
2017-07-11 14:34:54 +01:00 |
|
jules
|
276d760cb5
|
Workaround for AVPlayerView being unavailable on 32-bit OSX
|
2017-07-11 09:16:09 +01:00 |
|
jules
|
97fdc233e6
|
Avoided a problem with the win32 video module if JUCE_MODAL_LOOPS_PERMITTED is disabled
|
2017-07-10 10:08:12 +01:00 |
|
jules
|
a2a5428eab
|
Added a missing iOS framework to the juce_video module
|
2017-07-07 21:13:13 +01:00 |
|
jules
|
cb14ab3891
|
Tweaked the OSX video player to do sample-accurate seeking
|
2017-07-07 17:48:12 +01:00 |
|
jules
|
096b4e94c0
|
Removed zombie MovieComponent files that should have been deleted with the new video playback changes
|
2017-07-07 15:38:31 +01:00 |
|
tpoole
|
10b7aa3c16
|
MinGW: Fixed some build warnings
|
2017-07-07 11:06:16 +01:00 |
|
jules
|
50dce5079d
|
Disabled VideoComponent on linux to prevent build errors
|
2017-07-06 16:59:49 +01:00 |
|
tpoole
|
e163800014
|
Fixed a compiler warning in MacOS VideoComponent
|
2017-07-05 15:32:15 +01:00 |
|
jules
|
776bf565db
|
Fixes for a couple of minor compiler warnings
|
2017-07-05 09:21:08 +01:00 |
|
jules
|
eda8612ee3
|
Fixed some video module compile problems on iOS and Windows
|
2017-07-04 09:49:24 +01:00 |
|
jules
|
74c96208fe
|
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
|
2017-06-30 16:08:51 +01:00 |
|
hogliux
|
bc3ef88603
|
Bump version number to 5.0.2
|
2017-05-30 16:32:47 +01:00 |
|
hogliux
|
8413614744
|
Bump version number to 5.0.1
|
2017-05-04 15:26:54 +01:00 |
|
hogliux
|
9d81c5066a
|
Bump version number to 5.0.0
|
2017-04-27 14:43:05 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
tpoole
|
1e2f6fec5c
|
Restored module header #defines
|
2017-02-17 10:26:09 +00:00 |
|
jules
|
84da06214d
|
Fix for MovieComponent on older OSX SDKs. Updated video page in big demo app.
|
2017-02-09 15:06:29 +00:00 |
|
jules
|
cd5604c071
|
Another OSX 32-bit build fix in MovieComponent
|
2017-02-02 11:53:21 +00:00 |
|
jules
|
511fe482e8
|
Fix for a 32-bit build problem in MovieComponent
|
2017-02-02 10:51:22 +00:00 |
|
hogliux
|
b6b7abc76a
|
Fixed a warning in MovieComponent
|
2017-02-01 17:28:35 +00:00 |
|
hogliux
|
95d0d50d85
|
Added a missing guard to avoid including movie components on iOS
|
2017-02-01 17:28:22 +00:00 |
|
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
hogliux
|
1c0b935bf6
|
Replaced QuickTimeMovieComponent with MovieComponent, using AVFoundation on OSX
|
2017-02-01 17:18:06 +00:00 |
|
hogliux
|
e0aff606a8
|
Bump version number to 4.3.1
|
2017-01-26 10:40:42 +00:00 |
|
hogliux
|
363ceb08cf
|
Bump version number to 4.3.0
|
2016-11-02 14:02:52 +00:00 |
|
hogliux
|
4eb89336f9
|
Bump version number to 4.2.4
|
2016-09-16 16:42:43 +01:00 |
|
jules
|
9fa0d49be7
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
hogliux
|
c21716499c
|
Add low quality mode for juce CameraDevice
|
2016-08-03 12:09:19 +01:00 |
|
hogliux
|
630ab88f8b
|
Version number update
|
2016-07-05 11:27:53 +01:00 |
|
jules
|
ec40f0940c
|
Updated version numbers in modules, and resaved example projects
|
2016-06-07 12:52:59 +01:00 |
|
jules
|
0b3a11ee07
|
Updated version number to 4.2.1
|
2016-04-21 10:08:47 +01:00 |
|
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
2016-04-06 18:31:24 +01:00 |
|
jules
|
dfc4428af6
|
Avoided a problem in DirectShowComponent that caused crashes in error cases.
|
2016-03-31 10:06:33 +01:00 |
|
jules
|
b5907fa90d
|
Normalised some divider comments
|
2016-02-20 09:45:43 +00:00 |
|
jules
|
08b853ee35
|
Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public
|
2016-02-04 16:07:21 +00:00 |
|
jules
|
66793fc09b
|
Removed a few more carbon workaround macros
|
2016-01-29 18:08:11 +00:00 |
|
jules
|
923e8fabdb
|
Removed some unnecessary includes of AppConfig.h
|
2015-12-24 11:55:46 +00:00 |
|
jules
|
c95253fad0
|
Cleaned out some old amalgamated build references.
|
2015-12-24 11:31:37 +00:00 |
|
jules
|
19d0c71050
|
Version number update
|
2015-12-16 18:14:23 +00:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|