summaryrefslogtreecommitdiffstats
path: root/views/controls/label.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert View::HasFocus() to be const. Required adding const versions of some...pkasting@chromium.org2011-10-261-1/+1
* ui/gfx: Convert Canvas::DrawFocusRect() to use gfx::Rect.tfarina@chromium.org2011-10-251-2/+1
* Make views::Label and views::Link auto-color themselves to be readable over t...pkasting@chromium.org2011-10-121-25/+45
* Multi-Profiels: Support high contrast mode in profile menusail@chromium.org2011-10-101-0/+5
* Change std::wstring to string16 for views::Label and views::Labelyosin@chromium.org2011-10-071-19/+21
* Revert 104076 - Change std::wstring to string16 for views::Linkhbono@chromium.org2011-10-051-21/+19
* Change std::wstring to string16 for views::Linkyosin@chromium.org2011-10-051-19/+21
* wstring: remove wstrings from all tooltip-related codeevan@chromium.org2011-09-151-5/+5
* Introduce FORCE_LTR_DIRECTIONALTY in Canvas.xji@chromium.org2011-08-181-0/+9
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-1/+4
* Labels don't need to respond to mouse clicks and doing so can interfere with ...finnur@chromium.org2011-07-021-0/+4
* views: Make View::GetBaseline() a const method.tfarina@chromium.org2011-05-271-1/+1
* views: Add OnEnabledChanged() method to View class.tfarina@chromium.org2011-05-271-5/+3
* wstring: remove wstring version of SplitStringevan@chromium.org2011-05-051-5/+4
* Reorder some views::View overrides & other functions.msw@chromium.org2011-03-161-104/+104
* Clean up some event code:msw@chromium.org2011-03-141-3/+3
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-7/+5
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-091-4/+4
* Remove wstrings from ui/base/text_elider.h functions.tony@chromium.org2011-03-081-1/+1
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-0/+12
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-5/+7
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-7/+5
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-161-3/+3
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-2/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-4/+4
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-3/+3
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-141-1/+1
* Revert 71169 - Revert 71167 - Remove wstring from gfx.avi@chromium.org2011-01-121-1/+1
* Revert 71167 - Remove wstring from gfx.joi@chromium.org2011-01-121-1/+1
* Remove wstring from gfx.avi@chromium.org2011-01-121-1/+1
* Remove wstring from views. Part 1: Switch member variables to string16.avi@chromium.org2011-01-101-15/+13
* Change Font.GetStringWidth() to take string16 instead of wstring.estade@chromium.org2011-01-041-3/+6
* Convert SizeStringInt from taking a wstring to a string16.tony@chromium.org2010-11-221-2/+4
* Not all text-sizing calls took the insets into account, leading to inconsiste...pkasting@chromium.org2010-11-021-4/+5
* Convert ElideUrl to return a string16 instead of a wstring.tony@chromium.org2010-10-271-1/+2
* Convert gfx::ElideText from using wstrings to string16.tony@chromium.org2010-10-211-1/+2
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-10/+4
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Convert GetDisplayStringInLTRDirectionality from wstring to string16.tony@chromium.org2010-08-181-1/+2
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-3/+3
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-1/+1
* Attempt to reland code reverted in r52599, to take another look at the page c...pkasting@chromium.org2010-07-301-2/+4
* Revert 46492 to repair perf regression in XP single-core Moz Page Cyclerjar@chromium.org2010-07-161-4/+2
* Relayout content pref page properly upon sync status changes.mnissler@chromium.org2010-07-151-1/+10
* Adding support for ChromeOS snapshot window titles and favicons.gspencer@chromium.org2010-06-301-62/+71
* Canvas refactoring part 3.ben@chromium.org2010-06-251-3/+3
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-241-3/+3
* Canvas refactoring part 3.ben@chromium.org2010-06-241-3/+3