605 Commits (c50cef32a645b51d770d691872a738c789d29764)

Author SHA1 Message Date
  jules 172f19f4a4 Introjucer: fix for module deletion bug, and some clean-ups. 11 years ago
  jules 14cb377f77 Introjucer: fix to paths when copying modules locally. 11 years ago
  jules f485fdcf63 Introjucer: Fixed a typo in the generated code. 11 years ago
  jules 4de9768ecb Introjucer: better setup of module paths in new exporters. 11 years ago
  jules 2c9c35d3c3 Fixed a few compiler warnings. 11 years ago
  jules f4a5a0ecb4 Introjucer: better exporting of absolute module paths in android makefiles. 11 years ago
  jules 0137a6f7fc Introjucer: made the string literal tool break up multi-line strings in a more readable way. 11 years ago
  jules 63587c007b Introjucer: sorted out a win32 filename handling issue. 11 years ago
  jules 03e14b7851 Introjucer: fixed a bug when deleting modules; added a button to set copying mode for all modules. 11 years ago
  jules ab6314f9e3 Introjucer: updated some Xcode architecture flags that seem to have changed. Added a VC2013 build. 11 years ago
  jules bea7b83cb8 Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 11 years ago
  jules 56ec1d1400 Added a colour ID TreeView::selectedItemBackgroundColourId, and changed the TreeView to fill selected items with this. (The colour is set to transparent by default so this won't affect existing code). 11 years ago
  jules bf6691dcf7 Added a few override annotations. 11 years ago
  jules 022057460d Introjucer: avoided assertion when launching files in windows explorer. 11 years ago
  jules 365e4611fa Introjucer: misc minor fixes + tweaks. 11 years ago
  jules 81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 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 cb2e2aa607 Introjucer: added a "defines" parameter to the module manifest format, to allow it to set modules to set project-wide preprocessor defs. 11 years ago
  jules cff361828a Introjucer: in GUI editor, made sure image resources are loaded correctly. 11 years ago
  jules 40ca59a54e Introjucer: on windows, stopped the cancel button of the new project wizard from closing the app. 11 years ago
  jules b58d5da64d Introjucer: fixed some compiler warnings. 11 years ago
  jules 0ba5b01497 Introjucer: avoided losing the filename suffix when dropping folders into the tree. 11 years ago
  jules 877823b649 Introjucer: added test UI command to the menu. 11 years ago
  jules c6becf2532 Introjucer: stopped the modules panel from hammering the website. 11 years ago
  jules 20fa1be6ed Introjucer: fix for finding modules on linux. 11 years ago
  jules 3c03b34c07 Introjucer: made the Xcode projects correctly handle .c file types. 11 years ago
  jules b9636ce02b Introjucer: when exporting, added the modules folders to the include path. 11 years ago
  jules 8c6caf8853 Introjucer: made the new project wizard ask for a juce module folder. 11 years ago
  jules 3fe01cdca7 Removed some duplicated code. 11 years ago
  jules 342684a4c2 Introjucer: extended the binary data format to include a list of the filenames of all the resources. 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 ec52acc609 Minor clean ups inside Random class and introjucer. 11 years ago
  jules c7cab8e020 Cleaned up some table look+feel code. 11 years ago
  jules 8a66ec83f0 Minor clean-ups. 11 years ago
  jules 9113a7d6ab Introjucer: internal refactoring work. 11 years ago
  jules f887803358 Introjucer: updated list of OSX SDK versions. 11 years ago
  jules 9243e3dbdd Minor tinkering with the String class. 11 years ago
  jules 221786dfcf New method Array::addNullTerminatedArray(), and misc minor tightening-up of code. 11 years ago
  jules 57db92b276 Cleaned up some ints that should have been CommandIDs. 11 years ago
  jules 94da373c31 Fixed a couple of rendering problems when using global scale factors. 11 years ago
  jules fc772941d6 Fixed some pedantic warnings. 11 years ago
  jules 3ab3c79589 Introjucer: avoided some MSVC warnings. 11 years ago
  jules 64391b7552 Introjucer: began refactoring some module-management code. 11 years ago
  jules a8b41cb717 Linux: changed the path returned by File::userApplicationDataDirectory to be based on XDG_CONFIG_HOME if available. 11 years ago
  jules 463325c0c6 Introjucer: changed the way binary data cpps are generated so that the content will not be dependent on machine-specific paths. 11 years ago
  jules 14cfa338b6 Avoided a false assertion in File. Minor clean-ups. 11 years ago
  jules f3333aa29d Introjucer: added a couple of view menu options. 11 years ago
  jules ec524a437d Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h 11 years ago
  jules fecba9c31c New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 11 years ago
  jules 42aa27900b Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present. 11 years ago