Tom Poole
2fb19ffd8f
Fix some LLVM 17 compiler warnings
1 year ago
Tom Poole
7d45d498b9
Removed some superfluous consts from definitions
1 year ago
reuk
39a731de46
ScopedMessageBox: Replace old AlertWindow uses with new API
2 years ago
Tom Poole
2ec861d99e
Update licensing banners to JUCE 7
3 years ago
Tom Poole
dea3fe60e4
Update copyright banners
3 years ago
Tom Poole
fe4ba9071b
Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0
See BREAKING-CHANGES.txt for more details.
3 years ago
reuk
cc4624dfbc
Projucer: Remove unused function
4 years ago
Tom Poole
bfdda737a2
Projucer: Removed the live build
4 years ago
ed
69085b2a61
Projucer: Accessibility updates
4 years ago
ed
009d685179
Updated all license headers
4 years ago
Tom Poole
894e7d2bd2
Updated all license headers
5 years ago
Tom Poole
2d16374b14
Updated all license headers
5 years ago
ed
6ce02ad35f
Projucer: Fixed a crash when creating new projects without using global paths and hide UI elements correctly when closing projects
5 years ago
ed
fba0295a44
Projucer: Added a simple sign-in form, added notification tray for project messages, general refactoring
5 years ago
reuk
327f817b9b
Copyrights: Update commercial/gpl headers to be gpl-only
5 years ago
jules
cadac817c6
Enabled some more warning flags in Xcode, and fixed the problems they caused
6 years ago
ed
eed45b7462
Projucer: Mark modified files with an asterisk in the file tree panel
7 years ago
Tom Poole
ab863a6dc2
Replaced all usage of ScopedPointer with std::unique_ptr
7 years ago
ed
47af78fe0b
Projucer: Implement PIPGenerator
7 years ago
ed
d668adb81b
Projucer: Code cleanup
7 years ago
ed
b288da58f0
Projucer: Fixed a crash that could occur when saving a project multiple times
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
ed
fedbb67452
Projucer: Show the option to remove references or move to trash when deleting file groups and hide the file group information after deleting
7 years ago
ed
994ab55247
Projucer: Made some usability and reliability improvements to the live-build engine
7 years ago
hogliux
54029e776d
Projucer: Re-factored source code groups and general code clean-up
7 years ago
ed
ff7cfb8824
Projucer: Moved a Thread::sleep() call that would be called every time a project was saved out of the Xcode exporter and only call it if saving and opening project in Xcode
8 years ago
ed
a5c9cd9bd7
Added an extra check to the previous commit to make sure that the showBuildTab command is only invoked if the build tab is not already showing to prevent the command being constantly re-triggered when continuously recompiling
8 years ago
hogliux
b5afccc37c
Updated file headers and the README with the JUCE 5 license
8 years ago
hogliux
750ab85fe9
Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model.
8 years ago
ed
308f634f62
Fixed a bug in the Projucer where the live-build's continuous recompilation state wasn't being changed when toggled on/off in the menu
8 years ago
tpoole
e33abbc6fe
Replaced Projucer-generated header guards with #pragma once and updated the examples
8 years ago
stefan.graenitz
8d02f61622
Projucer: add free-to-use license for the live-build engine
8 years ago
stefan
a0350e4ee6
Projucer: add feature download & install live-build engine (including checks for supported OS versions)
8 years ago
stefan
8ec9443543
Projucer various fixes
* Use separate folder for disk cache in debug mode to avoid mixing debug/release-mode object files while testing
* Quote the server's file name as it may contain spaces etc.
* Fix saving source files during compilation on Windows
* Fix JuceDemo for live builds on Mac: long chains of recursive operator<< invocations caused compiler crash
* Move code for creating disabled Build tab to extra function and add names to improve readability
* Implement new "subscribe" behavior for createDisabledBuildTab
* Clean up trailing spaces
8 years ago
jules
81ff3a89b7
Projucer: fixed an edge-case where the UI would misbehave if you're logged in but don't have a live-coding license
9 years ago
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.
9 years ago
jules
810f2bfb2a
Introjucer: Added Android Studio exporter
9 years ago
jules
f23ded16c6
Minor refactoring in introjucer code.
9 years ago
hogliux
c7b8e77031
Update copyright notice
9 years ago
jules
3e5b15a8e3
Introjucer: fix for menu glitch when clicking "save and open" button in dual iOS/OSX projects.
10 years ago
jules
53226c0660
Introjucer: fixed a problem with the open-project menu if multiple export targets have the same name
10 years ago
jules
365e4611fa
Introjucer: misc minor fixes + tweaks.
11 years ago
jules
8e4825e7bd
Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component.
11 years ago
jules
a9aae9651b
Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules.
11 years ago
jules
9113a7d6ab
Introjucer: internal refactoring work.
11 years ago
jules
f3333aa29d
Introjucer: added a couple of view menu options.
11 years ago
jules
f196f88330
Introjucer: added a menu to choose which IDE to launch when there's more than one.
11 years ago
jules
3861a04197
Some more override decorations.
12 years ago
jules
ddc1524742
Updated headers in demo project files.
12 years ago
jules
6c8fa3e6e7
Introjucer: added a translation tool utility
12 years ago