2014-09-10 08:08:13 by Thomas Klausner | Files touched by this commit (2) |
Log message: Update to 10223: Improve connectedness-error highlighting in Range. The previous approach of scanning the grid by depth-first search was fine for deciding whether it was connected, but not so good for pointing out where the mistake was in the grid. Replaced that code with a dsf-based version, which identifies all connected components so that an easy followup pass can highlight all but the largest as erroneous. |
2014-07-22 14:45:42 by Thomas Klausner | Files touched by this commit (2) |
Log message: Update to 10196: Fix vertically misaligned text in Javascript puzzles. |
2014-05-05 02:48:38 by Ryo ONODERA | Files touched by this commit (1155) |
Log message: Recursive revbump from x11/pixman Fix PR pkg/48777 |
2014-05-02 13:26:40 by Thomas Klausner | Files touched by this commit (2) |
Log message: Update to 10180, bugfixes |
2014-02-20 10:49:30 by Thomas Klausner | Files touched by this commit (2) |
Log message: Update to 10116: bug fixes. |
2013-11-29 10:16:22 by Thomas Klausner | Files touched by this commit (2) |
Log message: Update to 10098: Fix a printf 64-bit-cleanness error. |
2013-10-12 15:51:57 by Thomas Klausner | Files touched by this commit (2) |
Log message: Update to 10051: Fix an edge case of divider-obsoletion in Group. |
2013-10-10 16:42:40 by Ryo ONODERA | Files touched by this commit (1058) |
Log message: Recursive revbump from pango-1.36.0 |
2013-09-02 21:51:33 by Adam Ciarcinski | Files touched by this commit (1071) | |
Log message: Revbump after cairo update |
2013-09-02 18:54:03 by Thomas Klausner | Files touched by this commit (2) |
Log message: Update to 10035, bug fixes. |