54 Commits (c50cef32a645b51d770d691872a738c789d29764)

Author SHA1 Message Date
  jules 76c8400049 Really minor clean-ups. 11 years ago
  jules d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 11 years ago
  jules 2edec00b55 Removed a few more uses of String::empty. 11 years ago
  jules c70d98dbdd Added some trigonometry functions that are missing from MSVC's C library. 11 years ago
  jules 293aedac2f Fixed spelling. Added a few simple methods to Random, BigInteger and var. 11 years ago
  jules ec52acc609 Minor clean ups inside Random class and introjucer. 11 years ago
  jules 435089e89b Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 11 years ago
  jules 5ae7353443 Minor clean-ups + optimisations. 11 years ago
  jules d9498b28cc Added a "square" function to the MathsFunctions file. 11 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. 11 years ago
  jules 3e9f20da8f Added another Random::fillBitsRandomly method. 12 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 12 years ago
  jules 5c59897ba6 Replaced some uses of the no-longer-needed literal64Bit macro. 12 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules 31fc78b314 Minor tidying up. 12 years ago
  jules c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 12 years ago
  jules b4382bad62 Added String methods to create/return a std::string, and also String::toRawUTF8 method. 12 years ago
  jules 6b7f0609bf Minor clean-ups. 12 years ago
  jules 1e7ea748ca Fixes for negativeAwareModulo() and audio thumbnail. 12 years ago
  jules 1bc02ee8e5 Workaround for Intel compiler warning. 12 years ago
  jules e543949bda Minor clean-ups. 12 years ago
  jules 7a3453f48b Minor clean-ups. 12 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 12 years ago
  jules b3c0df703f Avoid warnings in Intel compiler. 12 years ago
  jules c16c3a7c28 Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 12 years ago
  jules 0033491cc8 Cleaned up some compiler warnings. 12 years ago
  jules 842d30fbfa Minor tidying-up. 12 years ago
  jules 976be45c2a Minor updates for mingw compatibility. 12 years ago
  jules 195495a989 Removed the default parameters from BigInteger::findNextSetBit and findNextClearBit. 13 years ago
  jules 1cf1cd1a3b Workarounds for some c++11 compiler warnings. 13 years ago
  jules 943a8ef757 Added a get() method to ReferenceCountedObjectPtr. 13 years ago
  jules 572cf1deb8 Cleaned up some docs. 13 years ago
  jules 1f95f54089 Purged some warnings. 13 years ago
  jules 0e1b6061d5 Minor clean-ups for GL, removed some old VC6 hacks. 13 years ago
  jules 351416c09a Tidied up some docs and comments. 13 years ago
  jules 53c0436d71 Android fixes. OSX fix for old SDKs. 13 years ago
  jules bdd778332d Removed some unused android code. Refactored some messaging code. 13 years ago
  jules 56bbab1537 (automated whitespace clean-up) 13 years ago
  jules 2bfa580254 Android GL work. 13 years ago
  jules 5308aef329 Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer. 13 years ago
  jules 295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 13 years ago
  jules bde13c0289 Introjucer: added a warning when modules are used in both copying/non-copying modes. 13 years ago
  jules aff5fea6b4 Minor introjucer clean-ups. 13 years ago
  jules 907cfc5221 Straightened out some confusion with the Point::getAngleToPoint and Line::getAngle methods, where the description didn't actually match the behaviour. The behaviour and descriptions of these functions have now changed, but should now match up! 13 years ago
  jules c555cbb9cb Tweaks to Viewport and roundToInt() 13 years ago
  jules 27d7185f34 OSX10.4 menu fix. Graphics::drawSingleLineText justification. 13 years ago
  jules be3565ac98 Refactored some rendering code. 13 years ago
  jules f31dca5f2f More OpenGL work. 13 years ago
  jules a0a7fd994a Change to the way options are passed to the UnitTestRunner. 13 years ago
  jules dcc767868f Misc minor clean-ups. 13 years ago