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

73 commits

Author SHA1 Message Date
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
jules
bebe32357f Added a file parameter to the LookAndFeel::drawFileBrowserRow methods 2017-06-21 09:43:42 +01:00
ed
7be889a775 Projucer: Fixed a bug when renaming a file or group in the file tree where the renaming box wouldn't fully cover the item's name 2017-06-20 17:18:43 +01:00
ed
693fde9f21 Projucer: Added an option to CodeHelpers::makeValidIdentifier() to allow asterisks so that pointer types are not ignored when automatically generating header files in the GUI editor 2017-06-12 09:28:35 +01:00
jules
9b02982f4e Projucer: added support for Xcode's INFOPLIST_PREFIX_HEADER, INFOPLIST_PREPROCESS, INFOPLIST_PREPROCESSOR_DEFINITIONS to allow pre-processing of info plists 2017-06-09 11:29:52 +01:00
ed
26596fbfad Projucer: Added default module search paths to the Projucer 2017-06-06 16:57:16 +01:00
hogliux
2cdf30dd46 Android: Added external storage read/write permissions to RuntimePermissions class 2017-06-06 11:07:09 +01:00
ed
d7026529ac Projucer: Display build date in about window 2017-05-31 10:45:52 +01:00
ed
0b2bed7072 Projucer: Better highlight colours 2017-05-31 10:32:29 +01:00
ed
35d849a88b Projucer: Better outline colour when using the light colour scheme 2017-05-30 17:33:15 +01:00
ed
db614c82ad Projucer: Fixed a bug where the SVG Path Converter tool was drawing an invisible path preview 2017-05-25 12:41:37 +01:00
ed
ba36008560 Projucer: Cleaned up the structure of the Projucer folder in userApplicationDataDirectory and renamed old "Introjucer" global/project settings files to "Projucer" 2017-05-25 11:30:09 +01:00
ed
9de309be76 Projucer: Added the option to change the colour scheme and font of the Projucer's code editor and the ability to save/load custom schemes 2017-05-19 11:20:12 +01:00
ed
2798643772 Projucer: Better highlight colour in CodeEditorComponent 2017-05-15 16:19:19 +01:00
ed
50fdeba363 Projucer: background colour of the GUI editor's component layout grid is determined by selected colour scheme so UI elements are visible 2017-05-15 11:32:30 +01:00
ed
1a266e822b Projucer: The Projucer now adds a unique suffix to the target project folder of duplicate exporters and the 'selected exporter' drop-down now defaults to the first exporter that can launch the project if none were previously selected 2017-05-15 09:29:15 +01:00
ed
c25727c64a Projucer: Fixed assertion in last commit when not on Windows 2017-05-12 12:47:26 +01:00
ed
f50aaab946 Projucer: convert Unix-style absolute paths into valid absolute paths on Windows in RelativePath::getFakeFile() to avoid hitting an assertion in File::parseAbsolutePath() that was drastically slowing down project save times 2017-05-12 12:39:58 +01:00
ed
abd8fafa69 Projucer: Fixed some TextButton size issues 2017-05-09 15:44:19 +01:00
ed
cf0e97fcc7 Projucer: Selected colour scheme is now stored and recalled. Multiple fixes for unreadable text in the GUI editor 2017-05-08 17:20:44 +01:00
ed
73828a8cec Projucer: added drawProgressBar() method to ProjucerLookAndFeel to draw spinning progress indicator 2017-05-08 12:49:11 +01:00
ed
810f10bcb1 Projucer: Made the application usage data popup's ToggleButton remember the previously chosen preference 2017-05-05 14:40:26 +01:00
jules
730e603b02 Projucer: The GUI editor now generates paint code containing extra variables for the coordinates, so that these can be overridden individually in custom code blocks 2017-05-05 09:57:10 +01:00
hogliux
9b7e944a54 Added a popup to the Projucer informing the user about the collection of analytics data 2017-05-04 15:24:28 +01:00
ed
ed51317ee6 Fixed a few Projucer UI issues 2017-05-04 12:51:02 +01:00
ed
fa0b097652 Fixed some Projucer live-build errors on Windows and added an option to set the Windows target platform 2017-05-04 12:47:18 +01:00
hogliux
4c385e158c Added support for setting the Windows target platform version in VS2017 2017-05-03 14:35:38 +01:00
ed
c4e50b25b4 Made ToggleButton ticks in the Projucer larger and brighter for better visibility 2017-05-02 12:53:22 +01:00
jules
57a3cb58ec Removed incorrect constness from ColourSelector::setSwatchColour 2017-05-02 12:23:35 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
7ed37f8600 Added the standard JUCE splash screen and app usage reporting 2017-04-27 14:43:03 +01:00
hogliux
750ab85fe9 Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model. 2017-04-27 14:42:25 +01:00
jules
926652be8a Added the -Wextra-semi warning to the projucer build 2017-04-21 11:31:09 +01:00
tpoole
0b2257c53d Added Rez files to JuceLibraryCode so that they are compiled when not browsable 2017-04-11 08:05:15 +01:00
hogliux
c25457835e Added manifest file property to the Projucer's MSVC exporter 2017-04-10 16:14:42 +01:00
jules
44cd80969d A few C++11 modernisations and comment corrections 2017-03-28 12:31:51 +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
c993f46933 Fixed platform-dependent default global Projucer preferences 2017-03-22 11:50:18 +00:00
hogliux
2ca5a9c32b Partially reverted fix for new VST3 SDK 3.6.7 by removing any dependency to VST2 SDK 2017-03-14 18:01:21 +00:00
jules
4fa73d7bb6 Minor clean-ups in projucer translation code 2017-03-13 17:35:50 +00:00
hogliux
9c7ee8710a Added support for VST3 SDK 3.6.7
You will need to update your VST3 SDK!
2017-03-13 17:15:57 +00:00
Christopher Fonseka
405b589f3f Fixed issue where return and newline characters were not being removed when using the —trans-finish command 2017-03-13 17:13:01 +00:00
hogliux
bd217cf158 Added trans Projucer command line option to generate translation files from the command line 2017-03-06 09:29:30 +00:00
tpoole
e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 2017-02-17 15:34:10 +00:00
hogliux
2e0e984145 Add support for adding extra Android assets 2017-02-17 09:34:16 +00:00
hogliux
0117aace01 Added support for multi-target exporters and standalone plug-in format 2017-02-01 17:18:06 +00:00