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.h
Age
Commit message (
Collapse
)
Author
2017-08-04
GRAPHICS: MACGUI: Incapsulate MacWindow internals
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Use proper dimensions for maxTextWidth in MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Correctly set MacTextWindow internal MacText size
Eugene Sandulenko
2017-08-01
GRAPHICS: MACGUI: Initial code for cursor drawing in MacTextWindow
Eugene Sandulenko
2017-08-01
GRAPHICS: MACGUI: Made more MacWindow methods public
Eugene Sandulenko
2016-10-06
GRAPHICS: Move font-related MacGUI code to MacFontManager
Eugene Sandulenko
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-02
GRAPHICS: Add macwindow documentation
Borja Lorente
2016-08-02
GRAPHICS: Add documentation to BaseMacWindow
Borja Lorente
2016-08-02
GRAPHICS: Fix indentation
Borja Lorente
2016-08-02
GRAPHICS: Rename header guards in macgui
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-31
GRAPHICS: Clean up namespaces
Borja Lorente
2016-07-31
GRAPHICS: Create wrapper namespace for MacWindow constants
Borja Lorente
2016-07-30
WAGE: Extract MacWindow
Borja Lorente