summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused Views TextButton halo code.msw@chromium.org2012-10-042-46/+23
* Bring up of gfx/font on iOS.noyau@chromium.org2012-10-042-15/+21
* Make the glass frame work in win-aura, and get rid of the command line flag t...ben@chromium.org2012-10-046-8/+21
* touch: Replace a chunk of code by CreateInvisibleCursor().tfarina@chromium.org2012-10-041-9/+3
* Bring up of ui/base/animation on iOS.noyau@chromium.org2012-10-042-34/+33
* Revert 160089 - Fix OneClickSigninHelperTest.CanOffer failures due to not hav...kalman@chromium.org2012-10-042-7/+9
* Fix OneClickSigninHelperTest.CanOffer failures due to not having OLE initiali...pkasting@chromium.org2012-10-042-9/+7
* UI: fix typo in TextButtonBase::GetPreferredSize() and TextButton::GetPreferr...hshi@google.com2012-10-041-2/+2
* Improved accuracy of the slider.mtomasz@chromium.org2012-10-043-23/+79
* Set invisible cursor when ui::kCursorNone is specified.mazda@chromium.org2012-10-042-17/+21
* Windows: AcceleratedSurface presents with GDI while the window is being resized.apatrick@chromium.org2012-10-042-84/+135
* Always enable touch on chromeos.flackr@chromium.org2012-10-042-15/+4
* linux_aura: Bubble's content_window_ should be sized to its |window_|.erg@chromium.org2012-10-044-6/+36
* [Coverity] Fix uninitialized scalar field.kmadhusu@chromium.org2012-10-042-3/+4
* Revert 159815 - Move around some ScopedOleInitializers in hopes of reducing t...kalman@chromium.org2012-10-041-0/+8
* This CL supersedes previous ConstrainedWindow Views CLs and contains much of ...wittman@chromium.org2012-10-0317-87/+699
* desktop aura: Make the close button work.erg@chromium.org2012-10-037-59/+148
* Add a LabelExample to views_examples.msw@chromium.org2012-10-038-5/+123
* Extend gfx::canvas to allow DrawBitmapInt(..., alpha). This allows callers toreed@google.com2012-10-032-0/+10
* Use ScopedCOMInitializer in more places. While this doesn't always simplify ...pkasting@chromium.org2012-10-031-7/+6
* Reuse more ui/gfx base classes in iOS.milanb@chromium.org2012-10-031-6/+6
* Mac Web Intents Part 10: Support derived fontssail@chromium.org2012-10-033-3/+49
* Disabled top calibrationskuhne@chromium.org2012-10-031-1/+3
* Move around some ScopedOleInitializers in hopes of reducing the number of dup...pkasting@chromium.org2012-10-031-8/+0
* Use correct location for Enter/LeaveNotifyoshima@chromium.org2012-10-032-1/+33
* Fix leak in test. The child widget was never deleted since thesky@chromium.org2012-10-031-1/+2
* Fix frame moving/sizing with the native frame.ben@chromium.org2012-10-023-8/+6
* Revert to old rect conversion behaviour in backing_store_macvollick@chromium.org2012-10-021-1/+1
* Revert r159105 "This is the 3 following CLs collapsed as one (for easier merg...oshima@chromium.org2012-10-022-32/+4
* add forgotten #ifdef that could cause crash in non-aurascottmg@google.com2012-10-021-0/+2
* Remove an executable bit from ui/views/controls/native/native_view_host_unitt...dmikurube@chromium.org2012-10-021-0/+0
* Fixes bug in NativeViewHost where it wasn't invokingsky@chromium.org2012-10-029-23/+139
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-013-0/+8
* Move force_discrete GPU on older MacBookPro models to GpuBlacklistzmo@google.com2012-10-0113-163/+173
* Get the glass frame limping with desktop aura.ben@chromium.org2012-10-016-86/+143
* Listen in the browser for a connection from a metro viewer process.scottmg@google.com2012-10-0116-470/+50
* Miscellaneous tiny cleanups done while converting files to use ScopedCOMIniti...pkasting@chromium.org2012-10-011-1/+0
* Handle titlebar text updates properlyskuhne@google.com2012-10-018-4/+25
* NativeThemeAndroid should inherit from NativeThemeBasepeter@chromium.org2012-10-012-878/+3
* views: Manage the lifetime of GridLayout by making it a value instead of poin...tfarina@chromium.org2012-09-301-137/+124
* Add more logging to ScopedOleInitializer, akin to what is in ScopedCOMInitial...pkasting@chromium.org2012-09-292-6/+31
* cros: Fix app list misplaced regression after over-scroll.xiyuan@chromium.org2012-09-291-1/+2
* Fix name collisions in WidgetDelegateView.xiyuan@chromium.org2012-09-295-10/+10
* Support obscured RenderTextWin passwords.msw@chromium.org2012-09-2812-132/+190
* Fixes cases where we incorrectly convert from RectF to Rect by flooring. In a...vollick@chromium.org2012-09-2815-73/+300
* Make app launcher on Windows pinnable.benwells@chromium.org2012-09-285-20/+33
* Toggle maximize key does not repeat anymore. Fixed support for non-repeatable...mtomasz@chromium.org2012-09-283-15/+42
* Show cursor on mouse move if the cursor was hidden during the bootoshima@chromium.org2012-09-281-0/+6
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-275-5/+5
* Fix tab dragging in unity2djamesr@chromium.org2012-09-272-7/+52