jules
c34f13a02d
Fixed a linkage problem in some release plugin builds
9 years ago
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.
9 years ago
jules
46dc76f993
Improved a comment
9 years ago
jules
6d710f3194
Added a null pointer check in linux message dispatching
10 years ago
jules
328652c3ad
Added some workarounds in the OSX windowing code to help keep window resizing smooth when components are repainting at high speeds (only seems to be an issue since OSX 10.11)
10 years ago
jules
b5907fa90d
Normalised some divider comments
10 years ago
jules
15d746cf6e
Added a safety mechanism for pathological cases where user code that repeatedly blocks in a timer callback could get the event loop stuck
10 years ago
jules
c2bd54aefc
Added some assertions to catch event-based objects being used before the message manager has been initialised
10 years ago
jules
11b652e35a
Refactored win32 broadcast message handling to avoid clashes with MS Word
10 years ago
jules
08b853ee35
Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public
10 years ago
jules
a8ca80a49d
Fixed a typo in some exception-logging code
10 years ago
jules
923e8fabdb
Removed some unnecessary includes of AppConfig.h
10 years ago
jules
c95253fad0
Cleaned out some old amalgamated build references.
10 years ago
jules
4583fa3fbf
Used the ignoreUnused() function to tidy up some old code
10 years ago
jules
2a1234b6ac
Simplified some inter-module dependencies and exception-catching fallbacks
10 years ago
jules
19d0c71050
Version number update
10 years ago
jules
82b0a3628b
Added some comments regarding MessageManagerLocks
10 years ago
jules
02492b36b9
Lots of small whitespace tweaks.
10 years ago
jules
428c8a79a5
Version number update
10 years ago
jules
afaaf00202
Moved ListenerList from the juce_events module into juce_core
10 years ago
jules
31381c6864
Stripped out some defunct OSX 10.4 fallback code
10 years ago
jules
781bef41ab
Added some defences in win32 against null LPARAM arguments
10 years ago
jules
c35ed85677
Version number update
10 years ago
jules
89ba69ab29
Android Bluetooth MIDI, pro-audio i/o and improved openGL support
10 years ago
jules
12447ba38f
Version 4.0.1
10 years ago
jules
4b4d21682e
More refactoring of Timer internals to reduce thread wake-up frequency
10 years ago
jules
0506bc6100
Tweaked Timer and TimeSliceThread to reduce the frequency of their calls to wait()
10 years ago
Joshua Gerrard
f0bb1ca635
Allowed the use of stream flags in launchSlaveProcess
10 years ago
jules
962e364010
Avoided some mingw errors and warnings.
10 years ago
jules
8883b1f9c1
Added a "mustNotExist" argument to NamedPipe creation
10 years ago
Timur Doumler
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM.
10 years ago
jules
861d3d9710
Version 3.2.0
10 years ago
hogliux
c7b8e77031
Update copyright notice
10 years ago
jules
490baecdc5
tweaks to avoid user code name clashes with Timer.
10 years ago
hogliux
8c242b7547
Fix warnings on linux
Linux now compiles (clang++-3.5) without warnings when the following is enabled (these flags are identical to equator mac warnings):
-Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Werror -Wsign-conversion
10 years ago
jules
4af50da9f7
Modified app startup code so that JUCEApplication::shutdown() will still get called even if the app is aborted during the initialise() method.
10 years ago
jules
afbec9cf3c
Updates to avoid pedantic warnings in gcc.
11 years ago
jules
3613542330
Updates to avoid pedantic warnings in gcc.
11 years ago
jules
0217203b50
Fixed a problem when calling JUCEApplication::quit() from a background thread on OSX
11 years ago
jules
726279be09
Fixes for iOS build with modal components disabled, and for some obj C problems with older SDKs.
11 years ago
jules
f799bb0d6b
Another fix for Windows builds with modal comps disabled.
11 years ago
jules
5fc76082e2
Fix for Windows builds with modal components disabled.
11 years ago
jules
05c68c28f3
Minor layout clean-ups.
11 years ago
jules
92b01ad0b2
Added some extra safeguards against problems when running a headless linux app.
11 years ago
jules
12ab881353
Minor clean-up.
11 years ago
jules
d3bca77a16
Additions needed for passing launch URLs to the command-line in OSX apps.
11 years ago
jules
91b5d77477
Version number update
11 years ago
jules
50a55b2e9c
Avoided a few compiler warnings.
11 years ago
jules
0d989638cc
Version 3.1.0
11 years ago
jules
00c77194f6
Fix for an Android message-passing bug
11 years ago