| .. |
|
juce_ComboBox.cpp
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
8 years ago |
|
juce_ComboBox.h
|
Replace include guards with "#pragma once"
|
8 years ago |
|
juce_ImageComponent.cpp
|
Added a new Graphics::drawImage method that takes a Rectangle<float>
|
9 years ago |
|
juce_ImageComponent.h
|
Replace include guards with "#pragma once"
|
8 years ago |
|
juce_Label.cpp
|
Added method MouseEvent::mouseWasDraggedSinceMouseDown()
|
9 years ago |
|
juce_Label.h
|
Replace include guards with "#pragma once"
|
8 years ago |
|
juce_ListBox.cpp
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
8 years ago |
|
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)
|
8 years ago |
|
juce_ProgressBar.cpp
|
Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods
|
8 years ago |
|
juce_ProgressBar.h
|
Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods
|
8 years ago |
|
juce_Slider.cpp
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
8 years ago |
|
juce_Slider.h
|
Replace include guards with "#pragma once"
|
8 years ago |
|
juce_TableHeaderComponent.cpp
|
Fixed some whitespace style and cleaned up some code using C++11
|
8 years ago |
|
juce_TableHeaderComponent.h
|
Replace include guards with "#pragma once"
|
8 years ago |
|
juce_TableListBox.cpp
|
Fixed some whitespace style and cleaned up some code using C++11
|
8 years ago |
|
juce_TableListBox.h
|
Replace include guards with "#pragma once"
|
8 years ago |
|
juce_TextEditor.cpp
|
In TextEditor, avoided an unwanted change callback in TextEditor::setText(), and did a bit of C++11 modernising
|
8 years ago |
|
juce_TextEditor.h
|
Added line spacing to TextEditor and methods to set/get the current line spacing
|
8 years ago |
|
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.
|
9 years ago |
|
juce_Toolbar.h
|
Replace include guards with "#pragma once"
|
8 years ago |
|
juce_ToolbarItemComponent.cpp
|
Cleaned up a few uses of Image::null
|
9 years ago |
|
juce_ToolbarItemComponent.h
|
Replace include guards with "#pragma once"
|
8 years ago |
|
juce_ToolbarItemFactory.h
|
Replace include guards with "#pragma once"
|
8 years ago |
|
juce_ToolbarItemPalette.cpp
|
Update copyright notice
|
10 years ago |
|
juce_ToolbarItemPalette.h
|
Replace include guards with "#pragma once"
|
8 years ago |
|
juce_TreeView.cpp
|
Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code.
|
8 years ago |
|
juce_TreeView.h
|
Replace include guards with "#pragma once"
|
8 years ago |