summaryrefslogtreecommitdiffstats
path: root/views/controls/label.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Elide the EV bubble when it's extremely long. This limits it to half the loc...pkasting@chromium.org2010-05-201-11/+24
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-101-1/+1
* Make Font::GetStringWidth() a shortcut for gfx::Canvas::SizeStringInt() on Wi...pkasting@chromium.org2010-05-051-2/+4
* This CL fixes issue 41985 - The focus frames are out of range on the Options ...xji@chromium.org2010-05-051-8/+0
* Use GetDisplayStringInLTRDirectionality() in more places to simplify code.pkasting@chromium.org2010-05-051-2/+1
* [accessibility] Allow views to have multiple accessibility states and add cor...mhm@chromium.org2010-04-091-1/+1
* Fix Regression for Accessible Names appearing as NAMELESS.mhm@chromium.org2010-04-041-6/+1
* Fix a bug that caused single-line labels to be line-wrapped with Views for Li...satorux@chromium.org2010-03-311-1/+7