Commit graph

13 commits

Author SHA1 Message Date
Aloshi 98120f9ecd Split into subprojects (external, core, es).
Removed relative paths in #includes.
Changed ViewController to a singleton, removing it from the Window class.
2014-06-20 01:40:36 -05:00
Aloshi 5d0df7acf8 Added proper text alignment to the Font class.
Multiline text is now centered/right-aligned correctly.
2014-05-13 13:20:13 -05:00
Aloshi 4cf206d3eb Some refactoring to the Font class. 2014-05-12 17:05:28 -05:00
Aloshi 64d6af09b4 Moved Alignment enum from inside TextComponent to global namespace in Font.h.
Removed some old functions in Font.
2014-05-02 10:22:57 -05:00
Aloshi b3dcdb52eb Added vram usage tracking (font textures + normal textures). 2014-03-27 16:47:25 -05:00
Aloshi b44703c716 More design tweaks. 2014-03-25 12:13:41 -05:00
Aloshi 1d17bd9938 Design tweaks.
Fixed dpad_right.svg.
2014-03-22 16:02:25 -05:00
Aloshi daa62123d1 Changed Font::getHeight to return a float like it should.
Added minimum message height to GuiMsgBox.
TextComponent now vertically centers text.
Fixed a bug that would cause ScraperSearchComponent to return results
continuously until another search was started.
2014-03-19 13:10:30 -05:00
Aloshi 3c05d6bc21 Added the OpenSans Hebrew Condensed Light font.
OptionListComponent and SliderComponent now use it.
SliderComponent suffix is now vertically centered properly.
2014-03-16 19:52:15 -05:00
Aloshi 816247ac20 Changed scroll gradient to a radial gradient and made the display full
screen instead of just inside the list.
Embedded the OpenSans font as the default font instead of relying on a
platform-dependent system default.
2014-02-16 12:27:58 -06:00
Aloshi 3ceeca968f Updated/added comments. 2014-01-24 16:21:10 -06:00
Aloshi e6d0da998b Theme applicators have become the virtual method
GuiComponent::applyTheme(theme, view, element, properties).
Applying fonts works now.
2013-12-31 23:39:22 -06:00
Aloshi a6dbaa2dea Moved Font.h/.cpp to the "resources" directory (since it's a Reloadable). 2013-10-04 18:24:41 -05:00
Renamed from src/Font.h (Browse further)