index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
font.h
Age
Commit message (
Expand
)
Author
2016-03-21
GRAPHICS: Implement convenience Font::drawChar taking ManagedSurface.
Johannes Schickel
2016-03-14
GRAPHICS: Added ManagedSurface and Screen classes
Paul Gilbert
2014-09-03
GRAPHICS: Allow to query the bounding box of chars/strings drawn with Font API.
Johannes Schickel
2014-02-18
GRAPHICS: Make GPL headers consistent in themselves.
Johannes Schickel
2013-11-23
GRAPHICS: Allow Font to accept U32String as strings.
Johannes Schickel
2013-11-23
GRAPHICS: Let Font take uint32 as character codes.
Johannes Schickel
2012-01-29
GRAPHICS/GUI: Implement kerning support for Font.
Johannes Schickel
2011-07-01
GRAPHICS: Move NewFont code to a separate file.
Johannes Schickel
2011-06-06
GRAPHICS: Get rid of kSODFont (ScummFont)
Thierry Crozat
2011-05-23
GRAPHICS: Rename some members of NewFont
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-01-07
GRAPHICS: Some basic documentation for Font.
Johannes Schickel
2010-11-16
COMMON: Simplify DECLARE_SINGLETON macro
Max Horn
2010-06-07
Fix some typos in a comment
Jordi Vilalta Prat
2010-03-18
COMMON: Move typedef StringList from str.h to new header str-array.h
Max Horn
2009-12-10
Hopefully fixing linking on MSVC:
Johannes Schickel
2009-12-09
Cleanup: remove "s_initialized" from CursorManager and FontManager implementa...
Johannes Schickel
2009-12-09
GRAPHICS: Change font code to be identical on all platforms
Max Horn
2009-10-08
Change doxygen inline comments from "//!" to "///" as proposed on -devel
Max Horn
2009-06-06
Implement widget property "textalign". Added it to all theme layouts
Eugene Sandulenko
2008-11-13
minor tweaks
Max Horn
2008-11-12
Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...
Max Horn
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-25
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...
Max Horn
2006-06-20
Applied patches from bug report #1276480, "GUI: Accented characters". This
Torbjörn Andersson
2006-04-16
- Moves Graphics::loadFont to Graphics::NewFont::loadFont
Johannes Schickel
2006-04-15
cleanup
Max Horn
2006-04-14
- implements .bdf font loader based on convbdf (sure could have some clean up)
Johannes Schickel
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-11-27
Patch #1341626: "New GP32 port"
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-10-08
PalmOS : very bad hack to fix global constructor problem with ARM
Chris Apers
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-20
Added virtual destructor, to silence a few more GCC 4 warnings
Max Horn
2005-05-15
Added Font::wordWrapText method
Max Horn
2005-05-02
Const correctness
Max Horn
2005-01-06
Switching GUI to an alternate font; using a second, bigger, font for 640x480 ...
Max Horn
2005-01-06
Added a font manager (work in progress)
Max Horn
2005-01-06
Patch #1092994 (Selfscaling GUI)
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-08-15
Changed the way NewFonts are instantiated (will make it easier to add multipl...
Max Horn
2004-03-21
Moved Surface/Font code into new 'graphics' module
Max Horn