| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -1/+2 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -2/+1 |
* | Cleanup AdjustStringForLocaleDirection() to modify input parameter in place. | jeremy@chromium.org | 2010-11-24 | 1 | -2/+1 |
* | Determine the theme for a widget in gtk from its parent, | zork@chromium.org | 2010-11-24 | 4 | -14/+52 |
* | touchui: Create touch-events. | sadrul@chromium.org | 2010-11-23 | 1 | -0/+6 |
* | Refactoring of cursor usage (primarily for linux). | sadrul@chromium.org | 2010-11-23 | 1 | -2/+0 |
* | Attempt 2 at: | sky@chromium.org | 2010-11-21 | 7 | -55/+45 |
* | Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ... | sky@chromium.org | 2010-11-19 | 7 | -47/+55 |
* | Converts usage of SetProp/GetProp to a map. Even after making sure we | sky@chromium.org | 2010-11-19 | 7 | -55/+47 |
* | Dont composite if rgba is not supported. | oshima@chromium.org | 2010-11-17 | 1 | -1/+2 |
* | Fix style nit. | sky@chromium.org | 2010-11-17 | 1 | -1/+1 |
* | Adds the ability for classes other than native control to process | sky@chromium.org | 2010-11-10 | 3 | -22/+98 |
* | Revert 65109 - Adds the ability for classes other than native control to process | sky@chromium.org | 2010-11-04 | 3 | -98/+22 |
* | Adds the ability for classes other than native control to process | sky@chromium.org | 2010-11-04 | 3 | -22/+98 |
* | Attempt at fixing leaks from SetProp. Apparently there is a finite | sky@chromium.org | 2010-11-01 | 2 | -15/+28 |
* | Some cleanup of view accessibility and view accessibility wrapper. | ctguil@chromium.org | 2010-10-22 | 1 | -31/+5 |
* | Convert gfx::ElideText from using wstrings to string16. | tony@chromium.org | 2010-10-21 | 1 | -1/+3 |
* | Hijack mouse-related events for TOUCH_UI builds | bryeung@google.com | 2010-10-21 | 2 | -6/+6 |
* | Move BaseDropTarget and BaseDragSource from base to app/win. Remove the "Base... | brettw@chromium.org | 2010-10-17 | 3 | -7/+7 |
* | Only enable renderer accessibility when an active screen reader is detected. | ctguil@chromium.org | 2010-10-05 | 1 | -1/+1 |
* | Working on removing GTK for touch UI, by introducing a new | anicolao@chromium.org | 2010-09-30 | 1 | -0/+6 |
* | Allow chrome to be customized for screen reader users. | ctguil@chromium.org | 2010-09-29 | 5 | -0/+43 |
* | Make accessible getters return values instead of accepting an output paramete... | ctguil@chromium.org | 2010-09-28 | 2 | -6/+3 |
* | Set WidgetGtk.delegate_ = NULL in CloseNow() to fix chromium-os:5604. | stevenjb@google.com | 2010-09-27 | 1 | -2/+4 |
* | The fix for http://code.google.com/p/chromium-os/issues/detail?id=5987 | scottbyer@google.com | 2010-09-10 | 1 | -1/+5 |
* | Fixes bug in changing to side tabs that could result in making window | sky@chromium.org | 2010-09-09 | 1 | -0/+11 |
* | Added entry points to view/View to dispatch and process TouchEvents. | rjkroege@google.com | 2010-09-08 | 2 | -2/+92 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 3 | -10/+11 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 3 | -11/+10 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 3 | -10/+11 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 3 | -11/+10 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 3 | -10/+11 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -2/+1 |
* | Misc. minor cleanup. | pkasting@chromium.org | 2010-08-27 | 1 | -2/+1 |
* | Fix regression caused by http://codereview.chromium.org/2768006/show | scottbyer@chromium.org | 2010-08-25 | 1 | -0/+9 |
* | Disable the stop button when the user is hovering it and the page finishes lo... | pkasting@chromium.org | 2010-08-20 | 1 | -2/+5 |
* | Add in a browser test for dialog resizing, which was catching an issue with t... | scottbyer@chromium.org | 2010-08-20 | 4 | -15/+61 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 2 | -3/+3 |
* | Land 55232 again - Dispatch key event to bindings processing. | xiyuan@chromium.org | 2010-08-11 | 1 | -0/+4 |
* | Revert 55232 - Dispatch key event to bindings processing. | nsylvain@chromium.org | 2010-08-06 | 1 | -4/+0 |
* | Dispatch key event to bindings processing. | xiyuan@chromium.org | 2010-08-06 | 1 | -0/+4 |
* | [Linux views]Fix the return value of WidgetGtk::HandleKeyboardEvent(). | suzhe@chromium.org | 2010-08-05 | 1 | -1/+2 |
* | [Linux Views] Refactor accelerator handler related code. | suzhe@chromium.org | 2010-08-04 | 3 | -18/+89 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -1/+0 |
* | Make theme change notifications auto-propagate through the view hierarchy, in... | pkasting@chromium.org | 2010-07-27 | 2 | -6/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 16 | -0/+16 |
* | [Linux Views]Handle focus traversing correctly. | suzhe@chromium.org | 2010-07-20 | 3 | -1/+86 |
* | Use the WS_EX_NOACTIVATE flag for popup widgets. This is essentially a no-op... | johnnyg@chromium.org | 2010-07-20 | 1 | -1/+1 |
* | GTK: Minimize usage of gtk headers. | erg@chromium.org | 2010-07-08 | 2 | -4/+14 |
* | Bye bye tab close dot, we hardly knew you. | sky@chromium.org | 2010-07-07 | 2 | -96/+0 |