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

116 commits

Author SHA1 Message Date
jules
ddc16536a3 Changed the Linux native code files to use the same amalgamation file structure as the mac and windows ones do; made a small adjustment to the amalgamator, and removed some redundancy from the amalgamated files (if you are amalgamating code yourself, please build a new copy of the amalgamator, as the old one won't work correctly on this new code); fixed a few minor build warnings in linux 2009-08-13 11:11:26 +00:00
jules
1ccb175762 tidied up whitespace in files 2009-08-12 15:54:25 +00:00
jules
f9f3351839 fix for linux midi output; fix for NSViewComponent; tidying up of demo audio plugin; fixed backslashes in the jucer's generated code; added addOrReplaceSorted method to ReferenceCountedArray; added an option to ThreadPool::removeAllJobs. 2009-08-12 13:22:36 +00:00
jules
c94bd62519 fix for javascript parameter order in IE browser plugins; fix for linux x64 icons 2009-07-20 10:08:49 +00:00
jules
6fe090f2cb Added code to make the mac detect its executable file, removing the need for the juce_setCurrentExecutable function, and removed this function from the codebase. 2009-07-16 15:41:42 +00:00
jules
18533f9984 changed the parameters to the keyStateChanged method, to sort out a problem with texteditor key interception that was otherwise impossible to fix. Made a couple of changes to the Mac NPAPI window positioning code; got rid of a couple of win32 warnings; added a couple of missing JUCE_API declarations; small fix to DragAndDropContainer; allowed var objects to be cast to a string. 2009-07-14 20:10:14 +00:00
jules
04f0303b84 small fixes for fonts on mac and win32; changed Thread::setPriority to return a bool; added a File::getVolumeTotalSize() method; added a freetype path to the linux makefile; tweaked the jucer to make cached image variable names more readable; tweaked the hit-spots in the resizable borders of very small windows; moved ResizableWindow background painting into the LookAndFeel; made the broadcast flag of a DatagramSocket an optional constructor parameter; 2009-07-10 16:26:27 +00:00
jules
ca19733aad fixed broken CD reader code on linux; added support for broadcasting in DatagramSockets; small fix for String::replaceSection 2009-07-03 16:33:29 +00:00
jules
253e713d02 added URL stream length detection to Mac/win32; fixed a small linux audio bug; added some callbacks to Label to report when its text editor is shown or hidden; fixed a mouse-wheel problem with some types of slider; fixed a small SVG parsing error; 2009-07-02 11:00:37 +00:00
jules
453646d068 Whitespace clean-ups. 2009-06-24 14:21:15 +00:00
jules
749c2be6cb Tweaks to VST for building on linux; improved linux code for detecting the executable's file path; small changes to linux window hinting; change on the Mac to fix app shutdown when the app isn't currently active; added Mac support for 3rd mouse button; fix to AudioDeviceManager thread safety when changing midi output devices; fix to DrawableButton text; made ComponentAnimator a change broadcaster to send messages when animations stop and start; small fix to DatagramSocket. 2009-06-17 17:57:16 +00:00
jules
909be095d8 Fixed a typo in linux audio and added some hints to linux window resizing; fixed the WavAudioFormat to make it read stereo files correctly into a mono buffer; Fixed an infinite loop in the vst plugin format 2009-05-21 18:22:34 +00:00
jules
7dd28c93e2 linux window z-order fix; small change to make audio plugin host demo compile; fix for assembly language in graphics rendering on gcc. 2009-05-05 12:00:57 +00:00
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
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
7fc53bff30 Fix for a linux build error; CoreAudio fix for mac; added some notes to the plugin framework docs 2009-03-31 10:09:29 +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
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
390d7f69ef Sorted out URL launching on the Mac, added a tweak for linux audio devices with lots of channels, and added a missing JUCE_API marker to AudioDeviceSetup. 2009-02-03 17:03:05 +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
ec87ea494c added support for sysexes to the VST plugin/hosting. Also tweaked URL::isProbablyAWebsiteURL(), and fixed a couple of mac build problems. 2008-12-31 14:18:22 +00:00
jules
c1a1169059 obscure linux midi bugfix 2008-12-18 20:47:15 +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
c4da90ef40 couple of small ALSA tweaks 2008-12-08 15:04:30 +00:00
jules
c0be9b3424 2008-11-25 13:17:55 +00:00
jules
567fe9b1e7 2008-11-18 14:19:55 +00:00
jules
d47cf9e8d6 2008-11-12 20:19:27 +00:00
jules
47cf2369e5 2008-10-27 17:51:24 +00:00
jules
e06d581ec3 2008-10-02 18:12:25 +00:00
jules
e2fb55c2ed 2008-10-02 10:50:59 +00:00
jules
38bdc39e4e 2008-09-30 16:13:08 +00:00
jules
2abd7b8892 2008-09-12 14:29:16 +00:00
jules
d0e58c41b0 2008-08-01 13:11:33 +00:00
jules
762a5bb0f9 2008-08-01 11:08:18 +00:00
jules
3b59053b2c 2008-07-02 20:10:02 +00:00
jules
ad56914057 2008-07-02 20:06:24 +00:00
jules
7e19432cff 2008-06-20 19:28:37 +00:00
jules
29e2de7fd0 cosmetic cleanup 2008-06-17 11:53:12 +00:00
jules
7ed0423f37 2008-05-23 14:43:03 +00:00
jules
c19dfad719 2008-05-20 17:46:14 +00:00
jules
e08ebbf2e6 2008-05-18 21:10:35 +00:00
jules
671de59be3 2008-05-16 16:05:54 +00:00
jules
0108b2f1d2 2008-05-16 15:32:34 +00:00
jules
b3aabd8c2f 2008-05-16 15:31:02 +00:00
jules
af097645d3 2008-05-16 10:07:18 +00:00
jules
21cf64063d 2008-04-30 12:53:26 +00:00