| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: Hide the status bubble when the mouse nears it. | derat@chromium.org | 2009-11-14 | 1 | -16/+19 |
* | Mac: Let status bubble dodge to the right if necessary. | thakis@chromium.org | 2009-11-09 | 1 | -1/+1 |
* | Refactor widget methods to support desktop notifications, including GTK stubs. | johnnyg@chromium.org | 2009-10-26 | 1 | -1/+5 |
* | Gets status bubbles on views/gtk to correctly track when the parent | sky@chromium.org | 2009-10-21 | 1 | -2/+22 |
* | Fixes regression in menu button. I converted a call from GetWidget to | sky@chromium.org | 2009-10-14 | 1 | -2/+2 |
* | Ensure that status bubble does not obscure download shelf. | mirandac@chromium.org | 2009-08-06 | 1 | -1/+2 |
* | Fix compile error. | nsylvain@chromium.org | 2009-08-01 | 1 | -1/+1 |
* | Fix unrelated bustage... ALLOW_THIS... | ben@chromium.org | 2009-08-01 | 1 | -1/+1 |
* | Status bubble limping in TOOLKIT_VIEWS. | ben@chromium.org | 2009-08-01 | 1 | -46/+16 |
* | Stop drawing the status bubble text highlight because it sucks for themes. | glen@chromium.org | 2009-07-25 | 1 | -23/+16 |
* | Revert 19829. | mirandac@chromium.org | 2009-07-02 | 1 | -173/+9 |
* | Change status bubble so that it expands to accommodate URL's that are abridge... | mirandac@chromium.org | 2009-07-02 | 1 | -9/+173 |
* | This CL removes the last (major) Windows specific part out of the focus manag... | jcampan@chromium.org | 2009-06-30 | 1 | -1/+1 |
* | Revert : | nsylvain@chromium.org | 2009-06-22 | 1 | -1/+1 |
* | Colors status bubble according to theme. | mirandac@chromium.org | 2009-06-20 | 1 | -7/+11 |
* | Relanding focus manager refactoring with build fix, see:http://codereview.chr... | jcampan@chromium.org | 2009-06-20 | 1 | -1/+1 |
* | Reverting 18872. | jcampan@chromium.org | 2009-06-19 | 1 | -1/+1 |
* | Removed the last Windows specific part out of the focus manager. HWNDs are no... | jcampan@chromium.org | 2009-06-19 | 1 | -1/+1 |
* | Fix toolkit_views bustage. | ben@chromium.org | 2009-06-04 | 1 | -3/+2 |
* | Changed the status bar size to adapt to the size of the font, | mirandac@chromium.org | 2009-05-29 | 1 | -26/+32 |
* | Commit on behalf of Yusuke: | glen@chromium.org | 2009-05-27 | 1 | -3/+8 |
* | This fixes the problem of the status bubble obscuring the download shelf. | mirandac@chromium.org | 2009-05-27 | 1 | -3/+11 |
* | Fix broken toolkit_views build by adding include of message_loop. | ben@chromium.org | 2009-05-27 | 1 | -0/+1 |
* | Removes WidgetWin dependency from StatusBubbleViews so that it can compile on... | ben@chromium.org | 2009-05-26 | 1 | -68/+77 |
* | Forces window to show and hide with native system calls at the beginning | mirandac@chromium.org | 2009-05-23 | 1 | -0/+4 |
* | Reverting 16802. | mirandac@chromium.org | 2009-05-22 | 1 | -3/+0 |
* | Forces window to show and hide with native system calls at the beginning | mirandac@chromium.org | 2009-05-22 | 1 | -0/+3 |
* | Commit for Yusuke. http://codereview.chromium.org/106005 | glen@chromium.org | 2009-05-16 | 1 | -10/+40 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -3/+3 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 1 | -1/+1 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -3/+3 |
* | Fix NOTREACHED in status bubble if window is made too small. | glen@chromium.org | 2009-05-09 | 1 | -2/+3 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -6/+6 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -2/+2 |
* | Move *Animation to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -2/+2 |
* | Fix status bubble shadow being opaque, which made the bubble appear to be off... | pkasting@chromium.org | 2009-04-14 | 1 | -40/+34 |
* | Remove the black line from the bottom of the status bubble. | brettw@chromium.org | 2009-03-25 | 1 | -2/+3 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Move widget related files into views/widget | ben@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | Make Widget return a gfx::NativeView instead of a HWND. | ben@chromium.org | 2009-03-12 | 1 | -3/+3 |
* | Move windows specific functions from l10n_util.h to l10n_util_win.h. | tc@google.com | 2009-02-24 | 1 | -0/+1 |
* | A few minor changes to WidgetWin: | pkasting@chromium.org | 2009-02-23 | 1 | -1/+1 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -3/+2 |
* | Second try of landing chrome_resources project. Changes from last time: | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Revert "Create a chrome_resources.vcproj that holds grd files that hold" | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Create a chrome_resources.vcproj that holds grd files that hold | tc@google.com | 2009-02-12 | 1 | -1/+1 |