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

29 commits

Author SHA1 Message Date
jules
deeab7f818 Minor tidying-up. 2012-07-10 13:40:11 +01:00
jules
591e89cd87 Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
jules
165bed1fbf Tidied up SortedSet. 2012-06-26 15:08:01 +01:00
jules
c2ba912d27 Refactored SortedSet to use an Array internally, fixing a problem where it didn't correctly delete its elements. 2012-06-23 17:43:28 +01:00
jules
0425df49d7 Rolled back an array comparator change which could cause unexpected problems with ScopedPointers. 2012-06-21 15:13:58 +01:00
jules
9821174709 Template changes to some array sort methods. 2012-06-21 09:29:07 +01:00
jules
dd7f4cbe40 Added standard iterators to StringArray, and a SortedSet swap function. 2012-06-17 16:13:20 +01:00
jules
8419bebe4c Minor HashMap clean-up. 2012-06-15 17:23:42 +01:00
jules
ed63dc104c Fixes for SortedSet. 2012-06-14 08:39:07 +01:00
jules
40929e5db9 Tidied up ReadWriteLock a bit, and optimised Array to reduce allocation frequency when working with small numbers of items. 2012-05-21 12:07:03 +01:00
jules
4f590f036d Added better constructors for AudioSourceChannelInfo. 2012-04-28 11:37:05 +01:00
jules
1f95f54089 Purged some warnings. 2012-04-10 10:29:14 +01:00
jules
11659678d6 WindowsMediaFormat fix. ReferenceCountedArray::indexOfSorted() method. 2012-04-05 14:01:00 +01:00
jules
4e1a9f6526 better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates. 2012-03-31 16:41:05 +01:00
jules
56bbab1537 (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
jules
22c72de736 VC2011 compiler tweaks. ReferenceCountedArray fix. 2012-03-01 09:26:40 +00:00
jules
9c719306c9 Added -ldl to linux builds. Tidied up a few warnings. 2012-02-28 19:51:22 +00:00
jules
2ad5e0bfb7 Couple of tweaks to ReferenceCountedArray to make it better at handling polymorphic types. 2012-02-24 15:55:29 +00:00
jules
9d973f0089 Fixes for CoreAudio, MidiFile, TextEditor, Tooltip. 2012-02-20 12:04:49 +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
b65b34ad40 More openGL refactoring, completion of all-shader graphic pipeline. 2012-01-09 17:07:14 +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
ef63c14040 Optimised and tidied up some ValueTree methods. Added a method to MultiDocumentPanel. 2011-11-17 12:57:44 +00:00
jules
07b73e4071 StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups. 2011-09-29 14:51:42 +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
d86d68446c RTAS mac window position fix. Introjucer fixes for Windows. 2011-08-23 15:02:11 +01:00
Julian Storer
d55b7419ec Fixed a typo in the introjucer. C++0x fixes. 2011-08-22 16:40:37 +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
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