| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | Move a bunch of random other files to src/ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | Remove wstring from views. Part 3: Switch accessibility strings to string16. | avi@chromium.org | 2011-01-14 | 2 | -4/+4 |
* | Move models from app to ui/base/models | ben@chromium.org | 2011-01-14 | 4 | -3/+12 |
* | Move app/key* to ui/base/keycodes/* | ben@chromium.org | 2011-01-13 | 1 | -2/+2 |
* | Cleanup AdjustStringForLocaleDirection() to modify input parameter in place. | jeremy@chromium.org | 2010-11-24 | 1 | -4/+2 |
* | Make accessible getters return values instead of accepting an output paramete... | ctguil@chromium.org | 2010-09-28 | 2 | -12/+6 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 1 | -2/+2 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 1 | -2/+2 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 1 | -2/+2 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 1 | -2/+2 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 1 | -2/+2 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -4/+3 |
* | Remove wstrings from bookmarks, part 12. | viettrungluu@chromium.org | 2010-08-22 | 3 | -3/+5 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 1 | -1/+1 |
* | Add undeclared virtual destructors part 5 | ziadh@chromium.org | 2010-08-02 | 1 | -0/+3 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -4/+3 |
* | views: Fix bad license headers found in some files | tfarina@chromium.org | 2010-07-28 | 3 | -9/+9 |
* | Add undeclared virtual destructors part 2 | ziadh@chromium.org | 2010-07-27 | 1 | -0/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 4 | -0/+4 |
* | Relayout content pref page properly upon sync status changes. | mnissler@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | views: Make use of gtk_signal macros in more places. | erg@chromium.org | 2010-04-29 | 2 | -7/+6 |
* | Remove unused local variables now that subclasses don't need to track their o... | pkasting@chromium.org | 2010-04-23 | 1 | -3/+0 |
* | Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j... | pkasting@chromium.org | 2010-04-03 | 2 | -18/+2 |
* | views: [accessibility] Add support for GetAccessibleValue in the combobox con... | ctguil@chromium.org | 2010-03-30 | 2 | -0/+8 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 1 | -1/+2 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Reapply r41640. | ajwong@chromium.org | 2010-03-16 | 2 | -1/+30 |
* | Revert "Landing tfarina CL. " because it broke Interactive UI tests on Linux ... | ajwong@chromium.org | 2010-03-16 | 2 | -30/+1 |
* | Landing tfarina CL. | ctguil@chromium.org | 2010-03-15 | 2 | -1/+30 |
* | chromeos: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-14 | 1 | -2/+4 |
* | Remove redundant casts in g_signal_connect() throughout all gtk code we have. | erg@chromium.org | 2010-02-10 | 1 | -1/+1 |
* | Get the initial selection work. and removed unnecessary initialization. | oshima@chromium.org | 2010-02-02 | 3 | -6/+4 |
* | Makes views not draw focus for native controls on Gtk. As Gtk renders | sky@chromium.org | 2009-12-03 | 2 | -0/+7 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Move classes depending on Skia out of base/gfx and into app/gfx. Rename | brettw@chromium.org | 2009-10-07 | 1 | -1/+1 |
* | style fix. the header for .cc has to be the 1st include. | oshima@chromium.org | 2009-09-29 | 1 | -2/+2 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 1 | -2/+2 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 1 | -2/+2 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 1 | -2/+2 |
* | Lands http://codereview.chromium.org/198010 for Oshima: | sky@chromium.org | 2009-09-09 | 1 | -5/+5 |
* | Lands http://codereview.chromium.org/172098 for Oshima: | sky@chromium.org | 2009-09-02 | 2 | -5/+8 |
* | Lands 176025 from Oshima: | sky@chromium.org | 2009-08-31 | 5 | -15/+86 |
* | Factor out views::Combobox::Model so that it can be used cross-platform. | mattm@chromium.org | 2009-08-18 | 3 | -16/+11 |
* | Fix the Views combobox on GTK by adding a new function. | brettw@chromium.org | 2009-06-30 | 2 | -1/+6 |
* | Review URL: http://codereview.chromium.org/150051 | jcampan@chromium.org | 2009-06-30 | 4 | -5/+15 |
* | Add back 'WS_VSCROLL' flag when creating a combobox window. Without it, the d... | jshin@chromium.org | 2009-06-11 | 1 | -1/+5 |
* | Some previous refactoring I did of the accelerator code had introduced regres... | jcampan@chromium.org | 2009-06-03 | 2 | -8/+6 |