605 Commits (c50cef32a645b51d770d691872a738c789d29764)

Author SHA1 Message Date
  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
  jules 711764103e Introjucer: made it recognise the .hh file suffix. 11 years ago
  jules 68e49a99bb Introjucer: tweaked the dead code stripping flags for Xcode. 11 years ago
  jules 2c97d9ed3d Introjucer: made Xcode release builds strip dead code. 11 years ago
  jules 29ada09816 Cleaned up some unused variables. 11 years ago
  jules 68227e8b29 Introjucer: Fixed an ordering problem in linux makefile generation. 11 years ago
  jules 1b9a60e52c Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before. 11 years ago
  jules 5b25ac6609 Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. 11 years ago
  jules c3e082b252 Added WindowsRegistry::keyExists() methods 12 years ago
  jules 22f492e619 Introjucer: added AAX identifier setting box. 12 years ago
  jules 3d74717349 Bit of tidying-up in the Point class, and some spelling fixes in comments. 12 years ago
  jules 61e87b7ead Introjucer: added LOCAL_ARM_MODE flag for android. 12 years ago
  jules f196f88330 Introjucer: added a menu to choose which IDE to launch when there's more than one. 12 years ago
  jules 3861a04197 Some more override decorations. 12 years ago
  jules 802969a42e Fix for OSX native recent files menu. 12 years ago
  jules 02e51c6074 Introjucer: VC2013 exporter fix. 12 years ago
  jules 4ce1908f79 Misc tidying-up. 12 years ago
  jules 82d305a2a2 Introjucer: added exporter for VS2013 12 years ago
  jules ecc1a17bc6 Code clean-ups. 12 years ago
  jules 00e77a7ac2 OSX main menu recent files list fixes. 12 years ago
  jules 5918d039ce Added some "override" annotations. 12 years ago
  jules eb646f8c42 Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes. 12 years ago