]> git.sesse.net Git - remoteglot/history - www/js/chessboard-0.3.0.js
Unbreak dragging again.
[remoteglot] / www / js / chessboard-0.3.0.js
2022-12-29 Steinar H. GundersonUnbreak dragging again.
2022-12-29 Steinar H. GundersonRemove leftover, now buggy code.
2022-12-29 Steinar H. GundersonYet more transition tweaks.
2022-12-29 Steinar H. GundersonRemove a bunch of pointless comparisons with true.
2022-12-29 Steinar H. GundersonRewrite how the chessboard works.
2022-12-29 Steinar H. GundersonSlightly less weird FEN generation.
2022-12-28 Steinar H. GundersonBatch moving pieces together in one rAF.
2022-12-28 Steinar H. GundersonRemove more offboard logic we do not need.
2022-12-28 Steinar H. GundersonRemove some trash code that we do not use.
2022-12-27 Steinar H. GundersonRemove obsolete jQuery version checks.
2022-12-27 Steinar H. GundersonRemove the spare piece functionality we do not use.
2022-12-27 Steinar H. GundersonCheaper createId().
2022-12-27 Steinar H. GundersonRemove unused variable.
2022-12-25 Steinar H. GundersonMuch faster findClosestPiece() (also generates much...
2022-12-25 Steinar H. GundersonBatch fade-in/fade-out, for ~5 ms less FCP.
2022-12-25 Steinar H. GundersonFix touch events post-jQuery.
2022-12-24 Steinar H. GundersonBuild pieces through the DOM, not innerHTML.
2022-12-23 Steinar H. GundersonAdd a Firefox workaround for animations.
2022-12-23 Steinar H. GundersonFix transitionProperty syntax.
2022-12-23 Steinar H. GundersonVarious fixes for running with advanced JS optimization...
2022-12-22 Steinar H. GundersonUpdate chessboard.js copyright and version to make...
2022-12-22 Steinar H. GundersonRemove some obsolete checks from chessboard.js.
2022-12-22 Steinar H. GundersonRemove the rest of jQuery from chessboard.js.
2022-12-22 Steinar H. GundersonRemove all jQuery from chessboard.js that does not...
2013-11-23 Steinar H. GundersonVarious not-so-pretty type annotations.
2013-11-23 Steinar H. GundersonMake the JavaScript (more) compatible with the Google...
2013-11-18 Steinar H. GundersonAdd the WWW directory. It is a mess currently, but...