| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-07 | Refactor LineAndColumn coordinates | Maxime Coste | |
| BufferCoord -> ByteCoord DisplayCoord -> CharCoord Moved their definition along with LineAndColumn into coord.hh | |||
| 2013-07-26 | LineAndColumns: always pass by value | Maxime Coste | |
| 2013-04-09 | sort includes directives | Maxime Coste | |
| 2013-01-22 | LineAndColumn::operator+= is not constexpr | Maxime Coste | |
| 2012-10-11 | use ByteCount instead of CharCount when we are really counting bytes | Maxime Coste | |
| (that is most of the time when we are not concerned with displaying) | |||
| 2012-09-04 | use more constexpr | Maxime Coste | |
| 2012-08-23 | use a strongly typed int CharCount for character counts | Maxime Coste | |
| 2012-08-22 | use a strongly typed int LineCount for line counts | Maxime Coste | |
| 2012-03-21 | add some missing operators to LineAndColumn | Maxime Coste | |
| 2011-10-15 | LineAndColumn: add comparison operators | Maxime Coste | |
| 2011-09-19 | LineAndColumn: fix operator[+-]= | Maxime Coste | |
| 2011-09-17 | LineAndColumn: move to it's own header and add operator[+-]=? | Maxime Coste | |
| LineAndColumn is now a template so that WindowCoords and BufferCoords cannot be added together. | |||
