summaryrefslogtreecommitdiffstats
path: root/ui/base/accelerators
Commit message (Expand)AuthorAgeFilesLines
* ui/base: Cleanup usage of scoped_ptr.tfarina2014-12-111-1/+1
* Regression: Search+Key pops up app launcherafakhry2014-11-212-0/+77
* Support the Spacebar key in a commands shortcut.dtseng2014-11-171-1/+11
* Fix some minor typos related to the word "accelerate" and its derivative.sungmann.cho2014-11-081-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-1/+1
* Standardize usage of virtual/override/final in ui/dcheng2014-10-212-6/+6
* Type conversion fixes, ui/ edition.pkasting2014-10-211-1/+1
* Convert ARRAYSIZE_UNSAFE -> arraysize in ui/.viettrungluu2014-10-161-3/+3
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-092-4/+4
* Use qualified path for grit/ui_strings.htfarina2014-08-251-1/+1
* Add EF_IS_REPEAT flag to KeyEvent to handle repeated accelerators correctly.oshima@chromium.org2014-06-052-2/+15
* More removal of GTK code.erg@chromium.org2014-04-151-19/+0
* Delete the GTK+ port of Chrome.erg@chromium.org2014-04-102-142/+0
* Allow extensions to remove and override the bookmark shortcut keywittman@chromium.org2014-02-141-7/+8
* mac: Create a static mapping of accelerators in the main menu.erikchen@chromium.org2014-02-121-0/+3
* ui: Rename ui_export.h to ui_base_export.htfarina@chromium.org2014-01-066-16/+19
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-2/+2
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* gtk: Remove a couple of functions from the API and define them where they are...sadrul@chromium.org2013-09-231-1/+26
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-184-4/+4
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-174-4/+4
* Parse media keys for named command in the manifest.zhchbin@gmail.com2013-09-041-0/+12
* ui/base/accelerators: Use base::string16 now that string16 was moved into bas...tfarina@chromium.org2013-08-033-9/+11
* linux: Move the menu_label_accelerator tools.erg@chromium.org2013-07-313-0/+166
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-2/+2
* Use a direct include of strings headers in ui/, part 1.avi@chromium.org2013-06-112-2/+2
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* Support more keys for the Commands API:finnur@chromium.org2013-05-131-0/+12
* Fix ui::Accelerator class hierarchysail@chromium.org2012-11-2711-177/+250
* Fixed nonrepeative accelerators.mtomasz@chromium.org2012-11-063-44/+0
* Toggle maximize key does not repeat anymore. Fixed support for non-repeatable...mtomasz@chromium.org2012-09-283-15/+42
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-043-3/+3
* Add support for Command key for Extension Commands (on Mac).finnur@chromium.org2012-08-232-3/+11
* Port Extension Commands to Mac.finnur@chromium.org2012-08-171-4/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Make Alt+Tab accelerator behavior compatible to Windows.yusukes@chromium.org2012-06-201-1/+2
* ash: Holding down shift slows window animations for debuggingjamescook@chromium.org2012-06-012-4/+4
* accelerators: Remove deprecated Accelerator ctor that takes booleans.tfarina@chromium.org2012-05-183-77/+85
* Fix typo: kPriorityXXX -> kXXXPriority. No code change.yusukes@chromium.org2012-05-051-2/+2
* Process all global shortcuts for Ash after InputMethodEventFilter.yusukes@google.com2012-04-241-8/+3
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-2/+2
* ui/base: Clean up our AcceleratorGtk class.tfarina@chromium.org2012-04-022-32/+62
* Add ui/base/accelerators/accelerator_manager_unittest.cc.yusukes@chromium.org2012-03-101-0/+183
* Experimental Extension Keybinding (first cut).finnur@chromium.org2012-02-232-9/+70
* Move IME shortcut keys from X to Aura [part 2 of 3].yusukes@chromium.org2012-02-172-7/+32
* Move IME shortcut keys from X to Aura [part 1 of 3].yusukes@chromium.org2012-02-171-3/+20
* Add a CanHandleAccelerators() method to AcceleratorTarget.asanka@chromium.org2011-12-272-2/+8
* Implement Accelerator::GetShortcutText for non-Windows Aura.mazda@chromium.org2011-12-011-0/+9
* Move accelerator related files to ui/base/acceleratorstfarina@chromium.org2011-11-257-0/+578