aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMNSAnimation+Duration.h
Commit message (Collapse)AuthorAge
* [Author: thomasvl]Gravatar gtm.daemon2010-04-14
| | | | | | Want mouse up not down for the animation slowdowns. R=dmaclach DELTA=7 (0 added, 0 deleted, 7 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-03-26
| | | | | | | | | Stop animation slow down applying to shift-tabs. Tab and shift-tab are often used for navigating around UI elements, and in the majority of cases slowing down the animations while navigating around UI elements is not desired. TBR=thomasvl,mrossetti DELTA=24 (15 added, 4 deleted, 5 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-03-10
| | | | | | Change over animation so it will work with other event types than just mouse downs. R=thomasvl DELTA=33 (16 added, 1 deleted, 16 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-11-10
| | | | | | | Put some better restrictions on the Animations so they don't happen by accident. Imitates the minimize window behaviour. R=thomasvl DELTA=15 (8 added, 0 deleted, 7 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-11-10
| | | | | | | Turns out I needed to expose a bit more API to make it work with all of the animations in Chrome nicely. R=thomasvl DELTA=42 (30 added, 8 deleted, 4 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-11-10
| | | | | | | Forgot NSAnimationContext when adding duration support. R=thomasvl DELTA=13 (13 added, 0 deleted, 0 changed) TBR=thomasvl
* [Author: dmaclach]Gravatar gtm.daemon2009-11-09
Add animation duration controls to GTM. R=thomasvl DELTA=106 (106 added, 0 deleted, 0 changed)