| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tests for new lock/shutdown animations before flipping switch on the ToT. | antrim@chromium.org | 2012-11-26 | 5 | -33/+700 |
* | gfx::Transform API clean-up | vollick@chromium.org | 2012-11-26 | 6 | -44/+42 |
* | Makes windows obey their maximum size constraints on chromeos. | koz@chromium.org | 2012-11-26 | 10 | -0/+87 |
* | Change immersive mode button to toggle | jamescook@chromium.org | 2012-11-21 | 3 | -6/+33 |
* | Stop using shell::GetInstance()->system_tray() in system tray items | bartfab@chromium.org | 2012-11-21 | 1 | -1/+2 |
* | Introduce SessionStateObserver | antrim@chromium.org | 2012-11-21 | 5 | -1/+71 |
* | Let chromeos::User decide whether the current session can be locked | bartfab@chromium.org | 2012-11-21 | 7 | -57/+34 |
* | [base] Move AutoReset to base namespace. | dbeam@chromium.org | 2012-11-21 | 5 | -7/+7 |
* | Start lock-to-shutdown timer after lock animation is finished | antrim@chromium.org | 2012-11-20 | 1 | -5/+4 |
* | ui: Add default implementations for EventHandler interface. | sadrul@chromium.org | 2012-11-20 | 19 | -193/+0 |
* | Move focus shifting from CEF onto an EventHandler implementation on Activatio... | ben@chromium.org | 2012-11-20 | 2 | -2/+59 |
* | Revert 168552 - Let shift globally trigger slow animation mode. | jamescook@chromium.org | 2012-11-19 | 1 | -0/+4 |
* | Let shift globally trigger slow animation mode. | vollick@chromium.org | 2012-11-19 | 1 | -4/+0 |
* | Revert r168447 "Makes windows obey their maximum size constraints on chromeos." | oshima@chromium.org | 2012-11-17 | 10 | -87/+0 |
* | Makes windows obey their maximum size constraints on chromeos. | koz@chromium.org | 2012-11-17 | 10 | -0/+87 |
* | Separates some ash-specific logic from the ActivationController in preparatio... | ben@chromium.org | 2012-11-15 | 7 | -52/+169 |
* | Revert direction of unlock user pod animation. | antrim@chromium.org | 2012-11-15 | 1 | -28/+10 |
* | app_list: Make over scroll animation faster. | xiyuan@chromium.org | 2012-11-15 | 1 | -8/+8 |
* | Move shadow code to views\corewm | ben@chromium.org | 2012-11-14 | 15 | -1636/+11 |
* | aura: Remove aura::EventFilter. | sadrul@chromium.org | 2012-11-14 | 2 | -24/+60 |
* | Use gfx::Insets return type for Border::GetInsets(). | wittman@chromium.org | 2012-11-14 | 1 | -6/+3 |
* | views: Improve the constant names of the ButtonState enum. | tfarina@chromium.org | 2012-11-14 | 5 | -12/+14 |
* | - Move DisplayManager and DisplayChangeObserverX11 from aura | oshima@chromium.org | 2012-11-14 | 3 | -17/+10 |
* | ui: Remove implicit flooring in skia rect conversion methods. | danakj@chromium.org | 2012-11-14 | 3 | -17/+18 |
* | Don't use drag to corner resizing for unresizable windows | skuhne@chromium.org | 2012-11-14 | 4 | -1/+26 |
* | ash: Add immersive mode button to frame, behind flag | jamescook@chromium.org | 2012-11-14 | 3 | -7/+85 |
* | re-re-land of https://codereview.chromium.org/11364053/ | scottmg@chromium.org | 2012-11-14 | 2 | -9/+9 |
* | Use correct modal window container at login screen | nkostylev@chromium.org | 2012-11-13 | 1 | -3/+4 |
* | Revert 167431 - reland of https://codereview.chromium.org/11364053/ | scottmg@chromium.org | 2012-11-13 | 2 | -9/+9 |
* | reland of https://codereview.chromium.org/11364053/ | scottmg@chromium.org | 2012-11-13 | 2 | -9/+9 |
* | ash: Convert all remaining EventFilters into EventHandlers. | sadrul@chromium.org | 2012-11-13 | 17 | -242/+246 |
* | Added speed/duration to SessionStateAnimator, fixed call in SystemTrayDelegate | antrim@chromium.org | 2012-11-13 | 8 | -180/+282 |
* | Revert 167245 - Currently, the ash and desktop implementations of StackingCli... | scottmg@chromium.org | 2012-11-12 | 2 | -9/+9 |
* | Currently, the ash and desktop implementations of StackingClient stomp each o... | scottmg@google.com | 2012-11-12 | 2 | -9/+9 |
* | Move ui\aura\shared to ui\views\corewm | ben@chromium.org | 2012-11-12 | 7 | -10/+10 |
* | ash: Convert some aura::EventFilters into ui::EventHandlers. | sadrul@chromium.org | 2012-11-12 | 6 | -90/+73 |
* | Windows were swapping sides in some situations of auto control | skuhne@chromium.org | 2012-11-12 | 2 | -14/+12 |
* | ash: Add flag to animate transition from boot splash screen. | derat@chromium.org | 2012-11-10 | 4 | -135/+140 |
* | Changed the shadow animation time to 100ms | skuhne@chromium.org | 2012-11-10 | 2 | -3/+3 |
* | Re-order case statement according to WindowType order | simon.hong81@gmail.com | 2012-11-09 | 1 | -3/+3 |
* | Make views::Border::Paint() non-const; additional cleanup. | msw@chromium.org | 2012-11-09 | 1 | -4/+2 |
* | ui: Remove gfx::Point Add() and Subtract() which were non-mutating member met... | danakj@chromium.org | 2012-11-09 | 1 | -4/+2 |
* | Various modal dialog handling fixes when lock layer window is active (i.e. lo... | nkostylev@chromium.org | 2012-11-09 | 3 | -5/+16 |
* | Animate launcher in only after lock screen is displayed. | antrim@chromium.org | 2012-11-09 | 5 | -10/+42 |
* | Don't check NULL for ShellDelegate. | oshima@chromium.org | 2012-11-08 | 1 | -2/+2 |
* | Adding a size of 50% screen size to the list of snap sizer allowed window sizes. | skuhne@chromium.org | 2012-11-08 | 4 | -37/+79 |
* | ash: Fix solo window header transparency after workspace switch | jamescook@chromium.org | 2012-11-08 | 4 | -22/+76 |
* | Snap resize windows on touch to 50% when the maximize button is close to the ... | skuhne@chromium.org | 2012-11-07 | 11 | -22/+142 |
* | Replace Label::Alignment with gfx::HorizontalAlignment. | msw@chromium.org | 2012-11-07 | 1 | -1/+0 |
* | ui: Remove event_functions.* component. | tfarina@chromium.org | 2012-11-07 | 2 | -2/+2 |