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

230 commits

Author SHA1 Message Date
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
tpoole
359238f0ed Fixed a Projucer crash when saving projects with no targets 2017-05-08 15:02:56 +01:00
ed
73828a8cec Projucer: added drawProgressBar() method to ProjucerLookAndFeel to draw spinning progress indicator 2017-05-08 12:49:11 +01:00
ed
8ab39ef354 Projucer: Switched the order of names in Projucer window title bars from "Projucer - project name" to "project name - Projucer" 2017-05-08 12:20:27 +01:00
jules
2f6fd99243 Projucer: Added an Xcode setting to control the Xcode USE_HEADERMAP flag, and disabled this by default to enforce compatibility with other compilers and IDEs. 2017-05-08 11:12:35 +01:00
ed
0f47ee73b6 Projucer: Made each Projucer window's title bar display the project name 2017-05-08 10:01:17 +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
ed
17cd47558f Projucer: Removed the key command for showing the build tab as it was the same as the build now key command 2017-05-05 11:22:41 +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
ed
457e838971 Fixed an issue in the Projucer where the option to select the files to auto-generate for a new GUI application wouldn't create the correct files 2017-05-04 16:43: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
hogliux
ceab51f7c4 Made the Projucer's Windows target platform property chooser available to all Visual Studio exporters 2017-05-04 13:08:34 +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
tpoole
93f9ab24bb Fixed Projucer compile on VS2013 2017-05-04 09:01:42 +01:00
jules
7f5abd41b1 Projucer: Fixed a crash in the android exporter when VST3 is enabled 2017-05-03 15:42:38 +01:00
tpoole
f4046909ab Added an OS X 10.5 compatible std::function replacement 2017-05-03 15:36:25 +01:00
hogliux
adb5b542af Fixed a memory access bug with the previous commit 2017-05-03 14:50:20 +01:00
hogliux
4c385e158c Added support for setting the Windows target platform version in VS2017 2017-05-03 14:35:38 +01:00
jules
61f4333e73 Marked some RelativeCoordinate functions in Component as deprecated, and updated some old code that used them. 2017-05-02 16:56:32 +01:00
ed
a5c9cd9bd7 Added an extra check to the previous commit to make sure that the showBuildTab command is only invoked if the build tab is not already showing to prevent the command being constantly re-triggered when continuously recompiling 2017-05-02 16:13:44 +01:00
ed
fceca976d1 Fix to avoid hitting an assertion when invoking the showBuildTab command directly from CompileEngineChildProcess::handleBuildFailed() 2017-05-02 15:28:39 +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
d7d1a9a99e Call AAX CreatePackage.bat script correctly from post-build script to catch any errors 2017-05-02 11:25:23 +01:00
jules
1820b41e77 Made the proxy module include files start with "include_" to distinguish them from the files they're including 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
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
hogliux
ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 2017-04-27 14:40:50 +01:00
jules
bf94ab0e4c Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings 2017-04-21 15:09:35 +01:00
jules
926652be8a Added the -Wextra-semi warning to the projucer build 2017-04-21 11:31:09 +01:00
tpoole
dd7c510e2f Added a Projucer warning when a project includes outdated Visual Studio exporters 2017-04-20 09:23:34 +01:00
tpoole
837ac2143c Fixed iOS code sign entitlements bug 2017-04-18 14:38:13 +01:00
jules
dace37288b Tidied up a couple of minor analyser warnings and comments 2017-04-17 16:15:29 +01:00
hogliux
e2f38312b6 Updated Projucer's default android plugin version to latest (2.3.1) 2017-04-11 17:57:52 +01:00
ed
308f634f62 Fixed a bug in the Projucer where the live-build's continuous recompilation state wasn't being changed when toggled on/off in the menu 2017-04-11 16:09:00 +01:00
tpoole
8f6fa6f6c7 Changed the JUCE modules from groups to folder references in Xcode 2017-04-11 08:43:58 +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
tpoole
cbc0ed304b Fixed Xcode VST3PluginFormat compiler warnings 2017-03-30 11:07:16 +01:00
tpoole
aceb07770d Updated Xcode compatibility to 8.3 2017-03-30 10:12:43 +01:00
jules
44cd80969d A few C++11 modernisations and comment corrections 2017-03-28 12:31:51 +01:00
jules
e253b8bea1 Added some notes and an assertion to Component::grabKeyboardFocus(), to help people avoid a common mistake, which is trying to grab the focus of not-yet-visible components. 2017-03-28 10:44:52 +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
b3e5834a91 Removed the VS2010 and VS2012 exporters 2017-03-22 12:22:18 +00:00
tpoole
c993f46933 Fixed platform-dependent default global Projucer preferences 2017-03-22 11:50:18 +00:00
hogliux
96dcf64967 Added Projucer support for C++ language standard in VS 2017 2017-03-20 10:13:45 +00:00
tpoole
ca1b03a22d Minor style fixes 2017-03-16 10:54:14 +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