| .. |
|
juce_AlertWindow.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_AlertWindow.h
|
AlertWindow layout fix.
|
2012-02-08 11:33:12 +00:00 |
|
juce_CallOutBox.cpp
|
New methods for Graphics, CallOutBox.
|
2012-07-11 14:26:51 +01:00 |
|
juce_CallOutBox.h
|
New methods for Graphics, CallOutBox.
|
2012-07-11 14:26:51 +01:00 |
|
juce_ComponentPeer.cpp
|
Internal tidying-up.
|
2012-07-13 19:31:00 +01:00 |
|
juce_ComponentPeer.h
|
Internal tidying-up.
|
2012-07-13 19:31:00 +01:00 |
|
juce_DialogWindow.cpp
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
juce_DialogWindow.h
|
Minor clean-ups for GL, removed some old VC6 hacks.
|
2012-04-03 20:25:05 +01:00 |
|
juce_DocumentWindow.cpp
|
Tweaks to some posix code.
|
2012-07-18 09:45:59 +01:00 |
|
juce_DocumentWindow.h
|
Tidied up a few return types.
|
2011-12-11 21:25:53 +00:00 |
|
juce_NativeMessageBox.h
|
Documentation fixes.
|
2012-05-11 11:09:40 +01:00 |
|
juce_ResizableWindow.cpp
|
Cleaned out some defunct ComponentBuilder code.
|
2012-07-26 15:32:34 +01:00 |
|
juce_ResizableWindow.h
|
Cleaned up a few warnings generated by clang -Wall.
|
2012-05-09 10:01:56 +01:00 |
|
juce_ThreadWithProgressWindow.cpp
|
Added an option for centring a ThreadWithProgressWindow around a component.
|
2012-05-31 09:28:38 +01:00 |
|
juce_ThreadWithProgressWindow.h
|
Added an option for centring a ThreadWithProgressWindow around a component.
|
2012-05-31 09:28:38 +01:00 |
|
juce_TooltipWindow.cpp
|
Introjucer: dragging exporter treeview fix. Audio plugin demo algorithm fix.
|
2012-07-27 10:32:32 +01:00 |
|
juce_TooltipWindow.h
|
Added a method Desktop::getMouseWheelMoveCounter(), and made the existing getMouseButtonClickCounter() method non-static.
|
2012-07-15 13:59:13 +01:00 |
|
juce_TopLevelWindow.cpp
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
2012-07-12 14:10:46 +01:00 |
|
juce_TopLevelWindow.h
|
Fixed some DocumentWindow behaviour in the library and introjucer.
|
2012-06-25 18:35:29 +01:00 |