| .. |
|
juce_ComboBox.cpp
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
2017-04-21 15:09:35 +01:00 |
|
juce_ComboBox.h
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
juce_ImageComponent.cpp
|
Added a new Graphics::drawImage method that takes a Rectangle<float>
|
2016-07-01 15:35:04 +01:00 |
|
juce_ImageComponent.h
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
juce_Label.cpp
|
Added method MouseEvent::mouseWasDraggedSinceMouseDown()
|
2016-02-16 12:59:49 +00:00 |
|
juce_Label.h
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
juce_ListBox.cpp
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
2017-04-21 15:09:35 +01:00 |
|
juce_ListBox.h
|
Tweaks to ListBox so that if its viewport is in drag-to-scroll mode, the selection automatically happens on mouse-up so not to interfere with dragging. (Also a bit of modernisation of the class internals)
|
2017-04-21 12:24:51 +01:00 |
|
juce_ProgressBar.cpp
|
Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods
|
2017-03-03 12:37:45 +00:00 |
|
juce_ProgressBar.h
|
Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods
|
2017-03-03 12:37:45 +00:00 |
|
juce_Slider.cpp
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
2017-04-21 15:09:35 +01:00 |
|
juce_Slider.h
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
juce_TableHeaderComponent.cpp
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
juce_TableHeaderComponent.h
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
juce_TableListBox.cpp
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
juce_TableListBox.h
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
juce_TextEditor.cpp
|
In TextEditor, avoided an unwanted change callback in TextEditor::setText(), and did a bit of C++11 modernising
|
2017-04-07 12:49:01 +01:00 |
|
juce_TextEditor.h
|
Added line spacing to TextEditor and methods to set/get the current line spacing
|
2017-03-10 17:07:34 +00:00 |
|
juce_Toolbar.cpp
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
juce_Toolbar.h
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
juce_ToolbarItemComponent.cpp
|
Cleaned up a few uses of Image::null
|
2016-03-10 17:20:15 +00:00 |
|
juce_ToolbarItemComponent.h
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
juce_ToolbarItemFactory.h
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
juce_ToolbarItemPalette.cpp
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
juce_ToolbarItemPalette.h
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
juce_TreeView.cpp
|
Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code.
|
2017-03-29 15:31:41 +01:00 |
|
juce_TreeView.h
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |