jules
|
1a5bdda7f1
|
Fixed an obscure utf8 string comparison problem. Added a few C++11 tweaks. Improved VST host default folder detection. Win32 file browser filter fix. Introjucer VS2005 compiler bug workaround.
|
2011-11-24 18:11:37 +00:00 |
|
jules
|
15252c7227
|
New method: FileOutputStream::truncate()
|
2011-11-21 11:41:58 +00:00 |
|
jules
|
6b7496c893
|
Handy new functions: createCopyIfNotNull(), and ScopedPointer::createCopy()
|
2011-11-20 21:55:35 +00:00 |
|
jules
|
ef63c14040
|
Optimised and tidied up some ValueTree methods. Added a method to MultiDocumentPanel.
|
2011-11-17 12:57:44 +00:00 |
|
jules
|
2a780902ba
|
Fixed a minor leak in CoreAudioFormat. Fixed incorrect OSX and iOS version reporting. Added Xext library to linux introjucer build. Mac menu shortcut key fix.
|
2011-11-15 16:53:34 +00:00 |
|
jules
|
93d6f4183b
|
iOS InterprocessLock changes.
|
2011-11-10 14:32:35 +00:00 |
|
jules
|
5e90767eb2
|
Minor addition to ComSmartPtr.
|
2011-11-10 10:37:42 +00:00 |
|
jules
|
5435bfcb26
|
win32 revealToUser improvement. TextEditor fix. Supprt for cut/copy/paste shortcuts when OSX file browsers are visible. iOS embedded window positioning fix.
|
2011-11-07 17:24:22 +00:00 |
|
jules
|
674aa73dd7
|
Bumped the version number.
|
2011-11-04 16:20:13 +00:00 |
|
jules
|
b558d441cb
|
Updated a module's library dependencies.
|
2011-11-02 19:40:00 +00:00 |
|
jules
|
6f5bb01513
|
Workarounds for mingw compatibility.
|
2011-11-02 11:49:34 +00:00 |
|
jules
|
14c6561dda
|
Removed the (broken) String::Concatenator class - this awful class should never have existed. Instead, for fast string concatenation, write to a MemoryOutputStream and get the result with MemoryOutputStream::toString().
|
2011-10-29 14:32:10 +01:00 |
|
jules
|
c555cbb9cb
|
Tweaks to Viewport and roundToInt()
|
2011-10-28 14:17:55 +01:00 |
|
jules
|
7c1e4dc0db
|
Updates to keep android builds compatible with NDK6b and the latest SDK.
|
2011-10-24 15:54:06 +01:00 |
|
jules
|
9eb2e337d3
|
Minor additions to ValueTree, Time. OpenGL work. Update to introjucer MSVC .sln file generation.
|
2011-10-24 12:25:59 +01:00 |
|
jules
|
27d7185f34
|
OSX10.4 menu fix. Graphics::drawSingleLineText justification.
|
2011-10-20 22:22:40 +01:00 |
|
jules
|
b23e5c4515
|
ImageButton fix. OpenGL refactoring.
|
2011-10-19 10:26:26 +01:00 |
|
jules
|
be3565ac98
|
Refactored some rendering code.
|
2011-10-11 10:43:58 +01:00 |
|
jules
|
f31dca5f2f
|
More OpenGL work.
|
2011-10-10 18:30:51 +01:00 |
|
jules
|
40e8a8916b
|
Bumped version and updated project files.
|
2011-10-03 17:47:23 +01:00 |
|
jules
|
a0a7fd994a
|
Change to the way options are passed to the UnitTestRunner.
|
2011-10-02 21:13:47 +01:00 |
|
jules
|
4b59682077
|
Wildcard matching fix for strings containing "*".
|
2011-09-30 09:44:18 +01:00 |
|
jules
|
07b73e4071
|
StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups.
|
2011-09-29 14:51:42 +01:00 |
|
jules
|
6b07bfb51b
|
Finally turned off the T wide-char string macro by default. If you've used it in your code, I'd recommend just skimming through and simply removing it. Any ascii strings will work fine without it; any strings containing extended chars are NOT PORTABLE and shouldn't be embedded anyway, but will work just as well if you replace the T with an 'L' prefix (much better to re-encode them as escaped UTF-8 though). If you really must keep using the macro, you can set the JUCE_DEFINE_T_MACRO flag to 1, and it will still be available as before.
|
2011-09-28 11:40:00 +01:00 |
|
jules
|
f35738afe0
|
Midi file fix to avoid multiple end-of-track events. Some openGL tweaks.
|
2011-09-27 11:33:42 +01:00 |
|
jules
|
dcc767868f
|
Misc minor clean-ups.
|
2011-09-26 23:21:15 +01:00 |
|
jules
|
39c9a4b725
|
Version number bump.
|
2011-09-26 16:36:27 +01:00 |
|
jules
|
c9cdf073dd
|
Couple of small win32 fixes. Cleaned up win32 registry code.
|
2011-09-26 10:40:44 +01:00 |
|
Julian Storer
|
f18cb9f382
|
Some internal refactoring in PopupMenu.
|
2011-09-25 15:33:12 +01:00 |
|
Julian Storer
|
638a93d639
|
Fixes for AU hosting and Button Value reference handling. Minor clean-ups.
|
2011-09-23 18:29:51 +01:00 |
|
Julian Storer
|
52a90374df
|
AU path fix. Minor tweaks. Version number bump.
|
2011-09-23 15:36:04 +01:00 |
|
Julian Storer
|
7c77e101fc
|
Minor clean-ups.
|
2011-09-21 20:31:42 +01:00 |
|
Julian Storer
|
098400ef31
|
Removed the Image::setPixelData method - this can be done with Image::BitmapData instead. OSX file chooser options change for aliased files.
|
2011-09-19 12:30:43 +01:00 |
|
Julian Storer
|
2d56bedab5
|
Introjucer update to provide downloading of new modules directly from the website.
|
2011-09-17 16:15:38 +01:00 |
|
Julian Storer
|
65902c0b99
|
Module version update.
|
2011-09-17 16:14:27 +01:00 |
|
Julian Storer
|
7f4e56191a
|
Mouse click and colour tweaks. Changed OSX URL reading to avoid local caching.
|
2011-09-16 22:07:47 +01:00 |
|
Julian Storer
|
24d40bdbb0
|
A few minor tweaks to ZipFile. Handling for aliased folders in OSX file chooser.
|
2011-09-16 15:00:46 +01:00 |
|
Julian Storer
|
2a2677d7ca
|
Fix for incredibly subtle windows popupmenu problem.
|
2011-09-15 11:31:34 +01:00 |
|
Julian Storer
|
9a9f570781
|
Tweaks to streams and gzip compressor.
|
2011-09-14 15:34:05 +01:00 |
|
Julian Storer
|
9332efc10d
|
Fix for subtle win32 mouse-button issue. Minor bwav fix.
|
2011-09-13 18:12:24 +01:00 |
|
Julian Storer
|
dce7cd9cd1
|
Added a unit-test, and removed constness from a couple more return types.
|
2011-09-13 15:09:21 +01:00 |
|
Julian Storer
|
aa6c2203d5
|
Minor additions to linux midi, AudioProcessorGraph, URL.
|
2011-09-12 16:47:00 +01:00 |
|
Julian Storer
|
427941e8c3
|
Fix for BufferingAudioSource.
|
2011-09-11 20:28:26 +01:00 |
|
Julian Storer
|
79090d1017
|
Improved the string hashing algorithm in the introjucer.
|
2011-09-11 16:26:20 +01:00 |
|
Julian Storer
|
74df644356
|
New classes: OpenGLTexture, OpenGLFrameBuffer, OpenGLHelpers.
|
2011-09-10 20:09:05 +01:00 |
|
Julian Storer
|
3d5b7685cd
|
Tweaked linux HTTP code. Added a macro: JUCE_STRINGIFY.
|
2011-09-09 08:46:39 +01:00 |
|
Julian Storer
|
2cae7a76f5
|
Linux http fix. Plugin header fix. win32 IME fix.
|
2011-09-08 15:14:41 +01:00 |
|
Julian Storer
|
c0fb38c35c
|
Minor fix for Path. Added a missing file.
|
2011-09-07 12:23:05 +01:00 |
|
Julian Storer
|
da7e8603f7
|
Fix for plugin host build on mac, and minor tidy-up of some plugin hosting classes.
|
2011-09-06 11:55:24 +01:00 |
|
Julian Storer
|
4fcd1e3384
|
New class: ChildProcess. Fixed android build problems with paths.
|
2011-09-02 12:48:36 +01:00 |
|