502 Commits (1b9a60e52c90c0c6a308d2691bf1a1cc8a6e6e35)

Author SHA1 Message Date
  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 11 years ago
  jules 22f492e619 Introjucer: added AAX identifier setting box. 11 years ago
  jules 3d74717349 Bit of tidying-up in the Point class, and some spelling fixes in comments. 11 years ago
  jules 61e87b7ead Introjucer: added LOCAL_ARM_MODE flag for android. 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 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
  jules 2091e8dfc8 Replaced a few Justification references. 12 years ago
  jules 2329e63f20 Converted a few Colour references to pass-by-values. 12 years ago
  jules a0792ec444 Fix for software-rendered code editor text. 12 years ago
  jules 472082c378 Introjucer: made VC pre/post build commands multi-line. 12 years ago
  jules 78aac0995a Fixes for some clang static analysis warnings. 12 years ago
  jules c5b4e48b80 Updated some headers and URLs. 12 years ago
  jules c75a7300f5 Added some 'override' modifiers to overridden methods. 12 years ago
  jules 7bd867794c Misc minor clean-ups. 12 years ago
  jules 62bed4a224 Introjucer: fix for static lib builds on linux. 12 years ago
  jules 135a9d1f5f Introjucer: Avoided duplicated VST path setting. 12 years ago
  jules 4b128378cf CodeEditorComponent rendering improvements. Faster OSX font lookup. 12 years ago
  jules fc79df875f Refactoring of some glypharrangement code. 12 years ago
  jules 5f0c8d47ae Introjucer: updated translation tool wording. 12 years ago
  jules 2e5604a664 Introjucer: fixed current project order for translation tool. 12 years ago
  jules 77335b4baa Introjucer: Improvements to the translation tool. 12 years ago
  jules 2ca1f2e704 Introjucer module updater fix. 12 years ago
  jules ddc1524742 Updated headers in demo project files. 12 years ago
  jules 5d6a14659c Introjucer: changed to new juce.com URL. 12 years ago
  jules 4b61bee102 Introjucer: makefile flags fix. 12 years ago
  jules a82ab2fd8e Introjucer: made linux exporter use same flags for C files 12 years ago
  jules d7da1c1e3e Introjucer: previewing SVG files 12 years ago
  jules ce3050f547 Introjucer: added link flags to LOCAL_LDLIBS for android build. 12 years ago
  jules 31fc78b314 Minor tidying up. 12 years ago
  jules d47ac98318 Introjucer: checking for out-of-date introjucer binary. 12 years ago
  jules 7c6889403c Introjucer: added global preprocessor defs setting. 12 years ago
  jules 3f7b7f055e Introjucer: Treating ".inl" extension as a header file. 12 years ago
  jules c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 12 years ago
  jules 5d353d4dec Introjucer: Character type setting for MSVC export 12 years ago
  jules 6c8fa3e6e7 Introjucer: added a translation tool utility 12 years ago
  jules f45a311d97 Introjucer: handling newlines in extra compiler flags setting. 12 years ago
  jules 3e628c816e Minor fixes for clang. 12 years ago
  jules 4d61bfd8a3 Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro. 12 years ago
  jules ffc9200ea7 Changed the linux version of the introjucer to store its config and log files in ~/.config 12 years ago
  jules ba52b4aec5 Introjucer: hiding symbol visibility in linux release builds. 12 years ago