jules
|
1e9e6cbf79
|
New methods for Graphics, CallOutBox.
|
13 years ago |
jules
|
7afbc077e7
|
Version update.
|
13 years ago |
jules
|
eb47f3c656
|
Fix for MidiFile::readNextTrack()
|
13 years ago |
jules
|
502af083aa
|
Fixed a bug in Font::setUnderline().
|
13 years ago |
jules
|
8a586adc8b
|
On OSX, made sure popup menus are dismissed when the main menu is opened.
|
13 years ago |
jules
|
7ce0bf15d3
|
Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android.
|
13 years ago |
jules
|
6919e4ec91
|
AudioUnit: moved an include to help with 64-bit compiling.
|
13 years ago |
jules
|
deeab7f818
|
Minor tidying-up.
|
13 years ago |
jules
|
6fe9e2db73
|
Minor clean-ups.
|
13 years ago |
jules
|
b95258cb20
|
C++ syntax tokeniser fix.
|
13 years ago |
jules
|
3fdc8a22db
|
New colour contrast method.
|
13 years ago |
jules
|
5edf41737e
|
Minor fix in ValueTree.
|
13 years ago |
jules
|
70024eae19
|
Fix for RTAS compile error.
|
13 years ago |
jules
|
6f28207e87
|
AAX: plugin is now recognised and loaded by PT (but doesn't yet play correctly)
|
13 years ago |
jules
|
b20b5f9276
|
Introjucer: fix for Xcode post-build script in audio plugin projects.
|
13 years ago |
jules
|
4253bacb6a
|
Removed some compiler warnings, fix for OSX file chooser modality.
|
13 years ago |
jules
|
ceb556876a
|
Fixes to deal with effect rendering in retina displays, e.g. drop-shadows, etc.
|
13 years ago |
jules
|
8d92a49312
|
RTAS/OpenGL fix (?)
|
13 years ago |
jules
|
25e7361f2c
|
Refactored some TreeView key handling. Introjucer: now restores the last set of open documents for a project.
|
13 years ago |
jules
|
3d72789127
|
A couple more Array::removeValue calls that I'd missed..
|
13 years ago |
jules
|
a866a9c2cf
|
Fixed a few Array::removeValue calls that I'd missed..
|
13 years ago |
jules
|
0475cedff5
|
Introjucer: commands to move back/forwards through open docs.
|
13 years ago |
jules
|
39c974194e
|
Added a CodeEditorComponent::State class.
|
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
|
27f1901fe6
|
Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code.
|
13 years ago |
jules
|
fb29acf1fa
|
Introjucer: minor internal stuff.
|
13 years ago |
jules
|
2d441a63ee
|
Added an int64 operator<< to OutputStream.
|
13 years ago |
jules
|
9e3cd767aa
|
Introjucer: minor internal changes.
|
13 years ago |
jules
|
4233f603db
|
More MouseInputSource tweaks.
|
13 years ago |
jules
|
6758ce0bc9
|
CodeEditorComponent improvements and TextEditor menu refactoring.
|
13 years ago |
jules
|
d3bb7fb9cc
|
Added line-numbering to the CodeEditorComponent.
|
13 years ago |
jules
|
f824e99f2d
|
Introjucer: refactoring and addition of appearance settings window for editor colours + fonts.
|
13 years ago |
jules
|
7f74968cef
|
Added a new callback ValueTree::Listener::valueTreeRedirected()
|
13 years ago |
jules
|
46c327d902
|
Font::fromString() fix.
|
13 years ago |
jules
|
b6211f01c8
|
Added method: Font::withTypefaceStyle().
|
13 years ago |
jules
|
705de64237
|
Fix for MouseInputSource.
|
13 years ago |
jules
|
7d8d4b9627
|
Fixed a juce_core dependency problem.
|
13 years ago |
jules
|
e04fba6f42
|
OpenGL threading fix.
|
13 years ago |
jules
|
0c68958a2f
|
Tweaks to MouseInputSource.
|
13 years ago |
jules
|
767589710b
|
Minor syntax tokeniser changes.
|
13 years ago |
jules
|
625395fc98
|
Fix for Typeface::clearTypefaceCache()
|
13 years ago |
jules
|
d77418efed
|
openGL: added acceleration flags in win32.
|
13 years ago |
jules
|
100301ed17
|
Added a CharacterFunctions method. Some refactoring in introjucer.
|
13 years ago |
jules
|
50313a1b86
|
Fixed a positioning problem when dragging-and-dropping.
|
13 years ago |
jules
|
ead42bd39a
|
Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item.
|
13 years ago |
jules
|
3974e09c9f
|
Workaround for a GCC problem.
|
13 years ago |
jules
|
ba9f24681f
|
First check-in of AAX code - note that this is a work-in-progress and although it currently creates a plugin that gets scanned (on OSX at least), it doesn't yet work.
|
13 years ago |
jules
|
165bed1fbf
|
Tidied up SortedSet.
|
13 years ago |
jules
|
f5d72f1406
|
Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle));
|
13 years ago |
jules
|
7dc6a4687e
|
(fixed typo in last check-in)
|
13 years ago |