metaforce/specter/lib
Lioncash fa56ba5db6 General: Use emplace_back's return value where applicable
emplace_back() returns a reference to the added element, so we can use
that instead of querying right after the emplacement.
2019-09-05 19:44:48 -04:00
..
Button.cpp General: Add necessary includes where applicable 2019-09-05 00:51:24 -04:00
Control.cpp General: Include headers where applicable 2019-08-30 09:54:26 -04:00
FileBrowser.cpp General: Use emplace_back's return value where applicable 2019-09-05 19:44:48 -04:00
FontCache.cpp General: Use emplace_back's return value where applicable 2019-09-05 19:44:48 -04:00
Icon.cpp General: Add necessary includes where applicable 2019-09-05 00:51:24 -04:00
Menu.cpp General: Use emplace_back's return value where applicable 2019-09-05 19:44:48 -04:00
MessageWindow.cpp General: Include headers where applicable 2019-08-30 09:54:26 -04:00
ModalWindow.cpp General: Add necessary includes where applicable 2019-09-05 00:51:24 -04:00
MultiLineTextView.cpp Compile-time locale refactor 2019-07-19 18:26:59 -10:00
PathButtons.cpp General: Add necessary includes where applicable 2019-09-05 00:51:24 -04:00
RootView.cpp General: Add necessary includes where applicable 2019-09-05 00:51:24 -04:00
ScrollView.cpp General: Add necessary includes where applicable 2019-09-05 00:51:24 -04:00
Space.cpp General: Add necessary includes where applicable 2019-09-05 00:51:24 -04:00
SplitView.cpp General: Add necessary includes where applicable 2019-09-05 00:51:24 -04:00
Table.cpp General: Add necessary includes where applicable 2019-09-05 00:51:24 -04:00
TextField.cpp General: Add necessary includes where applicable 2019-09-05 00:51:24 -04:00
TextView.cpp Compile-time locale refactor 2019-07-19 18:26:59 -10:00
Toolbar.cpp General: Use emplace_back's return value where applicable 2019-09-05 19:44:48 -04:00
Tooltip.cpp General: Add necessary includes where applicable 2019-09-05 00:51:24 -04:00
View.cpp General: Include headers where applicable 2019-08-30 09:54:26 -04:00
ViewResources.cpp General: Include headers where applicable 2019-08-30 09:54:26 -04:00