summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Avoid double freeing image list in TableView.mal@chromium.org2009-11-252-13/+0
* Fixes two bugs in tree view:sky@chromium.org2009-11-251-4/+9
* Group Menu2Model::TYPE_RADIO menu items correctly. Currently an implementatio...yusukes@google.com2009-11-242-9/+26
* views: remove some unnecessary static_cast<int>.maruel@chromium.org2009-11-232-6/+5
* Fixes two issues from valgrind, and some cleanup:sky@chromium.org2009-11-202-5/+8
* Add an option to tree_view for whether to show lines from the root nodeian@chromium.org2009-11-182-3/+33
* Make the char encoding indicator visible again on Windowsjshin@chromium.org2009-11-161-1/+2
* Revert 32012-32017mhm@chromium.org2009-11-152-15/+0
* rebasemhm@chromium.org2009-11-152-0/+15
* Fixing a bug where the textfield would paint outside of its boundsjcampan@chromium.org2009-11-131-1/+2
* Fixes possible crash in treeview. The code for removing a node was notsky@chromium.org2009-11-121-2/+3
* Refactoring of the TableView so it uses NativeViewControl.jcampan@chromium.org2009-11-127-3/+1889
* Fix for issue 27210, show bookmarks bar menu is out of sync with the browser'...oshima@chromium.org2009-11-112-24/+38
* Fixes possible crash in showing bookmark menu. The problem occurredsky@chromium.org2009-11-102-21/+21
* Fix style issues in View class.maruel@chromium.org2009-11-072-3/+3
* Fix a crash when GetOleInterface returns NULL. The replaced class, CComQIPtr...jhawkins@chromium.org2009-11-061-2/+4
* 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
* While changing the label class I added a DCHECK tofinnur@chromium.org2009-11-041-1/+6
* Fullscreen Exit Bubble should not elide its label.finnur@chromium.org2009-11-031-1/+7
* Fixes regression introduced in fixing 19597. This change effectivelysky@chromium.org2009-10-301-2/+6
* Fixed view example. It was failing because some of view classes requires Widg...oshima@chromium.org2009-10-301-1/+2
* Lands http://codereview.chromium.org/291006 for Pierre:sky@chromium.org2009-10-272-3/+7
* Assertion failure fixoshima@chromium.org2009-10-261-3/+5
* Makes it so that when a folder is open on the bookmark bar and thesky@chromium.org2009-10-2611-84/+180
* Previous change to label caused incorrect layout in Windows.davemoore@chromium.org2009-10-241-6/+1
* Get the About panel to align its links correctly,davemoore@chromium.org2009-10-231-1/+6
* The TableViewObserver::OnKeyDown method signature was changed recently andjcampan@chromium.org2009-10-233-2/+5
* Make gtk menu block on call to RunMenuAt.chocobo@google.com2009-10-214-6/+35
* Implement dragging icon for dragging bookmarks in views/gtk.skrul@google.com2009-10-211-0/+8
* Change expectations for linux views multiline label tests to expect NO_ELLIPSIS.davemoore@chromium.org2009-10-191-0/+35
* Do work necessary to make Views About panel work on Chrome OS. This is to be ...davemoore@chromium.org2009-10-191-0/+8
* Fix flickering checkboxescpu@chromium.org2009-10-161-1/+1
* Fixes regression in menu button. I converted a call from GetWidget tosky@chromium.org2009-10-141-2/+2
* Take 2 of getting blocked popups to work on views/gtk. My first attempt was n...sky@chromium.org2009-10-131-1/+3
* Revert 28716 - Gets blocked popups to work on views/gtk. I had to fix a coupl...nsylvain@chromium.org2009-10-131-3/+1
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-1211-41/+34
* AppendText was appending twice due to bad merge happened in the past.oshima@chromium.org2009-10-121-4/+1
* Gets blocked popups to work on views/gtk. I had to fix a couple ofsky@chromium.org2009-10-121-1/+3
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-1112-16/+15
* Partially revert r28629.craig.schlenter@chromium.org2009-10-101-1/+0
* The textfield's text was not updated when text is updated by input.oshima@chromium.org2009-10-091-0/+1
* Convert gdk keycode to match base::KeyboardCode.oshima@chromium.org2009-10-091-1/+5
* When a GtkWidget was destroyed the NVH would not be detached.jcampan@chromium.org2009-10-091-3/+3
* Fixes compile error in NativeMenuGtk when building for 64 bit.sky@chromium.org2009-10-091-2/+2
* * Password style support for gtk's textfield impl.oshima@chromium.org2009-10-091-0/+7
* Backspace should not be processed as an accelerator in textfield, so it reall...jcampan@chromium.org2009-10-081-3/+3
* Enabling the default button behavior on Linux toolkit_views.jcampan@chromium.org2009-10-082-13/+8
* Refactor cros library code into central location and have the UI elements obs...chocobo@google.com2009-10-084-1/+19
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-0712-14/+16