summaryrefslogtreecommitdiffstats
path: root/views/controls/tree
Commit message (Expand)AuthorAgeFilesLines
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-132-8/+8
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-4/+4
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-301-2/+2
* Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.jeremy@chromium.org2010-11-241-3/+1
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-282-12/+6
* Re-lands 58186:bryeung@chromium.org2010-09-032-7/+8
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-022-8/+7
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-022-7/+8
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-012-8/+7
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-012-7/+8
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-272-10/+15
* Cleanup: Get rid of TreeNodeChildrenReordered.tfarina@chromium.org2010-08-112-41/+3
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-1/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Canvas refactoring part 2.ben@chromium.org2010-06-231-8/+8
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-101-3/+3
* [accessibility] Allow views to have multiple accessibility states and add cor...mhm@chromium.org2010-04-092-1/+19
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-2/+2
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-3/+4
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Create a toplevel gfx/ dir and seed it with icon_util.ben@chromium.org2010-03-131-1/+1
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-4/+3
* Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ...ian@chromium.org2010-02-101-4/+4
* Fixes two bugs in tree view:sky@chromium.org2009-11-251-4/+9
* Add an option to tree_view for whether to show lines from the root nodeian@chromium.org2009-11-182-3/+33
* Fixes possible crash in treeview. The code for removing a node was notsky@chromium.org2009-11-121-2/+3
* Converting the Cookies options page from a TableView to a TreeViewian@chromium.org2009-11-061-1/+20
* Fixes bug in removing nodes from tree. Specifically if the root is notsky@chromium.org2009-11-041-4/+14
* The TableViewObserver::OnKeyDown method signature was changed recently andjcampan@chromium.org2009-10-232-2/+3
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-292-4/+6
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-282-6/+4
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-282-4/+6
* Use gfx::Point instead of GET_X/Y_LPARAM to reduce a dependency on ATL.jhawkins@chromium.org2009-09-091-6/+4
* Uses POINT instead of CPoint to reduce the dependency in ATL.scherkus@chromium.org2009-09-032-2/+2
* Remove svn:executable property from files that don't need it.thestig@chromium.org2009-07-081-0/+0
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-3/+1
* Review URL: http://codereview.chromium.org/150051jcampan@chromium.org2009-06-301-4/+3
* Revert :nsylvain@chromium.org2009-06-221-1/+3
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-3/+1
* Reverting 18872.jcampan@chromium.org2009-06-191-1/+3
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-3/+1
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-1/+1
* Parts of my previous changelist didn't make it through.ben@chromium.org2009-05-211-1/+1
* Revert 16567.ben@chromium.org2009-05-211-1/+1
* views/ should use resources from app/resources. Move dependent images to this...ben@chromium.org2009-05-211-1/+1
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-3/+3
* Remove even more ATL dependencies.maruel@chromium.org2009-05-142-4/+9
* Reverting 15832 since this test is finished.hbono@chromium.org2009-05-141-1/+1
* Move tree-related classes that Linux code depends on from views/ to app/phajdan.jr@chromium.org2009-05-135-490/+1