| Commit message (Expand) | Author | Age | Files | Lines |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -8/+8 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 1 | -5/+5 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -2/+2 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -3/+3 |
* | 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 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | roll back r15177 | ben@chromium.org | 2009-05-04 | 1 | -1/+0 |
* | Extract all views resources into: | ben@chromium.org | 2009-05-04 | 1 | -0/+1 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 1 | -11/+13 |
* | Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform" | tc@google.com | 2009-04-21 | 1 | -13/+11 |
* | Refactor DialogDelegate so the DialogButton enum is in cross platform | tc@google.com | 2009-04-21 | 1 | -11/+13 |
* | This CL fixes a lint issue -- line exceeding 80 characters. | xji@chromium.org | 2009-03-28 | 1 | -1/+2 |
* | Passing a foreground window to the google update code so that if it triggers ... | robertshield@google.com | 2009-03-26 | 1 | -2/+4 |
* | This CL fix issue 8649 -- RTL: Wrong parenthesis direction is displayed on "A... | xji@chromium.org | 2009-03-26 | 1 | -2/+6 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | Move windowing related objects into chrome/views/window subdir. | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-14 | 1 | -1/+1 |
* | rollback again | ben@chromium.org | 2009-03-14 | 1 | -1/+1 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-14 | 1 | -1/+1 |
* | revert | ben@chromium.org | 2009-03-13 | 1 | -1/+1 |
* | Rename Window->WindowWin | ben@chromium.org | 2009-03-13 | 1 | -1/+1 |
* | Make Widget return a gfx::NativeView instead of a HWND. | ben@chromium.org | 2009-03-12 | 1 | -1/+1 |
* | Fix all places where we used the GetWinVersion function | nsylvain@chromium.org | 2009-02-25 | 1 | -1/+2 |
* | Add locale_settings.grd to the build. This generates | tc@google.com | 2009-02-18 | 1 | -5/+4 |
* | 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 |
* | Move metrics files into a subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Clean up about box for unofficial builds. | phajdan.jr@chromium.org | 2008-12-11 | 1 | -0/+6 |
* | Fix 1955: Show Chromium build number after version (Chromium only) | finnur@google.com | 2008-12-08 | 1 | -0/+5 |
* | Changes about view to explicitly set the background to white. This way | sky@google.com | 2008-11-17 | 1 | -0/+1 |
* | Fix Large Font issues in About box (issue 2458). | finnur@google.com | 2008-11-06 | 1 | -22/+59 |
* | Fix RTL issues in the About box (bug 3756). | finnur@google.com | 2008-10-31 | 1 | -29/+84 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -1/+1 |
* | Add a separate string for showing that chrome updated without | tc@google.com | 2008-10-23 | 1 | -9/+9 |
* | Issue 3487: We now set the bounds for the links in the About box as soon as w... | finnur@google.com | 2008-10-19 | 1 | -19/+18 |
* | The translation lead requested that this sentence be a single | tc@google.com | 2008-10-17 | 1 | -14/+41 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -23/+23 |
* | Make View::SetBounds take a const gfx::Rect& instead of a const CRect& | ben@chromium.org | 2008-10-16 | 1 | -4/+3 |
* | Convert GetPreferredSize from: | beng@google.com | 2008-10-15 | 1 | -52/+51 |
* | Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. | ben@chromium.org | 2008-10-14 | 1 | -14/+16 |
* | Tweaks for the text on the About box (from bug 3360): | finnur@google.com | 2008-10-13 | 1 | -1/+2 |
* | Terms of Service don't apply to Chromium. Remove the link from the About box. | finnur@google.com | 2008-10-10 | 1 | -13/+18 |
* | Allow the translators to chose which link appears first in the About box. | finnur@google.com | 2008-10-10 | 1 | -9/+20 |
* | Changing the About box according to mockups. Basically, we now want to have a... | finnur@google.com | 2008-10-09 | 1 | -27/+210 |
* | Make the link in the About box clickable (Issue 657) | finnur@google.com | 2008-09-26 | 1 | -12/+31 |
* | Landing a patch for Adam. See http://codereview.chromium.org/3136 for details. | finnur@google.com | 2008-09-19 | 1 | -6/+4 |
* | Rename legacy methods that were in CamelCase to unix_hacker. | erg@google.com | 2008-09-17 | 1 | -3/+3 |
* | According to reports in the field, some XP machines have a registry flag that... | finnur@google.com | 2008-09-17 | 1 | -0/+1 |