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

3174 commits

Author SHA1 Message Date
jules
449bfb852a Fix to a UTF-8 conversion operator for certain high value unicode points. 2015-08-04 22:48:05 +01:00
jules
e3f9053ffa Minor warning fix 2015-08-03 19:32:17 +01:00
jules
b57e8e3db4 Added Base64 class 2015-08-03 17:55:29 +01:00
jules
6c662a70f0 Added a macro JucePlugin_AUHighResolutionParameters, which can be used if you're building an AU and want to enable the kAudioUnitParameterFlag_IsHighResolution flag. 2015-08-03 14:58:15 +01:00
jules
ea3026fdfe Added some comments to ValueTree. 2015-08-02 16:14:42 +01:00
hogliux
71532b0e75 Add missing OpenGL definition GL_MULTISAMPLE 2015-07-31 08:24:05 +01:00
hogliux
71e7624235 Jump to slider default value if only the alt key is down (and no other modifiers) 2015-07-29 15:28:22 +01:00
jules
9080a51367 Added an #undef to work around a macro in the FLTK headers 2015-07-29 15:00:21 +01:00
hogliux
359f6e29aa Fix multiple warnings in VS 2015 2015-07-28 18:11:50 +01:00
jules
8d92a77452 Fix for TabbedButtonBar::removeTab() when removing a tab lower than the selected one 2015-07-28 17:34:21 +01:00
jules
969f1a25fc Added an OSX-only method SystemTrayIconComponent::showDropdownMenu() and tweaked the highlighting of OSX tray icons. 2015-07-28 15:44:38 +01:00
jules
16fa0e8ad9 Added new method OpenGLContext::getContextAttachedTo() 2015-07-28 15:01:25 +01:00
jules
016796bf45 Fix for detecting KeyPress::numberPadDecimalPoint on OSX with non-english keyboards 2015-07-28 14:03:51 +01:00
jules
9178fe9a1a Some minor refactoring inside OSX MainMenu code. 2015-07-28 12:52:29 +01:00
hogliux
eb652751c2 Fix bug where the shift modifier would change the keycode on OS X 2015-07-28 12:03:32 +01:00
hogliux
e703654f75 Allow user to force-include Carbon even on 64-bit if JUCE_SUPPORT_CARBON is set
This is needed to include non-Carbon APIs such as TextInputServices for which there are no Cocoa replacements and are known to not be deprecated anytime soon.
2015-07-28 12:02:23 +01:00
hogliux
40848adac6 Add optional parameter to juce URL class to specify a custom HTTP command 2015-07-28 10:09:48 +01:00
Joshua Gerrard
d41d0dfc0d Fixed issue in JuceMainMenuHandler where menuItemsChanged would do nothing if the menu was open at the time of the call. 2015-07-27 09:35:38 +01:00
jules
b80d39777c Added some comments to DrawabkeComposite. 2015-07-27 09:26:59 +01:00
hogliux
4e04dad00f Fix warning on linux 2015-07-24 18:41:45 +01:00
hogliux
03dc6479e3 Implement setScreenSaver enabled on Android 2015-07-24 16:34:01 +01:00
jules
9a1a58c454 Tweaked Font::getStringWidth to round-up the value it returns as an int. 2015-07-24 15:55:37 +01:00
jules
029c9a7e71 Added some methods to OpenGLShaderProgram to allow uniforms to be set directly by name rather than needing a Uniform object. 2015-07-24 12:29:53 +01:00
jules
9be3d67ab8 Removed the leak detector from AffineTransform to avoid false alarms with static instances of the class. (You should never allocate one of these on the heap anyway) 2015-07-24 10:30:55 +01:00
Timur Doumler
dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 2015-07-23 15:57:18 +01:00
hogliux
f59ab9e4a3 Also copy transforms when copying drawables 2015-07-23 15:39:10 +01:00
jules
6bb8bf3761 Fixed a minor warning. 2015-07-22 20:18:54 +01:00
jules
861d3d9710 Version 3.2.0 2015-07-22 19:48:35 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
hogliux
0e7729590f Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. 2015-07-22 12:53:22 +01:00
Timur Doumler
5fc9f44581 Added ScrollBar::parentHierarchyChanged() to correctly handle inherited lookAndFeel changes. 2015-07-21 14:34:51 +01:00
Joshua Gerrard
af643bb49d Added default constructor to MenuBarComponent 2015-07-21 10:10:34 +01:00
jules
f843266cc1 Workaround for some compiler warnings in libjpeg code. 2015-07-21 09:17:08 +01:00
hogliux
586b428707 Make setDrawsInRightMargin comment more readable 2015-07-20 17:32:44 +01:00
hogliux
5265bbf81e Add optional setDrawsInRightMargin to disable clipping of right edge of TreeViewItems 2015-07-20 15:05:58 +01:00
hogliux
a595f19d0f Add a comment to tooltip window to clarify it's use in plug-ins 2015-07-20 09:57:02 +01:00
hogliux
52825b180b Fix build error with newest AAX SDK 2015-07-17 18:13:17 +01:00
jules
2246cd50fb Avoided a race condition when removing i/o nodes from an AudioProcessorGraph 2015-07-17 13:07:11 +01:00
jules
6ea3b5ba49 Added Final Cut to the PluginHostType list of recognised hosts. 2015-07-17 12:34:14 +01:00
jules
d635ced700 Minor comment addition 2015-07-17 12:25:40 +01:00
jules
e65bd0769a Added support for reading chunked HTTP streams on linux. 2015-07-17 12:06:06 +01:00
jules
301dfaf501 Fix for shift-delete shortcut in text editors 2015-07-17 11:26:07 +01:00
Timur Doumler
d46ea64aa5 LookAndFeel: added method to specify a custom font for Alert Window title. 2015-07-17 09:52:50 +01:00
hogliux
c2c0795aea Add https/SSL support for Linux (via libcurl) 2015-07-15 10:58:08 +01:00
hogliux
3b2a39b01b Fix typo 2015-07-10 10:11:35 +01:00
hogliux
effdc661ca Fix correct repainting of OpenGLContexts if a non-compositing window manager is used on linux 2015-07-08 17:09:59 +01:00
jules
a4526eae3f Avoided a couple of warnings about missing override specifiers. 2015-07-08 11:12:05 +01:00
jules
a49cc0fca5 Added methods degreesToRadians and radiansToDegrees 2015-07-07 15:22:00 +01:00
jules
fc2ce88576 Prevented accidental opening of already-open named pipes on win32. 2015-06-30 15:27:44 +01:00
Timur Doumler
170602f7d0 fixed bug in Synthesiser demo: voice->isVoiceActive() check was at wrong position and failing whenever there was more than one possible type of voice. 2015-06-29 16:53:12 +01:00