jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
02c0cd009c
|
Cleaned up some compiler warnings.
|
12 years ago |
jules
|
68476aded8
|
Renderer optimisations.
|
12 years ago |
jules
|
9615781f24
|
OpenGL fix
|
12 years ago |
jules
|
d1757b5e8a
|
Minor stuff.
|
12 years ago |
jules
|
f24f7b638c
|
Modal component fix. Minor tweaks.
|
12 years ago |
jules
|
a51a4952e4
|
Cleaned up a few VC warnings.
|
12 years ago |
jules
|
f6ce67ed4a
|
OpenGL context now supports high DPI displays. Added operator* to Rectangle class.
|
12 years ago |
jules
|
4d4321bea1
|
Version 2.0.28
|
12 years ago |
jules
|
dea1aa475b
|
OSX GL views: accepting first mouse click event.
|
12 years ago |
jules
|
2590de5bad
|
More robust checking for OpenGLTexture::release.
|
12 years ago |
jules
|
ea25716163
|
Fix for memory alignment bug in OSX GL.
|
12 years ago |
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
12 years ago |
jules
|
2e777f8943
|
Fix for iOS windowing, and some CGRect clean-ups.
|
12 years ago |
jules
|
c018cba8c8
|
A couple of tweaks to improve iOS/android openGL.
|
12 years ago |
jules
|
ad958be260
|
Version bump: 2.0.27
|
12 years ago |
jules
|
abb4946191
|
Version bump: 2.0.26
|
12 years ago |
jules
|
842d30fbfa
|
Minor tidying-up.
|
12 years ago |
jules
|
665c85b147
|
Version number bump.
|
12 years ago |
jules
|
a0ed9c96e4
|
New class: ConcertinaPanel.
|
12 years ago |
jules
|
4f206a3f3a
|
Version bump.
|
13 years ago |
jules
|
75d72d6323
|
Version number bump.
|
13 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 |