summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Remove wstring from l10n_util. Part 8, the last part.avi@chromium.org2011-01-071-1/+1
* Fix link errors.ben@chromium.org2011-01-071-0/+1
* Fix checkdeps to account for new "ui" toplevel dir.ben@chromium.org2011-01-071-0/+1
* Fix build with using ui::TestAnimationDelegateben@chromium.org2011-01-071-0/+1
* Move animation code to new ui/base/animation directory.ben@chromium.org2011-01-077-38/+48
* 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-0510-92/+65
* views: Improve cursor movements on word boundaries.sadrul@chromium.org2011-01-053-12/+69
* views (linux): Fix keyboard shortcuts.sadrul@chromium.org2011-01-041-19/+1
* 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-048-20/+25
* 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-047-41/+51
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-316-24/+26
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-318-16/+13
* Move some functions out of win_util and into hwnd_util, and into a new win/sh...brettw@google.com2010-12-302-7/+56
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-3012-32/+32
* Leftover wstring removal from r70290sadrul@chromium.org2010-12-301-13/+18
* Remove wstring from TableModel.avi@chromium.org2010-12-302-12/+13
* Remove more 'using' declarations of Scoped* from scoped_handle_win.htfarina@chromium.org2010-12-291-2/+3
* touch: Fix buildbot.sadrul@chromium.org2010-12-281-2/+4
* Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPath.tfarina@chromium.org2010-12-232-4/+3
* Notify the root widget the the Theme changes when FrameTypeChanged() is evokedzork@chromium.org2010-12-221-3/+3
* touch: Fix switching focus among fields in webpages.sadrul@chromium.org2010-12-211-10/+18
* Add base:: prefix to the calls to StringAppendV.tfarina@chromium.org2010-12-211-2/+3
* A NativeHostViewViews class for embedding views inside NativeHostView instances.anicolao@google.com2010-12-175-3/+158
* no native implementation of Textfield.oshima@chromium.org2010-12-1714-31/+1838
* Commiting second word iterator patch for tsepez. this was originally reviewed...cdn@chromium.org2010-12-151-3/+3
* 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
* Fix GestureManager Singleton implementationbryeung@google.com2010-12-143-3/+3
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-142-1/+10
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-2/+2
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-136-9/+9
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-112-10/+1
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-112-1/+10
* views: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.htfarina@chromium.org2010-12-106-15/+15
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-082-3/+6
* 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-0511-20/+296
* Handle shift-selection in GroupTables.atwilson@chromium.org2010-12-033-21/+110
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-302-3/+4
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-302-4/+3
* Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.jeremy@chromium.org2010-11-247-24/+11
* Determine the theme for a widget in gtk from its parent,zork@chromium.org2010-11-245-14/+54
* touchui: Create touch-events.sadrul@chromium.org2010-11-235-6/+120
* [cros] Use WideButton for all screens, increase textfield vmargin on login sc...nkostylev@chromium.org2010-11-231-0/+3
* Change the name of the tests and examples projects to be more consistent.ben@chromium.org2010-11-231-2/+2
* Revert 66982 - [cros] Use WideButton on EULA, Sign In screens.nkostylev@chromium.org2010-11-231-3/+0
* Refactoring of cursor usage (primarily for linux).sadrul@chromium.org2010-11-235-11/+18