jules
|
100301ed17
|
Added a CharacterFunctions method. Some refactoring in introjucer.
|
2012-06-28 12:38:21 +01:00 |
|
jules
|
dd7f4cbe40
|
Added standard iterators to StringArray, and a SortedSet swap function.
|
2012-06-17 16:13:20 +01:00 |
|
jules
|
56a4537088
|
Added method StringArray::swapWith().
|
2012-06-07 10:53:04 +01:00 |
|
jules
|
cb77241d20
|
Fixed some documentation typos.
|
2012-05-05 11:09:57 +01:00 |
|
jules
|
572cf1deb8
|
Cleaned up some docs.
|
2012-04-11 13:33:08 +01:00 |
|
jules
|
1f95f54089
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
jules
|
13bbd89b9d
|
Added some comments.
|
2012-04-03 21:07:01 +01:00 |
|
jules
|
d1f841b1ec
|
String numeric formatting win32 fix.
|
2012-04-03 12:10:36 +01:00 |
|
jules
|
562282c06d
|
Changed some String methods to avoid using locale-specific characters in decimal conversions, and to stick to a dot in all cases.
|
2012-04-02 17:51:06 +01:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
jules
|
9c719306c9
|
Added -ldl to linux builds. Tidied up a few warnings.
|
2012-02-28 19:51:22 +00:00 |
|
jules
|
b69b7c7647
|
Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe.
|
2012-02-24 17:15:58 +00:00 |
|
jules
|
105929d39f
|
Introjucer: a few minor optimisations.
|
2012-02-20 13:07:45 +00:00 |
|
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
2012-02-11 14:09:23 +00:00 |
|
jules
|
15375dd223
|
Internal work on the ComponentBuilder system.
|
2012-01-17 18:33:35 +00:00 |
|
jules
|
29def60175
|
Improvements to WindowsMediaAudioFormat. Added some functionality to LocalisedStrings, and added some translate() functions that can be used instead of the old TRANS macro.
|
2011-12-06 16:42:08 +00:00 |
|
jules
|
a45f14fbdf
|
Minor DirectWrite fix.
|
2011-11-25 18:41:05 +00:00 |
|
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
|
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
|
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 |
|
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
|
2a2677d7ca
|
Fix for incredibly subtle windows popupmenu problem.
|
2011-09-15 11:31:34 +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
|
4fcd1e3384
|
New class: ChildProcess. Fixed android build problems with paths.
|
2011-09-02 12:48:36 +01:00 |
|
Julian Storer
|
3744efa6ea
|
Tweaked some timings for mac native menus. Minor clean-ups.
|
2011-08-24 20:25:36 +01:00 |
|
Julian Storer
|
d86d68446c
|
RTAS mac window position fix. Introjucer fixes for Windows.
|
2011-08-23 15:02:11 +01:00 |
|
Julian Storer
|
ffc2f5d40e
|
Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course)
|
2011-08-21 21:20:28 +01:00 |
|
Julian Storer
|
c65c07312d
|
Small fixes for Viewport and Identifier.
|
2011-08-16 10:45:44 +01:00 |
|
Julian Storer
|
4808d9c318
|
Hard-coded some juce namespace declarations.
|
2011-08-13 21:13:50 +01:00 |
|
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|