9 Commits (49aa9c9db471c103d7780f7d07cf70a8d85d5fcc)

Author SHA1 Message Date
  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 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
  jules 12c28fd882 Introjucer: added "save as" 12 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 12 years ago
  jules 63085a7185 Introjucer: minor fixes. 12 years ago
  jules 172f61dc3e Introjucer: minor internal work. 12 years ago
  jules c75abb51c4 Introjucer: minor appearance tweaks. 12 years ago
  jules b0b6a7ca25 Introjucer: added command to open counterpart files. 12 years ago
  jules af3bab799f Introjucer: fine-tuned some command behaviours. 12 years ago
  jules 87db662f29 Introjucer: code editor improvements, icon class reshuffle. 12 years ago
  jules e875ddc3a1 Introjucer: optimised some unnecessary project copying. 12 years ago
  jules baecac82d9 Introjucer: tweaked document focus behaviour. 13 years ago
  jules 515bfe90b2 Introjucer: new tab panel look and feel. 13 years ago
  jules 44e454f0b7 Introjucer: colours and refactoring. 13 years ago
  jules 25e7361f2c Refactored some TreeView key handling. Introjucer: now restores the last set of open documents for a project. 13 years ago
  jules 0475cedff5 Introjucer: commands to move back/forwards through open docs. 13 years ago
  jules 27f1901fe6 Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code. 13 years ago
  jules fb29acf1fa Introjucer: minor internal stuff. 13 years ago