jules
|
d70d017fc6
|
Docs fix. Version bump.
|
14 years ago |
jules
|
4e77678299
|
Introjucer: App icons are now specified per-exporter type rather than globally for the project.
|
14 years ago |
jules
|
767ff27307
|
Added a couple of methods to Font.
|
14 years ago |
jules
|
05d10b8be9
|
Introjucer: fix to avoid unneccessary saving. Internal ListBox tweaks.
|
14 years ago |
jules
|
8f4548745a
|
Minor introjucer rejigging.
|
14 years ago |
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
14 years ago |
jules
|
b8397a9888
|
Added some iterators for introjucer projects.
|
14 years ago |
jules
|
a9894dc15e
|
Introjucer: tweaked VC2005 version number. Minor fix for Thread. Tweaked assertion method used in Xcode to allow continuation after an assertion.
|
14 years ago |
jules
|
bde13c0289
|
Introjucer: added a warning when modules are used in both copying/non-copying modes.
|
14 years ago |
jules
|
a9103407d7
|
Version number bump.
|
14 years ago |
jules
|
2e664976ec
|
Changed the introjucer's config list system: each exporter now contains its own list of configs. If you load an old project, its global config list will be copied into each of its exporters. Added x64 support for VC2010 projects, as an option in its configs.
|
14 years ago |
jules
|
151ec34375
|
Android windowing fix.
|
14 years ago |
jules
|
daa4d832b4
|
AlertWindow layout fix.
|
14 years ago |
jules
|
a8a7630635
|
OSX 10.7: windows that have a maximise button and a native title bar will now support Lion full-screen mode.
|
14 years ago |
jules
|
e74219b736
|
Midi fixes for reading/writing variable-length sysexes.
|
14 years ago |
jules
|
b106eca599
|
Small TextLayout fix.
|
14 years ago |
jules
|
47fa7c992b
|
OpenGLComponent changes: new requirement that when using a background thread, your subclass must call stopRenderThread() in its destructor to avoid race conditions.
|
14 years ago |
jules
|
e8d58c7ff6
|
More workarounds for loading dodgy WAV files. Internal ComponentBuilder work.
|
14 years ago |
jules
|
17e7f22976
|
Wav format fix. Minor introjucer clean-ups.
|
14 years ago |
jules
|
a6fe278654
|
Avoided spurious mouse-up when double-clicking win32 native titlebars. More OpenGL fixes.
|
14 years ago |
jules
|
4d332b6bb3
|
OpenGL fixes for flickering and rounding errors. RelativeCoordinate expression parsing work. Tweaks for AudioProcessorGraph params and OSX thread naming calls.
|
14 years ago |
jules
|
51a81f5f4d
|
Fix for Graphics::drawBevel. Minor introjucer changes.
|
14 years ago |
jules
|
4f0c2c0fb8
|
More openGL shader fixes. VST fix for Wavelab.
|
14 years ago |
jules
|
a66691b061
|
OpenGL tiled image fix.
|
14 years ago |
jules
|
32aae7a2b3
|
Android audio fix. OpenGL tiling bug fix.
|
14 years ago |
jules
|
36bd285c4b
|
Viewport component listener fix. Minor clean-ups.
|
14 years ago |
jules
|
c539feabd5
|
Avoided win32 memory leak warning with file preview comps. Minor introjucer and colour parsing clean-ups.
|
14 years ago |
jules
|
96ec22501a
|
Improved CallOutBox layout. Minor introjucer tidy-ups.
|
14 years ago |
jules
|
824f1b8484
|
iOS URL opening fix.
|
14 years ago |
jules
|
529fbfbcc3
|
Refactoring of the way DrawableText handles its font size.
|
14 years ago |
jules
|
aff5fea6b4
|
Minor introjucer clean-ups.
|
14 years ago |
jules
|
ffaa06c3d0
|
XML parser fix. Mac filechooser fix.
|
14 years ago |
jules
|
a90aedce50
|
Small updates to ComponentBuilder, UnitTestRunner.
|
14 years ago |
jules
|
15375dd223
|
Internal work on the ComponentBuilder system.
|
14 years ago |
jules
|
a511ea6b31
|
Mac GL fix for some older graphics cards.
|
14 years ago |
jules
|
ec08dc29a4
|
AU hosting fix for plugins without UIs.
|
14 years ago |
jules
|
e0aa00181a
|
Minor tweaks to TextEditor, Message.
|
14 years ago |
jules
|
673b8b5645
|
Updated some introjucer-generated defines.
|
14 years ago |
jules
|
bdbe7d3f01
|
Introjucer: made it possible to override settings in AppConfig.h. Version number bump.
|
14 years ago |
jules
|
ca17d3dd82
|
Couple of minor compilation fixes.
|
14 years ago |
jules
|
6899d2c56f
|
Minor tweaks to win32, tab key handling.
|
14 years ago |
jules
|
fb01e6dfc2
|
RTAS description update to use JucePlugin_Desc macro. FileBasedDocument addition for customising save filename. TableHeaderComponent fix to avoid spurious mouse-overs.
|
14 years ago |
jules
|
493a78f33d
|
More openGL: removed problematic gl_FragCoord use; made shaders work in GLES2.
|
14 years ago |
jules
|
0301e9d1e4
|
Introjucer RTAS fix. VST fix for intel compiler.
|
14 years ago |
jules
|
b65b34ad40
|
More openGL refactoring, completion of all-shader graphic pipeline.
|
14 years ago |
jules
|
7c486b83d8
|
Removed the OpenGLRenderingTarget class (which wasn't a good fit with the way openGL actually works)
|
14 years ago |
jules
|
9b16df83cf
|
GL fixes for iOS/Android.
|
14 years ago |
jules
|
98406ae4e4
|
Added iOS CoreMidi support.
|
14 years ago |
jules
|
dcfa73204b
|
AlertWindow text colour fix. URL::getPort() method. Image::createCopy() method.
|
14 years ago |
jules
|
4870ea28dd
|
Refactored the dynamically-loaded OpenGL extension functions from being static to being members of a specific context object. This entails lots of OpenGLContext references being passed around all over the place, and has meant that a few static helper functions are no longer available.
|
14 years ago |