summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Implement selection of rows on mouse clicks in TableView2 for GTK.satorux@chromium.org2010-03-172-1/+27
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-1719-20/+20
* Reapply r41640.ajwong@chromium.org2010-03-164-3/+51
* Revert "Landing tfarina CL. " because it broke Interactive UI tests on Linux ...ajwong@chromium.org2010-03-164-51/+3
* Provide Web Contents accessibility info.ctguil@chromium.org2010-03-162-1/+25
* Landing tfarina CL. ctguil@chromium.org2010-03-154-3/+51
* Switched progress bar to integral positions (from 0 to 100).avayvod@google.com2010-03-153-33/+26
* Move base/gfx contents to gfx/ben@chromium.org2010-03-144-4/+4
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-147-12/+21
* Create a toplevel gfx/ dir and seed it with icon_util.ben@chromium.org2010-03-133-7/+7
* Implementation of a progress bar control.finnur@chromium.org2010-03-123-0/+346
* Remove a hack that, as far as I can tell, isn't needed.pkasting@chromium.org2010-03-121-5/+1
* Unblock focus signal handlers only when they're blocked.oshima@chromium.org2010-03-111-11/+18
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-113-3/+3
* Landing tfarina CL. ctguil@chromium.org2010-03-104-10/+29
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-091-0/+0
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-0836-218/+167
* Don't mirror menu position for RTL because on Windows we set RLT window flags...dpolukhin@google.com2010-03-063-23/+22
* Removes static storage of menu-marker bitmap. Tiny change.glotov@google.com2010-03-042-15/+13
* Checking in patch for Denis Romanov (originally reviewed here: http://coderev...finnur@chromium.org2010-03-032-3/+5
* Lands http://codereview.chromium.org/652010 for Thiago:sky@chromium.org2010-03-022-2/+68
* Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ...pkasting@chromium.org2010-02-262-7/+7
* New network menu button UI for ChromeOS.chocobo@chromium.org2010-02-191-0/+11
* implement previous TODO to show associated shortcut keys for page and wrench ...kuan@chromium.org2010-02-192-7/+35
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Fixes bug where deleting bookmarks in bookmarks menu wouldn't alwayssky@chromium.org2010-02-182-1/+17
* Support tooltips in MenuItemView. Use that tooltip support in the finnur@chromium.org2010-02-172-2/+22
* Clone of issue 577015.twiz@chromium.org2010-02-121-3/+8
* Fixed alignment of button dropdowns for RTL languages.avayvod@chromium.org2010-02-113-10/+26
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-102-0/+16
* Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ...ian@chromium.org2010-02-101-4/+4
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-107-15/+13
* Disable lables for disabled checkboxes. Original patch by Philippe Beaudoin ...pkasting@chromium.org2010-02-092-6/+13
* Need to update enabled state of gtk wrapper even if native view hasn't been c...davemoore@chromium.org2010-02-071-2/+0
* Rebuild app menu in ToolbarView::RunAppMenuxiyuan@chromium.org2010-02-061-3/+5
* linux: build with -Wextraevan@chromium.org2010-02-052-5/+5
* Fixes crash in disabling browser action from context menu onsky@chromium.org2010-02-023-5/+33
* Get the initial selection work. and removed unnecessary initialization.oshima@chromium.org2010-02-023-6/+4
* Fix submenu leak in menu2.oshima@chromium.org2010-02-012-10/+34
* Suppressing a known leak erroroshima@chromium.org2010-01-291-0/+1
* Makes it so deleting a bookmark from the context menu doesn't closesky@chromium.org2010-01-287-24/+108
* Fixes unintialized read in networkmenu. Menu's constructor calls intosky@chromium.org2010-01-271-0/+6
* implement infobars and delegates placeholders for translate feature.kuan@chromium.org2010-01-272-64/+84
* Add overflow menu to the browser action container (part 2 offinnur@chromium.org2010-01-272-11/+21
* Don't emit focus event when moving focus around when re-creating fixed widget.oshima@chromium.org2010-01-271-5/+75
* Resize and overflow for browser actions (part 1).finnur@chromium.org2010-01-222-0/+145
* Fixes bug where submenus weren't working on views/gtk. Submenus end upsky@chromium.org2010-01-213-12/+52
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-2/+2
* Fixes possible crash in menus on views/gtk. The crash would happen ifsky@chromium.org2010-01-072-5/+21
* Reverts change to native_view_host_gtk. This fixes the bug, but isn'tsky@chromium.org2010-01-071-2/+0