jules
|
221786dfcf
|
New method Array::addNullTerminatedArray(), and misc minor tightening-up of code.
|
2013-09-18 19:10:01 +01:00 |
|
jules
|
15424753c3
|
Added method JSON::escapeString
|
2013-09-18 11:05:43 +01:00 |
|
jules
|
4c896471d9
|
Minor exception-correctness
|
2013-09-17 19:06:47 +01:00 |
|
jules
|
5804ecfa5e
|
Revised Uuid::null, and turned it into a static method, not a variable.
|
2013-09-17 18:53:09 +01:00 |
|
jules
|
57db92b276
|
Cleaned up some ints that should have been CommandIDs.
|
2013-09-17 18:45:48 +01:00 |
|
jules
|
58f4a38ad8
|
Couple of translation tweaks to KeyMappingEditorComponent.
|
2013-09-17 16:52:57 +01:00 |
|
jules
|
8f2c2353e1
|
Added a Uuid::null variable.
|
2013-09-17 15:55:45 +01:00 |
|
jules
|
a110611dd8
|
MemoryMappedAudioFormatReader fix.
|
2013-09-17 15:06:48 +01:00 |
|
jules
|
00b388fbf3
|
Fixed a typo in the RTAS code.
|
2013-09-17 10:52:49 +01:00 |
|
jules
|
94da373c31
|
Fixed a couple of rendering problems when using global scale factors.
|
2013-09-17 10:23:17 +01:00 |
|
jules
|
9b4566a2f0
|
Added some Rectangle and Point scaling methods.
|
2013-09-17 09:38:32 +01:00 |
|
jules
|
9a193b55f2
|
Fixed a bug in File relative path parsing.
|
2013-09-16 19:54:32 +01:00 |
|
jules
|
fc772941d6
|
Fixed some pedantic warnings.
|
2013-09-16 18:47:28 +01:00 |
|
jules
|
ef058dc285
|
New method TooltipWindow::displayTip
|
2013-09-16 16:11:28 +01:00 |
|
jules
|
37338584ac
|
VST hosting: workaround for Waves 5 plugins.
|
2013-09-16 16:09:53 +01:00 |
|
jules
|
6ff34a841f
|
Added assertion to KeyPressMappingSet to catch attempts to connect keys to non-existent command ID.
|
2013-09-16 13:49:57 +01:00 |
|
jules
|
09d20dcae8
|
Added some new methods to SystemTrayIconComponent for highlighting and message bubbles.
|
2013-09-16 11:21:49 +01:00 |
|
jules
|
8d6632be31
|
Removed unnecessary mm_emptys from SSE code.
|
2013-09-16 09:22:21 +01:00 |
|
jules
|
cd95d5c59f
|
On win32, force components to become visible if external code makes their HWND visible.
|
2013-09-13 16:30:52 +01:00 |
|
jules
|
addd649b27
|
Disambiguations to keep the MS compiler happy when using UTF32 string mode.
|
2013-09-13 16:12:05 +01:00 |
|
jules
|
a8b41cb717
|
Linux: changed the path returned by File::userApplicationDataDirectory to be based on XDG_CONFIG_HOME if available.
|
2013-09-13 14:36:45 +01:00 |
|
jules
|
a62d0b5d44
|
Prevented Button::setToggleState sending unwanted state change messages.
|
2013-09-13 14:29:24 +01:00 |
|
jules
|
c54ca1037d
|
Fixes for builds using utf-32 string storage.
|
2013-09-12 16:24:08 +01:00 |
|
jules
|
30fbdc7eb1
|
VST compile fix and method AudioPluginInstance::getDescription()
|
2013-09-12 16:19:55 +01:00 |
|
jules
|
74f8f64608
|
Added notification option to Button::setRadioGroupId
|
2013-09-11 20:17:52 +01:00 |
|
jules
|
94f7377009
|
Typo fix.
|
2013-09-11 15:34:12 +01:00 |
|
jules
|
3a47baf9b9
|
Misc minor string optimisations.
|
2013-09-11 14:52:28 +01:00 |
|
jules
|
3ef1ab02c6
|
Added AudioSampleBuffer::reverse() method.
|
2013-09-11 11:40:59 +01:00 |
|
jules
|
435089e89b
|
Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs.
|
2013-09-11 10:29:48 +01:00 |
|
jules
|
14cfa338b6
|
Avoided a false assertion in File. Minor clean-ups.
|
2013-09-10 15:11:20 +01:00 |
|
jules
|
fc5fc50ae0
|
Linux font fix.
|
2013-09-10 14:34:58 +01:00 |
|
jules
|
e56d9561fc
|
More minor tweaks to Slider unbounded mouse behaviour.
|
2013-09-10 11:33:01 +01:00 |
|
jules
|
f1c01f1f3c
|
Deletion of ModalComponentManager::Callback objects passed to native dialog boxes.
|
2013-09-09 22:07:21 +01:00 |
|
jules
|
ec524a437d
|
Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h
|
2013-09-09 21:43:57 +01:00 |
|
jules
|
f7bb014c21
|
In WindowsRegistry::registerFileAssociation(), the icon resource number was being negated for some mysterious reason.. Corrected this, so the number you give it is now used directly.
|
2013-09-09 20:27:08 +01:00 |
|
jules
|
fecba9c31c
|
New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this.
|
2013-09-09 20:07:17 +01:00 |
|
jules
|
83aaaa9459
|
Avoided mistakenly opening wav files containing formats that the reader doesn't support.
|
2013-09-09 15:08:54 +01:00 |
|
jules
|
7bf1da5e17
|
Added MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders.
|
2013-09-09 12:29:06 +01:00 |
|
jules
|
40c896ac64
|
Cleaned up some critical section code.
|
2013-09-08 17:25:27 +01:00 |
|
jules
|
059737b163
|
Version number update
|
2013-09-07 20:20:20 +01:00 |
|
jules
|
d88d322dc5
|
Added a couple of methods to Draggable3DOrientation
|
2013-09-07 20:18:40 +01:00 |
|
jules
|
b093f47a8c
|
Misc minor cleanups and comment fixes.
|
2013-09-07 20:18:00 +01:00 |
|
jules
|
5df6bf0513
|
Minor clean-ups.
|
2013-09-07 16:46:22 +01:00 |
|
jules
|
25291038b8
|
Added a method OpenGLContext::setContinuousRepainting, and changed the behaviour so that by default, continuous rendering is OFF. This seems much more likely to be what people need in most cases, but if you need the old behaviour, just call setContinuousRepainting (true).
|
2013-09-07 12:23:01 +01:00 |
|
jules
|
42aa27900b
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
2013-09-07 09:43:45 +01:00 |
|
jules
|
207557d996
|
Workaround for OSX 32-bit VST window positioning problems in some hosts.
|
2013-09-06 21:00:48 +01:00 |
|
jules
|
ee565c32c8
|
Added an assertion to catch unusual audio buffer behaviour on iOS.
|
2013-09-06 20:41:30 +01:00 |
|
jules
|
7afa650942
|
Increased the precision used by XmlElement when storing strings.
|
2013-09-06 18:46:10 +01:00 |
|
jules
|
c429b2aa24
|
Fixes for support of non-utf8 strings.
|
2013-09-06 16:21:17 +01:00 |
|
jules
|
779d5795fd
|
Big performance improvement to the SVG parser.
|
2013-09-06 14:24:50 +01:00 |
|