summaryrefslogtreecommitdiffstats
path: root/chrome/views
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug in showing context menu for buttons. In particular becausesky@google.com2008-11-124-15/+25
* Fixes two menu bugs:sky@google.com2008-11-121-1/+20
* Uncomment out these two lines I commented out a few weeks ago so that the tru...ben@chromium.org2008-11-121-4/+0
* Changes TableView to have its own mouse handling code so that we cansky@google.com2008-11-124-8/+154
* Changes tree/table to pass in an appropriate location when the contextsky@google.com2008-11-108-47/+95
* Minor layout changes that make the bookmark manager and popup blocker look be...glen@chromium.org2008-11-101-1/+1
* Fixes Issue 3096 in chromium "[Find in page] responds each IME composition, m...hbono@chromium.org2008-11-101-3/+74
* In dialogs, when the focus moves to a button, that button should become the d...jcampan@chromium.org2008-11-0812-13/+241
* Turns back on tree's double buffering when RTL. For some reason asky@google.com2008-11-071-14/+11
* Adds cut/copy/paste support to the bookmark manager tree/table andsky@google.com2008-11-072-0/+11
* Adds import/export of bookmarks to bookmarks.html file.sky@google.com2008-11-072-16/+16
* Disable the double buffering in TreeView when the locale is RTL. This means t...idana@google.com2008-11-061-0/+16
* Add a function for eliding filenames to a set pixel width while preserving th...glen@chromium.org2008-11-062-2/+2
* A reported crasher seems to indicate the ViewStorage can be NULL. I don't see...jcampan@chromium.org2008-11-061-1/+17
* Fix bug where we failed to paint infobars and other fast-moving items correctly.glen@chromium.org2008-11-051-1/+1
* This is r4523, with a few changes to make things work under Vista.erg@google.com2008-11-051-2/+1
* Add to SCons build:sgk@google.com2008-11-051-0/+1
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-051-4/+3
* Fixes possible crash in menu code. If after dropping you quickly rightsky@google.com2008-11-041-0/+7
* My last fix breaks an interative ui test. I'm going to back out until I figur...sky@google.com2008-11-041-7/+0
* Fixes possible crash in menu code. If after dropping you quickly rightsky@google.com2008-11-041-0/+7
* Adds support for autoscrolling on drag to bookmark tree/table.sky@google.com2008-11-045-11/+49
* Adds support for models to provide addition icons to the tree. Updatessky@google.com2008-11-042-41/+79
* Revert change r4523 because Vista doesn't like it.erg@google.com2008-11-041-1/+2
* Redo how we block popups. Rip out the old constrained popup window cruft (whi...erg@google.com2008-11-041-2/+1
* Add chrome\views\single_split_view.cc to the SCons build.sgk@google.com2008-11-031-0/+1
* Make multiline labels respect the inset.levin@chromium.org2008-11-013-27/+479
* Some code in MessageBoxView was focusing the first focusable element in the v...jcampan@chromium.org2008-10-314-23/+26
* Adds support for keyboard-triggered (through VK_APPS and SHIFT+VK_F10) right-...klink@chromium.org2008-10-316-0/+51
* Accumulated SCons changes for Windows chrome build, round II:sgk@google.com2008-10-301-0/+2
* Fix Issue 2918 in chromium: Chrome dialog displayed in large size with Meiryo...hbono@chromium.org2008-10-302-2/+2
* Revert r4205 to track down buildbot unit_tests failure.sgk@google.com2008-10-301-2/+0
* Accumulated SCons changes for Windows chrome build and othersgk@google.com2008-10-301-0/+2
* Fixes resizing of single split view for RTL case.sky@google.com2008-10-301-2/+1
* First cut at the bookmark manager. There are still a fair number ofsky@google.com2008-10-292-0/+21
* Fixing some windows scons build breaks.bradnelson@chromium.org2008-10-291-2/+1
* The "extra view" used by the DialogClientView must not be retrieved before th...ben@chromium.org2008-10-292-8/+17
* Makes tree double duffered so that it doesn't flicker during resize.sky@google.com2008-10-281-0/+14
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-275-2/+11
* Handful of changes to NativeControl, TreeView and TableView I'm goingsky@google.com2008-10-248-31/+149
* Adds a horizontal split view.sky@google.com2008-10-244-1/+185
* Fixes bug in FillLayout. It should use the size of the root view. I'msky@google.com2008-10-231-3/+1
* test something else to fix dist crashesben@chromium.org2008-10-231-0/+4
* Fixes bug in TextField::SetEnabled. The code was invoking SetReadOnlysky@google.com2008-10-231-1/+1
* Adds models needed by the bookmark manager. Specifically asky@google.com2008-10-231-1/+2
* try to fix dist crashesben@chromium.org2008-10-221-0/+2
* Using $CHROME_SRC_DIR in place of hash/..bradnelson@google.com2008-10-221-1/+1
* forgot these filesben@chromium.org2008-10-222-30/+93
* Fix the bug with the minimize/restore buttons getting stuck hot when the wind...ben@chromium.org2008-10-222-6/+14
* try rolling this back to see if it helpsben@chromium.org2008-10-212-85/+30