| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ui.gyp into ui/base/ directory. | tfarina@chromium.org | 2014-03-13 | 1 | -632/+0 |
* | Plumbing maxTouchPoints for Android. | bokan@chromium.org | 2014-03-07 | 1 | -0/+1 |
* | Add CursorFactoryOzone for platform cursors with ozone | spang@chromium.org | 2014-03-06 | 1 | -0/+2 |
* | ui target does not need zlib and libpng to build. | tfarina@chromium.org | 2014-03-05 | 1 | -2/+0 |
* | Add support for localized time strings with two units, eg. "2 hours 17 minutes" | tnagel@chromium.org | 2014-02-27 | 1 | -0/+2 |
* | Move ui/base/accessibility to ui/accessibility. | dmazzoni@chromium.org | 2014-02-25 | 1 | -7/+0 |
* | Split cocoa_event_utils in two parts. | tfarina@chromium.org | 2014-02-21 | 1 | -2/+2 |
* | Create an interface WindowEventTarget to enable a class to receive | ananta@chromium.org | 2014-02-20 | 1 | -0/+2 |
* | Adding Ozone CursorLoader and necessary API functions to allow setting the cu... | dnicoara@chromium.org | 2014-02-13 | 1 | -10/+3 |
* | Clean up dependencies on X11 libraries | jamesr@chromium.org | 2014-02-11 | 1 | -10/+0 |
* | Use gyp targets to link in X11 libraries instead of setting -lXfoo | jamesr@chromium.org | 2014-02-05 | 1 | -8/+6 |
* | Repaint windows on screen unlock. | jbauman@chromium.org | 2014-01-25 | 1 | -0/+2 |
* | Changes look for scrollbars on windows (2) | sky@chromium.org | 2014-01-22 | 1 | -0/+4 |
* | Revert of Changes look for scrollbars on windows (https://codereview.chromium... | jochen@chromium.org | 2014-01-20 | 1 | -4/+0 |
* | Remove all exclude rules that filename_rules.gypi already handles. | dongseong.hwang@intel.com | 2014-01-20 | 1 | -3/+0 |
* | Changes look for scrollbars on windows | sky@chromium.org | 2014-01-20 | 1 | -0/+4 |
* | Removes a couple of conflicting files from build | sky@chromium.org | 2014-01-11 | 1 | -0/+5 |
* | Adds NOTIMPLEMENTED cursor for android and includes path | sky@chromium.org | 2014-01-09 | 1 | -0/+6 |
* | Make aura_demo work on Mac | ccameron@chromium.org | 2014-01-07 | 1 | -0/+4 |
* | ui: Rename ui_export.h to ui_base_export.h | tfarina@chromium.org | 2014-01-06 | 1 | -2/+2 |
* | Move geometric types to a separate, more lightweight target. | ben@chromium.org | 2013-12-18 | 1 | -0/+1 |
* | Get rid of ui_cocoa_third_party_toolkits target from ui.gyp | tfarina@chromium.org | 2013-12-18 | 1 | -58/+0 |
* | Do not define use_clipboard_aurax11 on ozone builds | dnicoara@chromium.org | 2013-12-17 | 1 | -1/+1 |
* | Have jni_generator.gypi specify include_dirs to dependent targets. | blundell@chromium.org | 2013-12-17 | 1 | -8/+0 |
* | Add use_clibpard_aurax11 gyp flag to allow chromeos-chrome to access X11 Clip... | oshima@chromium.org | 2013-12-12 | 1 | -2/+9 |
* | Add gyp file to build third_party/molokocacao. | tfarina@chromium.org | 2013-12-10 | 1 | -4/+0 |
* | Add gyp file to build third_party/mozilla. | tfarina@chromium.org | 2013-12-06 | 1 | -5/+3 |
* | Add gyp file to build apple_sample_code. | tfarina@chromium.org | 2013-12-02 | 1 | -3/+0 |
* | Remove ui_resources target from ui.gyp. | tfarina@chromium.org | 2013-11-26 | 1 | -11/+0 |
* | Adding compositor callbacks to RenderWidgetHostViewAndroid | powei@chromium.org | 2013-11-21 | 1 | -0/+1 |
* | Move ui/base/keycodes to ui/events/keycodes/dom4 | komatsu@chromium.org | 2013-11-20 | 1 | -12/+0 |
* | Dissociate ui_resources target from ui.gyp. | tfarina@chromium.org | 2013-11-20 | 1 | -4/+12 |
* | Remove unused base/win/extra_sdk_defines.h. | msw@chromium.org | 2013-11-17 | 1 | -1/+0 |
* | ui: Android changes. | tfarina@chromium.org | 2013-11-15 | 1 | -38/+10 |
* | Android: moves ui/ to use long for JNI. | bulach@chromium.org | 2013-11-11 | 1 | -0/+1 |
* | Clean up uses of use_glib that are not related to glib dependencies | spang@chromium.org | 2013-11-08 | 1 | -5/+7 |
* | aura: Add back events dependency on ui when aura is turned on. | sadrul@chromium.org | 2013-11-08 | 1 | -1/+4 |
* | Add cross-platform API to get the form factor of the device | yiyaoliu@chromium.org | 2013-11-07 | 1 | -0/+9 |
* | Restructure the events target into two components: | ben@chromium.org | 2013-11-06 | 1 | -5/+6 |
* | ui: Move android C++ source files into base/android directory. | tfarina@chromium.org | 2013-10-31 | 1 | -12/+12 |
* | ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory. | tfarina@chromium.org | 2013-10-29 | 1 | -2/+0 |
* | Make intsafe.h workaround global | scottmg@chromium.org | 2013-10-28 | 1 | -3/+0 |
* | Implements ui::InputMethodLinuxX11 which is a IME bridge from/to gtk-immodule... | yukishiino@chromium.org | 2013-10-24 | 1 | -2/+0 |
* | fix intsafe.h compile errors on express/automatic toolchain on windows | scottmg@chromium.org | 2013-10-22 | 1 | -0/+3 |
* | aura: Allow creating content_shell without views. | sadrul@chromium.org | 2013-10-20 | 1 | -1/+1 |
* | Revert r229671 "aura: Allow creating content_shell without views." | pfeldman@chromium.org | 2013-10-20 | 1 | -1/+1 |
* | aura: Allow creating content_shell without views. | sadrul@chromium.org | 2013-10-20 | 1 | -1/+1 |
* | Revert 229524 "Revert 229521 "Revert 229507 "aura: Allow creating content_she... | pfeldman@chromium.org | 2013-10-19 | 1 | -1/+1 |
* | Revert 229521 "Revert 229507 "aura: Allow creating content_shell..." | thakis@chromium.org | 2013-10-19 | 1 | -1/+1 |
* | Revert 229507 "aura: Allow creating content_shell without views." | thakis@chromium.org | 2013-10-19 | 1 | -1/+1 |