144 Commits (a0ed9c96e47dd2b86cf4b258f8e73357a19653d2)

Author SHA1 Message Date
  jules a0ed9c96e4 New class: ConcertinaPanel. 12 years ago
  jules 4f206a3f3a Version bump. 12 years ago
  jules 75d72d6323 Version number bump. 12 years ago
  jules c6299a08dc Changed the return type of ImageType::create(). 13 years ago
  jules e35e130362 Added some matrix uniform setting methods to OpenGLShaderProgram. 13 years ago
  jules 5a69cc6ce2 Internal tidying-up. 13 years ago
  jules 7afbc077e7 Version update. 13 years ago
  jules 591e89cd87 Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 13 years ago
  jules e04fba6f42 OpenGL threading fix. 13 years ago
  jules d77418efed openGL: added acceleration flags in win32. 13 years ago
  jules 1cf1cd1a3b Workarounds for some c++11 compiler warnings. 13 years ago
  jules 07a774adcc Fix for GCC syntax problem. 13 years ago
  jules 1089e3df86 Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. 13 years ago
  jules ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 13 years ago
  jules 52aae5ed06 Fixed linux opengl compile error. 13 years ago
  jules bb30a6da66 Fixed missing cast in win32 GL code. 13 years ago
  jules 68024fb8aa Changed OpenGLContext to take a native context handle as its sharing context. 13 years ago
  jules ffdca01800 openGL: deactivating context on shutdown. 13 years ago
  jules bd0741f9a9 Added method OpenGLContext::deactivateCurrentContext(). 13 years ago
  jules 3ef8be7a42 Updated use of deprecated linux keyboard function. Removed some unnecessary GL headers. 13 years ago
  jules 79381ced5d Removed GLU from the list of default libraries. 13 years ago
  jules df5d50bcd8 Version number bump. 13 years ago
  jules ebfd2835d8 OpenGLContext fix. 13 years ago
  jules 3a91979ea8 Version bump. 13 years ago
  jules 1f95f54089 Purged some warnings. 13 years ago
  jules 9c129d1778 OpenGL header fix for 10.5 13 years ago
  jules 0e1b6061d5 Minor clean-ups for GL, removed some old VC6 hacks. 13 years ago
  jules 7d9e06d788 Added OpenGL locking for OSX. 13 years ago
  jules 04c2d6cfc1 Added some GL error handling and tweaks to support older PC builds. 13 years ago
  jules 074a8c05dd Fixes to allow OpenGL contexts to be attached to a top-level component. 13 years ago
  jules 351416c09a Tidied up some docs and comments. 13 years ago
  jules 875cb97217 OpenGL fixes to support OSX10.5 and older win32 systems. 13 years ago
  jules 4e1a9f6526 better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates. 13 years ago
  jules 8de9d9c6da Version number bump. Clean-ups. 13 years ago
  jules 0f8cc04904 GL fixes, clean-ups, docs. 13 years ago
  jules 53c0436d71 Android fixes. OSX fix for old SDKs. 13 years ago
  jules 91a41ddbd8 OpenGL refactoring (stage 1) 13 years ago
  jules 59669e8bec Thread-local value fix for plugins on XP. Android startup tweaks. Minor component changes. 13 years ago
  jules cd711a5c44 OpenGL refactoring. Removed a couple of minor methods from OpenGLComponent. 13 years ago
  jules b338698e34 OpenGL: removed the fixed-function rendering code, replacing it with a simple software renderer that blits its results to the GL context. Removed the public OpenGLGraphicsContext class, replacing it with a createOpenGLGraphicsContext() function which returns an appropriate shader-based or software-based renderer object. 13 years ago
  jules 8f9549a4a7 OpenGL fix. 13 years ago
  jules ed9a2a1575 Minor android and GL clean-ups. 13 years ago
  jules 109f0a32a4 OpenGL: added internal checks to catch GL errors (in debug mode). More Android GL progress. 13 years ago
  jules aab3a6a6eb Android GL work. 13 years ago
  jules 40e473d4dc MSVC GL compile fix. 13 years ago
  jules 09eaba73f0 Removed some android debug code. 13 years ago
  jules 2bfa580254 Android GL work. 13 years ago
  jules a6c9992957 Updated some module usage warning code. 13 years ago
  jules b6a22826fe Updates to keep Xcode 4.3 happy. 13 years ago
  jules d2a4173ab4 Android: better logging, more GL work. 13 years ago