| .. |
|
juce_ComboBox.cpp
|
Big rewrite to the internals of modal components, with a new class ModalComponentManager. This now lets you use modal components asynchronously, providing an object which will receive a callback when they are dismissed, rather than using a blocking event loop. ComboBoxes and some other components now show their popups asynchronously.
|
2010-06-13 19:09:20 +01:00 |
|
juce_ComboBox.h
|
Big rewrite to the internals of modal components, with a new class ModalComponentManager. This now lets you use modal components asynchronously, providing an object which will receive a callback when they are dismissed, rather than using a blocking event loop. ComboBoxes and some other components now show their popups asynchronously.
|
2010-06-13 19:09:20 +01:00 |
|
juce_Label.cpp
|
Small mac font fix. Jucer development.
|
2010-05-16 12:31:46 +01:00 |
|
juce_Label.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_ListBox.cpp
|
Added a few methods to Rectangle. Small fix for ValueTrees.
|
2010-06-16 10:55:00 +01:00 |
|
juce_ListBox.h
|
Added a few methods to Rectangle. Small fix for ValueTrees.
|
2010-06-16 10:55:00 +01:00 |
|
juce_ProgressBar.cpp
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
juce_ProgressBar.h
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
juce_Slider.cpp
|
Added a few methods to Rectangle. Small fix for ValueTrees.
|
2010-06-16 10:55:00 +01:00 |
|
juce_Slider.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_SliderListener.h
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
juce_TableHeaderComponent.cpp
|
Major change to the way the Image class works, making it use value semantics and internally shared data (see the forum notes for more info on this). Also minor changes to win32 browser plugin object ref counting and linux millisecond timers.
|
2010-06-01 18:01:13 +01:00 |
|
juce_TableHeaderComponent.h
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
juce_TableListBox.cpp
|
New class StringPool. Removed the class var::identifier from its parent class, and renamed it "Identifier" - I've left a typedef in var to allow old code to still work, but I'll remove this at some point, so please switch to using the new classname directly. Jucer development.
|
2010-05-15 13:22:26 +01:00 |
|
juce_TableListBox.h
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
juce_TextEditor.cpp
|
Big rewrite to the internals of modal components, with a new class ModalComponentManager. This now lets you use modal components asynchronously, providing an object which will receive a callback when they are dismissed, rather than using a blocking event loop. ComboBoxes and some other components now show their popups asynchronously.
|
2010-06-13 19:09:20 +01:00 |
|
juce_TextEditor.h
|
Big rewrite to the internals of modal components, with a new class ModalComponentManager. This now lets you use modal components asynchronously, providing an object which will receive a callback when they are dismissed, rather than using a blocking event loop. ComboBoxes and some other components now show their popups asynchronously.
|
2010-06-13 19:09:20 +01:00 |
|
juce_Toolbar.cpp
|
New arrowhead and polygon methods for Path and PathStrokeType. Tweaked a few Path methods to take Line and Point objects instead of loose coordinate parameters. Various new geometric methods and more refactoring of Drawables. Misc fixes for CoreGraphics, AudioFormat.
|
2010-06-08 10:39:46 +01:00 |
|
juce_Toolbar.h
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
juce_ToolbarItemComponent.cpp
|
Major change to the way the Image class works, making it use value semantics and internally shared data (see the forum notes for more info on this). Also minor changes to win32 browser plugin object ref counting and linux millisecond timers.
|
2010-06-01 18:01:13 +01:00 |
|
juce_ToolbarItemComponent.h
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
juce_ToolbarItemFactory.h
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
juce_ToolbarItemPalette.cpp
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
juce_ToolbarItemPalette.h
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
juce_TreeView.cpp
|
Added a few methods to Rectangle. Small fix for ValueTrees.
|
2010-06-16 10:55:00 +01:00 |
|
juce_TreeView.h
|
Minor code clean-ups.
|
2010-06-10 10:09:24 +01:00 |