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
/
common
/
rect.h
Age
Commit message (
Expand
)
Author
2004-03-04
added Rect::moveTo methods
Max Horn
2004-01-18
improved rect clipping & verification
Max Horn
2004-01-08
useful convenience method
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-10-02
renamed namespace ScummVM to Common
Max Horn
2003-08-21
patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b...
Jonathan Gray
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
Max Horn
2003-06-01
renamed&fixed contains(Rect) -> intersects(Rect); added extend() method
Max Horn
2003-05-29
fixed doc comment
Max Horn
2003-05-23
oops, fixed ScummVM::Rect constructor (this fixes various string redraw bugs)
Max Horn
2003-05-15
oops
Max Horn
2003-05-15
add method to grow a rect
Max Horn
2003-05-15
renamed isInside() to contains() (this is more intuitive, because r.isInside(...
Max Horn
2003-05-15
make SWAP a template function, so that it works for swapping non-int stuff, t...
Max Horn
2003-05-15
let it compile
Max Horn
2003-05-15
cleanup (rect.h is not used anywhere but I plan to change that...)
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2002-08-31
fixed compilation on Mac OS X; some cleanup; moved header file scumm/smusH/re...
Max Horn