summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/status_bubble_views.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert GetDisplayStringInLTRDirectionality from wstring to string16.tony@chromium.org2010-08-181-1/+3
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-1/+1
* Make status bubble behave properly in RTL languages.mirandac@chromium.org2010-08-061-13/+14
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-1/+0
* 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
* Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di...johnnyg@chromium.org2010-06-141-1/+2
* Speculative fix for blank status bubble.mirandac@google.com2010-05-201-21/+14
* GTK: expand status bar when user hovers over a link for long enough.estade@chromium.org2010-05-141-2/+2
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-101-2/+2
* Refactors animation to allow for cleaner subclassing. I'm doing thissky@chromium.org2010-05-051-7/+7
* Use GetDisplayStringInLTRDirectionality() in more places to simplify code.pkasting@chromium.org2010-05-051-2/+1
* Change hover time to 1600 ms, and resize more quickly for smaller width change.mirandac@google.com2010-05-031-9/+172
* Convert Label::GetFont() to unix_hacker style. Original patch by Thiago Fari...pkasting@chromium.org2010-03-301-4/+4
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-4/+4
* Move text_elider from app/gfx to app/ben@chromium.org2010-03-191-2/+2
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* gtk: Hide the status bubble when the mouse nears it.derat@chromium.org2009-11-141-16/+19
* Mac: Let status bubble dodge to the right if necessary.thakis@chromium.org2009-11-091-1/+1
* Refactor widget methods to support desktop notifications, including GTK stubs.johnnyg@chromium.org2009-10-261-1/+5
* Gets status bubbles on views/gtk to correctly track when the parentsky@chromium.org2009-10-211-2/+22
* Fixes regression in menu button. I converted a call from GetWidget tosky@chromium.org2009-10-141-2/+2
* Ensure that status bubble does not obscure download shelf.mirandac@chromium.org2009-08-061-1/+2
* Fix compile error.nsylvain@chromium.org2009-08-011-1/+1
* Fix unrelated bustage... ALLOW_THIS...ben@chromium.org2009-08-011-1/+1
* Status bubble limping in TOOLKIT_VIEWS.ben@chromium.org2009-08-011-46/+16
* Stop drawing the status bubble text highlight because it sucks for themes.glen@chromium.org2009-07-251-23/+16
* Revert 19829.mirandac@chromium.org2009-07-021-173/+9
* Change status bubble so that it expands to accommodate URL's that are abridge...mirandac@chromium.org2009-07-021-9/+173
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-1/+1
* Revert :nsylvain@chromium.org2009-06-221-1/+1
* Colors status bubble according to theme.mirandac@chromium.org2009-06-201-7/+11
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-1/+1
* Reverting 18872.jcampan@chromium.org2009-06-191-1/+1
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-1/+1
* Fix toolkit_views bustage.ben@chromium.org2009-06-041-3/+2
* Changed the status bar size to adapt to the size of the font,mirandac@chromium.org2009-05-291-26/+32
* Commit on behalf of Yusuke:glen@chromium.org2009-05-271-3/+8
* This fixes the problem of the status bubble obscuring the download shelf.mirandac@chromium.org2009-05-271-3/+11
* Fix broken toolkit_views build by adding include of message_loop.ben@chromium.org2009-05-271-0/+1
* Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...ben@chromium.org2009-05-261-68/+77
* Forces window to show and hide with native system calls at the beginningmirandac@chromium.org2009-05-231-0/+4
* Reverting 16802.mirandac@chromium.org2009-05-221-3/+0
* Forces window to show and hide with native system calls at the beginningmirandac@chromium.org2009-05-221-0/+3
* Commit for Yusuke. http://codereview.chromium.org/106005glen@chromium.org2009-05-161-10/+40
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-3/+3
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-1/+1
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-3/+3