1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
Commit graph

73 commits

Author SHA1 Message Date
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
731a9b1d59 Added method StringArray::ensureStorageAllocated() 2013-07-15 11:08:45 +01:00
jules
229beeab83 Limited the time that TextDiff can spend on large input files. 2013-07-10 12:05:54 +01:00
jules
eb646f8c42 Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes. 2013-07-08 13:05:51 +01:00
jules
58f3ec2700 Minor reference refactoring. 2013-07-03 16:54:02 +01:00
jules
516bddabcc Misc minor clean-ups. 2013-07-03 09:51:23 +01:00
jules
2757bf2270 Fix for UTF32 strings. 2013-06-27 18:21:37 +01:00
jules
d95fda2e90 Fix for strings in UTF32 mode. 2013-06-27 09:59:59 +01:00
jules
77335b4baa Introjucer: Improvements to the translation tool. 2013-06-14 15:31:00 +01:00
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
abde049bf0 Whitespace cleanup. 2013-06-07 22:41:14 +01:00
jules
5a0cef7239 Added some static StringArray methods for tokenising. 2013-06-07 20:35:07 +01:00
jules
c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
jules
88b50c5d7e Added a parameter to the LocalisedStrings constructors to fix a case-sensitivity problem. 2013-05-06 20:19:10 +01:00
jules
4d61bfd8a3 Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro. 2013-05-05 17:13:53 +01:00
jules
4c147d94a5 Fix to Rectangle::intersects 2013-04-24 11:29:39 +01:00
jules
cb359e5619 Avoided checking Identifier validity when constructing it from a String. 2013-04-22 13:17:22 +01:00
jules
b4382bad62 Added String methods to create/return a std::string, and also String::toRawUTF8 method. 2013-04-17 15:17:36 +01:00
jules
52b638ff40 Misc cleanups. 2013-04-09 19:42:47 +01:00
jules
26c0733f8f Introjucer: fixes for some of the integrated Jucer stuff. 2013-04-01 12:22:53 +01:00
jules
a9e026e062 Added a constructor to StringArray. 2013-03-26 11:33:09 +00:00
jules
bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +00:00
jules
b467be7a16 Avoid MSVC locale object leak. 2013-01-29 18:27:27 +00:00
jules
1c90d82aac Spelling fix. 2013-01-24 11:24:27 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00
jules
7a3453f48b Minor clean-ups. 2012-12-31 19:10:54 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
9fb57f7a05 Fix to CharPointer_UTF8::operator-- 2012-12-04 20:51:28 +00:00
jules
9393c1bbc9 Avoided some minor compiler warnings. 2012-11-11 17:06:14 +00:00
jules
6d15cc2948 Minor cleanups. 2012-10-20 15:12:37 +01:00
jules
7fbd29e84e Identifier::null, isNull, isValid methods. 2012-10-05 17:24:35 +01:00
jules
6b1654e1d2 Fixed some more warnings. 2012-09-24 15:45:25 +01:00
jules
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
9097528ca0 String decimal conversion fix. 2012-09-24 11:47:17 +01:00
jules
d7825c23fe Minor optimisations to StringArray. 2012-09-02 21:35:08 +01:00
jules
7d014acb6c Mingw fixes. 2012-08-24 17:48:26 +01:00
jules
6e31e8babc Fixes for CharPointer_UTF8::isValidString() 2012-08-20 09:36:18 +01:00
jules
9caac6d44e New class: TextDiff 2012-08-15 18:39:33 +01:00
jules
cf959decce Minor string optimisation. 2012-08-09 08:54:43 +01:00
jules
74e687aa99 Added a String << operatator that takes int64. 2012-07-19 08:53:15 +01:00
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