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
/
macgui
/
macwindow.cpp
Age
Commit message (
Collapse
)
Author
2016-09-04
GRAPHICS: Add setBackgroundPattern() to MacWindow
Torbjörn Andersson
Set a background pattern for the window surface. For instance, the exits window in the MacVenture engine should have a light gray background, rather than a white one, and this will allow it to get one without having to draw it by itself.
2016-09-03
JANITORIAL: Make GPL headers uniform
Eugene Sandulenko
2016-08-26
GRAPHICS: Fix leak in ninepatch destructor
Borja Lorente
2016-08-25
GRAPHICS: Fix big leak when blitting macgui borders
Borja Lorente
2016-08-25
GRAPHICS: Fix leak in macgui border loading
Borja Lorente
2016-08-02
GRAPHICS: Remove unused variables
Borja Lorente
2016-08-02
GRAPHICS: Fix style and spelling
Borja Lorente
2016-08-02
GRAPHICS: Add custom border measures
Borja Lorente
2016-07-31
GRAPHICS: First approximation to custom border offsets
Borja Lorente
2016-07-31
GRAPHICS: Refactor MacWindow to accept MacWindowBorder
Borja Lorente
2016-07-31
GRAPHICS: Add active/inactive borders to MacWindowBorders
Borja Lorente
2016-07-31
GRAPHICS: Add MacWindowBorder to abstract borders
Borja Lorente
2016-07-31
GRAPHICS: Fix border loading
Borja Lorente
2016-07-31
GRAPHICS: Fix segfault in macwindow
Borja Lorente
2016-07-31
WAGE: Begin adding borders to the windows
Borja Lorente
2016-07-31
GRAPHICS: Include border loading code
Borja Lorente
2016-07-31
GRAPHICS: Introduce NinePatchBitmap to MacWindow
Borja Lorente
2016-07-30
WAGE: Extract MacWindow
Borja Lorente