| Commit message (Expand) | Author | Age | Files | Lines |
* | Move TableModel out of views/ and into app/. | estade@chromium.org | 2009-06-16 | 1 | -10/+9 |
* | UI Support for Auto Spell Correct. Currently, it is still under the command l... | sidchat@google.com | 2009-06-03 | 1 | -1/+32 |
* | Make Combobox portable | ben@chromium.org | 2009-06-02 | 1 | -13/+12 |
* | Split out the views table functions into separate header files. Many users only | brettw@chromium.org | 2009-05-31 | 1 | -0/+3 |
* | Move text_field.cc and rename the class to Textfield in preparation for porting. | ben@chromium.org | 2009-05-27 | 1 | -1/+0 |
* | - Passing correct window handle to CreateChromeWindow(). We should pass the | hbono@chromium.org | 2009-05-22 | 1 | -2/+2 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | 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 | -7/+7 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | 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 |
* | Change in enable-spellcheck checkbox in Languages Options Tab should not be c... | sidchat@google.com | 2009-05-04 | 1 | -4/+5 |
* | Use tab to group "Show saved passwords" and "Exceptions" | hclam@chromium.org | 2009-04-15 | 1 | -1/+1 |
* | Switch some more ASCII locale code wstrings to strings. | estade@chromium.org | 2009-03-24 | 1 | -175/+177 |
* | The death knell for the old native buttons, checkboxes and radio buttons. | ben@chromium.org | 2009-03-23 | 1 | -15/+9 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 1 | -6/+6 |
* | Move widget related files into views/widget | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Make Widget return a gfx::NativeView instead of a HWND. | ben@chromium.org | 2009-03-12 | 1 | -1/+1 |
* | Change SpellChecker::Language to be an ASCII string. | estade@chromium.org | 2009-03-11 | 1 | -2/+4 |
* | Remove the spellcheck language preference setting when UI language is changed... | sidchat@google.com | 2009-03-09 | 1 | -0/+5 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -2/+3 |
* | Fix the bug: Scrolling the Spell-checker drop-down box adds the languages scr... | sidchat@google.com | 2009-03-05 | 1 | -2/+43 |
* | Reduce the height of options on the Languages panel. | mal@chromium.org | 2009-03-05 | 1 | -2/+2 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -2/+2 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -4/+3 |
* | 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 |
* | Remember change in Spell Check language by putting it in the list of accept l... | sidchat@google.com | 2009-02-03 | 1 | -0/+29 |
* | Try and make some spellcheck code more obvious by using typedefs. | pkasting@chromium.org | 2008-12-11 | 1 | -1/+1 |
* | Cleanup part 4. | pkasting@chromium.org | 2008-12-09 | 1 | -7/+1 |
* | Fix the layout of the Spell Check Options part, in the languages tab, in the ... | sidchat@google.com | 2008-12-05 | 1 | -18/+20 |
* | Move base/gfx/skia_util to skia/ext/skia_util_win. | brettw@google.com | 2008-12-03 | 1 | -1/+0 |
* | Revert my skia file moves because of layout test failures. | brettw@google.com | 2008-12-03 | 1 | -0/+1 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 1 | -1/+0 |
* | Add a new submenu in the context menu for a text box. This submenu displays s... | sidchat@google.com | 2008-12-01 | 1 | -39/+8 |
* | Rename Container->Widget | ben@chromium.org | 2008-11-21 | 1 | -3/+3 |
* | Accept the changes in the UI Language in Options ... -> Language Menu only if... | sidchat@google.com | 2008-11-11 | 1 | -4/+16 |
* | Add widely-used variants of en, fr, de and it. | jungshik@google.com | 2008-11-02 | 1 | -2/+14 |
* | Only show the language restart warning once, and only if needed. | glen@chromium.org | 2008-10-29 | 1 | -3/+9 |
* | Add option to disable/enable Spell Check. In addition, remove additional code... | sidchat@google.com | 2008-10-29 | 1 | -7/+22 |
* | A quick fix for a possible assertion caused by r3407. | hbono@chromium.org | 2008-10-17 | 1 | -1/+2 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -50/+51 |
* | Rename ViewContainer to Container and HWNDViewContainer to ContainerWin. | ben@chromium.org | 2008-10-16 | 1 | -3/+3 |
* | Change SpellChecker language without restarting the browser. | sidchat@google.com | 2008-10-15 | 1 | -6/+15 |
* | Convert GetPreferredSize from: | beng@google.com | 2008-10-15 | 1 | -8/+7 |