| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 3 | -16/+16 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 3 | -16/+16 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 3 | -16/+16 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 3 | -16/+16 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 3 | -16/+16 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -1/+5 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 5 | -6/+6 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 6 | -0/+6 |
* | Relayout content pref page properly upon sync status changes. | mnissler@chromium.org | 2010-07-15 | 1 | -0/+3 |
* | Default to GTK_WRAP_WORD_CHAR for multiline textfield on Gtk. | xiyuan@chromium.org | 2010-06-24 | 1 | -0/+3 |
* | Canvas refactoring part 2. | ben@chromium.org | 2010-06-23 | 2 | -4/+4 |
* | Add accessibility support for Textfields in Windows. | dtseng@chromium.org | 2010-06-16 | 2 | -0/+84 |
* | Unicode bidi mirroring characters are not correctly mirrored in textfield and... | xji@chromium.org | 2010-06-15 | 2 | -12/+74 |
* | Same issue as in omnibox, keyboard layout change inside DefWindowProc() in | xji@chromium.org | 2010-06-10 | 1 | -2/+23 |
* | Cleanup of about box | seanparent@google.com | 2010-06-09 | 1 | -1/+6 |
* | Add multiline support to views::TextField. | xiyuan@chromium.org | 2010-05-22 | 4 | -41/+307 |
* | This CL fixes issue 42867 - "OK" button disabled on "Edit Exception" dialog box | xji@chromium.org | 2010-05-07 | 1 | -1/+8 |
* | Remove unused local variables now that subclasses don't need to track their o... | pkasting@chromium.org | 2010-04-23 | 1 | -3/+0 |
* | A quick fix for Issue 34970. | hbono@chromium.org | 2010-04-19 | 7 | -4/+34 |
* | [accessibility] Allow views to have multiple accessibility states and add cor... | mhm@chromium.org | 2010-04-09 | 1 | -7/+6 |
* | Remove unnecessary NOTIMPLEMENTED call. We will eventually need to implement ... | chocobo@chromium.org | 2010-04-08 | 1 | -1/+0 |
* | Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j... | pkasting@chromium.org | 2010-04-03 | 2 | -18/+0 |
* | views: [accessibility] Add support for Accessibility Value. | ctguil@chromium.org | 2010-03-26 | 2 | -0/+14 |
* | Fixes ordering of includes. | sky@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Fixes compile error because gfx moved to src. | sky@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Adds the ability to display text in a textfield when the text is | sky@chromium.org | 2010-03-23 | 5 | -17/+162 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Fix bug with native text field where if there's a visibility change, the nati... | chocobo@chromium.org | 2010-03-22 | 3 | -26/+18 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 1 | -2/+3 |
* | Add ability to show/hide password in login dialog. | chocobo@chromium.org | 2010-03-19 | 7 | -7/+34 |
* | views: Add accessibility support to the Textfield control. | ctguil@chromium.org | 2010-03-19 | 2 | -2/+47 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 2 | -2/+2 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 5 | -6/+6 |
* | chromeos: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-14 | 1 | -1/+2 |
* | Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ... | pkasting@chromium.org | 2010-02-26 | 1 | -4/+4 |
* | Fixes bug in textfield on views/gtk where we weren't properly | sky@chromium.org | 2009-12-04 | 1 | -19/+22 |
* | Refactor the menu model to live outside views/ so it can be shared | pinkerton@chromium.org | 2009-12-04 | 2 | -8/+10 |
* | Makes views not draw focus for native controls on Gtk. As Gtk renders | sky@chromium.org | 2009-12-03 | 2 | -9/+12 |
* | Fixes two issues from valgrind, and some cleanup: | sky@chromium.org | 2009-11-20 | 1 | -2/+4 |
* | Fixing a bug where the textfield would paint outside of its bounds | jcampan@chromium.org | 2009-11-13 | 1 | -1/+2 |
* | Fix a crash when GetOleInterface returns NULL. The replaced class, CComQIPtr... | jhawkins@chromium.org | 2009-11-06 | 1 | -2/+4 |
* | AppendText was appending twice due to bad merge happened in the past. | oshima@chromium.org | 2009-10-12 | 1 | -4/+1 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 2 | -2/+2 |
* | Partially revert r28629. | craig.schlenter@chromium.org | 2009-10-10 | 1 | -1/+0 |
* | The textfield's text was not updated when text is updated by input. | oshima@chromium.org | 2009-10-09 | 1 | -0/+1 |
* | Convert gdk keycode to match base::KeyboardCode. | oshima@chromium.org | 2009-10-09 | 1 | -1/+5 |
* | * Password style support for gtk's textfield impl. | oshima@chromium.org | 2009-10-09 | 1 | -0/+7 |
* | Backspace should not be processed as an accelerator in textfield, so it reall... | jcampan@chromium.org | 2009-10-08 | 1 | -3/+3 |
* | Move classes depending on Skia out of base/gfx and into app/gfx. Rename | brettw@chromium.org | 2009-10-07 | 3 | -3/+5 |
* | Turns on the focus traversal unit-tests and fixed some focus traversal problem: | jcampan@chromium.org | 2009-10-07 | 1 | -0/+4 |