46 Commits (f1e766ec185c7a9c17d50b1093b8fe09c506722f)

Author SHA1 Message Date
  reuk 250870a868
Projucer: Formatting 3 years ago
  reuk 540001365c
Projucer: Fix temporary project save/open in Xcode on Monterey 3 years ago
  ed 551d7b9c5b Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options 3 years ago
  ed a5c3b81f82 Use C++14 lambda capture initialisers for initialising deletion checkers 3 years ago
  ed 77b816b042 Projucer: Ensure that save error messages are shown when using the "Save Project and Open in IDE" command 3 years ago
  Tom Poole fe4ba9071b Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0 3 years ago
  reuk cc4624dfbc
Projucer: Remove unused function 4 years ago
  reuk 9c016af6ee Projucer: Avoid use-after-free in Sidebar destructor 4 years ago
  Tom Poole bfdda737a2 Projucer: Removed the live build 4 years ago
  ed ab564b75f1 Projucer: Fixed an assertion caused by the project content component trying to grab keyboard focus when not visible 4 years ago
  ed 69085b2a61 Projucer: Accessibility updates 4 years ago
  Tom Poole 60e13bec0c Allow use of an external VST3 SDK on BSD 4 years ago
  Tom Poole 79fbde7099 Added preliminary support for FreeBSD 4 years ago
  ed 009d685179 Updated all license headers 4 years ago
  ed d08c26e94d Projucer: Only load the live-build .dll when it's enabled 4 years ago
  ed 3283f2224a Projucer: Added new start page window 5 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  ed e61f7fc441 Projucer: Reverted bda0532 and fixed the root cause of the crash 5 years ago
  ed 6ce02ad35f Projucer: Fixed a crash when creating new projects without using global paths and hide UI elements correctly when closing projects 5 years ago
  ed fba0295a44 Projucer: Added a simple sign-in form, added notification tray for project messages, general refactoring 5 years ago
  ed cf93f79cc8 Projucer: Removed sign-in 5 years ago
  ed de23ef7b1f Projucer: Removed analytics 5 years ago
  reuk 327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 5 years ago
  ed bda05320cb Projucer: Fixed a potential crash when quitting 5 years ago
  ed aeaae3b44b Projucer: Ensure that new project windows are always fully onscreen 5 years ago
  ed 4edb0d2c90 Tidied up some divider comments 5 years ago
  jules a97c4a9139 More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it 6 years ago
  jules 2e2cfb5f6c Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 6 years ago
  ed 4c58efa407 Projucer: Fixed a bug when clicking the save and open in IDE button after changing the target project folder setting 6 years ago
  jules 768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 6 years ago
  ed 102203d8a5 Whitespace 7 years ago
  ed 1c819c79d0 Projucer: Add cmd/ctrl + p shortcut for saving a project 7 years ago
  ed eed45b7462 Projucer: Mark modified files with an asterisk in the file tree panel 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  ed fabb3a1e09 Projucer: Ensure that the compile engine settings are stored and recalled correctly 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  ed 01339a5365 Projucer: Moved the live-build settings into a separate CompileEngineSettings class and refactored some redundant code 7 years ago
  ed 711e75bdc8 Projucer: Add analytics 7 years ago
  ed 47af78fe0b Projucer: Implement PIPGenerator 7 years ago
  ed d668adb81b Projucer: Code cleanup 7 years ago
  jules 7d24b39f18 Cranked up the Clang warning level in the projucer, and fixed a few minor warnings 7 years ago
  Tom Poole a0bd5f5be7 Projucer: Fixed an issue when attempting to open the settings page for a nonexistent exporter 7 years ago
  ed b288da58f0 Projucer: Fixed a crash that could occur when saving a project multiple times 7 years ago
  jules 2dc9316420 Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 7 years ago
  ed fedbb67452 Projucer: Show the option to remove references or move to trash when deleting file groups and hide the file group information after deleting 7 years ago
  ed 994ab55247 Projucer: Made some usability and reliability improvements to the live-build engine 7 years ago
  hogliux 54029e776d Projucer: Re-factored source code groups and general code clean-up 7 years ago
  ed da6452ac0f Projucer: Changed some keypresses for 'View' menu items to avoid clashes 7 years ago
  ed 03917672a1 Projucer: Added an error message when trying to save a project with missing module dependencies and stopped the Projucer from opening projects with errors when clicking the save and open in IDE button 7 years ago