1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00
JUCE/src/native/linux
2009-12-01 13:16:55 +00:00
..
juce_linux_Audio.cpp Fixed a typo in some ALSA code 2009-11-09 23:01:46 +00:00
juce_linux_AudioCDReader.cpp Minor fix for the linux build, and small fix for TreeView dragging logic 2009-10-27 17:04:51 +00:00
juce_linux_FileChooser.cpp Minor fix for the linux build, and small fix for TreeView dragging logic 2009-10-27 17:04:51 +00:00
juce_linux_Files.cpp Added a File::invokedExecutableFile key that can be used to find the name of the file or link that launched the exe 2009-11-13 15:56:29 +00:00
juce_linux_Fonts.cpp Massive, long-overdue spring-cleaning and refactoring of the LowLevelGraphicsContext, Typeface and Font classes. Functions such as glyph rendering can now be handled directly by a native graphics context (and glyph rendering is now implemented natively on the Mac). The Typeface class is now an abstract base class with much minimal functionality, and platform-specific subclasses are used for font loading. A new class CustomTypeface lets you load and save typefaces in the old juce binary typeface format. For most people, these changes probably won't require you to alter your code, but you might need to change a few classnames in your code if you're using typefaces directly. 2009-11-09 12:00:18 +00:00
juce_linux_JackAudio.cpp Cleaned up some namespace issues, and tweaked the plugin host demo to avoid namespace clashes with juce plugins 2009-12-01 13:16:55 +00:00
juce_linux_Messaging.cpp Minor fix for the linux build, and small fix for TreeView dragging logic 2009-10-27 17:04:51 +00:00
juce_linux_Midi.cpp fixed a build error, and tweaked menu bars to use the MenuBarComponent's look and feel for its popup menus 2009-10-28 09:00:11 +00:00
juce_linux_NativeIncludes.h Initial version of a CoreGraphics-based rendering context for the mac. Also an intial version of JACK support for linux. 2009-10-31 11:15:12 +00:00
juce_linux_Network.cpp Minor fix for the linux build, and small fix for TreeView dragging logic 2009-10-27 17:04:51 +00:00
juce_linux_SystemStats.cpp Minor fix for the linux build, and small fix for TreeView dragging logic 2009-10-27 17:04:51 +00:00
juce_linux_Threads.cpp Minor fix for the linux build, and small fix for TreeView dragging logic 2009-10-27 17:04:51 +00:00
juce_linux_WebBrowserComponent.cpp Minor fix for the linux build, and small fix for TreeView dragging logic 2009-10-27 17:04:51 +00:00
juce_linux_Windowing.cpp More graphics updates - new class FillType, which is now used by DrawablePath to specify its colours. New methods Graphics::clipToPath and Graphics::clipToImageAlpha. Added dynamic Xinerama loading. 2009-11-30 12:02:51 +00:00