.. |
jucer_ComponentLayoutEditor.cpp
|
Fixed some stray zeros that were still being passed as null pointers
|
6 years ago |
jucer_ComponentLayoutEditor.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
jucer_ComponentLayoutPanel.h
|
Projucer: Re-factored source code groups and general code clean-up
|
7 years ago |
jucer_ComponentOverlayComponent.cpp
|
Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers()
|
7 years ago |
jucer_ComponentOverlayComponent.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
jucer_EditingPanelBase.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
jucer_EditingPanelBase.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
jucer_JucerCommandIDs.h
|
Projucer: Added some missing #pragma once
|
7 years ago |
jucer_JucerDocumentEditor.cpp
|
Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones
|
6 years ago |
jucer_JucerDocumentEditor.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
jucer_PaintRoutineEditor.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
jucer_PaintRoutineEditor.h
|
Projucer: Re-factored source code groups and general code clean-up
|
7 years ago |
jucer_PaintRoutinePanel.cpp
|
Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones
|
6 years ago |
jucer_PaintRoutinePanel.h
|
Projucer: Re-factored source code groups and general code clean-up
|
7 years ago |
jucer_RelativePositionedRectangle.h
|
Fixed some stray zeros that were still being passed as null pointers
|
6 years ago |
jucer_ResourceEditorPanel.cpp
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
jucer_ResourceEditorPanel.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
jucer_SnapGridPainter.h
|
Projucer: Re-factored source code groups and general code clean-up
|
7 years ago |
jucer_TestComponent.cpp
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
jucer_TestComponent.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |