86 Commits (ddcd78eae8f126dbde48e112d10aee9b64e784d0)

Author SHA1 Message Date
  jules a3426aae10 Added support for iOS force-touch 9 years ago
  Timur Doumler 3313657b3f Fixed bug with displaying plug-in windows in 32-bit hosts on OSX 10.11 El Capitan. 9 years ago
  jules 5fcf662375 Fixes for Introjucer in Xcode 7 9 years ago
  jules 527da19076 Added method Component::alphaChanged(), and fixed NSViewComponent to handle alpha values. 9 years ago
  jules 969f1a25fc Added an OSX-only method SystemTrayIconComponent::showDropdownMenu() and tweaked the highlighting of OSX tray icons. 9 years ago
  Timur Doumler dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules 0c99e8e068 Minor cleanups 10 years ago
  hogliux 8c242b7547 Fix warnings on linux 10 years ago
  jules c1355fa11a Minor SystemTrayIconComponent tweak to keep OSX10.3 builds happy. 10 years ago
  jules 33e9e38345 Minor tidying-up. 10 years ago
  jules d710fe0309 Workaround for mingw. 10 years ago
  jules d89300b7c9 Added support for the pageFinishedLoading on iOS web browser. 10 years ago
  jules 50a55b2e9c Avoided a few compiler warnings. 10 years ago
  jules 7f901e452f Focus fix for win32 web browser component. Ability to use javascript in goToURL on OSX. 10 years ago
  jules 2792bd2761 Added new callback method WebBrowserComponent:: newWindowAttemptingToLoad() 10 years ago
  jules bbd2262945 Avoided NSViewComponent calling removeFromSuperview when re-parenting a child NSView. 10 years ago
  jules a99bbc9ba5 win32 web browser component - better updating when components are made visible. 10 years ago
  jules 4a96fc6ed2 Made the OSX web browser component compile if JUCE_MODAL_LOOPS_PERMITTED is disabled 10 years ago
  jules 0b20c60e95 Fixed some object releasing for OSX system tray icons. 11 years ago
  jules 6c61dbb68e Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 11 years ago
  jules 75770f293c New class: SharedResourcePointer 11 years ago
  jules b3e7f2b772 Added support for uploading files in the OSX embedded web browser. 11 years ago
  jules 5ede2da44b Improved some MemoryBlock comments and gave the class a reset() method. 11 years ago
  jules f3cca83dc8 Refactored some NSView wrapper classes. Should fix some plugin host window resizing issues. 11 years ago
  jules e11ca3533e Added notifications in NSViewComponent so that its childBoundsChanged method will be called if the embedded NSView changes bounds. 11 years ago
  jules d8178b4e15 Mingw workaround. 11 years ago
  jules d226fea10e Added a callback WebBrowserComponent::windowCloseRequest() 11 years ago
  jules 2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 11 years ago
  jules c62da6c983 Cleaned up some pedantic warnings in the iOS build. 11 years ago
  jules 09d20dcae8 Added some new methods to SystemTrayIconComponent for highlighting and message bubbles. 11 years ago
  jules 40c896ac64 Cleaned up some critical section code. 11 years ago
  jules be1d5253ee Moved some mouse code out of Desktop class. Made the MouseInputSource class pass-by-value. 11 years ago
  jules 39c44c12ed Added a Component::getDesktopScaleFactor() method which can be overridden to force a scale for a particular window. 11 years ago
  jules e4d000dcd3 Fixes for ActiveX window embedding. 11 years ago
  jules 43fb1f11d9 win32 double-right-click on taskbar icon fix. 12 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. 12 years ago
  jules 7fbb6803dc Fix for positioning of some Carbon VST windows. 12 years ago
  jules 3d74717349 Bit of tidying-up in the Point class, and some spelling fixes in comments. 12 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 12 years ago
  jules 4fc8fbaef1 Added some more override decorators. 12 years ago
  jules f51aab284b VST hosting: workarounds for izotope GUIs. 12 years ago
  jules c75a7300f5 Added some 'override' modifiers to overridden methods. 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 0e55e30a67 OSX SystemTrayIcon fix. 12 years ago
  jules 1787ad4b68 Update to OSX system tray icon. 12 years ago
  jules 51df5143bf SystemTrayIconComponent support for OSX 12 years ago
  jules 20e5a703b4 More workarounds for hosting Mackie plugins. 12 years ago
  jules 178dc9012b Plugin hosting cleanups + workarounds for some Mackie plugins. 12 years ago
  jules 9c2ae04225 win32 web browser component fix 12 years ago