| Commit message (Expand) | Author | Age | Files | Lines |
* | ui: Rename ui_export.h to ui_base_export.h | tfarina@chromium.org | 2014-01-06 | 11 | -45/+48 |
* | Correct the operation of the --high-dpi-support=1 flag under win/ash. | girard@chromium.org | 2013-12-24 | 1 | -1/+10 |
* | Prefix string16 with base:: in ui/. | dbeam@chromium.org | 2013-12-18 | 4 | -38/+48 |
* | Revert 233759 "Make NativeTextfieldViews update the win system c..." | dmazzoni@google.com | 2013-11-20 | 2 | -28/+1 |
* | Remove unused base/win/extra_sdk_defines.h. | msw@chromium.org | 2013-11-17 | 1 | -39/+0 |
* | Make NativeTextfieldViews update the win system caret. | dmazzoni@chromium.org | 2013-11-08 | 2 | -1/+28 |
* | Flag --force-device-scale-factor was being inconsistently referenced. | girard@chromium.org | 2013-11-04 | 1 | -8/+1 |
* | Enable profile pinning by setting browser window relaunch details | calamity@chromium.org | 2013-10-31 | 2 | -36/+43 |
* | Revert 231295 "Enable profile pinning by setting browser window ..." | battre@chromium.org | 2013-10-28 | 2 | -43/+36 |
* | Enable profile pinning by setting browser window relaunch details | calamity@chromium.org | 2013-10-28 | 2 | -36/+43 |
* | Correct bug in InitDeviceScaleFactor - hidden variable. | girard@chromium.org | 2013-10-11 | 1 | -1/+1 |
* | Remove last dependencies on ui/base from ui/gfx | ben@chromium.org | 2013-09-27 | 3 | -0/+49 |
* | events: Make platform specific events code into ui/events/. | sadrul@chromium.org | 2013-09-25 | 1 | -372/+0 |
* | Moves ui/base/events to ui/events | sky@chromium.org | 2013-09-18 | 1 | -2/+2 |
* | Moves most files from ui/base/keycodes to ui/events/keycodes | sky@chromium.org | 2013-09-17 | 1 | -1/+1 |
* | Move a bunch of windows stuff from ui/base/win to ui/gfx/win | ben@chromium.org | 2013-09-12 | 14 | -838/+15 |
* | Fix white flashing on resize: fix wndclass brush, clear once to black | scottmg@chromium.org | 2013-09-10 | 1 | -2/+1 |
* | Move ui/base/win/dpi.h to ui/gfx/dpi_win.h | ben@chromium.org | 2013-09-10 | 4 | -246/+5 |
* | Set hbrBackground on wndclass, fixes white flash on resize | scottmg@chromium.org | 2013-09-06 | 1 | -1/+1 |
* | Do not handle AltGr modifier as system key. | nona@chromium.org | 2013-08-27 | 1 | -0/+2 |
* | For a non-dpi-aware application, Win7 and Win8 convert most events from scree... | girard@chromium.org | 2013-08-27 | 3 | -4/+22 |
* | [WIN] Remove "Pin this program to taskbar" of panel window. | zhchbin@gmail.com | 2013-08-22 | 2 | -0/+21 |
* | Adding a detour for GetMonitorInfo which appears to be broken under split scr... | shrikant@chromium.org | 2013-08-16 | 1 | -2/+3 |
* | Ignore dpi scaling if not in dpi mode. | flackr@chromium.org | 2013-08-06 | 1 | -2/+5 |
* | Cache touch event's valuators at per touch level | miletus@chromium.org | 2013-07-31 | 1 | -0/+4 |
* | Use a direct include of the message_loop header in ui/, part 1. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Refactoring. Move ui/base/win/ime_input.* to ui/base/ime/win/ | yoichio@chromium.org | 2013-07-18 | 2 | -907/+0 |
* | When transparency is required with Aura enabled and DWM composition disabled,... | zturner@chromium.org | 2013-06-29 | 1 | -0/+10 |
* | Use a direct include of time headers in ui/. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Makes WindowImpl thread safe as we apparently use it on multiple | sky@chromium.org | 2013-06-20 | 2 | -2/+6 |
* | Tear out ENABLED_HIDPI (use --high-dpi-support=1 instead) | girard@chromium.org | 2013-06-17 | 1 | -10/+14 |
* | Enable high dpi in win/views. | girard@chromium.org | 2013-06-12 | 3 | -1/+11 |
* | Use a direct include of strings headers in ui/, part 2. | avi@chromium.org | 2013-06-11 | 8 | -10/+10 |
* | Add HiDPI flag for Windows. | girard@chromium.org | 2013-06-07 | 1 | -8/+19 |
* | Use a direct include of utf_string_conversions.h in ui/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Don't reinterpret_cast from void* to bool. | hans@chromium.org | 2013-06-05 | 1 | -2/+1 |
* | Use base::MessageLoop in more files. | xhwang@chromium.org | 2013-05-30 | 1 | -2/+2 |
* | Ignore MoveImeWindow when the target window has no input focus. | Yukawa@chromium.org | 2013-05-21 | 1 | -0/+8 |
* | On Windows Vista and its follow-ons, ImmIsIME() returns always true, thus | kochi@chromium.org | 2013-05-20 | 1 | -1/+22 |
* | Fix the CompositionText::selection handling. | Yukawa@chromium.org | 2013-05-16 | 1 | -14/+5 |
* | Extend MouseWheelEvent to support both X and Y scrolls | sheckylin@chromium.org | 2013-05-03 | 1 | -2/+2 |
* | Fix blocking of shutdown on Windows | scottmg@chromium.org | 2013-05-02 | 1 | -1/+13 |
* | Show composition segments part 1/2. | Yukawa@chromium.org | 2013-05-01 | 1 | -7/+0 |
* | ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro. | tfarina@chromium.org | 2013-04-24 | 1 | -1/+1 |
* | Map accessible child ids from Views to RenderWidgetHostViewAura | dmazzoni@chromium.org | 2013-04-11 | 1 | -0/+30 |
* | ShowSystemMenu on Win Alt+Space with Views Textfields, etc. | msw@chromium.org | 2013-03-29 | 2 | -7/+18 |
* | Correct title bar size for HiDPI Windows | girard@chromium.org | 2013-03-15 | 2 | -0/+9 |
* | Optimized GetTouchInputInfoWrapper | girard@chromium.org | 2013-03-13 | 1 | -1/+1 |
* | Wrap calls to GetTouchInputInfo | girard@chromium.org | 2013-03-11 | 2 | -0/+46 |
* | Fix touch scaling for high dpi windows. (Resubmit) | girard@chromium.org | 2013-03-08 | 3 | -0/+71 |