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_gui_extra
2013-08-30 21:42:23 +01:00
..
code_editor New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows. 2013-08-30 18:20:51 +01:00
documents Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
embedding Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
lookandfeel Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
misc Simplified a lot of the image drawing calls internally. Added the new juce logo to the demo app as a more challenging example of path rendering. 2013-08-30 21:42:23 +01:00
native Added a Component::getDesktopScaleFactor() method which can be overridden to force a scale for a particular window. 2013-08-21 19:02:50 +01:00
juce_gui_extra.cpp Fixed capitalisation of some include filenames. 2013-08-10 22:16:39 +01:00
juce_gui_extra.h A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
juce_gui_extra.mm 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_module_info Version number update 2013-07-17 16:26:42 +01:00