jules
fb864a5cb1
Corrected some spelling mistakes in comments
2016-04-11 11:13:44 +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
d410b6d13d
Avoided a possible null pointer in KeyMappingEditorComponent
2016-03-15 10:20:58 +00:00
jules
189853720a
Cleaned up a few uses of Image::null
2016-03-10 17:20:15 +00:00
jules
b5907fa90d
Normalised some divider comments
2016-02-20 09:45:43 +00:00
jules
2343dc153d
Added hidden internal helper function to access plugin carbon window wrappers
2016-02-17 17:05:17 +00:00
hogliux
05a3ebc4eb
Scale webpages to fit display by default on iOS
2016-02-15 09:19:17 +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
b557277f6f
Removed a few stray semicolons
2016-01-28 11:48:48 +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
4583fa3fbf
Used the ignoreUnused() function to tidy up some old code
2015-12-23 16:27:50 +00:00
jules
ae712c72d8
Cleaned up a few String::empty uses
2015-12-21 12:01:28 +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
jules
428c8a79a5
Version number update
2015-12-10 11:02:38 +00:00
jules
4d3fc5a3d9
Added a couple of missing 'override' keywords
2015-11-23 17:29:05 +00:00
jules
c35ed85677
Version number update
2015-11-17 16:37:03 +00:00
jules
a3426aae10
Added support for iOS force-touch
2015-11-02 11:51:16 +00:00
jules
12447ba38f
Version 4.0.1
2015-11-02 11:02:55 +00:00
Timur Doumler
3313657b3f
Fixed bug with displaying plug-in windows in 32-bit hosts on OSX 10.11 El Capitan.
2015-10-19 17:56:29 +01:00
jules
ba64b2be8a
Added a couple of keywords to the C++ tokeniser
2015-10-05 09:32:40 +01:00
jules
5fcf662375
Fixes for Introjucer in Xcode 7
2015-09-17 16:31:26 +01:00
jules
7b42c1846a
Added a couple of missing override keywords.
2015-09-17 10:54:02 +01:00
jules
527da19076
Added method Component::alphaChanged(), and fixed NSViewComponent to handle alpha values.
2015-09-08 20:38:47 +01:00
jules
d46ea331da
Fix to FileBasedDocument to avoid spurious re-save requests.
2015-09-08 16:29:36 +01:00
jules
4c26b1bcb9
Added a method CodeEditorComponent::editorViewportPositionChanged
2015-09-01 12:28:36 +01:00
jules
4e8921aa48
Fix for JUCE_LIVE_CONSTANT not working with negative integers
2015-08-17 19:56:42 +01:00
jules
83fcea3dbe
Made FileBasedDocument send change messages when its filename changes when saved.
2015-08-11 10:22:42 +01:00
jules
969f1a25fc
Added an OSX-only method SystemTrayIconComponent::showDropdownMenu() and tweaked the highlighting of OSX tray icons.
2015-07-28 15:44:38 +01:00
Timur Doumler
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM.
2015-07-23 15:57:18 +01:00
jules
861d3d9710
Version 3.2.0
2015-07-22 19:48:35 +01:00
hogliux
c7b8e77031
Update copyright notice
2015-07-22 15:59:34 +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
jules
3236bdca6a
Fix for JUCE_LIVE_CONSTANT in plugins.
2015-06-15 10:10:39 -05:00
jules
0c99e8e068
Minor cleanups
2015-05-25 10:05:33 +01:00
jules
06c1a15496
Added some missing 'override' decorators
2015-05-15 12:54:44 +01:00
jules
0a377a95c5
Fix for code editor long lines not rendering
2015-05-15 11:39:02 +01:00
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
2015-05-05 10:57:50 +01:00
jules
c1355fa11a
Minor SystemTrayIconComponent tweak to keep OSX10.3 builds happy.
2015-04-13 16:07:44 +01:00
jules
8cacb499f1
Documentation correction.
2015-03-24 14:30:34 +00:00
jules
33e9e38345
Minor tidying-up.
2014-12-18 14:36:41 +00:00
jules
d710fe0309
Workaround for mingw.
2014-12-18 12:51:28 +00:00
jules
91b5d77477
Version number update
2014-12-16 17:21:34 +00:00
jules
d89300b7c9
Added support for the pageFinishedLoading on iOS web browser.
2014-12-03 12:58:45 +00:00
jules
50a55b2e9c
Avoided a few compiler warnings.
2014-12-03 11:45:15 +00:00
jules
7f901e452f
Focus fix for win32 web browser component. Ability to use javascript in goToURL on OSX.
2014-11-20 11:10:16 +02:00
jules
0d989638cc
Version 3.1.0
2014-11-18 10:56:13 +02:00
jules
0ed61cb1ad
Merge remote-tracking branch 'gh/master' into develop
2014-11-05 11:18:26 +00:00
jules
817c80ed19
Fixed a typo in a comment.
2014-11-05 09:34:03 +00:00