The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules 7fc53bff30 Fix for a linux build error; CoreAudio fix for mac; added some notes to the plugin framework docs 16 years ago
..
juce_linux_Audio.cpp 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. 16 years ago
juce_linux_AudioCDReader.cpp (automatic tidy-up of whitespace) 18 years ago
juce_linux_FileChooser.cpp 16 years ago
juce_linux_Files.cpp Fix for a linux build error; CoreAudio fix for mac; added some notes to the plugin framework docs 16 years ago
juce_linux_Fonts.cpp Rearranged the default font mechanism so that the LookAndFeel class has a chance to create custom typefaces for global use. 16 years ago
juce_linux_Messaging.cpp 16 years ago
juce_linux_Midi.cpp obscure linux midi bugfix 16 years ago
juce_linux_NamedPipe.cpp (automatic tidy-up of whitespace) 18 years ago
juce_linux_Network.cpp 16 years ago
juce_linux_SystemStats.cpp 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. 16 years ago
juce_linux_Threads.cpp Added a Thread::ThreadID type to be used by the Thread::getThreadId() method. Also tidied up a few warnings on OSX. 16 years ago
juce_linux_WebBrowserComponent.cpp 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. 16 years ago
juce_linux_Windowing.cpp 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. 16 years ago
linuxincludes.h (automatic tidy-up of whitespace) 18 years ago