| .. |
|
application
|
Xcode 4 assertion fix. VSTPluginFormat fix.
|
2011-11-28 10:56:46 +00:00 |
|
buttons
|
Avoided win32 memory leak warning with file preview comps. Minor introjucer and colour parsing clean-ups.
|
2012-01-27 16:56:55 +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
|
Viewport component listener fix. Minor clean-ups.
|
2012-01-30 12:59:36 +00:00 |
|
drawables
|
Viewport component listener fix. Minor clean-ups.
|
2012-01-30 12:59:36 +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
|
Viewport component listener fix. Minor clean-ups.
|
2012-01-30 12:59:36 +00:00 |
|
lookandfeel
|
Viewport component listener fix. Minor clean-ups.
|
2012-01-30 12:59:36 +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
|
Small updates to ComponentBuilder, UnitTestRunner.
|
2012-01-20 18:20:19 +00:00 |
|
native
|
Avoided win32 memory leak warning with file preview comps. Minor introjucer and colour parsing clean-ups.
|
2012-01-27 16:56:55 +00:00 |
|
positioning
|
Small updates to ComponentBuilder, UnitTestRunner.
|
2012-01-20 18:20: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
|
Internal work on the ComponentBuilder system.
|
2012-01-17 18:33:35 +00:00 |
|
windows
|
Viewport component listener fix. Minor clean-ups.
|
2012-01-30 12:59:36 +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 |