ed
|
c39475019d
|
Projucer: Don't exit if trying to open a project that no longer exists on startup
|
2018-07-26 09:45:32 +01:00 |
|
Tom Poole
|
235bbd46cf
|
Projucer: Code tidy up
|
2018-07-12 10:07:50 +01:00 |
|
ed
|
84cc1dc4a0
|
Projucer: Cleaned up the module scanning code
|
2018-07-10 17:33:43 +01:00 |
|
jules
|
5d54e80df8
|
Made the projucer ignore command-line flags generated when running it in Xcode debug mode
|
2018-07-04 08:59:32 +01:00 |
|
Tom Poole
|
0b442c3036
|
Projucer: Added a check for unknown command line arguments
|
2018-07-03 12:07:02 +01:00 |
|
ed
|
d018eb8407
|
Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs
|
2018-06-27 11:37:27 +01:00 |
|
ed
|
c859f50fe6
|
Projucer: Added a missing reset() call to the PIP creator window when shutting down
|
2018-06-27 11:17:15 +01:00 |
|
ed
|
bf8adbc29a
|
Projucer: Added an option to set the path to the Android Studio executable in the "Global Paths" settings
|
2018-06-19 12:18:06 +01:00 |
|
jules
|
abe01671d4
|
Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz)
|
2018-06-18 17:11:12 +01:00 |
|
hogliux
|
cf4f12a452
|
Replaced our VST2 interface headers with official VST3 SDK
|
2018-06-11 12:49:35 +01:00 |
|
ed
|
1c819c79d0
|
Projucer: Add cmd/ctrl + p shortcut for saving a project
|
2018-06-01 11:42:26 +01:00 |
|
ed
|
11e790094e
|
Projucer: Fix a typo in the --set-global-search-path help text and allow quoted paths
|
2018-05-25 11:52:08 +01:00 |
|
ed
|
eed45b7462
|
Projucer: Mark modified files with an asterisk in the file tree panel
|
2018-05-21 17:03:46 +01:00 |
|
ed
|
6a1d6f9cb8
|
Projucer: Fixed a crash when opening the editor colour scheme window
|
2018-05-14 17:01:54 +01:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
jules
|
8faeecec28
|
Fixed a bug in the Projucer where the --lf command line option wouldn't work
|
2018-04-16 12:27:09 +01:00 |
|
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
2018-04-10 18:34:20 +01:00 |
|
ed
|
05ae575b46
|
Projucer: Add analytics events for new project wizard page
|
2018-04-09 09:59:40 +01:00 |
|
ed
|
c03c950c48
|
Projucer: Add array delimiter strings to the PIPCreator multi-choice values
|
2018-04-05 15:14:58 +01:00 |
|
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
|
2018-04-03 12:58:12 +01:00 |
|
ed
|
01339a5365
|
Projucer: Moved the live-build settings into a separate CompileEngineSettings class and refactored some redundant code
|
2018-03-27 14:29:02 +01:00 |
|
ed
|
6eeaa4036c
|
Projucer: Ensure that the default project name is used when no name is set
|
2018-03-27 14:24:53 +01:00 |
|
ed
|
8a467e7dc3
|
Projucer: Added a "PIP Creator" utility tool
|
2018-03-22 15:23:27 +00:00 |
|
ed
|
10753da103
|
Projucer: Fixed a typo that was causing the DemoRunner project file to not be found on Windows
|
2018-03-20 17:12:41 +00:00 |
|
ed
|
dbaca088b3
|
Projucer: Remove getJUCEExamplesDirectoryPathFromGlobal() from jucer_MiscUtilities.h
|
2018-03-16 15:56:06 +00:00 |
|
ed
|
5cfc2d24ea
|
Projucer: Only include jucer_ProjucerAnalytics.h if the juce_analytics module is available
|
2018-03-16 14:39:38 +00:00 |
|
ed
|
d707e43d25
|
Projucer: Ignore empty directories when searching for examples
|
2018-03-16 14:09:12 +00:00 |
|
ed
|
2bd4611c03
|
Projucer: Update all links to the new website
|
2018-03-16 09:11:29 +00:00 |
|
ed
|
c596583e3b
|
Projucer: Fixed a bug where PIP files not copied locally wouldn't initially be displayed in the code editor
|
2018-03-15 16:42:26 +00:00 |
|
ed
|
9c54ccc99b
|
Projucer: Fixed an issue where the DemoRunner executable could not be found in the JUCE root directory
|
2018-03-15 14:34:39 +00:00 |
|
ed
|
ef2d1fa9fd
|
Projucer: Various fixes and improvements to PIPGenerator
|
2018-03-15 12:10:36 +00:00 |
|
ed
|
711e75bdc8
|
Projucer: Add analytics
|
2018-03-15 12:10:35 +00:00 |
|
ed
|
47af78fe0b
|
Projucer: Implement PIPGenerator
|
2018-03-15 12:10:35 +00:00 |
|
ed
|
58c02823c5
|
Projucer: Moved some methods into MiscUtilities
|
2018-03-12 15:16:26 +00:00 |
|
ed
|
4d24d125fe
|
Projucer: Ensure that new the project window is opened if reopening previous projects fails
|
2018-02-26 10:10:27 +00:00 |
|
Tom Poole
|
5d2ffe1ffc
|
Fixed whitespace in Doxygen files
|
2018-02-19 16:26:47 +00:00 |
|
ed
|
4410ffc892
|
Projucer: call ComponentPeer::setRepresentedFile() and ::setIcon() when loading a project
|
2018-02-12 14:26:53 +00:00 |
|
ed
|
cf61037ea4
|
Projucer: Added an option to clear the recent files list and added some more menu items for managing the currently open windows
|
2018-02-07 12:57:16 +00:00 |
|
ed
|
8924eda7b7
|
Projucer: Fix for toggle button not showing in the "Application Usage Data" window
|
2018-01-22 08:53:10 +00:00 |
|
Noah Dayan
|
e690350df3
|
Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes
|
2018-01-18 15:23:57 +00:00 |
|
ed
|
ce253595f2
|
Projucer: Added some options to the SVG path converter to toggle stroke/fill and closing sub-paths
|
2018-01-18 11:20:29 +00:00 |
|
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!
|
2018-01-17 11:23:12 +00:00 |
|
ed
|
642061a31b
|
Projucer: Used Button::onClick to simplify some code
|
2018-01-12 10:44:23 +00:00 |
|
jules
|
33c0940d74
|
Cleaned up a few more ScopedPointer uses
|
2018-01-09 12:22:31 +00:00 |
|
jules
|
3ec5c17bb1
|
Misc cleanups relating to ScopedPointer
|
2018-01-08 18:03:26 +00:00 |
|
Noah Dayan
|
75394b19b6
|
Projucer: Added Help menu for quick access to online documentation
|
2018-01-08 16:07:20 +00:00 |
|
ed
|
b72a626516
|
Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class
|
2018-01-05 17:05:20 +00:00 |
|
jules
|
ce8b2d865a
|
Used Button::onClick to simplify a bunch of library classes and demo code
|
2018-01-03 11:06:04 +00:00 |
|
jules
|
d32ced157a
|
Projucer: Added some drag+drop and copy-to-clipboard functions to the SVG helper tool
|
2017-12-18 09:28:55 +00:00 |
|
jules
|
72d91dd5bf
|
Added some next/prev window commands to the projucer
|
2017-12-14 12:04:08 +00:00 |
|