| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-10 | 3 | -8/+8 |
* | Revert 74377 - Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-09 | 3 | -6/+6 |
* | Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-09 | 3 | -6/+6 |
* | Move Event files into views/events | ben@chromium.org | 2011-02-09 | 1 | -1/+1 |
* | It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ... | ben@chromium.org | 2011-02-09 | 2 | -2/+2 |
* | Make linux MouseWheelEvent consistent with win. | xiyuan@chromium.org | 2011-02-08 | 1 | -1/+1 |
* | Rework basic bounds methods on View to match new V2 API: | ben@chromium.org | 2011-02-08 | 3 | -4/+4 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Move UI-relevant Windows files to ui/base. | ben@chromium.org | 2011-01-19 | 1 | -2/+2 |
* | Move app/key* to ui/base/keycodes/* | ben@chromium.org | 2011-01-13 | 3 | -27/+27 |
* | Remove wstring from l10n_util. Part 4. | avi@chromium.org | 2011-01-04 | 1 | -21/+25 |
* | Remove win_util::FormatMessage and FormatLastWin32Error. These were only used... | brettw@google.com | 2010-12-30 | 1 | -2/+2 |
* | Make accessible getters return values instead of accepting an output paramete... | ctguil@chromium.org | 2010-09-28 | 2 | -6/+3 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 3 | -27/+27 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 3 | -27/+27 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 3 | -27/+27 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 3 | -27/+27 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 3 | -27/+27 |
* | views: Fix bad license headers found in some files | tfarina@chromium.org | 2010-07-28 | 1 | -7/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 6 | -0/+6 |
* | Re-land r51526 | mnissler@chromium.org | 2010-07-05 | 2 | -19/+25 |
* | Move WindowImpl to gfx so I can use it there for canvas unit tests. | ben@chromium.org | 2010-07-02 | 1 | -2/+2 |
* | Revert r51526 (Auto-size the views version of the options dialog.) | mnissler@chromium.org | 2010-07-02 | 2 | -25/+19 |
* | Auto-size the views version of the options dialog. | mnissler@chromium.org | 2010-07-02 | 2 | -19/+25 |
* | [accessibility] Allow views to have multiple accessibility states and add cor... | mhm@chromium.org | 2010-04-09 | 2 | -3/+15 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::... | pkasting@chromium.org | 2010-03-08 | 2 | -8/+6 |
* | Checking in patch for Denis Romanov (originally reviewed here: http://coderev... | finnur@chromium.org | 2010-03-03 | 1 | -1/+5 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Remove redundant casts in g_signal_connect() throughout all gtk code we have. | erg@chromium.org | 2010-02-10 | 1 | -3/+2 |
* | Lands http://codereview.chromium.org/449003/show for Thiago: | sky@chromium.org | 2009-12-01 | 1 | -2/+2 |
* | views: remove some unnecessary static_cast<int>. | maruel@chromium.org | 2009-11-23 | 1 | -4/+3 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -2/+2 |
* | Fixed the header file not found issue of 222030. (The file has been renamed a... | oshima@chromium.org | 2009-09-29 | 2 | -0/+293 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 2 | -18/+20 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 2 | -20/+18 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 2 | -18/+20 |
* | Revert "gtk implemenation of Scrollbar." | agl@chromium.org | 2009-09-28 | 2 | -292/+0 |
* | gtk implemenation of Scrollbar. | oshima@chromium.org | 2009-09-28 | 2 | -0/+292 |
* | Refactor window impl of scroll bar for future linux implementation. | oshima@chromium.org | 2009-09-23 | 6 | -326/+535 |
* | Use base::WindowImpl instead of CWindowImpl to remove a dependency on ATL. | jhawkins@chromium.org | 2009-09-09 | 1 | -62/+38 |
* | Removing ATL dependencies from two files. | finnur@chromium.org | 2009-09-03 | 1 | -5/+3 |
* | Fix 9867: Activating the previous/next buttons with the keyboard in the find ... | finnur@chromium.org | 2009-09-03 | 2 | -9/+26 |
* | Lands http://codereview.chromium.org/165271 for tedoc. From tedoc: | sky@chromium.org | 2009-08-11 | 1 | -1/+1 |
* | Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t... | ben@chromium.org | 2009-05-29 | 2 | -4/+4 |
* | Make views/ use strings from app_strings. | ben@chromium.org | 2009-05-20 | 1 | -14/+14 |
* | revert this change, svn seems to have committed it with my property-edit. | ben@chromium.org | 2009-05-20 | 1 | -14/+14 |
* | Add generated files to svn:ignore list for views subdir. | ben@chromium.org | 2009-05-20 | 1 | -14/+14 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 2 | -4/+4 |