Age | Commit message (Expand) | Author |
2011-01-23 | COMMON: Added some very simple operators to the Point class (+, -, += and -=)... | Filippos Karapetis |
2010-08-21 | COMMON: Added equality operators to Common::Rect | Paul Gilbert |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2009-12-09 | Slightly modified commit of patch #2911414 "MSVC: conversions warnings in com... | Johannes Schickel |
2009-10-21 | Small formatting fixes | Jordi Vilalta Prat |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-04-21 | COMMON: Removed copy constructors / assignment operators in cases where they ... | Max Horn |
2009-04-09 | Rewrote Common::Rect::contains(Rect) to do what the name suggests (check whet... | Max Horn |
2009-02-17 | Added an "equals" function to Common::Rect (used by SCI) | Filippos Karapetis |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2008-10-12 | Changed Common::Rect doxygen comments to the (Java) style we use elsewhere | Max Horn |
2008-08-01 | Merged revisions 32701,32705,32727-32728,32730-32733,32737-32738,32742,32744-... | Vicent Marti |
2008-07-25 | Added Common::Rect::isEmpty() method | Max Horn |
2008-07-22 | Dirty rectangle handling, round four. :/ | Vicent Marti |
2008-06-04 | - Removed -Wconversion from compiler options for g++ 4.3, it's behavior has f... | Johannes Schickel |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2007-12-07 | add Common::Rect::center (handy for ::setFocusRectangle()) | Gregory Montoir |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-26 | Removing more semicola | Max Horn |
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 |