605 Commits (c50cef32a645b51d770d691872a738c789d29764)

Author SHA1 Message Date
  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
  jules c429b2aa24 Fixes for support of non-utf8 strings. 11 years ago
  jules a2c95ce4fd Cleaned out and optimised some graphics code. 11 years ago
  jules dbf7053861 New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows. 11 years ago
  jules 641cb754f0 Minor clean-ups. 11 years ago
  jules 18563c6ef4 Introjucer: mouse-click cancellation of file rename box. 11 years ago
  jules b0144dd449 Updated introjucer header guard for new files. 11 years ago
  jules 45b56e2e20 Minor clean-ups around the Justification class. 11 years ago
  jules 3fe9d3ee93 Minor clean-ups. 11 years ago
  jules 134e1cd1c2 Intrijucer: fixed an opacity assertion. 11 years ago
  jules f2e9b0a434 Some modal loop code cleanups. 11 years ago
  jules 53ae95b730 Introjucer: fix for a situation where project groups could get duplicate IDs. 11 years ago
  jules 127342e147 Introjucer: minor refactoring. 11 years ago