1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_graphics/native
hogliux 8c242b7547 Fix warnings on linux
Linux now compiles (clang++-3.5) without warnings when the following is enabled (these flags are identical to equator mac warnings):
-Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Werror -Wsign-conversion
2015-05-05 10:57:50 +01:00
..
juce_android_Fonts.cpp Added support for in-memory fonts on Android. 2015-02-24 10:15:01 +00:00
juce_android_GraphicsContext.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_freetype_Fonts.cpp Fix warnings on linux 2015-05-05 10:57:50 +01:00
juce_linux_Fonts.cpp Added functionality for loading in-memory fonts! See Typeface::createSystemTypefaceFor() 2013-12-19 15:39:30 +00:00
juce_mac_CoreGraphicsContext.h Updated gradient rendering on OSX to use newer APIs. 2015-02-22 20:16:26 +00:00
juce_mac_CoreGraphicsContext.mm Fixed a warning on iOS. 2015-04-27 15:33:13 +01:00
juce_mac_CoreGraphicsHelpers.h Added some initialisation to the CoreGraphics context to counteract hosts that disable font anti-aliasing. 2015-02-23 10:00:42 +00:00
juce_mac_Fonts.mm OSX TextLayout maximum height fix. 2015-01-06 09:49:49 +00:00
juce_RenderingHelpers.h Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +01:00
juce_win32_Direct2DGraphicsContext.cpp New class: SharedResourcePointer 2014-04-14 13:13:07 +01:00
juce_win32_DirectWriteTypeface.cpp Workarounds for AttributedString layout when using from-memory fonts on Windows. 2014-06-28 21:36:01 +01:00
juce_win32_DirectWriteTypeLayout.cpp Modified TextLayout creation functions to take an optional maximum height as well as a maximum width. 2014-12-29 12:07:31 +00:00
juce_win32_Fonts.cpp Win XP font style selection fix. 2014-08-13 08:54:31 +01:00