1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00
JUCE/src/gui/components/layout
2010-11-19 22:03:35 +00:00
..
juce_ComponentAnimator.cpp Updated the ChangeBroadcaster class - sendChangeMessage() now has no parameters, and ChangeListener::changeListenerCallback() no longer provides a void*, it provides the ChangeBroadcaster* that triggered the callback. Also deleted the ChangeListenerList class, as it didn't offer anything that ChangeBroadcaster doesn't do. Changed the new jucer to expand preprocessor tokens in the header search path string. 2010-11-19 22:03:35 +00:00
juce_ComponentAnimator.h Added an alpha setting to Components with Component::setAlpha(). Removed Component::fadeOutComponent method and instead refactored the ComponentAnimator class to provide fading in and out of the alpha level. Added a method Desktop::getAnimator() that provides a global instance of a ComponentAnimator so that there's no need to create your own. 2010-10-23 21:05:21 +01:00
juce_ComponentBoundsConstrainer.cpp Fixes for ComponentBoundsConstrainer, linux VSTs, and firefox NPAPI. 2010-10-28 17:53:52 +01:00
juce_ComponentBoundsConstrainer.h Minor code clean-ups. 2010-08-24 21:09:28 +01:00
juce_ComponentMovementWatcher.cpp Fix for mouse event click counts. Fix for webkit mouse-moves. Cleaned up some Component coordinate conversion methods, adding some new ones for rectangle conversion. 2010-11-08 22:45:19 +00:00
juce_ComponentMovementWatcher.h Small updates to OpenGLContext. 2010-07-08 21:08:15 +01:00
juce_GroupComponent.cpp Small mac font fix. Jucer development. 2010-05-16 12:31:46 +01:00
juce_GroupComponent.h Added a way to store a Font descriptor as a string. Tweaked sample-rate initialisation in the AU hosting wrapper. Gave default constructors to a few components. 2010-05-12 11:53:28 +01:00
juce_MultiDocumentPanel.cpp Added a couple of useful constructors to some stream classes. Replaced some old static functions with anonymous namespaces. 2010-10-26 16:46:19 +01:00
juce_MultiDocumentPanel.h Minor code clean-ups. 2010-08-09 21:47:08 +01:00
juce_ResizableBorderComponent.cpp Fix for TableListBox. Minor tweaks for ResizableBorderComponent, Component. 2010-11-16 18:19:07 +00:00
juce_ResizableBorderComponent.h Improved icons in the new Jucer. Minor fixes to ComponentBoundsConstrainer. 2010-10-27 18:48:47 +01:00
juce_ResizableCornerComponent.cpp Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_ResizableCornerComponent.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_ScrollBar.cpp Added workarounds for a truly moronic VC2005 compiler bug. Very, very annoyed at having to spend hours and compromise my coding style geting this to build properly... 2010-07-13 16:00:10 +01:00
juce_ScrollBar.h Tidied up a bunch of listener classes, making them child classes - e.g. ButtonListener becomes Button::Listener. Did this for ComboBox, Button, CameraDevice, Label, ScrollBar, Slider, TextEditor, TableHeaderComponent. (There are typedefs to make sure old code still works, though I might remove those in the future). 2010-07-11 11:46:36 +01:00
juce_StretchableLayoutManager.cpp Fix for xcode linker warnings when using the static lib. Tweaks to iPhone audio and StretchableLayoutManager. 2010-07-06 10:24:06 +01:00
juce_StretchableLayoutManager.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_StretchableLayoutResizerBar.cpp Added platform-specific data to AudioPluginInstance. Fixed an image rendering problem in the software renderer. Added a minimum scale setting to TabbedButtonBar. 2010-11-10 20:39:34 +00:00
juce_StretchableLayoutResizerBar.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_StretchableObjectResizer.cpp Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_StretchableObjectResizer.h Copyright notice update. 2010-04-23 09:37:13 +01:00
juce_TabbedButtonBar.cpp Updated the ChangeBroadcaster class - sendChangeMessage() now has no parameters, and ChangeListener::changeListenerCallback() no longer provides a void*, it provides the ChangeBroadcaster* that triggered the callback. Also deleted the ChangeListenerList class, as it didn't offer anything that ChangeBroadcaster doesn't do. Changed the new jucer to expand preprocessor tokens in the header search path string. 2010-11-19 22:03:35 +00:00
juce_TabbedButtonBar.h Internal code modernisation. 2010-11-15 20:34:32 +00:00
juce_TabbedComponent.cpp Internal code modernisation. 2010-11-15 20:34:32 +00:00
juce_TabbedComponent.h Internal code modernisation. 2010-11-15 20:34:32 +00:00
juce_Viewport.cpp Fixed an image resizing bug. Tweaked a couple of methods in KeyMappingEditorComponent and TableListBox to return references instead of pointers. Changed Component::contains() to take a Point rather than raw coordinates. Modernised some UI classes internally. Extended some internal graphics classes to handle affine transforms. 2010-11-15 14:04:01 +00:00
juce_Viewport.h Fixed an image resizing bug. Tweaked a couple of methods in KeyMappingEditorComponent and TableListBox to return references instead of pointers. Changed Component::contains() to take a Point rather than raw coordinates. Modernised some UI classes internally. Extended some internal graphics classes to handle affine transforms. 2010-11-15 14:04:01 +00:00