0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #305 from giorgian/fix-android-detection More... almost 11 years ago
Merge pull request #315 from giorgian/fix-settings More... almost 11 years ago
Fix: prevent minimizer from messing up index settings code. More... almost 11 years ago
[#290] When looking for the top margin of the next sibling we need to skip fallbacks for figures that have already been used. More... over 11 years ago
Some old Android platforms have a different platform name; try to get them all with one regexp. More... over 11 years ago
Fix: correctly detect android platform. Many devices set navigator.platform to "Linux armv7l", so that they end up having class os-linux instead of os-android. More... over 11 years ago
Merge pull request #303 from giorgian/12-webfonts More... over 11 years ago
Merge pull request #304 from andreacampi/issue-298-one-more-fix More... over 11 years ago
[#12] Set a shorter timeout than the one used internally by WebFont loader to prevent treesaver from unbooting if font loading takes too much time. More... over 11 years ago
Merge pull request #302 from andreacampi/fix-octal-literal More... over 11 years ago
Merge pull request #301 from giorgian/loader-shown-event More... over 11 years ago
[#12] Updated deps. More... over 11 years ago
[#12] Example for treesaver.fonts (copied from simple). More... over 11 years ago
[#12] Support for webfonts. The purpose is to have a reliable way to detect which fonts are ready when treesaver starts, and to prevent fonts loaded afterward from messing the measurements up. More... over 11 years ago
Fire a custom event right after showing the loading message. More... over 11 years ago
Fix octal literals to work with recent versions of CoffeeScript. More... over 11 years ago
Fix a remaining bug that escaped the first round of testing. More... over 11 years ago
Add a couple of basic sanity tests. More... over 11 years ago
Merge pull request #299 from andreacampi/issue-298 More... over 11 years ago
Browsers that report fractional dimensions quite often round them in an unpredictable way; let's round them off. More... over 11 years ago
A fractional line height for content pretty much messes everything up, since we use it as the basic unit we base all calculations on. Just round it up to the next whole pixel. More... over 11 years ago
Fix dimensions.roundUp with fractional numbers. More... over 11 years ago
Add tests for the current implementation of dimensions.roundUp, demonstrating the failure on fractional numbers. More... over 11 years ago
Use element.getBoundingClient() to implement getOffsetWidth(); this also affects Metrics, since it uses getOffsetWidth(). More... over 11 years ago
Refactor column width calculations: * consistently use treesaver.dimensions.Metrics to compute the column width, as well as the content width (since the two must be consistent); * store it on the column itself; * read it from there when validating that they are consistent. More... over 11 years ago
Add a test for validating columns with a fractional widths. This test fails at this time on browsers that support sub-pixels. More... over 11 years ago
Add a simple test for sub-pixels in lineHeight. More... over 11 years ago
Add a capability to detect sub-pixel support. More... over 11 years ago
Test for Metrics lineHeight with integer pixels. More... over 11 years ago
Merge branch 'gh-master' More... over 11 years ago