summaryrefslogtreecommitdiffstats
path: root/ui/base/win
Commit message (Expand)AuthorAgeFilesLines
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-2/+2
* Add support for ordinal scroll amountsdavemoore@chromium.org2013-02-121-0/+4
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-2/+2
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+4
* Fix high-DPI on Windows to make use of DIP scaling in WebKit.kevers@chromium.org2013-01-312-0/+69
* Handle Tile\Cascade\Stack window managment operations on Windowsianet@chromium.org2013-01-301-0/+10
* ui: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-161-3/+3
* some fixes and warning disables in ui/ for building on win x64scottmg@chromium.org2013-01-152-2/+3
* Support 3f swipe for tab scrubbingdavemoore@chromium.org2012-11-291-1/+2
* Reland r167487: Get full WebPluginInfo for the PDF plug-in before enabling it...bauerb@chromium.org2012-11-282-87/+68
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-1/+1
* Corrections to IsMouseEventFromTouch (correctly captures _all_ events now.)girard@chromium.org2012-11-051-3/+1
* ui: Split some bits out of event_constants into event_utils.sadrul@chromium.org2012-11-051-0/+1
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-1/+2
* Move TSF related stuff to ui/base/imenona@chromium.org2012-10-1811-3508/+0
* Introduce TsfEventRouter.nona@chromium.org2012-10-176-0/+372
* Implicit coversion operators from integer geometry types to floating point.danakj@chromium.org2012-10-111-1/+1
* Add more logging to ScopedOleInitializer, akin to what is in ScopedCOMInitial...pkasting@chromium.org2012-09-292-6/+31
* Make app launcher on Windows pinnable.benwells@chromium.org2012-09-282-5/+33
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-271-1/+1
* Enable EULA dialog to be shown from metro Chrome.robertshield@chromium.org2012-09-262-3/+8
* Show composition window for IME-unaware PPAPI plugins on Windows.kinaba@chromium.org2012-09-262-2/+23
* Introduce RenderWidgetHostViewWinTest for Tsf handlingnona@chromium.org2012-09-224-3/+180
* Support on-screen keyboard on password field.nona@chromium.org2012-09-214-42/+312
* Add TS_SS_TRANSITORY flag to the return value of TsfTextStore::GetStatus.horo@chromium.org2012-09-192-3/+3
* Fix some behaviors of TsfTextStore.hsumita@chromium.org2012-09-182-40/+82
* Add ExtendSelectionAndDelete() method to ui::TextInputClient.horo@chromium.org2012-09-151-0/+1
* Fix text input type inconsistency between renderer and TsfBridgenona@chromium.org2012-09-132-45/+22
* Return suitable error code on TsfTextStore methodshsumita@chromium.org2012-09-131-15/+27
* This patch set introduces a new utility method named "IsFocused" and calls TS...Yukawa@chromium.org2012-09-121-13/+28
* Set IME_SMODE_PHRASEPREDICT as default.nona@chromium.org2012-09-101-0/+25
* Add WS_CLIPCHILDREN to the default parent window style. This is needed for pl...jam@chromium.org2012-09-101-1/+1
* Fix invalid thread check.nona@chromium.org2012-09-071-2/+2
* Introduce TSFBridge classnona@chromium.org2012-09-052-0/+416
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* Speculative fix for a crash. It is possible that a derived class' virtual met...ben@chromium.org2012-09-042-2/+12
* TsfTextStore implementation. horo@chromium.org2012-08-273-45/+1769
* Stylus is no longer ignored. girard@chromium.org2012-08-241-2/+4
* Move more methods from NWW to HWNDMessageHandler.ben@chromium.org2012-08-222-0/+13
* Revert 152657 - Move more methods from NWW to HWNDMessageHandler.ben@chromium.org2012-08-212-13/+0
* Move more methods from NWW to HWNDMessageHandler.ben@chromium.org2012-08-212-0/+13
* Prevent showing up the system menu in Metromad@chromium.org2012-08-211-0/+3
* Introduce empty TSFTextStore.nona@chromium.org2012-08-212-0/+477
* Wires up MouseEvent changed flags on windows.sky@chromium.org2012-08-201-5/+11
* Desktop Aura: Allow tab drags out of window.erg@chromium.org2012-08-171-0/+7
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-141-16/+27
* Fixes bug where Env/RootWindow would cache the wrong buttonsky@chromium.org2012-08-141-0/+6
* Makes NativeViewHostWin change the parent of the hwnd whensky@chromium.org2012-08-012-0/+76
* ui: No need to typedef testing::Test in unittests.tfarina@chromium.org2012-07-271-6/+5
* Correct behaviour of touch wrt mouse capture.girard@chromium.org2012-07-261-0/+12