| .. |
|
juce_RenderingHelpers.h
|
Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use
|
7 years ago |
|
juce_android_Fonts.cpp
|
Add camera support for iOS and Android.
|
7 years ago |
|
juce_android_GraphicsContext.cpp
|
Android: move a bunch of generic Android and Java classes to JNI helpers, add Android/Java prefixes to disambiguate.
|
8 years ago |
|
juce_android_IconHelpers.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
juce_freetype_Fonts.cpp
|
Misc cleanups and modernisation
|
7 years ago |
|
juce_linux_Fonts.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
|
juce_linux_IconHelpers.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
juce_mac_CoreGraphicsContext.h
|
Added a flag JUCE_DISABLE_COREGRAPHICS_FONT_SMOOTHING to juce_graphics
|
7 years ago |
|
juce_mac_CoreGraphicsContext.mm
|
Added a flag JUCE_DISABLE_COREGRAPHICS_FONT_SMOOTHING to juce_graphics
|
7 years ago |
|
juce_mac_CoreGraphicsHelpers.h
|
Implemented setIcon() in NSViewComponentPeer
|
7 years ago |
|
juce_mac_Fonts.mm
|
Another attempt to get OSX in-memory font layout to work on all OS versions
|
7 years ago |
|
juce_mac_IconHelpers.cpp
|
Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag
|
8 years ago |
|
juce_win32_Direct2DGraphicsContext.cpp
|
Misc cleanups and modernisation
|
7 years ago |
|
juce_win32_Direct2DGraphicsContext.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
|
juce_win32_DirectWriteTypeLayout.cpp
|
Misc cleanups and modernisation
|
7 years ago |
|
juce_win32_DirectWriteTypeface.cpp
|
Misc cleanups and modernisation
|
7 years ago |
|
juce_win32_Fonts.cpp
|
Misc cleanups and modernisation
|
7 years ago |
|
juce_win32_IconHelpers.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |