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
/
wage
/
design.h
Age
Commit message (
Expand
)
Author
2016-09-03
JANITORIAL: Make GPL headers uniform
Eugene Sandulenko
2016-07-31
WAGE: Fix style issues
Borja Lorente
2016-07-31
GRAPHICS: Move MacMenu constants
Borja Lorente
2016-07-31
GRAPHICS: Create wrapper namespace for MacWindowManager constants
Borja Lorente
2016-07-30
WAGE: Extract MacWindowManager
Borja Lorente
2016-06-03
GRAPHICS: Added FloodFill class to Surface.
Eugene Sandulenko
2016-04-28
WAGE: Moved patterns to WindowManager
Eugene Sandulenko
2016-04-15
WAGE: Switch to ManagedSurface
Eugene Sandulenko
2016-03-09
WAGE: Precalculate design bounds based on real data
Eugene Sandulenko
2016-02-14
WAGE: Simplify bitmap reading code
Eugene Sandulenko
2016-02-14
WAGE: Indentation fixes
Eugene Sandulenko
2016-02-14
GRAPHICS: Move generic primitives from WAGE engine
Eugene Sandulenko
2016-02-14
WAGE: Draw dialog
Eugene Sandulenko
2016-01-13
WAGE: Draw drop-down menu shadow
Eugene Sandulenko
2016-01-12
WAGE: Render submenu rectangle
Eugene Sandulenko
2016-01-07
WAGE: Plugged great deal of leaks
Eugene Sandulenko
2016-01-05
WAGE: Fix bitmap drawing by implementing flood fill algorithm
Eugene Sandulenko
2016-01-04
WAGE: Remove redundant code
Eugene Sandulenko
2016-01-04
WAGE: Switched round rectangles to think brush drawing
Eugene Sandulenko
2016-01-01
WAGE: Stub for object clicking
Eugene Sandulenko
2016-01-01
WAGE: Mac has roundrect on desktop. Render it
Eugene Sandulenko
2015-12-29
WAGE: Implement design caching
Eugene Sandulenko
2015-12-29
WAGE: Draw checkered background to simulate desktop
Eugene Sandulenko
2015-12-27
WAGE: Started border drawing implementation
Eugene Sandulenko
2015-12-27
WAGE: Implement scene drawing
Eugene Sandulenko
2015-12-27
WAGE: Special case for 1-pixel wide ellipses, support for transparent pattern
Eugene Sandulenko
2015-12-27
WAGE: First stub for rounded rectangles
Eugene Sandulenko
2015-12-27
WAGE: Cleanup
Eugene Sandulenko
2015-12-27
WAGE: Completed drawFilledEllipse
Eugene Sandulenko
2015-12-27
WAGE: Switched rectangle drawing to general code
Eugene Sandulenko
2015-12-27
WAGE: Made ellipse drawing generic
Eugene Sandulenko
2015-12-27
WAGE: Switched polygon drawing to generic
Eugene Sandulenko
2015-12-27
WAGE: Implemented drawing of think lines
Eugene Sandulenko
2015-12-27
WAGE: Implement drawBitmap
Eugene Sandulenko
2015-12-27
WAGE: Implement ellipses. Refactoring
Eugene Sandulenko
2015-12-27
WAGE: Start of implementation for patterned polygons
Eugene Sandulenko
2015-12-27
WAGE: Implement drawing patterned rectangles
Eugene Sandulenko
2015-12-27
WAGE: Get rid of hacky drawing
Eugene Sandulenko
2015-12-27
WAGE: Implemented stub for drawRect
Eugene Sandulenko
2015-12-27
WAGE: Implemented debug drawing
Eugene Sandulenko
2015-12-27
WAGE: Added stub for polygon drawing
Eugene Sandulenko
2015-12-27
WAGE: Stub for Design::paint()
Eugene Sandulenko
2015-12-27
WAGE: Remove SVN keywords from the headers
Eugene Sandulenko
2015-12-27
WAGE: Fixed Remaining Issues Preventing Compilation.
D G Turner
2015-12-27
WAGE: Added MIT license to mll relevant files.
Eugene Sandulenko
2015-12-27
WAGE: Implement reading of all entities. This completes the world loading.
Eugene Sandulenko
2015-12-27
WAGE: Added stubs for most classes. Implemented Obj and Scene classes.
Eugene Sandulenko