ES-DE/src/components
2014-03-21 11:54:48 -05:00
..
AsyncReqComponent.cpp Added on-screen help system. 2014-01-25 17:34:29 -06:00
AsyncReqComponent.h Added on-screen help system. 2014-01-25 17:34:29 -06:00
ButtonComponent.cpp "Fixed" the long-time weird rendering artifacts that are apparently caused by vertex coordinates not being integers. 2014-03-19 15:03:23 -05:00
ButtonComponent.h Added the new help images. Still need to redo HelpComponent to be better. 2014-03-15 17:06:16 -05:00
ComponentGrid.cpp Fixed ComponentList not passing focus to entries. 2014-03-20 21:47:45 -05:00
ComponentGrid.h Completely rewrote ComponentGrid to use shared pointers, have support for 2014-03-11 22:00:08 -05:00
ComponentList.cpp Fixed ComponentList not passing focus to entries. 2014-03-20 21:47:45 -05:00
ComponentList.h Fixed ComponentList not passing focus to entries. 2014-03-20 21:47:45 -05:00
DateTimeComponent.cpp Added new text editing style to GuiMetaDataEd as per UI concepts. 2014-03-21 11:10:19 -05:00
DateTimeComponent.h Added new text editing style to GuiMetaDataEd as per UI concepts. 2014-03-21 11:10:19 -05:00
HelpComponent.cpp Added the new help images. Still need to redo HelpComponent to be better. 2014-03-15 17:06:16 -05:00
HelpComponent.h Added on-screen help system. 2014-01-25 17:34:29 -06:00
IList.h First implementation of the new ComponentList stuff. 2014-03-01 16:08:21 -06:00
ImageComponent.cpp Added .svg vector graphics file support. 2014-03-19 20:13:59 -05:00
ImageComponent.h Updated/added comments. 2014-01-24 16:21:10 -06:00
ImageGridComponent.h Compile on Linux/gcc again 2014-02-17 11:40:31 -06:00
MenuComponent.cpp Changed makeButtonGrid() to return a pre-padded ComponentGrid so every GUI doesn't have to do its own thing for vertical padding. 2014-03-21 11:54:48 -05:00
MenuComponent.h Changed makeButtonGrid() to return a pre-padded ComponentGrid so every GUI doesn't have to do its own thing for vertical padding. 2014-03-21 11:54:48 -05:00
NinePatchComponent.cpp "Fixed" the long-time weird rendering artifacts that are apparently caused by vertex coordinates not being integers. 2014-03-19 15:03:23 -05:00
NinePatchComponent.h Updated/added comments. 2014-01-24 16:21:10 -06:00
OptionListComponent.h Replaced AsyncReqComponent with some handles. 2014-03-18 19:55:37 -05:00
RatingComponent.cpp "Fixed" the long-time weird rendering artifacts that are apparently caused by vertex coordinates not being integers. 2014-03-19 15:03:23 -05:00
RatingComponent.h Added on-screen help system. 2014-01-25 17:34:29 -06:00
ScraperSearchComponent.cpp Changed makeButtonGrid() to return a pre-padded ComponentGrid so every GUI doesn't have to do its own thing for vertical padding. 2014-03-21 11:54:48 -05:00
ScraperSearchComponent.h Fixed a sneaky crash. 2014-03-19 11:21:21 -05: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 "Fixed" the long-time weird rendering artifacts that are apparently caused by vertex coordinates not being integers. 2014-03-19 15:03:23 -05:00
SliderComponent.h New slider art. 2014-03-07 18:16:08 -06:00
SwitchComponent.cpp Use checkbox graphics for switches. 2014-03-07 19:35:16 -06:00
SwitchComponent.h Use checkbox graphics for switches. 2014-03-07 19:35:16 -06:00
TextComponent.cpp "Fixed" the long-time weird rendering artifacts that are apparently caused by vertex coordinates not being integers. 2014-03-19 15:03:23 -05:00
TextComponent.h Completely rewrote ComponentGrid to use shared pointers, have support for 2014-03-11 22:00:08 -05:00
TextEditComponent.cpp Fixed ComponentList not passing focus to entries. 2014-03-20 21:47:45 -05:00
TextEditComponent.h Added new text editing style to GuiMetaDataEd as per UI concepts. 2014-03-21 11:10:19 -05:00
TextListComponent.h Changed Font::getHeight to return a float like it should. 2014-03-19 13:10:30 -05:00