Skip to content

Commit

Permalink
double buffering optional turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Mar 31, 2015
1 parent 0fa9e18 commit 9416276
Show file tree
Hide file tree
Showing 34 changed files with 66 additions and 5 deletions.
34 changes: 32 additions & 2 deletions fin-hypergrid.dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -21255,6 +21255,7 @@






</style>
Expand Down Expand Up @@ -22216,6 +22217,7 @@






</style>
Expand Down Expand Up @@ -22402,6 +22404,7 @@






</style>
Expand Down Expand Up @@ -22642,6 +22645,7 @@






</style>
Expand Down Expand Up @@ -22882,6 +22886,7 @@






</style>
Expand Down Expand Up @@ -23209,6 +23214,7 @@




</style>
</template>
<script>'use strict';
Expand Down Expand Up @@ -23330,6 +23336,7 @@






</style>
Expand Down Expand Up @@ -23928,6 +23935,7 @@






</style>
Expand Down Expand Up @@ -24148,6 +24156,7 @@






</style>
Expand Down Expand Up @@ -24282,6 +24291,7 @@






</style>
Expand Down Expand Up @@ -24410,6 +24420,7 @@






</style>
Expand Down Expand Up @@ -24552,6 +24563,7 @@






</style>
Expand Down Expand Up @@ -24811,6 +24823,7 @@






</style>
Expand Down Expand Up @@ -25390,6 +25403,7 @@






</style>
Expand Down Expand Up @@ -25485,6 +25499,7 @@






</style>
Expand Down Expand Up @@ -25631,6 +25646,7 @@






</style>
Expand Down Expand Up @@ -26343,6 +26359,7 @@






</style>
Expand Down Expand Up @@ -26740,6 +26757,7 @@






</style>
Expand Down Expand Up @@ -27295,6 +27313,7 @@






</style>
Expand Down Expand Up @@ -27846,6 +27865,7 @@






</style>
Expand Down Expand Up @@ -28233,6 +28253,7 @@






</style>
Expand Down Expand Up @@ -28923,6 +28944,7 @@






</style>
Expand Down Expand Up @@ -29162,6 +29184,7 @@






</style>
Expand Down Expand Up @@ -29347,6 +29370,7 @@






</style>
Expand Down Expand Up @@ -29469,6 +29493,7 @@






</style>
Expand Down Expand Up @@ -29594,6 +29619,7 @@






</style>
Expand Down Expand Up @@ -29713,6 +29739,7 @@






</style>
Expand Down Expand Up @@ -29832,6 +29859,7 @@






</style>
Expand Down Expand Up @@ -29951,6 +29979,7 @@






</style>
Expand Down Expand Up @@ -30135,6 +30164,7 @@






</style>
Expand Down Expand Up @@ -30222,8 +30252,8 @@
defaultFixedColumnWidth: 100,

//for immediate painting, set these values to 0, true respectively
repaintIntervalRate: 0,
repaintImmediately: true,
repaintIntervalRate: 13,
repaintImmediately: false,

//enable or disable double buffering
useBitBlit: false
Expand Down
2 changes: 1 addition & 1 deletion fin-hypergrid.min.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions polymer/css/behaviors/fin-hypergrid-behavior-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






1 change: 1 addition & 0 deletions polymer/css/behaviors/fin-hypergrid-behavior-gol.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






1 change: 1 addition & 0 deletions polymer/css/behaviors/fin-hypergrid-behavior-in-memory.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






1 change: 1 addition & 0 deletions polymer/css/behaviors/fin-hypergrid-behavior-json.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






1 change: 1 addition & 0 deletions polymer/css/behaviors/fin-hypergrid-behavior-q.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






1 change: 1 addition & 0 deletions polymer/css/behaviors/fin-hypergrid-behavior-qtree.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






1 change: 1 addition & 0 deletions polymer/css/data.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@






1 change: 1 addition & 0 deletions polymer/css/features/fin-hypergrid-feature-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






1 change: 1 addition & 0 deletions polymer/css/features/fin-hypergrid-feature-cell-click.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@




Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@






Loading

0 comments on commit 9416276

Please sign in to comment.