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
/
engines
/
wintermute
/
ui
Age
Commit message (
Collapse
)
Author
2013-10-01
WINTERMUTE: Clean up byte/char casts in loading/parsing
Willem Jan Palenstijn
2013-09-30
Merge branch 'master' into wme_rendering
Willem Jan Palenstijn
2013-09-30
WINTERMUTE: Add displayTiled function to replace repeatLastDraw
Willem Jan Palenstijn
This avoids queueing many tickets for a UITiledImage, replacing them by a single tiled ticket.
2013-09-30
WINTERMUTE: Fix compiler warnings
Eugene Sandulenko
2013-09-30
WINTERMUTE: Use ; and not , to separate delete and new.
Einar Johan Trøan Sømåen
2013-09-30
WINTERMUTE: Formatting with Astyle (UIButton, UIEdit, UIObject, UIWindow, ↵
Einar Johan Trøan Sømåen
TransparentSurface)
2013-09-30
WINTERMUTE: Formatting (Clean up extra whitespace in UIObject).
Einar Johan Trøan Sømåen
2013-09-30
WINTERMUTE: Constify some getters in TransparentSurface, UIObject and UIWindow
Einar Johan Trøan Sømåen
2013-09-21
WINTERMUTE: Formatting
Tobia Tesan
2013-09-21
WINTERMUTE: const'ify getters
Tobia Tesan
2013-09-21
WINTERMUTE: s/put/set/ in setters
Tobia Tesan
2013-09-21
WINTERMUTE: add UIButton::setTextAlign
Tobia Tesan
2013-09-21
WINTERMUTE: Make sprites private in UIButton
Tobia Tesan
2013-09-21
WINTERMUTE: Setters/getters for UIButton
Tobia Tesan
2013-09-21
WINTERMUTE: Keep some attributes private in UIButton
Tobia Tesan
2013-09-21
WINTERMUTE: Keep attributes private in UIEdit
Tobia Tesan
2013-09-21
WINTERMUTE: Avoid feeding setWidth negative values
Tobia Tesan
2013-09-21
WINTERMUTE: Keep _back private in UIObject
Tobia Tesan
2013-09-21
WINTERMUTE: Make _parentNotify private in UIObject
Tobia Tesan
2013-09-21
WINTERMUTE: Add getListener()
Tobia Tesan
2013-09-21
WINTERMUTE: Make some members of UIObject private
Tobia Tesan
2013-09-21
WINTERMUTE: Keep attributes in UIWindow private
Tobia Tesan
2013-09-21
WINTERMUTE: Make TextAlign private in UIText
Tobia Tesan
2013-09-21
WINTERMUTE: Make *_entity private in UIEntity
Tobia Tesan
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-04-20
WINTERMUTE: Further reduce the amount of int->int32-confusion.
Einar Johan Trøan Sømåen
2013-04-20
WINTERMUTE: Fix a few more int->int32's spotted by fuzzie.
Einar Johan Trøan Sømåen
2013-04-19
WINTERMUTE: Rename transfer(void *) to transferPtr(void *) to avoid ↵
Einar Johan Trøan Sømåen
overload-misses.
2013-04-18
WINTERMUTE: Add 'override' to most Script-related functions.
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Use int32 instead of int in classes.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Constify _width and _height in BaseRenderer.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Move settings from BaseGame to separate struct.
Einar Johan Trøan Sømåen
2013-02-06
WINTERMUTE: Privatize a few more members in BaseGame.
Einar Johan Trøan Sømåen
2013-01-26
WINTERMUTE: Replace all NULLs with nullptr.
Einar Johan Trøan Sømåen
2013-01-26
WINTERMUTE: Replace a few NULLs with nullptr.
Einar Johan Trøan Sømåen
2013-01-24
WINTERMUTE: Further improve UITiledImage-drawing.
Einar Johan Trøan Sømåen
2012-12-13
WINTERMUTE: Privatize members in UITiledImage
Einar Johan Trøan Sømåen
2012-09-29
WINTERMUTE: Make scGetProperty use Common::String& instead of const char*
Einar Johan Trøan Sømåen
2012-09-28
WINTERMUTE: Privatize variables in BaseRegion and BaseSubFrame
Einar Johan Trøan Sømåen
2012-09-11
WINTERMUTE: Only include base_renderer.h where needed
Einar Johan Trøan Sømåen
2012-09-04
WINTERMUTE: Convert CRLF to LF
Willem Jan Palenstijn
2012-08-31
WINTERMUTE: Replace col_templ's getSize with Common::Array::size()
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix some of the clang++ warnings listed by LordHoto
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix g++ warnings listed by LordHoto
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Introduce a Singleton-class for holding registry/filemanager.
Einar Johan Trøan Sømåen
2012-07-28
WINTERMUTE: Fix a few warnings pointed out by fuzzie.
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Constructor(args): SuperClass(args) -> Constructor(args) : ↵
Einar Johan Trøan Sømåen
SuperClass(args)
2012-07-27
WINTERMUTE: Get rid of almost all LLVM GCC 4.2 warnings.
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: More variable/function renaming VarName->varName
Einar Johan Trøan Sømåen
[next]