summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/label.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Sort header files.tfarina@chromium.org2012-05-301-1/+1
* ui: Move NativeTheme files into ui/base/native_theme/ directory.tfarina@chromium.org2012-05-151-7/+7
* Revert 136996 - ui: Move NativeTheme files into ui/base/native_theme/ directory.tfarina@chromium.org2012-05-141-7/+7
* ui: Move NativeTheme files into ui/base/native_theme/ directory.tfarina@chromium.org2012-05-141-7/+7
* Implement Aura Menu spec for the color specification part.jennyz@chromium.org2012-04-301-22/+7
* views: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-04-171-3/+3
* Fix avatar menu eliding in Windows.gab@chromium.org2012-03-271-0/+11
* ash: Draw shadows for text in uber tray.derat@chromium.org2012-03-271-0/+27
* Cleanup for views::Label:pkasting@chromium.org2012-03-261-13/+4
* ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.tfarina@chromium.org2012-03-151-3/+2
* views: Disable subpixel rendering for transparent labels.derat@chromium.org2012-03-121-0/+4
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-091-1/+1
* If script text is in right-to-left directionality, it got truncated because t...xji@chromium.org2012-03-021-15/+18
* Script dialog text complies with HTML5 Bidi standard.xji@chromium.org2012-02-091-10/+10
* views: Convert IsFocusable() to just focusable() since it's just a simple acc...tfarina@chromium.org2011-12-161-1/+1
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-141-1/+1
* Change signature of |ui::ElideText()|. Add a truncate mode.asvitkine@chromium.org2011-12-121-2/+2
* views: Convert IsEnabled() to just enabled() since it's just a simple accessor.tfarina@chromium.org2011-12-121-1/+1
* views::Label should paint borders in the overridden OnPaint() method.varunjain@chromium.org2011-12-011-0/+4
* views: Move the remaining file from views/ to ui/views/.tfarina@chromium.org2011-12-011-1/+1
* views: Move label and link files to ui/views/controls/.tfarina@chromium.org2011-11-291-0/+503