summaryrefslogtreecommitdiff
path: root/gtk/gtkprogresstracker.c
Commit message (Collapse)AuthorAgeFilesLines
* progresstracker: Don't hand out NaNBenjamin Otte2017-11-121-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 Bassi2016-10-171-1/+1
| | | | We need to pass void as the argument type.
* progresstracker: add GTK_SLOWDOWN environment variableMatt Watson2016-04-081-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 progressMatt Watson2016-04-081-0/+250