summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug where if preferred size of button was asked for while theresky@chromium.org2011-01-181-1/+1
* Allow printing/saving a plugin through right click menu, even if it's in a fr...jam@chromium.org2011-01-151-17/+22
* Fix for broken buildvarunjain@chromium.org2011-01-143-9/+9
* Implementing context menu for the new views textfield.varunjain@chromium.org2011-01-146-25/+177
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-1421-45/+48
* Move models from app to ui/base/modelsben@chromium.org2011-01-1431-119/+157
* Adds some debugging in code in hopes of figuring out a crash in thesky@chromium.org2011-01-132-90/+121
* Cleanup: Remove SetAppearsAsDefault() since it is no longer called externally...pkasting@chromium.org2011-01-132-14/+5
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-1329-249/+250
* Delete test view delegate at end of testjochen@chromium.org2011-01-131-1/+4
* views: Implement NativeTableGtk::SetColumnWidth method.tfarina@chromium.org2011-01-131-1/+7
* Re-land 71230.eroman@chromium.org2011-01-133-58/+325
* Revert 71230 to see if it is related to hang on linux interactive_ui_tests.eroman@chromium.org2011-01-123-325/+58
* Streamline the layout of the BrowserView's children TabContents views.alekseys@chromium.org2011-01-123-58/+325
* Handle WM_SYSKEYDOWN in NativeTextfieldWin.oshima@google.com2011-01-121-0/+3
* Move OSExchangeData from src/app to src/ui/base/dragdropben@chromium.org2011-01-123-2/+8
* Disable failing tests on WINoshima@google.com2011-01-122-2/+7
* Compile and test TextfieldViews on win as well.oshima@google.com2011-01-126-43/+53
* Revert 71169 - Revert 71167 - Remove wstring from gfx.avi@chromium.org2011-01-128-23/+21
* Revert 71170 - Delete test view delegate at end of testjochen@chromium.org2011-01-121-2/+1
* Delete test view delegate at end of testjochen@chromium.org2011-01-121-1/+2
* Revert 71167 - Remove wstring from gfx.joi@chromium.org2011-01-128-21/+23
* Remove wstring from gfx.avi@chromium.org2011-01-128-23/+21
* Implement clipboard features in views textfield.varunjain@chromium.org2011-01-125-1/+117
* views: Implement NativeTableGtk::GetColumnWidth method.tfarina@chromium.org2011-01-111-2/+3
* views textfield: Handle ctrl and shift modifiers for Backspace and Deletesadrul@chromium.org2011-01-113-0/+61
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-102-11/+13
* Remove wstring from views. Part 2: Switch accelerator strings to string16.avi@chromium.org2011-01-102-17/+18
* Remove wstring from views. Part 1: Switch member variables to string16.avi@chromium.org2011-01-1019-53/+62
* Remove wstring from l10n_util. Part 8, the last part.avi@chromium.org2011-01-071-1/+1
* Move animation code to new ui/base/animation directory.ben@chromium.org2011-01-074-11/+13
* focus reverse traversal was not working for TextfieldViews.oshima@chromium.org2011-01-0610-63/+230
* Replace Textfield::Keystroke with views::KeyEvent.oshima@chromium.org2011-01-056-84/+33
* views: Improve cursor movements on word boundaries.sadrul@chromium.org2011-01-053-12/+69
* views: Fix shifted keyevents in textfield.sadrul@chromium.org2011-01-042-4/+22
* Change Font.GetStringWidth() to take string16 instead of wstring.estade@chromium.org2011-01-045-12/+15
* OnKeyPress was not returning true when keypress is handled.oshima@chromium.org2011-01-042-4/+14
* Remove wstring from l10n_util. Part 4.avi@chromium.org2011-01-044-24/+31
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-312-4/+4
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-315-13/+13
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-308-23/+22
* Remove wstring from TableModel.avi@chromium.org2010-12-302-12/+13
* A NativeHostViewViews class for embedding views inside NativeHostView instances.anicolao@google.com2010-12-174-3/+156
* no native implementation of Textfield.oshima@chromium.org2010-12-179-22/+1802
* Forward unhandled KeyEvents to WidgetGtk's HandleKeyboardEvent() in native te...zork@chromium.org2010-12-152-2/+39
* Change menus on OSX to update the icon dynamically.atwilson@chromium.org2010-12-152-2/+5
* views: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.htfarina@chromium.org2010-12-103-9/+9
* Fix static compile with touchui on chromeos.sadrul@chromium.org2010-12-061-0/+2
* A non-GTK version of menus for touchui.sadrul@chromium.org2010-12-058-6/+281
* Handle shift-selection in GroupTables.atwilson@chromium.org2010-12-033-21/+110