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_basics
2012-01-12 14:19:16 +00:00
..
application Xcode 4 assertion fix. VSTPluginFormat fix. 2011-11-28 10:56:46 +00:00
buttons Improved enablement of DrawableButton. Made hosted VSTs update their latency. 2012-01-03 15:00:13 +00:00
commands Got rid of the nasty general-purpose ints and void*s that were in the Message class. Instead of using a plain old Message class, just create a subclass which contains whatever data you need in a more meaningful format. 2011-09-22 15:34:10 +01:00
components Couple of minor windowing fixes. 2011-12-12 12:55:56 +00:00
drawables Made the x and y members public in the Point class. 2011-11-01 21:29:10 +00:00
filebrowser Added a FileTreeComponent::refresh() method. 2011-10-26 18:23:49 +01:00
keyboard Minor tweaks to win32, tab key handling. 2012-01-11 11:17:05 +00:00
layout Tidied up a few return types. 2011-12-11 21:25:53 +00:00
lookandfeel 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
menus Couple of minor compilation fixes. 2012-01-11 20:49:46 +00:00
misc Made the x and y members public in the Point class. 2011-11-01 21:29:10 +00:00
mouse Made the x and y members public in the Point class. 2011-11-01 21:29:10 +00:00
native Minor tweaks to win32, tab key handling. 2012-01-11 11:17:05 +00:00
positioning Revamped the introjucer's settings page, making it easier to navigate than the old tabbed layout. Also, tweaked Viewport to be more resilient to changes in its content's size. 2011-11-18 13:50:19 +00:00
properties 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
widgets RTAS description update to use JucePlugin_Desc macro. FileBasedDocument addition for customising save filename. TableHeaderComponent fix to avoid spurious mouse-overs. 2012-01-10 17:26:45 +00:00
windows Minor tweaks to win32, tab key handling. 2012-01-11 11:17:05 +00:00
juce_gui_basics.cpp Workarounds for mingw compatibility. 2011-11-02 11:49:34 +00:00
juce_gui_basics.h New internal class CachedComponentImage, which is used internally to manage component buffering. I've used this to rebuild the OpenGLComponent's rendering algorithm so that it now supports sub-components and can have 2D content drawn in its paint method. Updated the openGL demo to show this in action. 2011-12-08 19:50:45 +00:00
juce_gui_basics.mm Added new module wrappers. 2011-08-15 19:41:17 +01:00
juce_module_info Introjucer: made it possible to override settings in AppConfig.h. Version number bump. 2012-01-12 14:19:16 +00:00