| .. |
|
juce_android_Fonts.cpp
|
Fixed some more Android compiler warnings
|
2019-06-07 12:24:05 +01:00 |
|
juce_android_GraphicsContext.cpp
|
Re-structured the low-level Android native code
|
2018-11-13 12:33:40 +00:00 |
|
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
|
2017-09-08 08:59:55 +01:00 |
|
juce_freetype_Fonts.cpp
|
Fixed some GCC compiler warnings and removed deprecated functions
|
2019-06-04 16:48:44 +01:00 |
|
juce_linux_Fonts.cpp
|
Added some free functions to help make XML parsing less verbose: parseXML()
|
2018-10-15 16:08:25 +01:00 |
|
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
|
2017-09-08 08:59:55 +01:00 |
|
juce_mac_CoreGraphicsContext.h
|
CoreGraphics: Fixed a text layout bug
|
2019-08-07 18:01:37 +01:00 |
|
juce_mac_CoreGraphicsContext.mm
|
macOS: Fixed some issues drawing italicised text
|
2019-08-27 14:03:36 +01:00 |
|
juce_mac_CoreGraphicsHelpers.h
|
Implemented setIcon() in NSViewComponentPeer
|
2018-02-12 12:47:57 +00:00 |
|
juce_mac_Fonts.mm
|
macOS: Fixed an issue restoring graphics state after drawing an AttributedString
|
2019-12-30 15:12:02 +00:00 |
|
juce_mac_IconHelpers.cpp
|
Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag
|
2017-10-09 15:39:22 +01:00 |
|
juce_RenderingHelpers.h
|
Added more unique_ptr use, for functions that create LowLevelGraphicsContext or ImageType objects.
|
2019-05-15 12:08:38 +01:00 |
|
juce_win32_Direct2DGraphicsContext.cpp
|
Updated some deprecated code use
|
2019-11-29 10:21:28 +00:00 |
|
juce_win32_Direct2DGraphicsContext.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_win32_DirectWriteTypeface.cpp
|
Misc cleanups and modernisation
|
2018-05-11 12:46:30 +01:00 |
|
juce_win32_DirectWriteTypeLayout.cpp
|
Windows: Fixed a DirectWrite justification bug
|
2019-12-30 11:38:41 +00:00 |
|
juce_win32_Fonts.cpp
|
Replaced win32 font kerning tables with maps to improve performance
|
2018-09-18 12:20:11 +01:00 |
|
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
|
2017-09-08 08:59:55 +01:00 |