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

268 commits

Author SHA1 Message Date
hogliux
7673e4e0ad Ensured that consistent caps is used for preprocessor macro JucePlugin_Build_Standalone 2017-05-31 14:42:43 +01:00
hogliux
dc1309567e Projucer: Added standalone plugin target to plugin project template 2017-05-31 12:02:11 +01:00
ed
ee0b59fe7d Projucer: Fixed a bug where the background colour of GUI editor components was always being reset to the default when opening the .cpp file 2017-05-31 11:09:11 +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
jules
ad5d7a4254 Tweaked the format of a ComponentBoundsConstrainer method 2017-05-30 10:34:11 +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
hogliux
7172e71b4a Projucer: Fixed duplicate backslash in Visual Studio output directory setting 2017-05-22 12:29:30 +01:00
ed
7e8c4b0af8 Projucer: Fixed a bug in the GUI editor where the background colour was always being reset to the default when switching tabs 2017-05-22 10:54:53 +01:00
ed
dab7f9e020 Projucer: Fixed a bug where the file name label would still be visible after closing a project 2017-05-19 16:32:06 +01:00
ed
51b15b1e9d Projucer: Added a call to isiOS() in ProjectExporter::mayCompileOnCurrentOS() when on mac 2017-05-19 16:12:33 +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
hogliux
98253adf23 Projucer: Don't add unnecessary dependency to the WebBrowserComponent when compiling in GPL mode 2017-05-18 18:00:14 +01:00
hogliux
1e9be800c5 Projucer: Only add webkit2gtk-4 linux dependency if JUCE_WEB_BROWSER is actually enabled 2017-05-18 17:43:13 +01:00
hogliux
14d7675c48 Projucer: Source code files for browsing are now added to the individual VS projects instead of the VS solution 2017-05-18 12:51:11 +01:00
ed
f8d1b70159 Projucer: Fixed a bug where module and exporter settings pages were still shown after deleting the corresponding TreeView item 2017-05-16 15:58:33 +01:00
ed
90fbed7889 Projucer: Added an option when right-clicking on an exporter to save just the selected exporter 2017-05-16 15:53:45 +01:00
hogliux
c63fd17568 Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android 2017-05-16 13:42:35 +01:00
ed
19f50e6090 Projucer: Don't resize MissingDependenciesComponent in PropertyGroupComponent::resizePropertyComponent() 2017-05-15 17:19:24 +01:00
ed
2798643772 Projucer: Better highlight colour in CodeEditorComponent 2017-05-15 16:19:19 +01:00
ed
435f96197e Projucer: Added binary resource/xcode resource/compile options to files not in a group 2017-05-15 15:47:19 +01:00
ed
180399008c Projucer: Resize PropertyComponent items in PropertyGroupComponent to be centred with preferred height 2017-05-15 15:29:31 +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
17dfe39482 Projucer: Fixed some incorrect exporter icons 2017-05-15 09:48:03 +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
ff7cfb8824 Projucer: Moved a Thread::sleep() call that would be called every time a project was saved out of the Xcode exporter and only call it if saving and opening project in Xcode 2017-05-12 12:58:20 +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
tpoole
2131d687f4 Projucer: Set the default exporter based on the host operating system 2017-05-11 11:31:13 +01:00
hogliux
c4cf336a56 Projucer: Only attempt building the standalone target of audio plug-ins when building inside the live build engine 2017-05-11 09:51:35 +01:00
ed
1ed5b3a49b Projucer: Added missing Code::Blocks exporter icon 2017-05-10 17:07:01 +01:00
hogliux
f0a1b0b5e6 Projucer: Added an error message if your activity class name contains underscores 2017-05-10 15:40:34 +01:00
hogliux
cca665b896 Projucer: don't show "no internet connection" message if you have a valid license 2017-05-10 09:08:17 +01:00
ed
abd8fafa69 Projucer: Fixed some TextButton size issues 2017-05-09 15:44:19 +01:00
hogliux
3716bc6f66 Linux: Fixed an issue where the Makefile generated by the Projucer would not trigger recompilation when files were changed (Fixes #202) 2017-05-09 12:56:31 +01:00
ed
b9f5b6e4b1 Projucer: GUI editor test component window uses correct LookAndFeel 2017-05-08 17:35:48 +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
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