| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Get rid of TreeNodeChildrenReordered. | tfarina@chromium.org | 2010-08-11 | 2 | -41/+3 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Canvas refactoring part 2. | ben@chromium.org | 2010-06-23 | 1 | -8/+8 |
* | Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()... | pkasting@chromium.org | 2010-05-10 | 1 | -3/+3 |
* | [accessibility] Allow views to have multiple accessibility states and add cor... | mhm@chromium.org | 2010-04-09 | 2 | -1/+19 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -2/+2 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 1 | -3/+4 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | Create a toplevel gfx/ dir and seed it with icon_util. | ben@chromium.org | 2010-03-13 | 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 | 1 | -4/+3 |
* | Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ... | ian@chromium.org | 2010-02-10 | 1 | -4/+4 |
* | Fixes two bugs in tree view: | sky@chromium.org | 2009-11-25 | 1 | -4/+9 |
* | Add an option to tree_view for whether to show lines from the root node | ian@chromium.org | 2009-11-18 | 2 | -3/+33 |
* | Fixes possible crash in treeview. The code for removing a node was not | sky@chromium.org | 2009-11-12 | 1 | -2/+3 |
* | Converting the Cookies options page from a TableView to a TreeView | ian@chromium.org | 2009-11-06 | 1 | -1/+20 |
* | Fixes bug in removing nodes from tree. Specifically if the root is not | sky@chromium.org | 2009-11-04 | 1 | -4/+14 |
* | The TableViewObserver::OnKeyDown method signature was changed recently and | jcampan@chromium.org | 2009-10-23 | 2 | -2/+3 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 2 | -4/+6 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 2 | -6/+4 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 2 | -4/+6 |
* | Use gfx::Point instead of GET_X/Y_LPARAM to reduce a dependency on ATL. | jhawkins@chromium.org | 2009-09-09 | 1 | -6/+4 |
* | Uses POINT instead of CPoint to reduce the dependency in ATL. | scherkus@chromium.org | 2009-09-03 | 2 | -2/+2 |
* | Remove svn:executable property from files that don't need it. | thestig@chromium.org | 2009-07-08 | 1 | -0/+0 |
* | This CL removes the last (major) Windows specific part out of the focus manag... | jcampan@chromium.org | 2009-06-30 | 1 | -3/+1 |
* | Review URL: http://codereview.chromium.org/150051 | jcampan@chromium.org | 2009-06-30 | 1 | -4/+3 |
* | Revert : | nsylvain@chromium.org | 2009-06-22 | 1 | -1/+3 |
* | Relanding focus manager refactoring with build fix, see:http://codereview.chr... | jcampan@chromium.org | 2009-06-20 | 1 | -3/+1 |
* | Reverting 18872. | jcampan@chromium.org | 2009-06-19 | 1 | -1/+3 |
* | Removed the last Windows specific part out of the focus manager. HWNDs are no... | jcampan@chromium.org | 2009-06-19 | 1 | -3/+1 |
* | Refactor the PlatformContext layer to have only one class. | brettw@chromium.org | 2009-06-14 | 1 | -1/+1 |
* | Parts of my previous changelist didn't make it through. | ben@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | Revert 16567. | ben@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | views/ should use resources from app/resources. Move dependent images to this... | ben@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -3/+3 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 2 | -4/+9 |
* | Reverting 15832 since this test is finished. | hbono@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | Move tree-related classes that Linux code depends on from views/ to app/ | phajdan.jr@chromium.org | 2009-05-13 | 5 | -490/+1 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 2 | -9/+4 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 2 | -4/+9 |
* | An experimental fix for Issue 11046. | hbono@chromium.org | 2009-05-12 | 1 | -1/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 6 | -0/+1539 |