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

48 commits

Author SHA1 Message Date
jules
fecba9c31c New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 2013-09-09 20:07:17 +01:00
jules
725334d78c Added File::commonDocumentsDirectory enum. 2013-08-31 16:15:07 +01:00
jules
2786eadaf9 Removed a few pedantic warnings. 2013-08-26 14:58:23 +01:00
jules
65c155e372 Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
jules
1dbc29bbe0 DirectoryIterator fix when multiple wildcards are used. 2013-08-19 10:35:51 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
67740c1441 Added return values for various OutputStream::writeXYZ methods. 2013-07-16 13:18:17 +01:00
jules
4fc8fbaef1 Added some more override decorators. 2013-07-10 10:22:33 +01:00
jules
23f59fd99c Improved some documentation in the File class. 2013-07-08 17:59:37 +01:00
jules
aec3d12753 A few minor tweaks to avoid warnings etc. 2013-06-30 19:17:37 +01:00
jules
a12db728d5 Comment fix. 2013-06-23 12:04:18 +01:00
jules
ef486ad07d Moved a couple of static functions. 2013-06-16 21:19:22 +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
c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
jules
4b6a094d13 Made DirectoryIterator capable of parsing multiple wildcard patterns. 2013-04-26 19:37:15 +01:00
jules
76ae8fe523 Added a new constructor to TemporaryFile to allow explicitly setting the temp file. 2013-03-18 21:25:45 +00:00
jules
cc26ae1fc1 Added ResizableBorderComponent::getCurrentZone(). Misc tidying-up. 2013-03-13 10:46:57 +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
2266501eb9 Small fix for File::createInputStream. 2013-02-21 09:54:05 +00:00
jules
e6d817d20d Extended MemoryMappedFile to allow loading of file subsections. 2013-02-17 22:38:25 +00:00
jules
f9e31ab7a9 Documentation pedanticism. 2013-01-14 16:51:02 +00:00
jules
6fb9b9ce4e DirectoryIterator optimisation. 2013-01-08 12:43:37 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00
jules
9f41dbce82 DirectoryIterator fix. 2013-01-03 10:51:51 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
d1ceed0c14 Workaround for Xcode3 compiler bug. 2012-10-30 12:25:48 +00:00
jules
c94183e614 New method File::createLink, for creating win32 .lnk files. 2012-10-29 16:21:08 +00:00
jules
fae88c8b88 Minor documentation updates. Added MidiMessageSequence::sort() method. 2012-10-17 17:03:05 +01:00
jules
e6faf25559 Added File::userPicturesDirectory, and improved detection of special file locations on linux. 2012-10-15 15:09:55 +01:00
jules
e77d5b12ef Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer. 2012-09-19 15:22:39 +01:00
jules
976be45c2a Minor updates for mingw compatibility. 2012-08-24 08:57:18 +01:00
jules
0194486115 Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file. 2012-06-22 20:20:06 +01:00
jules
75ad35f786 Improved File::moveFileTo and made file renaming in the introjucer more robust. 2012-05-02 16:37:00 +01:00
jules
df5d50bcd8 Version number bump. 2012-04-16 17:54:42 +01:00
jules
70133a94eb Introjucer: added a setting for JucePlugin_AUMainType. Added a method InputStream::getNumBytesRemaining() 2012-04-05 18:30:49 +01:00
jules
56bbab1537 (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
jules
b56695f604 Fix for XML formatting. 2012-03-09 21:13:08 +00:00
jules
efa18b1230 Small introjucer fix. 2012-02-26 20:30:24 +00:00
jules
70a5f0233c Fixes to some MemoryOutputStream streaming operators. 2012-02-15 20:48:14 +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
15252c7227 New method: FileOutputStream::truncate() 2011-11-21 11:41:58 +00:00
jules
f35738afe0 Midi file fix to avoid multiple end-of-track events. Some openGL tweaks. 2011-09-27 11:33:42 +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
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
d3bcbeef9c Introjucer saving optimisations. 2011-08-13 15:31:49 +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