123 Commits (1a60fa97657db2fc4ea81fb908face60cdffb720)

Author SHA1 Message Date
  jules 1a60fa9765 More ScopedPointer/unique_ptr compatibility work 8 years ago
  jules 48a5fbd333 Another batch of ScopedPointer cleanups 8 years ago
  jules 3ec5c17bb1 Misc cleanups relating to ScopedPointer 8 years ago
  jules 4fcedf7be5 Standardised some lambda syntax 8 years ago
  jules ce8b2d865a Used Button::onClick to simplify a bunch of library classes and demo code 8 years ago
  ed 9bb4e025ca Made the documentation of some classes clearer regarding when a notification will be sent 8 years ago
  jules 58a99ff139 Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 8 years ago
  jules d9585241ad Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance 8 years ago
  Noah Dayan a0db644e22 Fix Doxygen bug with Singleton macros 8 years ago
  jules a586966c65 Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 8 years ago
  Lukasz Kozakiewicz b8b304e4cd PushNotifications: add OSX implementation. 8 years ago
  Lukasz Kozakiewicz 073921445c Android: add WebBrowserComponent implementation. 8 years ago
  jules 2dc9316420 Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
  tpoole 9436b5f392 A minor documentation update 8 years ago
  jules 6d56bfa2e5 Fixed an assertion in the live constant editor 8 years ago
  Lukasz Kozakiewicz 523a5992cf PushNotifications: fix doxygen comments. 8 years ago
  Lukasz Kozakiewicz b2d2bda7a1 Add Push Notifications feature for iOS and Android. 8 years ago
  jules eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
  jules 357dd2c9c9 Removed some old compiler bug workarounds 8 years ago
  jules 4e5f005421 Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 8 years ago
  jules 74c96208fe Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation 8 years ago
  tpoole c8740688ba Added assertions to flag when __FILE__ returns a relative path and fixed the LiveConstants demo 8 years ago
  jules 99748f0ba8 (Fix for last commit) 8 years ago
  jules 57a3cb58ec Removed incorrect constness from ColourSelector::setSwatchColour 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux bb32034ad8 Added pageLoadHadNetworkError callback to WebBrowserComponent 8 years ago
  hogliux 6292ccf5c3 Added a clearCookies method to WebBrowserComponent to clear any stored cookies 9 years ago
  ed 61ae28b060 Fixed bug in ColourSelector::HueSelectorComp where the colour gradient was pink at the bottom 9 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 9 years ago
  hogliux 701fd8a216 Added a workaround for a strange bug with monospace fonts in OS X sierra 9 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 9 years ago
  jules 999f4848df Stopped the ColourSelector sending a change message from its constructor 9 years ago
  jules 3104cbe147 Added an optional notification argument to ColourSelector::setCurrentColour() 9 years ago
  jules a744cd3acc Added a bool handler for JUCE_LIVE_CONSTANT 9 years ago
  hogliux 26b6f01ce3 Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 9 years ago
  hogliux 88736e34dc Make splash screens fullscreen on mobile platforms 9 years ago
  jules d410b6d13d Avoided a possible null pointer in KeyMappingEditorComponent 10 years ago
  jules 189853720a Cleaned up a few uses of Image::null 10 years ago
  jules 4583fa3fbf Used the ignoreUnused() function to tidy up some old code 10 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 10 years ago
  jules 4d3fc5a3d9 Added a couple of missing 'override' keywords 10 years ago
  jules 4e8921aa48 Fix for JUCE_LIVE_CONSTANT not working with negative integers 10 years ago
  jules 969f1a25fc Added an OSX-only method SystemTrayIconComponent::showDropdownMenu() and tweaked the highlighting of OSX tray icons. 10 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago
  jules fd74f1a39d Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment 10 years ago
  jules 3236bdca6a Fix for JUCE_LIVE_CONSTANT in plugins. 10 years ago
  jules 06c1a15496 Added some missing 'override' decorators 10 years ago
  jules 8cacb499f1 Documentation correction. 11 years ago
  jules 7f901e452f Focus fix for win32 web browser component. Ability to use javascript in goToURL on OSX. 11 years ago
  jules 817c80ed19 Fixed a typo in a comment. 11 years ago