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

163 commits

Author SHA1 Message Date
jules
829f0c8dde Small fix to ALSA audio; small fix for Linux window border sizes; fix to stop win32 incorrectly making windows always-on-top; added a constructor for MidiBuffer. 2009-05-01 15:53:57 +00:00
jules
44938b9cd0 Improvements to modal event blocking for plugins; small bugfix for OwnedArrays. 2009-04-24 09:23:48 +00:00
jules
ef6ab9ed6a Added some cunning hacks that should make modal dialogs in plugins block mouse events in the host app. Also added a fix for thread-safety in ReferenceCountedArrays, and tweaked the new variant classes. 2009-04-22 21:07:52 +00:00
jules
e24662925d Changed AudioDeviceManager to support multiple simultaneous callbacks - this will break some code, but is easy to change by using AudioDeviceManager::addAudioCallback instead of setAudioCallback. Also added a new variant class 'var' which will be used by future browser-plugin support and scripting. 2009-04-17 14:18:48 +00:00
jules
787a4e6de9 A handful of small fixes and whitespace clean-ups. Added a parameter to the DatagramSocket::read to specify whether the operation should block. 2009-04-17 14:05:04 +00:00
jules
0b1b03a324 avoided some locking issues when using threaded windows on win32; stopped the File class from automatically removing quotes from around filenames. 2009-04-07 15:39:30 +00:00
jules
26e6cabe3d Improved the performance of MemoryOutputStream; fixed a process priority problem in VST; made TreeViews repaint when they get enabled or disabled; small fixes to ActiveXControlComponent and QuickTimeMovieComponent; implemented File::getVolumeName() for mac; 2009-03-12 21:27:59 +00:00
jules
540474d0ce Rewrote MessageManagerLock (again), hopefully now making it bulletproof. Also gave it an extra constructor and changed the threads section of the juce demo to use messagemanagerlocks to animate its components. Stopped using NSLog on the mac because it's unsafe for non-literal strings. Added a bodge to fake italic fonts on the mac if a real italic is unavailable. Added a new class: CallbackMessage, for triggering a custom callback on the event thread. Updated the RTAS plugin build to use the 8.0 version of the SDK. Fixed a problem with ComponentDraggers when working inside a magnifier component. 2009-03-07 12:02:32 +00:00
jules
975851d31c Altered the way MessageManagerLocks are applied internally; tweaked ResamplingAudioSource to avoid a DC offset condition; changed AudioUnitPluginFormat to handle null-pointers; added a method to get all the currently modal components as well as just the most recent; changed AlertWindow to allow more customisation by the look and feel; added a few handy methods to Rectangle; 2009-03-03 10:33:42 +00:00
jules
bf501e1fda Fix for multithreaded Mac OpenGL components; better responding to shutdown messages on Windows; a couple of small VST tweaks; fixed a typo in the AudioDeviceManager and made it close and reopen the audio device while the midi output is being changed; changed AlertWindow to give more control over the desktop window style; fixed a small bug in Graphics; changed SparseSet to avoid an overflow error; stopped BufferedInputStream locking up when its source stream fails; added a case-sensitivity option to StringPairArray and LocalisedStrings. 2009-02-13 13:08:34 +00:00
jules
68dba8605d Fixed Mac font kerning problem. Fixed Mac native window maximising and getting rid of menus when a a native title bar is clicked. Added an option for kiosk mode that stops the main menu and dock popping up. Small tweak to SparseSet to try to avoid a compile problem in GCC4.3.3. Small fix to file relative pathname parsing. 2009-02-09 14:24:58 +00:00
jules
f7b48e55dd Fixed some Mac window sizing and menu issues, optimised Graphics::drawImageTransformed(), and added an accuravy parameter to Path::contains(). 2009-02-02 17:48:54 +00:00
jules
7d9d407415 Fixes for the VC6 project 2009-01-29 10:34:36 +00:00
jules
2f5a2ad613 Moved ImageButton painting into the LookAndFeel, added a couple of methods to AudioSampleBuffer, and fixed a compile error in VS2003 2009-01-27 19:07:24 +00:00
jules
0a551e2242 Added a maximum length to String::copyToUTF8(), tweaked the parameters to AudioFormatWriter::writeFromAudioReader(), altered the BWAV chunk code to store its text as UTF8, added a utility function WavAudioFormat::replaceMetadataInFile(). Sorted out some compile errors with plugin hosting code. Fixed a small glitch in ColourGradient, and added a method to TreeViewItems to allow some items to be made non-selectable. 2009-01-27 16:45:15 +00:00
jules
1d42d3f706 added a missing lib to the win32 build 2009-01-20 09:33:15 +00:00
jules
b89cc9dcc7 Added a File::getVersion() method 2009-01-19 21:53:21 +00:00
jules
4c1b6ce430 Added method String::containsNonWhitespaceChars(); changed the XML parser to not strip whitespace from around text elements, and also added XmlDocument::setEmptyTextElementsIgnored() to make it optionally keep all whitespace-only text elements. Added methods File::containsSubDirectories(), WebBrowserComponent::refresh(), TreeView::deleteRootItem(). Ironed out a possible bug with buttons crashing when deleted during a keypress callback. Changed pixel ordering to sort out transparent windows on PPC macs. Also fixed a mac AU build problem, and removed a couple of gcc warnings. 2009-01-19 13:00:10 +00:00
jules
835b66084d Rearranged the default font mechanism so that the LookAndFeel class has a chance to create custom typefaces for global use. 2009-01-09 21:29:16 +00:00
jules
d85394d1bd whitespace clean-up 2009-01-08 16:51:07 +00:00
jules
c91e214808 Added a couple of methods to the File class: File::getLinkedTarget() and File::moveToTrash(). Also fixed a typo in QT headers, an overflow in BufferingAudioSource, removed a few linux warnings, and had another attempt at a reliable working screensaver-disabler on windows. 2009-01-08 16:36:17 +00:00
jules
6ea5f864a3 fixed two silly typo bugs 2009-01-02 13:48:31 +00:00
jules
5e5bf35f36 fix for win32 screen saver defeating, and a small tweak to VST hosting 2008-12-30 15:56:38 +00:00
jules
69d0eb483e whitespace cleanup 2008-12-19 17:50:42 +00:00
jules
54bff61ae6 added a win32 utility to set up a file type association 2008-12-18 15:02:26 +00:00
jules
44377ba3fb whitespace clean-ups 2008-12-17 15:08:39 +00:00
jules
3348fc20e5 small fix for an obscure win32 keypress problem 2008-12-15 11:14:24 +00:00
jules
3f48d7c085 Removed a compiler warning on win32, and updated juce_mac_MessageManager.cpp 2008-12-11 11:20:14 +00:00
jules
1601daa2c2 Added a Thread::ThreadID type to be used by the Thread::getThreadId() method. Also tidied up a few warnings on OSX. 2008-12-09 16:52:47 +00:00
jules
3c230a4db7 2008-12-05 15:19:04 +00:00
jules
a24962151e 2008-11-28 13:45:53 +00:00
jules
c0be9b3424 2008-11-25 13:17:55 +00:00
jules
567fe9b1e7 2008-11-18 14:19:55 +00:00
jules
7f29070ec4 2008-11-04 10:41:04 +00:00
jules
125c4c08ef 2008-10-27 20:32:41 +00:00
jules
47cf2369e5 2008-10-27 17:51:24 +00:00
jules
7fd0fdf38a 2008-09-24 15:39:54 +00:00
jules
420f4d6ce2 2008-09-09 19:42:26 +00:00
jules
7cce003baa 2008-09-09 19:11:32 +00:00
jules
74058ac5f1 2008-09-09 13:12:46 +00:00
jules
c268ff9518 2008-07-31 19:01:02 +00:00
jules
c71d2ddf5b 2008-07-29 10:04:02 +00:00
jules
298e801f27 2008-07-29 10:01:24 +00:00
jules
934f1c1c1d 2008-07-18 16:12:57 +00:00
jules
654738e29c 2008-07-11 16:46:39 +00:00
jules
9a2abee330 2008-07-04 09:51:27 +00:00
jules
3b59053b2c 2008-07-02 20:10:02 +00:00
jules
ad56914057 2008-07-02 20:06:24 +00:00
jules
c6f6576636 2008-06-27 13:02:06 +00:00
jules
a8da43fa5d 2008-06-25 08:59:25 +00:00