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

243 commits

Author SHA1 Message Date
jules
842d30fbfa Minor tidying-up. 2012-09-04 11:38:16 +01:00
jules
d7825c23fe Minor optimisations to StringArray. 2012-09-02 21:35:08 +01:00
jules
c140558fc8 Change to avoid spurious leak warning on win32. 2012-08-30 12:56:58 +01:00
jules
d7cea05104 Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer. 2012-08-29 11:01:47 +01:00
jules
7d014acb6c Mingw fixes. 2012-08-24 17:48:26 +01:00
jules
03c81655c6 Minor clean-ups. 2012-08-24 09:23:50 +01:00
jules
976be45c2a Minor updates for mingw compatibility. 2012-08-24 08:57:18 +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
b7089dfa45 New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". 2012-08-14 17:47:41 +01:00
jules
551688e8b4 Added method: SystemStats::getDisplayLanguage() 2012-08-10 18:05:28 +01:00
jules
665c85b147 Version number bump. 2012-08-09 08:56:28 +01:00
jules
cf959decce Minor string optimisation. 2012-08-09 08:54:43 +01:00
jules
0ce65462af Translation of OSX app menu strings. Minor misc changes and documentation fixes. 2012-08-08 14:25:59 +01:00
jules
8149502c8b Made SortedSet::add() return a bool. Improvements to code editor indents. 2012-08-04 14:31:23 +01:00
jules
8a10be5c14 Subtle change to behaviour of SortedSet::add. 2012-08-01 12:57:44 +01:00
jules
67ee4a6201 New method Process::makeForegroundProcess() (only implemented in OSX) 2012-07-31 21:06:12 +01:00
jules
e0f1224a75 Updated the SystemStats operating system code: instead of having a special getOSXMinorVersionNumber() method, it now provides a more detailed version number when you call getOperatingSystemType(). Also added new types for iOS and Win8. 2012-07-31 15:17:15 +01:00
jules
8664fdc862 AAX: got basic audio + gui working. 2012-07-31 10:41:39 +01:00
jules
195495a989 Removed the default parameters from BigInteger::findNextSetBit and findNextClearBit. 2012-07-30 10:34:35 +01:00
jules
5001ead53a OSX 10.5 SDK and GCC fixes. 2012-07-26 10:14:16 +01:00
jules
fdb176b9e9 Windows drag-and-drop fix. OSX 10.5 build fix. 2012-07-26 08:24:40 +01:00
jules
8a006e589c Cleaned up some application startup code. 2012-07-25 07:53:28 +01:00
jules
4f206a3f3a Version bump. 2012-07-24 17:04:29 +01:00
jules
fab78ea09e Fixed a leak in OwnedArray. 2012-07-23 09:21:59 +01:00
jules
d4ae8f3d55 Minor optimisations. New method OwnedArray::insertArray(). Changed some CodeDocument inner class constructors to use references rather than pointers. 2012-07-23 07:54:23 +01:00
jules
98e37b8e7a Minor MSVC compatibility fix. 2012-07-22 19:48:38 +01:00
jules
c3b0903b74 Workaround for compiling with VC2012. 2012-07-22 09:31:52 +01:00
jules
75d72d6323 Version number bump. 2012-07-21 14:39:29 +01:00
jules
b3556f720e Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros. 2012-07-21 08:58:27 +01:00
jules
d92d5ba108 Minor thread fix. Introjucer: fixed colour of rollover help text. 2012-07-19 12:44:23 +01:00
jules
74e687aa99 Added a String << operatator that takes int64. 2012-07-19 08:53:15 +01:00
jules
2d9312ca3e Added function: SystemStats::getEnvironmentVariable() 2012-07-18 16:17:36 +01:00
jules
cf4c9c9823 Tweaks to some posix code. 2012-07-18 09:45:59 +01:00
jules
e864ac8109 New method: Process::setDockIconVisible() 2012-07-17 15:50:44 +01:00
jules
9b8a39e27c Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read(). 2012-07-17 15:49:55 +01:00
jules
7afbc077e7 Version update. 2012-07-11 10:19:09 +01:00
jules
7ce0bf15d3 Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android. 2012-07-10 16:59:35 +01:00
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
2d441a63ee Added an int64 operator<< to OutputStream. 2012-07-06 10:16:52 +01:00
jules
7d8d4b9627 Fixed a juce_core dependency problem. 2012-07-03 11:38:29 +01:00
jules
100301ed17 Added a CharacterFunctions method. Some refactoring in introjucer. 2012-06-28 12:38:21 +01:00
jules
165bed1fbf Tidied up SortedSet. 2012-06-26 15:08:01 +01:00
jules
18cfadf898 Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray(). 2012-06-25 11:05:39 +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
1cf1cd1a3b Workarounds for some c++11 compiler warnings. 2012-06-23 10:25:16 +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
e89983a1ab Removed confusing enums from HeapBlock. Fixed warnings in win32 midi. 2012-06-22 11:12:14 +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