| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
Fix a harmless clang warning about the self-assignment
duration = duration;
R=thomasvl
APPROVED=thomasvl
DELTA=6 (0 added, 1 deleted, 5 changed)
|
|
|
|
|
|
| |
Want mouse up not down for the animation slowdowns.
R=dmaclach
DELTA=7 (0 added, 0 deleted, 7 changed)
|
|
|
|
|
|
|
|
|
| |
NSEvent throws if you call -characters on a non key event, so instead of
checking the requested mask, we have to check the event type (say someone
uses any event as the mask, and it's a click event...)
Also handle keydown or up for the tab check.
R=dmaclach,stuartmorgan
DELTA=8 (1 added, 0 deleted, 7 changed)
|
|
|
|
|
|
|
| |
Clean up issues brought up in recent TBR.
Check for single character, and check to make sure ctrl isn't down as well.
R=thomasvl
DELTA=2 (1 added, 0 deleted, 1 changed)
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
Forgot NSAnimationContext when adding duration support.
R=thomasvl
DELTA=13 (13 added, 0 deleted, 0 changed)
TBR=thomasvl
|
|
Add animation duration controls to GTM.
R=thomasvl
DELTA=106 (106 added, 0 deleted, 0 changed)
|