136 Commits (7ed282f3147d80e2f59fe37ae2b7b4b51be52a56)

Author SHA1 Message Date
  jules 974b4a8351 Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
  jules 87042769b6 Tidied up some more old typedefs 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  ed cdbc28c18b Add documentation tags 7 years ago
  Tom Poole f1af3908d5 Documentation fixes 7 years ago
  Tom Poole 89d9ad0856 Documentation fixes 7 years ago
  ed 6a453c7f5c Added RecentlyOpenedFilesList::forgetRecentFileNatively() 7 years ago
  Lukasz Kozakiewicz 44ec4aee33 PushNotifications: add DeletedAtShutdown for PNs Singleton. 7 years ago
  Lukasz Kozakiewicz 8ddbcc1f10 PushNotifications: add Notification copy constructor. 7 years ago
  ed 1355e1d1f3 Added a clearRecentFilesNatively() method to RecentlyOpenedFilesList 7 years ago
  ed 7fa708df28 Added a get() method to LiveValue and call it in the JUCE_LIVE_CONSTANT macro 7 years ago
  Noah Dayan e690350df3 Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 7 years ago
  Noah Dayan 61418912bc Fix documentation typo in juce_ColourSelector.h 7 years ago
  jules 1a60fa9765 More ScopedPointer/unique_ptr compatibility work 7 years ago
  jules 48a5fbd333 Another batch of ScopedPointer cleanups 7 years ago
  jules 3ec5c17bb1 Misc cleanups relating to ScopedPointer 7 years ago
  jules 4fcedf7be5 Standardised some lambda syntax 7 years ago
  jules ce8b2d865a Used Button::onClick to simplify a bunch of library classes and demo code 7 years ago
  ed 9bb4e025ca Made the documentation of some classes clearer regarding when a notification will be sent 7 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! 7 years ago
  jules d9585241ad Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance 7 years ago
  Noah Dayan a0db644e22 Fix Doxygen bug with Singleton macros 7 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! 7 years ago
  Lukasz Kozakiewicz b8b304e4cd PushNotifications: add OSX implementation. 7 years ago
  Lukasz Kozakiewicz 073921445c Android: add WebBrowserComponent implementation. 7 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) 7 years ago
  tpoole 1759d89e18 A minor documentation update 7 years ago
  tpoole 9436b5f392 A minor documentation update 7 years ago
  jules 6d56bfa2e5 Fixed an assertion in the live constant editor 7 years ago
  Lukasz Kozakiewicz 523a5992cf PushNotifications: fix doxygen comments. 7 years ago
  Lukasz Kozakiewicz b2d2bda7a1 Add Push Notifications feature for iOS and Android. 7 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 7 years ago
  jules 357dd2c9c9 Removed some old compiler bug workarounds 7 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 7 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 8 years ago
  ed 61ae28b060 Fixed bug in ColourSelector::HueSelectorComp where the colour gradient was pink at the bottom 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  hogliux 701fd8a216 Added a workaround for a strange bug with monospace fonts in OS X sierra 8 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. 8 years ago
  jules 999f4848df Stopped the ColourSelector sending a change message from its constructor 8 years ago
  jules 3104cbe147 Added an optional notification argument to ColourSelector::setCurrentColour() 8 years ago
  jules a744cd3acc Added a bool handler for JUCE_LIVE_CONSTANT 8 years ago
  hogliux 26b6f01ce3 Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 8 years ago
  hogliux 88736e34dc Make splash screens fullscreen on mobile platforms 8 years ago