1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
Commit graph

318 commits

Author SHA1 Message Date
ed
58c02823c5 Projucer: Moved some methods into MiscUtilities 2018-03-12 15:16:26 +00:00
ed
139341926c Projucer: Tweak button L&F 2018-03-12 14:57:14 +00:00
ed
2f52fa205a Projucer: Standardise replacement strings in file templates 2018-03-12 14:34:24 +00:00
Lukasz Kozakiewicz
c859b4af1d Android: add support for Google Oboe (developer preview). 2018-03-07 17:43:39 +01:00
ed
9685dacc5d Projucer: Remove getTextButtonFont() from ProjucerLookAndFeel 2018-02-27 15:00:19 +00:00
Lukasz Kozakiewicz
4be6679aab Projucer: add option to specify custom drawable resources in Android exporter. 2018-02-21 17:37:37 +01:00
Lukasz Kozakiewicz
7158847b6b Projucer: allow to customise remote notifications config file per build configuration. 2018-02-21 17:37:37 +01:00
ed
36f6ff854e Projucer: Add a text field to the iOS exporter to set the reason for microphone permissions 2018-02-19 12:51:28 +00:00
Lukasz Kozakiewicz
0bc498e913 Projucer: add option to customise activity base class in Android exporter. 2018-02-09 11:54:45 +01:00
Lukasz Kozakiewicz
71d1feb391 Projucer: add option to include Java JAR libs to Android exporter. 2018-02-09 11:54:45 +01:00
Noah Dayan
e690350df3 Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 2018-01-18 15:23:57 +00:00
jules
7d24b39f18 Cranked up the Clang warning level in the projucer, and fixed a few minor warnings 2018-01-16 17:15:06 +00:00
ed
642061a31b Projucer: Used Button::onClick to simplify some code 2018-01-12 10:44:23 +00:00
jules
33c0940d74 Cleaned up a few more ScopedPointer uses 2018-01-09 12:22:31 +00:00
ed
1603f21976 Projucer: Update TextPropertyComponentWithEnablement and ChoicePropertyComponentWithEnablement to use ValueWithDefault 2018-01-08 11:36:42 +00:00
ed
df35930a4f Projucer: Correct case for some iOS identifiers 2018-01-06 18:52:43 +00:00
ed
b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 2018-01-05 17:05:20 +00:00
ed
4123188367 Projucer: Fixed an issue where the TextEditor overlay when renaming file groups was offset slightly 2017-12-28 12:27:07 +00:00
Lukasz Kozakiewicz
36da4cde05 Add native content sharing support for iOS and Android 2017-12-11 16:08:01 +00:00
jules
d9585241ad Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance 2017-12-06 17:33:26 +00:00
jules
d727f2a35a Added MathConstants::halfPi to improve readability 2017-12-06 12:56:00 +00:00
jules
d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
hogliux
7e23bf28ae Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers 2017-11-20 10:56:08 +00:00
tpoole
a75f023ca5 Clion: Added a global path to the CLion exe 2017-11-03 18:32:07 +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
tpoole
af5e219e01 Projucer: Added a Windows target platform option to the Code::Blocks exporter 2017-10-31 11:33:42 +00:00
tpoole
1946712154 Projucer: Reorganised some source files so that we can compile with the malfunctioning link time optimisation of legacy 32 bit MinGW compilers 2017-10-30 16:32:38 +00:00
ed
a277cf64a3 Projucer: Improved the layout of the user settings popup window 2017-10-26 16:44:01 +01:00
Lukasz Kozakiewicz
b2d2bda7a1 Add Push Notifications feature for iOS and Android. 2017-10-23 09:31:06 +02:00
ed
a166f01fce Projucer: Added an option to the Xcode and VS exporters to enable/disable the post-build plugin binary copy step 2017-10-20 12:06:56 +01:00
jules
f0ef700e46 Modernised a bunch of code mainly relating to character/string iteration 2017-10-19 16:52:20 +01:00
ed
d346d6ef50 Projucer: Added a post-build step to Visual Studio plugin targets that copies the plugin to a specified folder, or the default folder for its type if one is not specified 2017-10-19 16:28:31 +01:00
tpoole
21315abce4 Projucer: Added beta CLion exporter support 2017-10-19 14:26:12 +01:00
hogliux
7e1d9013cb iOS: Added support to specify a different interface orientation on iPad vs. iPhone 2017-10-16 11:37:22 +01:00
ed
f9d5f0eff5 Projucer: Added an option to set the debug information format for each build configuration to the VS exporter 2017-10-13 17:49:52 +01:00
ed
559ff6778b Projucer: Added a link-time optimisation option to all exporters 2017-10-11 16:19:29 +01:00
ed
bffc53b336 Projucer: Added a company copyright field to the project settings 2017-10-04 11:18:20 +01:00
ed
758351a28f Projucer: Added a device family option to the iOS exporter 2017-10-04 10:55:45 +01:00
hogliux
54029e776d Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
jules
1aaa598a5f Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes 2017-09-27 12:57:55 +01:00
tpoole
f7bc550f58 Projucer: Remember the directory of a previously created project 2017-08-21 14:27:40 +01:00
jules
723a15c7a0 Removed a few more old compiler workarounds 2017-08-14 13:10:40 +01:00
jules
357dd2c9c9 Removed some old compiler bug workarounds 2017-08-14 12:59:18 +01:00
hogliux
df91b15455 Added in-app purchase feature to JUCE 2017-08-09 20:15:17 +01:00
ed
b1ea737d54 Projucer: Added some layout features to the GUI editor to allow alignment of selected components and paint elements and multi-select positioning and resizing 2017-07-31 17:24:57 +01:00
ed
2e81e8a0dc Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. 2017-07-19 17:23:20 +01:00
ed
0e6699ce23 Projucer: Added options to the iOS exporter for app groups and an option to disable duplicating the resources folder for AUv3 app extensions 2017-07-18 09:47:08 +01:00
hogliux
a1fcd357ae Projucer: Fixed an edge case where preprocessor macros would not be correctly parsed if they had the form "MYMACRO=" 2017-07-05 11:53:17 +01:00
ed
9eb2840029 Projucer: Fixed a sizing bug in the new project window 2017-07-03 09:38:17 +01:00
Lukasz Kozakiewicz
bd3be54a70 Projucer: iOSExporter: add support for Push Notifications entitlement and remote notifications Background Mode. 2017-06-23 15:18:20 +02:00