9 Commits (750ab85fe94db6b82e76c5e205e56c4c8d8c3896)

Author SHA1 Message Date
  hogliux 750ab85fe9 Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model. 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
  hogliux 9c7ee8710a Added support for VST3 SDK 3.6.7 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 9f31d6498a Use a bespoke VST2 interface 8 years ago
  Timur Doumler 70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 9 years ago
  jules 6eee3b2a09 Resaved all project files 9 years ago
  Timur Doumler 549b5dc429 Introjucer: restored default Android SDK/NDK path to what it used to be; added expansion of java environment variable ${user.home} to be able to still check path for correctness. 9 years ago
  jules 21dabf778d Introjucer: Refactored global path implementation 9 years ago
  Timur Doumler c922162b03 Introjucer: added global preferences window and global SDK path settings. 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules 1e23cda2ff Cleaned up a couple of minor analyser warnings. 10 years ago
  jules 127342e147 Introjucer: minor refactoring. 11 years ago
  jules ddc1524742 Updated headers in demo project files. 12 years ago
  jules 9f37bf2e58 Minor introjucer fixes. 12 years ago
  jules 71f2580f2b Introjucer: saving swatch colours. 12 years ago
  jules 53784490b2 Minor fixes and clean-ups. 12 years ago
  jules e77d5b12ef Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer. 12 years ago
  jules ebb7b6db74 Introjucer: some refactoring, new icon. 12 years ago
  jules 753ebf48e5 Introjucer: reconfigured settings files so that per-project settings are stored separately from global properties. 12 years ago
  jules e9ae25ed9c Introjucer fixes + cosmetic changes. 12 years ago
  jules 00ff36f0e6 Introjucer: some linux settings tweaks. 12 years ago
  jules 87db662f29 Introjucer: code editor improvements, icon class reshuffle. 12 years ago
  jules 26ae696f94 (Removed a debugging hack that was left behind mistakenly..) 12 years ago
  jules c2666bfe61 Introjucer: fix for broken colour scheme when run for the first time. 12 years ago
  jules d019af5b82 Introjucer: minor internal stuff. 13 years ago
  jules 7ef8246cae Introjucer: restricted font list to fixed-width fonts. 13 years ago
  jules 396a5d9178 Introjucer: nicer scrollbars. 13 years ago
  jules 770b8a4ae1 Introjucer: more colour scheme stuff. 13 years ago
  jules 44e454f0b7 Introjucer: colours and refactoring. 13 years ago
  jules c65c7dd4a4 Introjucer: misc internal refactoring. 13 years ago
  jules 1f2b26a30b Introjucer: refactored icons. 13 years ago
  jules 9e3cd767aa Introjucer: minor internal changes. 13 years ago
  jules e875c65642 Introjucer: some treeview refactoring. 13 years ago
  jules d3bb7fb9cc Added line-numbering to the CodeEditorComponent. 13 years ago
  jules f824e99f2d Introjucer: refactoring and addition of appearance settings window for editor colours + fonts. 13 years ago
  jules b4251726f0 Introjucer: refactored some settings classes, and added new icons for the treeviews. 13 years ago
  jules 463d2b3289 Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs. 13 years ago
  jules c539feabd5 Avoided win32 memory leak warning with file preview comps. Minor introjucer and colour parsing clean-ups. 13 years ago
  jules 52fc8e14bb Added iOS web-browser support. Removed some temporary code that had been left in the Introjucer. 13 years ago
  jules c7354b927e Introjucer updates to the new project wizard and module update system. 13 years ago
  Julian Storer 2d56bedab5 Introjucer update to provide downloading of new modules directly from the website. 13 years ago
  Julian Storer b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
  Julian Storer 2dff4cd3fa GIF decoding fix. Introjucer refactoring work. 14 years ago
  Julian Storer 98ba259599 Minor introjucer clean-ups. 14 years ago
  Julian Storer 74469aaa83 Refactored the PropertiesFile construction, introducing a PropertiesFile::Options structure to hold all the settings that previously were just passed as parameters. Also added a mandatory option for setting the OSX preferences path to be used - see the PropertiesFile::Options::osxLibrarySubFolder value for details. 14 years ago
  Julian Storer f04309f44a Added fake placeholder versions of the new c++0x 'noexcept' and 'nullptr' keywords, and altered the library classes to use these instead of 'throw()' and '0'. This shouldn't make any difference at all to existing code, but will enable better static checking with future c++0x compilers. 14 years ago