1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_graphics/native
2018-08-20 18:16:24 +01:00
..
juce_android_Fonts.cpp Add camera support for iOS and Android. 2018-04-25 18:54:04 +02:00
juce_android_GraphicsContext.cpp Android: move a bunch of generic Android and Java classes to JNI helpers, add Android/Java prefixes to disambiguate. 2017-11-08 18:29:12 +01: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 Misc cleanups and modernisation 2018-05-11 12:46:30 +01:00
juce_linux_Fonts.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +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 Added a flag JUCE_DISABLE_COREGRAPHICS_FONT_SMOOTHING to juce_graphics 2018-06-18 12:25:19 +01:00
juce_mac_CoreGraphicsContext.mm Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00
juce_mac_CoreGraphicsHelpers.h Implemented setIcon() in NSViewComponentPeer 2018-02-12 12:47:57 +00:00
juce_mac_Fonts.mm Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01: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 Multiple spelling fixes 2018-08-20 18:16:24 +01:00
juce_win32_Direct2DGraphicsContext.cpp Misc cleanups and modernisation 2018-05-11 12:46:30 +01: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 Misc cleanups and modernisation 2018-05-11 12:46:30 +01:00
juce_win32_Fonts.cpp Misc cleanups and modernisation 2018-05-11 12:46:30 +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