.. |
AsyncReqComponent.cpp
|
Added AsyncReqComponent for easy asynchronous, cancelable HTTP requests with a nice loading icon.
|
2013-09-15 14:11:39 -05:00 |
AsyncReqComponent.h
|
Fix building on Linux
|
2013-10-10 15:55:54 -05:00 |
ButtonComponent.cpp
|
Moved ResourceManager to be a singleton.
|
2013-10-04 18:10:39 -05:00 |
ButtonComponent.h
|
Moved Font.h/.cpp to the "resources" directory (since it's a Reloadable).
|
2013-10-04 18:24:41 -05:00 |
ComponentListComponent.cpp
|
You can now choose a scraper in the Settings menu.
|
2013-10-05 21:56:06 -05:00 |
ComponentListComponent.h
|
Work on scraper UI integration (about there, just need a real scraper
|
2013-09-19 18:41:14 -05:00 |
DateTimeComponent.cpp
|
Added developer, publisher, genre, and number of players metadata.
|
2014-01-19 17:24:56 -06:00 |
DateTimeComponent.h
|
Added more metadata to the detailed gamelist view.
|
2014-01-19 16:06:13 -06:00 |
GuiDetectDevice.cpp
|
Moved Font.h/.cpp to the "resources" directory (since it's a Reloadable).
|
2013-10-04 18:24:41 -05:00 |
GuiDetectDevice.h
|
Fix mis-declared render methods for input setup GUIs.
|
2013-07-26 18:28:51 -05:00 |
GuiFastSelect.cpp
|
Renamed some theme elements to be more consistent.
|
2014-01-19 18:59:04 -06:00 |
GuiFastSelect.h
|
Refactored duplicate functionality in GridGameList and BasicGameList into
|
2013-12-22 16:16:01 -06:00 |
GuiGameScraper.cpp
|
Removed the allowUpscale option for ImageComponent::setResize.
|
2014-01-10 17:47:34 -06:00 |
GuiGameScraper.h
|
Added GridGameListView.
|
2013-11-30 19:04:46 -06:00 |
GuiInputConfig.cpp
|
Refactored SystemListView directly into ViewController.
|
2013-12-24 11:50:26 -06:00 |
GuiInputConfig.h
|
Fix mis-declared render methods for input setup GUIs.
|
2013-07-26 18:28:51 -05:00 |
GuiMenu.cpp
|
Renamed some theme elements to be more consistent.
|
2014-01-19 18:59:04 -06:00 |
GuiMenu.h
|
Added fastSelectBackgroundImage and menuCloseSound to ThemeData, implemented some missing sounds.
|
2013-11-28 13:52:21 -06:00 |
GuiMetaDataEd.cpp
|
Fixed memory leak with FolderData::removeFileRecursive.
|
2013-10-16 18:46:05 -05:00 |
GuiMetaDataEd.h
|
Combined FolderData and GameData into one class, FileData.
|
2013-11-05 19:41:49 -06:00 |
GuiMsgBoxOk.cpp
|
updateGamelist now creates a gamelist.xml if one does not exist.
|
2013-10-16 17:05:02 -05:00 |
GuiMsgBoxOk.h
|
updateGamelist now creates a gamelist.xml if one does not exist.
|
2013-10-16 17:05:02 -05:00 |
GuiMsgBoxYesNo.cpp
|
updateGamelist now creates a gamelist.xml if one does not exist.
|
2013-10-16 17:05:02 -05:00 |
GuiMsgBoxYesNo.h
|
updateGamelist now creates a gamelist.xml if one does not exist.
|
2013-10-16 17:05:02 -05:00 |
GuiScraperLog.cpp
|
Combined FolderData and GameData into one class, FileData.
|
2013-11-05 19:41:49 -06:00 |
GuiScraperLog.h
|
updateGamelist now creates a gamelist.xml if one does not exist.
|
2013-10-16 17:05:02 -05:00 |
GuiScraperStart.cpp
|
Don't scrape systems without a platform ID set by default.
|
2013-12-10 13:07:50 -06:00 |
GuiScraperStart.h
|
Combined FolderData and GameData into one class, FileData.
|
2013-11-05 19:41:49 -06:00 |
GuiSettingsMenu.cpp
|
Added DIMTIME slider to settings.
|
2014-01-10 16:01:28 -06:00 |
GuiSettingsMenu.h
|
Added DIMTIME slider to settings.
|
2014-01-10 16:01:28 -06:00 |
ImageComponent.cpp
|
Changed texture wrap mode to be determined as part of texture creation.
|
2014-01-19 12:23:01 -06:00 |
ImageComponent.h
|
Changed texture wrap mode to be determined as part of texture creation.
|
2014-01-19 12:23:01 -06:00 |
ImageGridComponent.h
|
Removed the allowUpscale option for ImageComponent::setResize.
|
2014-01-10 17:47:34 -06:00 |
NinePatchComponent.cpp
|
Theme applicators have become the virtual method
|
2013-12-31 23:39:22 -06:00 |
NinePatchComponent.h
|
Theme applicators have become the virtual method
|
2013-12-31 23:39:22 -06:00 |
OptionListComponent.h
|
Limit OptionListComponent to 5 entries on screen.
|
2013-10-26 15:57:46 -05:00 |
RatingComponent.cpp
|
Made rating component size work a bit better.
|
2014-01-20 12:23:39 -06:00 |
RatingComponent.h
|
Ratings are now themable.
|
2014-01-19 17:37:08 -06:00 |
ScrollableContainer.cpp
|
Removed "infoPanel" element.
|
2014-01-10 19:18:51 -06:00 |
ScrollableContainer.h
|
Move from homegrown Vector2 class to Eigen.
|
2013-07-10 06:29:43 -05:00 |
SliderComponent.cpp
|
Added DIMTIME slider to settings.
|
2014-01-10 16:01:28 -06:00 |
SliderComponent.h
|
Added DIMTIME slider to settings.
|
2014-01-10 16:01:28 -06:00 |
SwitchComponent.cpp
|
Moved Font.h/.cpp to the "resources" directory (since it's a Reloadable).
|
2013-10-04 18:24:41 -05:00 |
SwitchComponent.h
|
Move from homegrown Vector2 class to Eigen.
|
2013-07-10 06:29:43 -05:00 |
TextComponent.cpp
|
Changed "center" property of textlist to "alignment".
|
2014-01-21 20:43:33 -06:00 |
TextComponent.h
|
Theme applicators have become the virtual method
|
2013-12-31 23:39:22 -06:00 |
TextEditComponent.cpp
|
Moved Font.h/.cpp to the "resources" directory (since it's a Reloadable).
|
2013-10-04 18:24:41 -05:00 |
TextEditComponent.h
|
Search for box hooked up.
|
2013-09-20 18:55:05 -05:00 |
TextListComponent.h
|
Added horizontal margins to textlist.
|
2014-01-21 21:16:18 -06:00 |