111 Commits (15e09fdc5e1321520bcc040e79c31faee45ea482)

Author SHA1 Message Date
  ed c39475019d Projucer: Don't exit if trying to open a project that no longer exists on startup 6 years ago
  Tom Poole 235bbd46cf Projucer: Code tidy up 6 years ago
  ed 84cc1dc4a0 Projucer: Cleaned up the module scanning code 6 years ago
  jules 5d54e80df8 Made the projucer ignore command-line flags generated when running it in Xcode debug mode 6 years ago
  Tom Poole 0b442c3036 Projucer: Added a check for unknown command line arguments 6 years ago
  ed d018eb8407 Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 6 years ago
  ed c859f50fe6 Projucer: Added a missing reset() call to the PIP creator window when shutting down 6 years ago
  ed bf8adbc29a Projucer: Added an option to set the path to the Android Studio executable in the "Global Paths" settings 7 years ago
  jules abe01671d4 Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz) 7 years ago
  hogliux cf4f12a452 Replaced our VST2 interface headers with official VST3 SDK 7 years ago
  ed 1c819c79d0 Projucer: Add cmd/ctrl + p shortcut for saving a project 7 years ago
  ed 11e790094e Projucer: Fix a typo in the --set-global-search-path help text and allow quoted paths 7 years ago
  ed eed45b7462 Projucer: Mark modified files with an asterisk in the file tree panel 7 years ago
  ed 6a1d6f9cb8 Projucer: Fixed a crash when opening the editor colour scheme window 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  jules 8faeecec28 Fixed a bug in the Projucer where the --lf command line option wouldn't work 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  ed 05ae575b46 Projucer: Add analytics events for new project wizard page 7 years ago
  ed c03c950c48 Projucer: Add array delimiter strings to the PIPCreator multi-choice values 7 years ago
  jules aeee6f4c33 Projucer: added a command-line flag --lf to make the whitespace and other file-generating tools use LF as linefeeds rather than CRLF 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 6eeaa4036c Projucer: Ensure that the default project name is used when no name is set 7 years ago
  ed 8a467e7dc3 Projucer: Added a "PIP Creator" utility tool 7 years ago
  ed 10753da103 Projucer: Fixed a typo that was causing the DemoRunner project file to not be found on Windows 7 years ago
  ed dbaca088b3 Projucer: Remove getJUCEExamplesDirectoryPathFromGlobal() from jucer_MiscUtilities.h 7 years ago
  ed 5cfc2d24ea Projucer: Only include jucer_ProjucerAnalytics.h if the juce_analytics module is available 7 years ago
  ed d707e43d25 Projucer: Ignore empty directories when searching for examples 7 years ago
  ed 2bd4611c03 Projucer: Update all links to the new website 7 years ago
  ed c596583e3b Projucer: Fixed a bug where PIP files not copied locally wouldn't initially be displayed in the code editor 7 years ago
  ed 9c54ccc99b Projucer: Fixed an issue where the DemoRunner executable could not be found in the JUCE root directory 7 years ago
  ed ef2d1fa9fd Projucer: Various fixes and improvements to PIPGenerator 7 years ago
  ed 711e75bdc8 Projucer: Add analytics 7 years ago
  ed 47af78fe0b Projucer: Implement PIPGenerator 7 years ago
  ed 58c02823c5 Projucer: Moved some methods into MiscUtilities 7 years ago
  ed 4d24d125fe Projucer: Ensure that new the project window is opened if reopening previous projects fails 7 years ago
  Tom Poole 5d2ffe1ffc Fixed whitespace in Doxygen files 7 years ago
  ed 4410ffc892 Projucer: call ComponentPeer::setRepresentedFile() and ::setIcon() when loading a project 7 years ago
  ed cf61037ea4 Projucer: Added an option to clear the recent files list and added some more menu items for managing the currently open windows 7 years ago
  ed 8924eda7b7 Projucer: Fix for toggle button not showing in the "Application Usage Data" window 7 years ago
  Noah Dayan e690350df3 Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 7 years ago
  ed ce253595f2 Projucer: Added some options to the SVG path converter to toggle stroke/fill and closing sub-paths 7 years ago
  jules 415f0e4c90 Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 7 years ago
  ed 642061a31b Projucer: Used Button::onClick to simplify some code 7 years ago
  jules 33c0940d74 Cleaned up a few more ScopedPointer uses 7 years ago
  jules 3ec5c17bb1 Misc cleanups relating to ScopedPointer 7 years ago
  Noah Dayan 75394b19b6 Projucer: Added Help menu for quick access to online documentation 7 years ago
  ed b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 7 years ago
  jules ce8b2d865a Used Button::onClick to simplify a bunch of library classes and demo code 7 years ago
  jules d32ced157a Projucer: Added some drag+drop and copy-to-clipboard functions to the SVG helper tool 7 years ago
  jules 72d91dd5bf Added some next/prev window commands to the projucer 7 years ago