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
2011-12-22 11:40:34 +00:00
..
application Xcode 4 assertion fix. VSTPluginFormat fix. 2011-11-28 10:56:46 +00:00
buttons Tarted up the audio playback demo slightly, to show a playback cursor and let you drag it with the mouse, zoom with mouse-wheel etc. Fixed a VST plugin host typo. Gave the ImageButton a default constructor. 2011-11-28 19:19:07 +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 Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const. 2011-10-04 12:13:30 +01: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 Made the x and y members public in the Point class. 2011-11-01 21:29:10 +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 New class: OpenGLShaderProgram, and GL clean-ups. 2011-12-14 13:22:16 +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 Tidied up a few return types. 2011-12-11 21:25:53 +00:00
windows Lock for multithreaded font rendering. Tweaks for some openGL settings. Updated the demo to have an openGL rendering engine option. 2011-12-20 13:32:11 +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 New class: ThreadLocalValue. 2011-12-22 11:40:34 +00:00