jules
|
5a0cef7239
|
Added some static StringArray methods for tokenising.
|
12 years ago |
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
jules
|
88b50c5d7e
|
Added a parameter to the LocalisedStrings constructors to fix a case-sensitivity problem.
|
12 years ago |
jules
|
4d61bfd8a3
|
Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro.
|
12 years ago |
jules
|
4c147d94a5
|
Fix to Rectangle::intersects
|
12 years ago |
jules
|
cb359e5619
|
Avoided checking Identifier validity when constructing it from a String.
|
12 years ago |
jules
|
b4382bad62
|
Added String methods to create/return a std::string, and also String::toRawUTF8 method.
|
13 years ago |
jules
|
52b638ff40
|
Misc cleanups.
|
13 years ago |
jules
|
26c0733f8f
|
Introjucer: fixes for some of the integrated Jucer stuff.
|
13 years ago |
jules
|
a9e026e062
|
Added a constructor to StringArray.
|
13 years ago |
jules
|
bfd9350bed
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
13 years ago |
jules
|
b467be7a16
|
Avoid MSVC locale object leak.
|
13 years ago |
jules
|
1c90d82aac
|
Spelling fix.
|
13 years ago |
jules
|
e543949bda
|
Minor clean-ups.
|
13 years ago |
jules
|
7a3453f48b
|
Minor clean-ups.
|
13 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
13 years ago |
jules
|
9fb57f7a05
|
Fix to CharPointer_UTF8::operator--
|
13 years ago |
jules
|
9393c1bbc9
|
Avoided some minor compiler warnings.
|
13 years ago |
jules
|
6d15cc2948
|
Minor cleanups.
|
13 years ago |
jules
|
7fbd29e84e
|
Identifier::null, isNull, isValid methods.
|
13 years ago |
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
13 years ago |
jules
|
0033491cc8
|
Cleaned up some compiler warnings.
|
13 years ago |
jules
|
9097528ca0
|
String decimal conversion fix.
|
13 years ago |
jules
|
d7825c23fe
|
Minor optimisations to StringArray.
|
13 years ago |
jules
|
7d014acb6c
|
Mingw fixes.
|
13 years ago |
jules
|
6e31e8babc
|
Fixes for CharPointer_UTF8::isValidString()
|
13 years ago |
jules
|
9caac6d44e
|
New class: TextDiff
|
13 years ago |
jules
|
cf959decce
|
Minor string optimisation.
|
13 years ago |
jules
|
74e687aa99
|
Added a String << operatator that takes int64.
|
13 years ago |
jules
|
100301ed17
|
Added a CharacterFunctions method. Some refactoring in introjucer.
|
13 years ago |
jules
|
dd7f4cbe40
|
Added standard iterators to StringArray, and a SortedSet swap function.
|
13 years ago |
jules
|
56a4537088
|
Added method StringArray::swapWith().
|
13 years ago |
jules
|
cb77241d20
|
Fixed some documentation typos.
|
13 years ago |
jules
|
572cf1deb8
|
Cleaned up some docs.
|
14 years ago |
jules
|
1f95f54089
|
Purged some warnings.
|
14 years ago |
jules
|
13bbd89b9d
|
Added some comments.
|
14 years ago |
jules
|
d1f841b1ec
|
String numeric formatting win32 fix.
|
14 years ago |
jules
|
562282c06d
|
Changed some String methods to avoid using locale-specific characters in decimal conversions, and to stick to a dot in all cases.
|
14 years ago |
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
14 years ago |
jules
|
9c719306c9
|
Added -ldl to linux builds. Tidied up a few warnings.
|
14 years ago |
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.
|
14 years ago |
jules
|
105929d39f
|
Introjucer: a few minor optimisations.
|
14 years ago |
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.
|
14 years ago |
jules
|
15375dd223
|
Internal work on the ComponentBuilder system.
|
14 years ago |
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.
|
14 years ago |
jules
|
a45f14fbdf
|
Minor DirectWrite fix.
|
14 years ago |
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.
|
14 years ago |
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().
|
14 years ago |
jules
|
4b59682077
|
Wildcard matching fix for strings containing "*".
|
14 years ago |
jules
|
07b73e4071
|
StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups.
|
14 years ago |