Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
2020-04-23 17:30:39 +01:00 |
|
ed
|
fba0295a44
|
Projucer: Added a simple sign-in form, added notification tray for project messages, general refactoring
|
2020-04-17 16:05:10 +01:00 |
|
ed
|
cf93f79cc8
|
Projucer: Removed sign-in
|
2020-04-17 14:20:56 +01:00 |
|
ed
|
de23ef7b1f
|
Projucer: Removed analytics
|
2020-04-17 14:15:44 +01:00 |
|
ed
|
d179e67052
|
Projucer: Removed GUI dependencies on Linux
|
2020-04-17 14:14:16 +01:00 |
|
reuk
|
e7e1de78fa
|
Files: Add RangedDirectoryIterator
|
2020-04-13 13:16:06 +01:00 |
|
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
2020-04-09 15:22:56 +01:00 |
|
ed
|
8b64915fa1
|
Projucer: Take title bar into account when keeping windows onscreen
|
2020-01-06 11:18:47 +00:00 |
|
ed
|
aeaae3b44b
|
Projucer: Ensure that new project windows are always fully onscreen
|
2019-12-12 09:54:39 +00:00 |
|
ed
|
4edb0d2c90
|
Tidied up some divider comments
|
2019-09-06 12:00:26 +01:00 |
|
jules
|
cd4aba9e43
|
PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together.
|
2019-06-20 13:55:18 +01:00 |
|
ed
|
92350e421d
|
Projucer: Refactor the autoupdater to set executable file permissions after updating
|
2019-03-06 17:08:30 +00:00 |
|
ed
|
da4c1eaf31
|
Projucer: Remove the option to specify multiple global user module paths which was causing issues on other OSes
|
2019-02-18 14:19:25 +00:00 |
|
ed
|
fe49d69dfc
|
Projucer: Added a "VST (Legacy) SDK" field to the global paths window and re-factored the global paths window a bit
|
2018-11-05 16:12:32 +00:00 |
|
ed
|
e7cf00e977
|
Fix a Linux build error in previous commit
|
2018-10-25 16:55:29 +01:00 |
|
ed
|
9684de485c
|
Projucer: Avoid hitting some assertions in File::parseAbsolutePath() when searching for the DemoRunner on Windows
|
2018-10-25 16:47:22 +01:00 |
|
ed
|
e3635ec2f8
|
Projucer: Re-scan invalid JUCE module paths to ensure AvailableModuleList is updated
|
2018-10-25 11:12:06 +01:00 |
|
ed
|
f57237df83
|
Projucer: Fixed another unreachable code warning
|
2018-10-23 09:43:59 +01:00 |
|
ed
|
aa99b2f0ae
|
Projucer: Fixed an unreachable code warning
|
2018-10-23 09:30:07 +01:00 |
|
ed
|
1a25a0615c
|
Projucer: Removed some unused methods from ProjucerApplication and refactored the DemoRunner scanning code to cache previously found files
|
2018-10-22 16:43:13 +01:00 |
|
ed
|
90765fa52a
|
Projucer: Re-scan module paths immediately on start up
|
2018-10-16 10:25:25 +01:00 |
|
ed
|
5149ad511f
|
Projucer: Minor whitespace fix
|
2018-09-20 14:30:54 +01:00 |
|
ed
|
c957c5c911
|
Projucer: Fixed a bug loading editor colour schemes when running from the command line
|
2018-09-17 12:17:01 +01:00 |
|
ed
|
856d7dc333
|
Projucer: Only scan module paths on command-line when re-saving projects using global paths
|
2018-09-10 14:56:45 +01:00 |
|
ed
|
472cd5a984
|
Projucer: Fixed a bug in last commit when running from the command line
|
2018-09-03 11:48:31 +01:00 |
|
ed
|
8c90f08cf4
|
Projucer: Re-scan module paths in handleAsyncUpdate() when the message loop has started to fix an assertion in File::getLinkedTarget() on Windows
|
2018-09-03 11:27:34 +01:00 |
|
ed
|
f77c995b4d
|
Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning
|
2018-08-23 14:15:28 +01:00 |
|
jules
|
064656e2fb
|
Added classes ArgumentList and ConsoleApplcation which are helpers for writing console applications that parse and resolve command-line arguments
|
2018-08-17 15:20:44 +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 |
|
ed
|
c859f50fe6
|
Projucer: Added a missing reset() call to the PIP creator window when shutting down
|
2018-06-27 11:17:15 +01:00 |
|
jules
|
abe01671d4
|
Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz)
|
2018-06-18 17:11:12 +01:00 |
|
ed
|
1c819c79d0
|
Projucer: Add cmd/ctrl + p shortcut for saving a project
|
2018-06-01 11:42:26 +01:00 |
|
ed
|
eed45b7462
|
Projucer: Mark modified files with an asterisk in the file tree panel
|
2018-05-21 17:03:46 +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
|
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
|
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
|
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
|
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
|
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 |
|
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 |
|
Noah Dayan
|
75394b19b6
|
Projucer: Added Help menu for quick access to online documentation
|
2018-01-08 16:07: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
|
72d91dd5bf
|
Added some next/prev window commands to the projucer
|
2017-12-14 12:04:08 +00:00 |
|
jules
|
f3cde9763a
|
Quick tidy-up of some messaging classes
|
2017-12-04 11:30:15 +00:00 |
|