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_gui_extra
2012-01-04 16:36:30 +00:00
..
code_editor Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 2011-08-19 21:34:34 +01:00
documents First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
embedding Fixes for AU hosting and Button Value reference handling. Minor clean-ups. 2011-09-23 18:29:51 +01:00
lookandfeel First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
misc Complete rewrite of the TextLayout class, to provide better support for native platform layout functions. It now works with the AttributedString class, to provide a pre-formatted AttributedString that can be drawn. 2011-11-25 14:25:12 +00:00
native Couple of minor linux + android fixes. 2011-11-29 15:11:14 +00:00
juce_gui_extra.cpp Added iOS web-browser support. Removed some temporary code that had been left in the Introjucer. 2011-10-03 17:40:50 +01:00
juce_gui_extra.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
juce_gui_extra.mm Added new module wrappers. 2011-08-15 19:41:17 +01:00
juce_module_info Refactored the dynamically-loaded OpenGL extension functions from being static to being members of a specific context object. This entails lots of OpenGLContext references being passed around all over the place, and has meant that a few static helper functions are no longer available. 2012-01-04 16:36:30 +00:00