5 Commits (750ab85fe94db6b82e76c5e205e56c4c8d8c3896)

Author SHA1 Message Date
  hogliux 750ab85fe9 Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model. 8 years ago
  jules 44cd80969d A few C++11 modernisations and comment corrections 8 years ago
  tpoole e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 8 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. 8 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 02492b36b9 Lots of small whitespace tweaks. 9 years ago
  jules c53b00cb21 Introjucer: changes to implementation of auto-update and a few editor tweaks. 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules 6bc4d7627f Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed. 10 years ago
  jules d63668a5c1 Added XML and Lua tokenisers for the CodeEditorComponent 11 years ago
  jules 81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 11 years ago
  jules 711764103e Introjucer: made it recognise the .hh file suffix. 11 years ago
  jules 3861a04197 Some more override decorations. 12 years ago
  jules 4b128378cf CodeEditorComponent rendering improvements. Faster OSX font lookup. 12 years ago
  jules ddc1524742 Updated headers in demo project files. 12 years ago
  jules d7da1c1e3e Introjucer: previewing SVG files 12 years ago
  jules c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 12 years ago
  jules 97ed2ac915 Introjucer: code editor popup menu helper function to insert a new class declaration. 12 years ago
  jules 12c28fd882 Introjucer: added "save as" 12 years ago
  jules 69a08e3fb2 Removed some superfluous semicolons. 12 years ago
  jules b0fadda27c Introjucer: updated window title bar status when current file has unsaved changes. 12 years ago
  jules 234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 12 years ago
  jules fae88c8b88 Minor documentation updates. Added MidiMessageSequence::sort() method. 12 years ago
  jules 29e5dd20e2 Introjucer: editor updates 12 years ago
  jules 73359d4af0 Introjucer: added text search for the code editor. 12 years ago
  jules 68880492f1 Introjucer: editor scrolling changes. 12 years ago
  jules b396155430 Introjucer: file type fix. 12 years ago
  jules 1cd7660f10 Introjucer: popup menu for code editor. 12 years ago
  jules b0b6a7ca25 Introjucer: added command to open counterpart files. 12 years ago
  jules b11527d751 Introjucer: launching a project now opens the first possible exporter in the list. 12 years ago
  jules 8ee1897916 Introjucer: some code editor fixes and functionality. 12 years ago
  jules d78b10edb3 Introjucer: code indent tweaks. 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 9e3cd767aa Introjucer: minor internal changes. 13 years ago
  jules e875c65642 Introjucer: some treeview refactoring. 13 years ago
  jules 4233f603db More MouseInputSource tweaks. 13 years ago
  jules 6758ce0bc9 CodeEditorComponent improvements and TextEditor menu refactoring. 13 years ago
  jules f824e99f2d Introjucer: refactoring and addition of appearance settings window for editor colours + fonts. 13 years ago
  jules f2426cc7de Minor additions to OptionalScopedPointer. Internal introjucer tweaks. 13 years ago
  jules 10815d9e4d Introjucer: made the project wizard create some default exporters. 13 years ago
  Julian Storer b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
  Julian Storer 82e8d68a5d Renamed the experimental jucer as the Introjucer. 14 years ago
  Julian Storer a5cf4030f5 New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. 14 years ago
  Julian Storer cc5e15b37d Minor Jucer tweaks. 14 years ago
  Julian Storer ca5fbd17f0 More Jucer reorganisation 15 years ago
  Julian Storer 7cf5140eb2 Made Value constructor explicit. Jucer development. 15 years ago
  Julian Storer 5093ecbc84 Minor clean-ups. Jucer development. 15 years ago
  Julian Storer 188299adb9 First check-in of the new Jucer codebase. 15 years ago
  Julian Storer 7bc24ae42a The Point and Rectangle classes are now templated, so can be used for either float or int co-ordinates. This means that wherever you've used these classes, you'll need to replace them with Rectangle<int> or Point<float> in your code. A couple of methods in Path have changed to take advantage of the new ability. 15 years ago