1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

28 commits

Author SHA1 Message Date
ed
da6452ac0f Projucer: Changed some keypresses for 'View' menu items to avoid clashes 2017-08-22 12:13:45 +01:00
ed
03917672a1 Projucer: Added an error message when trying to save a project with missing module dependencies and stopped the Projucer from opening projects with errors when clicking the save and open in IDE button 2017-07-03 17:26:34 +01:00
ed
f4d8cf70d1 Projucer: Added a search field to the file panel to filter project files and added options to expand/collapse all groups in the file tree popup menu 2017-06-20 14:57:04 +01:00
ed
dab7f9e020 Projucer: Fixed a bug where the file name label would still be visible after closing a project 2017-05-19 16:32:06 +01:00
ed
90fbed7889 Projucer: Added an option when right-clicking on an exporter to save just the selected exporter 2017-05-16 15:53:45 +01:00
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 2017-05-12 12:58:20 +01:00
ed
17cd47558f Projucer: Removed the key command for showing the build tab as it was the same as the build now key command 2017-05-05 11:22:41 +01:00
ed
ed51317ee6 Fixed a few Projucer UI issues 2017-05-04 12:51:02 +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
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 2017-04-11 16:09:00 +01:00
jules
e253b8bea1 Added some notes and an assertion to Component::grabKeyboardFocus(), to help people avoid a common mistake, which is trying to grab the focus of not-yet-visible components. 2017-03-28 10:44:52 +01:00
hogliux
b5ef6d7e37 Whitespace clean-up 2016-11-02 14:01:12 +00:00
stefan
980ece4a8a Projucer: add anchor #indie to the link target for the subscribe button 2016-11-01 17:37:13 +00:00
stefan.graenitz
8d02f61622 Projucer: add free-to-use license for the live-build engine 2016-10-31 12:33:52 +00:00
stefan
a0350e4ee6 Projucer: add feature download & install live-build engine (including checks for supported OS versions) 2016-09-22 12:49:57 +01:00
ed
0c87af8992 Fixed Linux compile error in Projucer 2016-09-16 15:14:09 +01:00
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. 2016-09-16 12:03:02 +01:00
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
2016-09-15 17:13:41 +02:00
jules
7abbf67a1a Tweaked the iOS audio device to make the default buffer size play in the simulator 2016-06-01 10:33:28 +01:00
stefan.graenitz
e8da23d43b Enable live comilation for Windows 2016-05-31 16:53:18 +02:00
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 2016-04-25 11:11:00 +01:00
jules
8343f3468c Found a few missing 'override' specifiers 2016-04-15 15:32:47 +01:00
jules
54d3cfac1d Projucer: Fixed a bug that could cause focus to seemingly jump around in the config tree 2016-04-15 10:21:58 +01:00
jules
bc58656153 Projucer: made build panel UI update when signing out 2016-04-08 11:02:58 +01:00
Timur Doumler
24f05c405a Whitespace. 2016-04-07 09:26:03 +01:00
Timur Doumler
9066ed4d59 Projucer: fixed unreachable code warning in ProjectContentComponent::createBuildTab. 2016-04-07 09:24:30 +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
Renamed from extras/Introjucer/Source/Project/jucer_ProjectContentComponent.cpp (Browse further)