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

633 commits

Author SHA1 Message Date
jules
8ae91bb39a Minor clean-ups. 2012-10-28 20:33:17 +00:00
jules
fdb31aff5c Added Logger::getCurrentLogger method. 2012-10-25 21:35:38 +01:00
jules
6d15cc2948 Minor cleanups. 2012-10-20 15:12:37 +01:00
jules
f07139f748 Minor clean-ups. 2012-10-19 15:54:15 +01:00
jules
89d5e19fca misc cleanups. 2012-10-18 09:50:10 +01:00
jules
05f32e3de6 Added a typedef DynamicObject::Ptr 2012-10-17 18:57:09 +01:00
jules
fae88c8b88 Minor documentation updates. Added MidiMessageSequence::sort() method. 2012-10-17 17:03:05 +01:00
jules
566de48759 Fix for Time::getCurrentTime(). 2012-10-16 11:18:30 +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
98fcdca3ba Added a new ChildProcess::start method that takes an argument array. 2012-10-14 12:54:40 +01:00
jules
310c063195 Fix to Array::removeAllInstanceOf. 2012-10-12 15:00:19 +01:00
jules
edeb7c2723 Improved win32 http timeout behaviour. 2012-10-12 11:33:15 +01:00
jules
d97e2c7ba4 Improvements to file launching on Linux 2012-10-12 10:40:21 +01:00
jules
ea25716163 Fix for memory alignment bug in OSX GL. 2012-10-09 16:50:56 +01:00
jules
d0974a537d Array: small documentation fix. 2012-10-07 10:53:19 +01:00
jules
7fbd29e84e Identifier::null, isNull, isValid methods. 2012-10-05 17:24:35 +01:00
jules
49729815eb Precautionary undef-ing of noexcept and nullptr. 2012-10-03 21:02:01 +01:00
jules
2cf131f0a6 Audio plugin fixes. 2012-10-01 20:21:27 +01:00
jules
b305389d46 Changes for DLL build. 2012-09-26 21:31:04 +01:00
jules
9239842120 DLL build fix + minor clean-ups. 2012-09-26 14:47:37 +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
bb37710eca Introjucer: shutdown fix. 2012-09-20 11:29:55 +01:00
jules
ec48a7ffcc Restored a DLL export flag. 2012-09-20 09:45:41 +01:00
jules
2b7b01632f A couple of fixes for win32 DLL builds. 2012-09-20 09:16:02 +01:00
jules
06e2a667fb Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins. 2012-09-19 18:39:57 +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
d6f2232bdd Reverted a win32 networking change. 2012-09-18 10:11:29 +01:00
jules
a4939b87f2 win32: added a flag to ignore https certificate mismatches. 2012-09-17 11:54:53 +01:00
jules
710dec8a1e Handling win32 hide/show messages. 2012-09-17 10:03:02 +01:00
jules
9a7e7a267a New method: Rectangle::constainedWithin(). 2012-09-11 10:57:09 +01:00
jules
617731d21c Added a JUCE_DISABLE_JUCE_VERSION_PRINTING flag that can be set to prevent the juce version number being printed at startup. 2012-09-11 10:10:40 +01:00
jules
9a24aa8a20 Minor clean-ups. 2012-09-11 09:35:03 +01:00
jules
d9f0ac29b6 Fixed a few documentation typos. Tweaked positioning logic for CallOutBox. 2012-09-09 21:03:39 +01:00
jules
ad958be260 Version bump: 2.0.27 2012-09-08 14:37:39 +01:00
jules
9fde239d9c Misc minor tidying up. 2012-09-08 11:31:51 +01:00
jules
b0b6a7ca25 Introjucer: added command to open counterpart files. 2012-09-06 17:51:43 +01:00
jules
001ce3ee61 Fix for ChildProcess::isRunning on posix 2012-09-05 16:42:14 +01:00
jules
abb4946191 Version bump: 2.0.26 2012-09-04 15:26:43 +01:00
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