1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
Commit graph

3925 commits

Author SHA1 Message Date
jules
1e9e6cbf79 New methods for Graphics, CallOutBox. 2012-07-11 14:26:51 +01:00
jules
7afbc077e7 Version update. 2012-07-11 10:19:09 +01:00
jules
eb47f3c656 Fix for MidiFile::readNextTrack() 2012-07-11 10:18:24 +01:00
jules
502af083aa Fixed a bug in Font::setUnderline(). 2012-07-11 09:44:10 +01:00
jules
8a586adc8b On OSX, made sure popup menus are dismissed when the main menu is opened. 2012-07-10 17:27:11 +01:00
jules
7ce0bf15d3 Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android. 2012-07-10 16:59:35 +01:00
jules
9b323d9115 Jucer: fix for some generated Drawable code. 2012-07-10 16:32:27 +01:00
jules
6919e4ec91 AudioUnit: moved an include to help with 64-bit compiling. 2012-07-10 15:32:53 +01:00
jules
770b8a4ae1 Introjucer: more colour scheme stuff. 2012-07-10 15:28:53 +01:00
jules
deeab7f818 Minor tidying-up. 2012-07-10 13:40:11 +01:00
jules
44e454f0b7 Introjucer: colours and refactoring. 2012-07-10 12:08:35 +01:00
jules
6fe9e2db73 Minor clean-ups. 2012-07-10 11:50:17 +01:00
jules
b95258cb20 C++ syntax tokeniser fix. 2012-07-10 10:29:50 +01:00
jules
3fdc8a22db New colour contrast method. 2012-07-09 21:59:27 +01:00
jules
ecd91dc559 Introjucer: updated Android builds to work with the latest SDK. 2012-07-09 15:59:26 +01:00
jules
5edf41737e Minor fix in ValueTree. 2012-07-09 15:19:19 +01:00
jules
f50b05b251 Introjucer threading fix. 2012-07-09 13:48:59 +01:00
jules
70024eae19 Fix for RTAS compile error. 2012-07-09 13:46:08 +01:00
jules
6f28207e87 AAX: plugin is now recognised and loaded by PT (but doesn't yet play correctly) 2012-07-09 13:18:09 +01:00
jules
b20b5f9276 Introjucer: fix for Xcode post-build script in audio plugin projects. 2012-07-09 11:51:09 +01:00
jules
4253bacb6a Removed some compiler warnings, fix for OSX file chooser modality. 2012-07-09 10:16:51 +01:00
jules
c65c7dd4a4 Introjucer: misc internal refactoring. 2012-07-09 10:15:26 +01:00
jules
1f2b26a30b Introjucer: refactored icons. 2012-07-08 22:02:59 +01:00
jules
ceb556876a Fixes to deal with effect rendering in retina displays, e.g. drop-shadows, etc. 2012-07-08 20:07:53 +01:00
jules
2fe73f6ebe Introjucer: added a flag to help with OSX retina displays. 2012-07-08 17:32:58 +01:00
jules
8d92a49312 RTAS/OpenGL fix (?) 2012-07-08 17:04:07 +01:00
jules
25e7361f2c Refactored some TreeView key handling. Introjucer: now restores the last set of open documents for a project. 2012-07-08 15:05:55 +01:00
jules
3d72789127 A couple more Array::removeValue calls that I'd missed.. 2012-07-08 11:46:44 +01:00
jules
a866a9c2cf Fixed a few Array::removeValue calls that I'd missed.. 2012-07-07 22:23:47 +01:00
jules
0475cedff5 Introjucer: commands to move back/forwards through open docs. 2012-07-07 21:11:06 +01:00
jules
39c974194e Added a CodeEditorComponent::State class. 2012-07-07 21:09:49 +01:00
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. 2012-07-07 21:09:10 +01:00
jules
27f1901fe6 Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code. 2012-07-07 15:13:46 +01:00
jules
fb29acf1fa Introjucer: minor internal stuff. 2012-07-07 15:05:25 +01:00
jules
2d441a63ee Added an int64 operator<< to OutputStream. 2012-07-06 10:16:52 +01:00
jules
9e3cd767aa Introjucer: minor internal changes. 2012-07-06 10:15:59 +01:00
jules
7a1c8f61a5 RTAS build fixes. 2012-07-05 19:50:16 +01:00
jules
e875c65642 Introjucer: some treeview refactoring. 2012-07-05 18:34:20 +01:00
jules
4233f603db More MouseInputSource tweaks. 2012-07-05 11:29:03 +01:00
jules
6758ce0bc9 CodeEditorComponent improvements and TextEditor menu refactoring. 2012-07-04 20:34:47 +01:00
jules
d3bb7fb9cc Added line-numbering to the CodeEditorComponent. 2012-07-04 13:11:25 +01:00
jules
f824e99f2d Introjucer: refactoring and addition of appearance settings window for editor colours + fonts. 2012-07-04 10:43:18 +01:00
jules
7f74968cef Added a new callback ValueTree::Listener::valueTreeRedirected() 2012-07-03 20:47:06 +01:00
jules
46c327d902 Font::fromString() fix. 2012-07-03 19:43:49 +01:00
jules
b6211f01c8 Added method: Font::withTypefaceStyle(). 2012-07-03 14:39:00 +01:00
jules
705de64237 Fix for MouseInputSource. 2012-07-03 14:38:37 +01:00
jules
17e59cf95f Introjucer: made sure the new project wizard creates an exporter for the current OS. 2012-07-03 12:07:05 +01:00
jules
7d8d4b9627 Fixed a juce_core dependency problem. 2012-07-03 11:38:29 +01:00
jules
e04fba6f42 OpenGL threading fix. 2012-07-03 11:06:51 +01:00
jules
0c68958a2f Tweaks to MouseInputSource. 2012-07-03 10:13:25 +01:00