1360 Commits (7550b36e19fc3205edb942efa9c93c4bf1f110f5)

Author SHA1 Message Date
  jules 18563c6ef4 Introjucer: mouse-click cancellation of file rename box. 12 years ago
  jules b0144dd449 Updated introjucer header guard for new files. 12 years ago
  jules 2651911b87 New method OpenGLContext::getRenderingScale(). Updated the GL demo to use this method of getting the display scale. 12 years ago
  jules 2786eadaf9 Removed a few pedantic warnings. 12 years ago
  jules 65c155e372 Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 12 years ago
  jules 45b56e2e20 Minor clean-ups around the Justification class. 12 years ago
  jules 3fe9d3ee93 Minor clean-ups. 12 years ago
  jules 134e1cd1c2 Intrijucer: fixed an opacity assertion. 12 years ago
  jules f2e9b0a434 Some modal loop code cleanups. 12 years ago
  jules 53ae95b730 Introjucer: fix for a situation where project groups could get duplicate IDs. 12 years ago
  jules 127342e147 Introjucer: minor refactoring. 12 years ago
  jules 711764103e Introjucer: made it recognise the .hh file suffix. 12 years ago
  jules 68e49a99bb Introjucer: tweaked the dead code stripping flags for Xcode. 12 years ago
  jules 2c97d9ed3d Introjucer: made Xcode release builds strip dead code. 12 years ago
  jules 29ada09816 Cleaned up some unused variables. 12 years ago
  jules 68f98d1243 Added a FPS readout to the rendering demo. 12 years ago
  jules 779e1d483f Added tests for SSE3 capability. 12 years ago
  jules ebc0b2b727 Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings. 12 years ago
  jules aafa12fd81 Increased the warning level for the Xcode builds of the demo + introjucer, and avoided a few warnings. 12 years ago
  jules 68227e8b29 Introjucer: Fixed an ordering problem in linux makefile generation. 12 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. 12 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. 12 years ago
  jules c3e082b252 Added WindowsRegistry::keyExists() methods 12 years ago
  jules 33b246ce7b JuceDemo: made the taskbar icon menu work in OSX when the process isn't in the foreground. 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
  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 f04f16e60b Compile fix for the plugin host in MSVC 12 years ago
  jules c5b4e48b80 Updated some headers and URLs. 12 years ago
  jules 98ae8a49d2 Added DPI field to Desktop::Display information. Couple of Android fixes. 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 d36df96acc Minor clean-ups in plugin host demo. 12 years ago
  jules e1e8703846 Re-saved the example project with the latest introjucer version. 12 years ago
  jules 62bed4a224 Introjucer: fix for static lib builds on linux. 12 years ago