97 Commits (b719acf3e228a2821e4f4934e4e3b1710eafb51d)

Author SHA1 Message Date
  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
  jules 58a99ff139 Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 7 years ago
  jules f3cde9763a Quick tidy-up of some messaging classes 7 years ago
  Tom Poole ea81467377 Fixed a Projucer string obfuscation bug 7 years ago
  jules a586966c65 Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 7 years ago
  ed 198b5bf55a Projucer: Added a set-global-search-path command line option 7 years ago
  tpoole a75f023ca5 Clion: Added a global path to the CLion exe 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
  tpoole 33845ba917 Projucer: Open any previous projects in the background 7 years ago
  tpoole eb8fecf816 Formatting improvements 7 years ago
  jules c2a2d5c734 Updated some code to use cleaner array initialisation from constant data 7 years ago
  hogliux 54029e776d Projucer: Re-factored source code groups and general code clean-up 7 years ago
  ed 69868df248 Projucer: asynchronously show the '.jucer file has been modified...' alert window to avoid crash 7 years ago
  ed 33535973be Projucer: Update window title when project name changes 7 years ago
  jules 357dd2c9c9 Removed some old compiler bug workarounds 7 years ago