| .. |
|
juce_ComboBox.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_ComboBox.h
|
Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer.
|
2012-02-13 17:56:59 +00:00 |
|
juce_ImageComponent.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_ImageComponent.h
|
Internal work on the ComponentBuilder system.
|
2012-01-17 18:33:35 +00:00 |
|
juce_Label.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_Label.h
|
Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer.
|
2012-02-13 17:56:59 +00:00 |
|
juce_ListBox.cpp
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
2012-05-25 16:42:36 +01:00 |
|
juce_ListBox.h
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
2012-05-25 16:42:36 +01:00 |
|
juce_ProgressBar.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_ProgressBar.h
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|
juce_Slider.cpp
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
2012-05-25 16:42:36 +01:00 |
|
juce_Slider.h
|
Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction.
|
2012-05-25 16:42:36 +01:00 |
|
juce_TableHeaderComponent.cpp
|
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
|
2012-07-07 21:09:10 +01:00 |
|
juce_TableHeaderComponent.h
|
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 |
|
juce_TableListBox.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_TableListBox.h
|
Improved some docs.
|
2012-05-01 15:47:48 +01:00 |
|
juce_TextEditor.cpp
|
CodeEditorComponent improvements and TextEditor menu refactoring.
|
2012-07-04 20:34:47 +01:00 |
|
juce_TextEditor.h
|
CodeEditorComponent improvements and TextEditor menu refactoring.
|
2012-07-04 20:34:47 +01:00 |
|
juce_Toolbar.cpp
|
ToolbarButton fix.
|
2012-06-25 11:11:52 +01:00 |
|
juce_Toolbar.h
|
Fixed a minor leak in CoreAudioFormat. Fixed incorrect OSX and iOS version reporting. Added Xext library to linux introjucer build. Mac menu shortcut key fix.
|
2011-11-15 16:53:34 +00:00 |
|
juce_ToolbarItemComponent.cpp
|
Removed some unused android code. Refactored some messaging code.
|
2012-03-25 20:09:57 +01:00 |
|
juce_ToolbarItemComponent.h
|
Tidied up a few return types.
|
2011-12-11 21:25:53 +00:00 |
|
juce_ToolbarItemFactory.h
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|
juce_ToolbarItemPalette.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_ToolbarItemPalette.h
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|
juce_TreeView.cpp
|
Fixed a positioning problem when dragging-and-dropping.
|
2012-06-27 21:20:33 +01:00 |
|
juce_TreeView.h
|
Fixed a positioning problem when dragging-and-dropping.
|
2012-06-27 21:20:33 +01:00 |