83fcea3dbe
Made FileBasedDocument send change messages when its filename changes when saved. by
2015-08-11 10:22:42 +0100
4a951f2136
Added some new window-handling features to the plugin host demo. by
2015-08-11 10:16:51 +0100
b1d30ba82a
Minor compiler warning fix. by
2015-08-10 16:44:44 +0100
3027e5168f
Improved performance of BigInteger memory block conversions, and added some simple BigInteger unit tests. by
2015-08-10 16:25:05 +0100
88ca15e6f2
Added override specifiers to unit test classes by
2015-08-10 16:21:16 +0100
f35fc2e22a
Added facility to generate the API reference of JUCE as offline HTML using Doxygen. by
2015-08-10 15:32:28 +0100
e77902b5d7
Fixed doxygen documentation issue: removed spurious duplicate of juce::Box2DRenderer in class list. by
2015-07-21 18:31:29 +0100
0bc3388d2b
Fixed typo in Doxygen documentation of ThreadWithProgressWindow. by
2015-08-10 15:23:27 +0100
d0415da361
Added some override specifiers in AudioThumbnail by
2015-08-10 14:48:20 +0100
97cbf3f96c
Removed some defunct code. by
2015-08-10 11:55:00 +0100
1884510dd7
Fix for TextDiff complexity check. by
2015-08-10 11:41:07 +0100
6db05a6100
Tweaked some syntax to help with Clang/Windows compatibility by
2015-08-08 12:54:59 +0100
3960020891
Refactored the Tracktion marketplace module classes to split-out base-class functionality. (Renamed a few of the classes in the process). by
2015-08-08 12:37:12 +0100
db078f194d
PopupMenu: added option to include an iconToUse to addCommandItem. by
2015-08-07 10:14:35 +0100
e12b3ed774
Fixed an old but harmess typo in the introjucer that was using slightly odd names in the project file. by
2015-08-06 19:31:16 +0100
63551c84a1
Updated some comments about runModalLoop() by
2015-08-06 09:32:11 +0100
e43d008f16
Fix for the TextDiff algorithm when given large input buffers by
2015-08-05 10:22:50 +0100
37cb1bb18b
Minor cleanups in TextDiff. by
2015-08-04 22:57:26 +0100
449bfb852a
Fix to a UTF-8 conversion operator for certain high value unicode points. by
2015-08-04 22:48:05 +0100
08805ac164
Updated the change list by
2015-08-04 15:03:29 +0100
a0e7e12a02
Introjucer: added new command-line utilities: "--trim-whitespace" and "--remove-tabs" by
2015-08-04 13:04:59 +0100
e3f9053ffa
Minor warning fix by
2015-08-03 19:32:17 +0100
b57e8e3db4
Added Base64 class by
2015-08-03 17:55:29 +0100
c3f8588095
Re-saved Introjucer.jucer. by
2015-08-03 17:41:09 +0100
3a7c138f02
Introjucer: Fixed broken AudioUnit post build script (was removing Info.plist entries if custom SDK paths are used). by
2015-08-03 17:35:50 +0100
6c662a70f0
Added a macro JucePlugin_AUHighResolutionParameters, which can be used if you're building an AU and want to enable the kAudioUnitParameterFlag_IsHighResolution flag. by
2015-08-03 14:58:15 +0100
ea3026fdfe
Added some comments to ValueTree. by
2015-08-02 16:14:42 +0100
c56903b175
Fix compile-error in JuceDemo if compiling with JUCE_MODAL_LOOPS_PERMITTED=0 by
2015-07-31 12:08:19 +0100
71532b0e75
Add missing OpenGL definition GL_MULTISAMPLE by
2015-07-31 08:24:05 +0100
f07cf50a3e
Resaved JuceDemo Android project by
2015-07-29 15:39:30 +0100
e11e8563c8
Added Visual Studio 2015 Projects to Introjucer and Demo by
2015-07-29 15:37:24 +0100
71e7624235
Jump to slider default value if only the alt key is down (and no other modifiers) by
2015-07-29 15:28:22 +0100
9080a51367
Added an #undef to work around a macro in the FLTK headers by
2015-07-29 15:00:21 +0100
359f6e29aa
Fix multiple warnings in VS 2015 by
2015-07-28 18:11:50 +0100
8d92a77452
Fix for TabbedButtonBar::removeTab() when removing a tab lower than the selected one by
2015-07-28 17:34:21 +0100
969f1a25fc
Added an OSX-only method SystemTrayIconComponent::showDropdownMenu() and tweaked the highlighting of OSX tray icons. by
2015-07-28 15:44:38 +0100
16fa0e8ad9
Added new method OpenGLContext::getContextAttachedTo() by
2015-07-28 15:01:25 +0100
016796bf45
Fix for detecting KeyPress::numberPadDecimalPoint on OSX with non-english keyboards by
2015-07-28 14:03:51 +0100
9178fe9a1a
Some minor refactoring inside OSX MainMenu code. by
2015-07-28 12:52:29 +0100
f26152fa72
Tidied up a few compiler warnings in the demo code. by
2015-07-28 12:49:35 +0100
eb652751c2
Fix bug where the shift modifier would change the keycode on OS X by
2015-07-28 12:03:32 +0100
e703654f75
Allow user to force-include Carbon even on 64-bit if JUCE_SUPPORT_CARBON is set by
2015-07-28 12:02:23 +0100
40848adac6
Add optional parameter to juce URL class to specify a custom HTTP command by
2015-07-28 10:09:48 +0100
d41d0dfc0d
Fixed issue in JuceMainMenuHandler where menuItemsChanged would do nothing if the menu was open at the time of the call. by
2015-07-27 09:35:38 +0100
b80d39777c
Added some comments to DrawabkeComposite. by
2015-07-27 09:26:59 +0100
4e04dad00f
Fix warning on linux by
2015-07-24 18:41:45 +0100
ce2793ca2d
Add option in Introjucer to specify custom Android Activity sub-class by
2015-07-24 18:21:52 +0100
03dc6479e3
Implement setScreenSaver enabled on Android by
2015-07-24 16:34:01 +0100
9a1a58c454
Tweaked Font::getStringWidth to round-up the value it returns as an int. by
2015-07-24 15:55:37 +0100
029c9a7e71
Added some methods to OpenGLShaderProgram to allow uniforms to be set directly by name rather than needing a Uniform object. by
2015-07-24 12:29:53 +0100
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) by
2015-07-24 10:30:55 +0100
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM. by
2015-07-23 15:57:18 +0100
f59ab9e4a3
Also copy transforms when copying drawables by
2015-07-23 15:39:10 +0100
6bb8bf3761
Fixed a minor warning. by
2015-07-22 20:18:54 +0100
861d3d9710
Version 3.2.0 by
2015-07-22 19:48:35 +0100
49446da555
Some minor tweeks to the auto-updater to more gracefully handle error situations by
2015-07-22 19:11:15 +0100
c4d0270f5d
Resaved project files. by
2015-07-22 16:58:25 +0100
c7b8e77031
Update copyright notice by
2015-07-22 15:59:34 +0100
0e7729590f
Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. by
2015-07-22 12:45:52 +0100
5fc9f44581
Added ScrollBar::parentHierarchyChanged() to correctly handle inherited lookAndFeel changes. by
2015-07-21 14:34:51 +0100
af643bb49d
Added default constructor to MenuBarComponent by
2015-07-15 09:49:16 +0000
f843266cc1
Workaround for some compiler warnings in libjpeg code. by
2015-07-21 09:17:08 +0100
586b428707
Make setDrawsInRightMargin comment more readable by
2015-07-20 17:32:44 +0100
5265bbf81e
Add optional setDrawsInRightMargin to disable clipping of right edge of TreeViewItems by
2015-07-20 15:05:58 +0100
a595f19d0f
Add a comment to tooltip window to clarify it's use in plug-ins by
2015-07-20 09:57:02 +0100
7e24da31a8
Fix crash when closing temporary windows inside modals by
2015-07-18 16:37:04 +0200
873eb9c593
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-07-18 14:59:55 +0200
52825b180b
Fix build error with newest AAX SDK by
2015-07-17 18:13:17 +0100
2246cd50fb
Avoided a race condition when removing i/o nodes from an AudioProcessorGraph by
2015-07-17 13:07:11 +0100
6ea3b5ba49
Added Final Cut to the PluginHostType list of recognised hosts. by
2015-07-17 12:34:14 +0100
d635ced700
Minor comment addition by
2015-07-17 12:25:40 +0100
e65bd0769a
Added support for reading chunked HTTP streams on linux. by
2015-07-17 12:06:06 +0100
301dfaf501
Fix for shift-delete shortcut in text editors by
2015-07-17 11:26:07 +0100
d46ea64aa5
LookAndFeel: added method to specify a custom font for Alert Window title. by
2015-07-17 09:47:10 +0100
0e6c3ab68f
Add all possible orientations to the UISupportedInterfaceOrientations plist element on iOS by
2015-07-16 12:33:10 +0100
c2c0795aea
Add https/SSL support for Linux (via libcurl) by
2015-07-15 10:58:08 +0100
c4f5e8ebe6
Fix to the WavefrontObjParser class's sort method. by
2015-07-15 10:29:05 +0100
3b2a39b01b
Fix typo by
2015-07-10 10:11:35 +0100
77163c83f8
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-07-09 13:29:36 +0200
effdc661ca
Fix correct repainting of OpenGLContexts if a non-compositing window manager is used on linux by
2015-07-08 17:09:59 +0100
a4526eae3f
Avoided a couple of warnings about missing override specifiers. by
2015-07-08 11:12:05 +0100
a49cc0fca5
Added methods degreesToRadians and radiansToDegrees by
2015-07-07 15:22:00 +0100
61eb7f8e6c
Introjucer: Minor project and L+F updates by
2015-07-07 12:13:28 +0100
dab1a549b9
Introjucer: some internal refactoring. by
2015-07-02 14:47:22 +0100
359a898b0d
Updated openGL example now that the Matrix3D class works the other (correct!) way around. by
2015-07-01 10:54:36 +0100
502ab06213
Fix warnings in JUCE OpenGLAppExample by
2015-07-01 10:51:48 +0100
ff68742e1e
Introjucer: Updated the script that installs plugins to make sure it creates missing folders before copying the files to them by
2015-06-30 17:20:27 +0100
fc2ce88576
Prevented accidental opening of already-open named pipes on win32. by
2015-06-30 15:27:44 +0100
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. by
2015-06-29 16:52:18 +0100
d74d345a29
Fix for AudioProcessorGraph::setPlayHead() by
2015-06-29 16:25:06 +0100
d917606ad8
Resaved project files. by
2015-06-29 16:20:50 +0100
b7c3b5c89c
Introjucer: moved a C++11 flag setting in the linux makefile. by
2015-06-29 16:19:58 +0100
5d56b9bdf5
Removed quotes for zenity file chooser parameters. by
2015-06-29 12:26:49 +0100
8c64ab5391
Reverted a mistake in a win32 file chooser function. by
2015-06-29 11:20:51 +0100
e19abddeb1
Spelling correction by
2015-06-29 09:02:04 +0100
3cfdde28c3
Avoided a VC2013 warning in the introjucer. by
2015-06-28 14:13:43 +0100
c42428d067
Made JUCE_DELETED_FUNCTION available on VC2013 by
2015-06-28 13:41:09 +0100
2f2c8436b8
Add utility functions to access un-aligned memory by
2015-06-26 17:14:57 +0100
0c714770c1
Added some comments to ZipFile by
2015-06-26 17:13:56 +0100
09730a890d
Removed some superfluous assertions in linux. by
2015-06-26 16:55:24 +0100