ed
|
b7e28541ca
|
Replaced deprecated Displays methods
|
2020-10-27 12:38:59 +00:00 |
|
ed
|
7ce8cc32e9
|
Projucer: Open example files in new window
|
2020-07-08 17:08:32 +01:00 |
|
ed
|
91d9679f0b
|
Projucer: Removed old jucerVersion property from .jucer file root and added jucerFormatVersion property for indicating changes to .jucer file format not tied to JUCE version
|
2020-07-07 12:39:25 +01:00 |
|
reuk
|
394c4fd475
|
Clang: Fix warnings when building with clang 10
|
2020-07-01 10:00:43 +01:00 |
|
ed
|
009d685179
|
Updated all license headers
|
2020-06-29 08:30:22 +01:00 |
|
ed
|
3283f2224a
|
Projucer: Added new start page window
|
2020-06-04 14:52:29 +01:00 |
|
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
2020-04-23 17:30:39 +01:00 |
|
ed
|
98ab75157a
|
Projucer: Fixed a bug in the previous commit
|
2020-04-23 16:35:53 +01:00 |
|
ed
|
6ce02ad35f
|
Projucer: Fixed a crash when creating new projects without using global paths and hide UI elements correctly when closing projects
|
2020-04-22 11:04:23 +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 |
|
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
2020-04-09 15:22:56 +01:00 |
|
ed
|
664e08f796
|
Projucer: Avoid hitting an assertion when keeping windows onscreen
|
2020-01-16 14:13:54 +00: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 |
|
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
|
2019-05-09 10:51:19 +01:00 |
|
Tom Poole
|
815c9ee236
|
Projucer: Fixed an error when attempting to restore non-existent projects
|
2019-01-16 15:44:57 +00:00 |
|
jules
|
fc4449b212
|
Avoided a dangling pointer in the projucer
|
2018-10-18 12:41:03 +01:00 |
|
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
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +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
|
6eeaa4036c
|
Projucer: Ensure that the default project name is used when no name is set
|
2018-03-27 14:24:53 +01: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
|
47af78fe0b
|
Projucer: Implement PIPGenerator
|
2018-03-15 12:10:35 +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 |
|
ed
|
4410ffc892
|
Projucer: call ComponentPeer::setRepresentedFile() and ::setIcon() when loading a project
|
2018-02-12 14:26:53 +00:00 |
|
jules
|
33c0940d74
|
Cleaned up a few more ScopedPointer uses
|
2018-01-09 12:22:31 +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
|
72d91dd5bf
|
Added some next/prev window commands to the projucer
|
2017-12-14 12:04:08 +00:00 |
|
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)
|
2017-11-01 17:41:06 +00:00 |
|
tpoole
|
33845ba917
|
Projucer: Open any previous projects in the background
|
2017-10-26 15:21:41 +01:00 |
|
hogliux
|
54029e776d
|
Projucer: Re-factored source code groups and general code clean-up
|
2017-09-29 14:55:01 +01:00 |
|
ed
|
69868df248
|
Projucer: asynchronously show the '.jucer file has been modified...' alert window to avoid crash
|
2017-08-21 12:37:31 +01:00 |
|
ed
|
33535973be
|
Projucer: Update window title when project name changes
|
2017-08-15 15:58:49 +01:00 |
|
ed
|
26596fbfad
|
Projucer: Added default module search paths to the Projucer
|
2017-06-06 16:57:16 +01:00 |
|
ed
|
8ab39ef354
|
Projucer: Switched the order of names in Projucer window title bars from "Projucer - project name" to "project name - Projucer"
|
2017-05-08 12:20:27 +01:00 |
|
ed
|
0f47ee73b6
|
Projucer: Made each Projucer window's title bar display the project name
|
2017-05-08 10:01:17 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
hogliux
|
750ab85fe9
|
Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model.
|
2017-04-27 14:42:25 +01:00 |
|
jules
|
44cd80969d
|
A few C++11 modernisations and comment corrections
|
2017-03-28 12:31:51 +01:00 |
|
tpoole
|
16525c0a6f
|
Fixed some typos.
|
2016-09-06 18:41:12 +01:00 |
|
ed
|
8e10f16eb8
|
Dialog window to ask whether to keep current project or re-load from disk when .jucer file changes
|
2016-08-12 10:08:27 +01:00 |
|
jules
|
025d04cbd1
|
Projucer: Added warning when trying to load projects with out-of-date build scripts
|
2016-04-14 17:41:31 +01:00 |
|
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
2016-04-06 18:31:24 +01:00 |
|