.. |
juce_CaretComponent.cpp
|
Introjucer: added text search for the code editor.
|
12 years ago |
juce_CaretComponent.h
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
juce_KeyListener.cpp
|
(automated whitespace clean-up)
|
13 years ago |
juce_KeyListener.h
|
Minor tidying-up of docs + warnings.
|
12 years ago |
juce_KeyPress.cpp
|
Minor tidying up.
|
12 years ago |
juce_KeyPress.h
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
juce_KeyboardFocusTraverser.cpp
|
Minor clean-ups.
|
12 years ago |
juce_KeyboardFocusTraverser.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..
|
14 years ago |
juce_ModifierKeys.cpp
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
juce_ModifierKeys.h
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
juce_SystemClipboard.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..
|
14 years ago |
juce_TextEditorKeyMapper.h
|
Introjucer: commands to move back/forwards through open docs.
|
13 years ago |
juce_TextInputTarget.h
|
Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed.
|
14 years ago |