Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progresstracker: Don't hand out NaN | Benjamin Otte | 2017-11-12 | 1 | -3/+3 |
| | | | | | | | | | When the duration is set to 0, clamp it to 1us. This way we're almost correct: We should really instantly finish, but we don't. But we do respect the delay. Doing this properly would require some refactoring of how the progress tracker actually maintains progress, and this is just a quick fix. | ||||
* | Fix _gtk_get_slowdown() | Emmanuele Bassi | 2016-10-17 | 1 | -1/+1 |
| | | | | We need to pass void as the argument type. | ||||
* | progresstracker: add GTK_SLOWDOWN environment variable | Matt Watson | 2016-04-08 | 1 | -1/+19 |
| | | | | | As we consolidate widgets to use progress tracker, this will allow us to control the speed of all animations in a centralized place | ||||
* | progresstracker: simple struct to track animation progress | Matt Watson | 2016-04-08 | 1 | -0/+250 |