summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turns on the focus traversal unit-tests and fixed some focus traversal problem:jcampan@chromium.org2009-10-073-10/+6
* Gets preferred size of views textfields on gtk to work. Also madesky@chromium.org2009-10-067-19/+66
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-0511-139/+95
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-032-5/+5
* Add simple popup support to browser actions. This will create a popup HTML w...erikkay@chromium.org2009-10-021-1/+1
* When installing/uninstalling the clip on native buttons they would not be pai...jcampan@chromium.org2009-10-021-2/+2
* Relanding focus traversal on Linux toolkit views.jcampan@chromium.org2009-10-016-1/+34
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-2911-95/+139
* style fix. the header for .cc has to be the 1st include.oshima@chromium.org2009-09-291-2/+2
* Fixed the header file not found issue of 222030. (The file has been renamed a...oshima@chromium.org2009-09-293-2/+295
* Reverting 27504, it breaks the interactive ui tests on Windows.jcampan@chromium.org2009-09-295-23/+3
* See original review atjcampan@chromium.org2009-09-295-3/+23
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-2921-78/+81
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-2820-79/+77
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-2820-77/+79
* Revert "gtk implemenation of Scrollbar."agl@chromium.org2009-09-283-294/+2
* Make the invisible items in the system menu of a few Indian language versions...jshin@chromium.org2009-09-281-1/+2
* gtk implemenation of Scrollbar.oshima@chromium.org2009-09-283-2/+294
* Native button cleanup:sky@chromium.org2009-09-254-35/+22
* [Relanding erg's change with fix for toolkit_views shortcuts and jcampan@chromium.org2009-09-251-1/+1
* Fixed a few bugs in view/gtk frameworkoshima@chromium.org2009-09-252-11/+22
* fix Linux views build.pkasting@chromium.org2009-09-251-2/+2
* Use the system WINDOWTEXT color for labels, instead of black. Also use the s...pkasting@chromium.org2009-09-2511-16/+141
* Set background to tabbed pane's content.oshima@chromium.org2009-09-251-0/+10
* Clean up a few bits of files that I'm about to modify. The only visible chan...pkasting@chromium.org2009-09-254-75/+62
* Fix hottracking on button views.The hottracking on the toolbar was broken, th...mhm@chromium.org2009-09-242-0/+17
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-2411-139/+95