27 Commits (ddcd78eae8f126dbde48e112d10aee9b64e784d0)

Author SHA1 Message Date
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules 8f25b2092b Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 11 years ago
  jules 28cdb20040 Whitespace cleanups. 11 years ago
  jules b9198f4f88 Tweaked the Uuid class to make it compatible with RFC 4122 version 4. 11 years ago
  jules eed99767d0 Documentation updates. 11 years ago
  jules 4c896471d9 Minor exception-correctness 11 years ago
  jules 5804ecfa5e Revised Uuid::null, and turned it into a static method, not a variable. 11 years ago
  jules 8f2c2353e1 Added a Uuid::null variable. 11 years ago
  jules fc772941d6 Fixed some pedantic warnings. 11 years ago
  jules 7f6394478a Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
  jules d104b151cd Altered WindowsRegistry to allow each method to specify an explicit WoW64 mode. 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 c3e082b252 Added WindowsRegistry::keyExists() methods 11 years ago
  jules 30e3b0d865 Optimised Result::ok() 12 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 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 83b1284d93 Added a wow64 registry function. 12 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 12 years ago
  jules 286f0dbdef Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups. 13 years ago
  jules 70133a94eb Introjucer: added a setting for JucePlugin_AUMainType. Added a method InputStream::getNumBytesRemaining() 13 years ago
  jules e61db7da55 Added a WOW64 call to WindowsRegistry. 13 years ago
  jules f80d119614 Added a few methods to WindowsRegistry. 13 years ago
  jules 56bbab1537 (automated whitespace clean-up) 13 years ago
  jules 49870de020 Added a bit of extra functionality to WindowsRegistry. Linux: couple of fixes for fullscreen, file chooser, and a bit of tidying up. Internal refactoring in NSViewComponent. 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
  Julian Storer ffc2f5d40e Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course) 13 years ago
  Julian Storer b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago