summaryrefslogtreecommitdiffstats
path: root/ui/base/win
Commit message (Expand)AuthorAgeFilesLines
* Makes WindowImpl thread safe as we apparently use it on multiplesky@chromium.org2013-06-202-2/+6
* Tear out ENABLED_HIDPI (use --high-dpi-support=1 instead)girard@chromium.org2013-06-171-10/+14
* Enable high dpi in win/views.girard@chromium.org2013-06-123-1/+11
* Use a direct include of strings headers in ui/, part 2.avi@chromium.org2013-06-118-10/+10
* Add HiDPI flag for Windows.girard@chromium.org2013-06-071-8/+19
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* Don't reinterpret_cast from void* to bool.hans@chromium.org2013-06-051-2/+1
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-2/+2
* Ignore MoveImeWindow when the target window has no input focus.Yukawa@chromium.org2013-05-211-0/+8
* On Windows Vista and its follow-ons, ImmIsIME() returns always true, thuskochi@chromium.org2013-05-201-1/+22
* Fix the CompositionText::selection handling.Yukawa@chromium.org2013-05-161-14/+5
* Extend MouseWheelEvent to support both X and Y scrollssheckylin@chromium.org2013-05-031-2/+2
* Fix blocking of shutdown on Windowsscottmg@chromium.org2013-05-021-1/+13
* Show composition segments part 1/2.Yukawa@chromium.org2013-05-011-7/+0
* ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-241-1/+1
* Map accessible child ids from Views to RenderWidgetHostViewAuradmazzoni@chromium.org2013-04-111-0/+30
* ShowSystemMenu on Win Alt+Space with Views Textfields, etc.msw@chromium.org2013-03-292-7/+18
* Correct title bar size for HiDPI Windowsgirard@chromium.org2013-03-152-0/+9
* Optimized GetTouchInputInfoWrappergirard@chromium.org2013-03-131-1/+1
* Wrap calls to GetTouchInputInfogirard@chromium.org2013-03-112-0/+46
* Fix touch scaling for high dpi windows. (Resubmit)girard@chromium.org2013-03-083-0/+71
* Revert 186187 - crashing on Win XP browser_tests with "Access is denied".flackr@chromium.org2013-03-053-69/+1
* Fix touch scaling for high dpi windows.girard@chromium.org2013-03-053-1/+69
* Fix loading of high-DPI resources for Windows.kevers@chromium.org2013-03-021-2/+5
* Revert 185474 -- speculative. browser_tests stopped starting up on allthakis@chromium.org2013-03-013-55/+0
* Fix touch scaling for high dpi windows.girard@chromium.org2013-03-013-0/+55
* 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