146 Commits (7ed282f3147d80e2f59fe37ae2b7b4b51be52a56)

Author SHA1 Message Date
  hogliux e91def7fae OpenGL: Fixed an issue where components using OpenGL would not be restarted correctly when used in the FX docker window in Reaper 7 years ago
  Lukasz Kozakiewicz 315326477d Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs. 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  ed cdbc28c18b Add documentation tags 7 years ago
  ed 6894e04356 Android: Fixed an OpenGL crash that would occur due to failing to get a pointer to the native window 7 years ago
  jules a9bc970ff8 Made the openGL 2D renderer limit the size of its vertex buffers to avoid problems on systems with limited GPUs 7 years ago
  Lukasz Kozakiewicz 073921445c Android: add WebBrowserComponent implementation. 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 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
  tpoole 73d4e73a3d UnitTestRunner: Fixed some build warnings on Linux 7 years ago
  hogliux 4b114d89a7 OpenGL: Fixed a crash in Cubase/WaveLab when OpenGL is used in a plug-ins editor 8 years ago
  jules 2c3c9e5d18 A bit more minor cleaning up 8 years ago
  jules de855f0b35 Cleanups to some X windowing classes 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  Felipe F. Tonello c2100022cc Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 8 years ago
  hogliux 6559b3e185 Fixed multiple harmless warnings in Android builds 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  jules 990b7b3b09 Fix for openGL components when global scale factors are applied 8 years ago
  hogliux c7b347242d Partially undo commits #99186e5 and #89d938d and use less-intrusive, JUCE-internal fix for OpenGLContext detach crash 8 years ago
  jules fb864a5cb1 Corrected some spelling mistakes in comments 9 years ago
  jules 3d341b8ca1 Added some linux GL definitions 9 years ago
  jules 9e595439f6 Refactored some openGL function declarations to fix a couple of build problems 9 years ago
  jules 59befc7bb4 Removed some dead code 9 years ago
  jules 4e6ea1dbdf Added some missing win32 GL function support needed for GL3 9 years ago
  jules 88b1fe0d97 Better handling of OSX openGL buffer-swapping in occluded windows 9 years ago
  jules 4583fa3fbf Used the ignoreUnused() function to tidy up some old code 9 years ago
  jules 89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 9 years ago
  hogliux 71532b0e75 Add missing OpenGL definition GL_MULTISAMPLE 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  hogliux effdc661ca Fix correct repainting of OpenGLContexts if a non-compositing window manager is used on linux 10 years ago
  hogliux 2f94c8019d Implement proper android scaling support 10 years ago
  jules 0c99e8e068 Minor cleanups 10 years ago
  hogliux c76876d388 Adds proper per-monitor scaling support on linux 10 years ago
  Timur Doumler be9a2ff1bb Implemented support for Android OpenGL native ARGB pixel format. 10 years ago
  jules 1952ed195e Whitespace 10 years ago
  hogliux 8c242b7547 Fix warnings on linux 10 years ago
  jules 28123033cd Fixed an iOS GL compile error. 10 years ago
  jules b8133ad331 Fix for GL multisampling on some iOS versions. 10 years ago
  jules 6bbe61f024 Compiler warning fix in iOS build. 10 years ago
  jules 17863a45b6 Workaround for problems on Android when the OS reuses a posix thread for the openGL thread. 10 years ago
  jules 553d46320d Added an openGL constant. 10 years ago
  jules 04019091a7 Fix for deletion of opengl views on newer versions of android 10 years ago
  jules f146765b14 Tweaked the OSX openGL context to hopefully fix problems enabling multisampling mode. 10 years ago
  jules 61bf9392d0 Cleaned up a few OSX 10.10 deprecated functions. 10 years ago
  jules 56d2ae6a75 More iOS opengl version tweaking 10 years ago
  jules 9dd760c86b Another update for iOS8 openGL multisampling 10 years ago
  jules 49dd0011b0 Updates for iOS GL calls in iOS8 10 years ago
  jules 3b13032b8c Updated some iOS GL calls to use newer API types and functions 10 years ago
  jules 44b5f716cb Fixes for openGL on iOS to use multisampling. 10 years ago