66 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  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 8 years ago
  jules 9b02982f4e Projucer: added support for Xcode's INFOPLIST_PREFIX_HEADER, INFOPLIST_PREPROCESS, INFOPLIST_PREPROCESSOR_DEFINITIONS to allow pre-processing of info plists 8 years ago
  ed 26596fbfad Projucer: Added default module search paths to the Projucer 8 years ago
  hogliux 2cdf30dd46 Android: Added external storage read/write permissions to RuntimePermissions class 8 years ago
  ed d7026529ac Projucer: Display build date in about window 8 years ago
  ed 0b2bed7072 Projucer: Better highlight colours 8 years ago
  ed 35d849a88b Projucer: Better outline colour when using the light colour scheme 8 years ago
  ed db614c82ad Projucer: Fixed a bug where the SVG Path Converter tool was drawing an invisible path preview 8 years ago
  ed ba36008560 Projucer: Cleaned up the structure of the Projucer folder in userApplicationDataDirectory and renamed old "Introjucer" global/project settings files to "Projucer" 8 years ago
  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 8 years ago
  ed 2798643772 Projucer: Better highlight colour in CodeEditorComponent 8 years ago
  ed 50fdeba363 Projucer: background colour of the GUI editor's component layout grid is determined by selected colour scheme so UI elements are visible 8 years ago
  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 8 years ago
  ed c25727c64a Projucer: Fixed assertion in last commit when not on Windows 8 years ago
  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 8 years ago
  ed abd8fafa69 Projucer: Fixed some TextButton size issues 8 years ago
  ed cf0e97fcc7 Projucer: Selected colour scheme is now stored and recalled. Multiple fixes for unreadable text in the GUI editor 8 years ago
  ed 73828a8cec Projucer: added drawProgressBar() method to ProjucerLookAndFeel to draw spinning progress indicator 8 years ago
  ed 810f10bcb1 Projucer: Made the application usage data popup's ToggleButton remember the previously chosen preference 8 years ago
  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 8 years ago
  hogliux 9b7e944a54 Added a popup to the Projucer informing the user about the collection of analytics data 8 years ago
  ed ed51317ee6 Fixed a few Projucer UI issues 8 years ago
  ed fa0b097652 Fixed some Projucer live-build errors on Windows and added an option to set the Windows target platform 8 years ago
  hogliux 4c385e158c Added support for setting the Windows target platform version in VS2017 8 years ago
  ed c4e50b25b4 Made ToggleButton ticks in the Projucer larger and brighter for better visibility 8 years ago
  jules 57a3cb58ec Removed incorrect constness from ColourSelector::setSwatchColour 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux 7ed37f8600 Added the standard JUCE splash screen and app usage reporting 8 years ago
  hogliux 750ab85fe9 Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model. 8 years ago
  jules 926652be8a Added the -Wextra-semi warning to the projucer build 8 years ago
  tpoole 0b2257c53d Added Rez files to JuceLibraryCode so that they are compiled when not browsable 8 years ago
  hogliux c25457835e Added manifest file property to the Projucer's MSVC exporter 8 years ago
  jules 44cd80969d A few C++11 modernisations and comment corrections 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  tpoole c993f46933 Fixed platform-dependent default global Projucer preferences 8 years ago
  hogliux 2ca5a9c32b Partially reverted fix for new VST3 SDK 3.6.7 by removing any dependency to VST2 SDK 8 years ago
  jules 4fa73d7bb6 Minor clean-ups in projucer translation code 8 years ago
  hogliux 9c7ee8710a Added support for VST3 SDK 3.6.7 8 years ago
  Christopher Fonseka 405b589f3f Fixed issue where return and newline characters were not being removed when using the —trans-finish command 8 years ago
  hogliux bd217cf158 Added trans Projucer command line option to generate translation files from the command line 8 years ago
  tpoole e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 8 years ago
  hogliux 2e0e984145 Add support for adding extra Android assets 8 years ago
  hogliux 0117aace01 Added support for multi-target exporters and standalone plug-in format 8 years ago
  tpoole 8cd578b0c6 Added the ability to set a custom BinaryData namespace in the Projucer 8 years ago
  hogliux 63eabb4456 Fixed a bug where identical initialiser lines would be removed 8 years ago
  hogliux 288e56de83 Fixed a bug in the Projucer that would incorrectly mark relative SDK paths as invalid even if they were valid 8 years ago
  hogliux 84a16f60c0 Fixed Projucer to check for the correct file when looking for the android ndk on windows 8 years ago
  tpoole 83d0854572 Added a microphone permission option to the iOS exporter 8 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
  hogliux 48ac6347e1 Fixed the MSVC exporter to combine multiple internal post-build scripts of various plug-in formats 8 years ago