Aloshi
07edad611f
"Fixed" the long-time weird rendering artifacts that are apparently caused by vertex coordinates not being integers.
...
A better fix would be to move to OpenGL 3/GLES 2 and do rounding in the shader. But I don't have time for that.
2014-03-19 15:03:23 -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
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
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
5aeb2bc87f
Fixed a bug with empty font paths not resolving correctly.
2013-12-08 20:00:53 +00:00
Aloshi
a7359a2d08
Themes mostly stable, documentation updated
2013-11-21 16:47:26 -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