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
2006-11-03
added translation method to Common::Rect
Gregory Montoir
2006-10-18
Added Point::sqrDist method to (safely) compute the square of the distance be...
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-09-02
Add debuggins method. Whitespace fixes.
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-05-28
fix warning
Andrew Kurushin
2005-05-28
commit adds setWidth & setHeight to extend bounds of rect
Andrew Kurushin
2005-01-11
On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for
Torbjörn Andersson
2005-01-10
Remove some more header dependencies
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-04-25
Comment about how our Rect class works. Note: the SAGA engine currently does ...
Max Horn
2004-04-06
Fixed Rect(width, height) constructor
Max Horn
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