189 Commits (94da373c31eb04ec4cff03c1ee6eb51a85ce11f7)

Author SHA1 Message Date
  jules a8b41cb717 Linux: changed the path returned by File::userApplicationDataDirectory to be based on XDG_CONFIG_HOME if available. 11 years ago
  jules 14cfa338b6 Avoided a false assertion in File. Minor clean-ups. 11 years ago
  jules f7bb014c21 In WindowsRegistry::registerFileAssociation(), the icon resource number was being negated for some mysterious reason.. Corrected this, so the number you give it is now used directly. 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 7bf1da5e17 Added MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders. 11 years ago
  jules 40c896ac64 Cleaned up some critical section code. 11 years ago
  jules 725334d78c Added File::commonDocumentsDirectory enum. 11 years ago
  jules 2786eadaf9 Removed a few pedantic warnings. 11 years ago
  jules d104b151cd Altered WindowsRegistry to allow each method to specify an explicit WoW64 mode. 11 years ago
  jules ea4c7b3351 Added some JUCE_CALLTYPE flags to Process methods. 11 years ago
  jules 104e5cdbc7 Replaced an OSX symbol that wasn't available in older SDKs. 11 years ago
  jules 320213a11c More tinkering with Process::terminate. 11 years ago
  jules 71c3ecaf17 Merged non-Windows implementations of Process::terminate, and made it call std::terminate() 11 years ago
  jules e8d0c6d024 Fixes for OSX Process::openDocument when launching bundles with parameters. 11 years ago
  jules 24f5fdea22 Some minor clean-ups and comments in Thread class. 11 years ago
  jules 88cb38ea29 iOS build fix. 11 years ago
  jules 3cd00c8730 A few android warning fixes. 11 years ago
  jules 779e1d483f Added tests for SSE3 capability. 11 years ago
  jules 0713d87a95 Added a Process::hide() method (implemented only on OSX) 11 years ago
  jules df668c3e5f Changed android failure exit code. 11 years ago
  jules c2afa62696 Changed Process:terminate() to exit with an error code of 1 instead of 0. 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 c3e082b252 Added WindowsRegistry::keyExists() methods 11 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 12 years ago
  jules 93d7d79b95 Replaced use of the deprecated GetVersionEx win32 call. 12 years ago
  jules 4fc8fbaef1 Added some more override decorators. 12 years ago
  jules 4346fdb5f5 Replaced calls to the deprecated unix siginterrupt function. 12 years ago
  jules 516bddabcc Misc minor clean-ups. 12 years ago
  jules 1881908846 Added a pthread naming fallback for older glib versions. 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 5c59897ba6 Replaced some uses of the no-longer-needed literal64Bit macro. 12 years ago
  jules c75a7300f5 Added some 'override' modifiers to overridden methods. 12 years ago
  jules 7c9cb2971d Avoided using pthread_setname_np on older linux distros. 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 3c76294319 Android: setting the audio output at startup. 12 years ago
  jules abde049bf0 Whitespace cleanup. 12 years ago
  jules 5a0cef7239 Added some static StringArray methods for tokenising. 12 years ago
  jules a1e3f23ee4 Linux build fix. 12 years ago
  jules 4d0cd69895 Minor tidying 12 years ago
  jules c4cea5a131 Thread-naming fix for linux. 12 years ago
  jules 31747486ff New class: IPAddress. 12 years ago
  jules b4382bad62 Added String methods to create/return a std::string, and also String::toRawUTF8 method. 12 years ago
  jules 280afcff80 Warning fix for linux. 12 years ago
  jules 92e3c452a0 Warnings + documentation cleanups. 12 years ago
  jules 01ad38a0b4 mingw fix. 12 years ago
  jules 6a67ab2eb2 Fix for uuidtostring function. 12 years ago
  jules 2be6b48cd9 Eliminated some OS dependencies in WASAPI. Added mingw workarounds for __uuidof 12 years ago
  jules 01d123d1e8 Workarounds for a few mingw warnings and errors. 12 years ago
  jules 2451b3762c Some mingw compatibility tweaks. 12 years ago