ed
9de309be76
Projucer: Added the option to change the colour scheme and font of the Projucer's code editor and the ability to save/load custom schemes
8 years ago
ed
cf0e97fcc7
Projucer: Selected colour scheme is now stored and recalled. Multiple fixes for unreadable text in the GUI editor
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
jules
8ed41ed14b
Fixed some whitespace style and cleaned up some code using C++11
9 years ago
hogliux
288e56de83
Fixed a bug in the Projucer that would incorrectly mark relative SDK paths as invalid even if they were valid
9 years ago
stefan
3bd7ef4f69
Projucer: menu adjustments
* move Preferences item to Projucer menu on Mac or File menu otherwise
* rename Global Preferences -> Preferences
* add shortcut "Cmd + ," to open Preferences
* move Login/Logout item to File menu
9 years ago
jules
9fa0d49be7
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
9 years ago
tpoole
9f31d6498a
Use a bespoke VST2 interface
9 years ago
Timur Doumler
3b65c5c37d
Projucer AppearanceSettingsTab: added missing resized() function; moved declaration into header and added explanatory comment.
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.
10 years ago
jules
5abb09ba16
Introjucer: moved some more classes out of MiscUtilities.h
10 years ago
Timur Doumler
01ccab4c89
Introjucer: fixed some file headers.
10 years ago
jules
21dabf778d
Introjucer: Refactored global path implementation
10 years ago
Timur Doumler
d9cd459032
Moved dependency path key strings into better location (DependencyPath utility class)
10 years ago
Timur Doumler
36001a6ff3
Introjucer: fixed C++98 compiler error caused by Value having no move assignment operator in C++98 and a private copy assignment operator.
10 years ago
Timur Doumler
4ffa06ea31
Introjucer: fixed C++98 compiler error caused by scoped enum.
10 years ago
Timur Doumler
c922162b03
Introjucer: added global preferences window and global SDK path settings.
10 years ago