| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate win/x dispatchers | oshima@chromium.org | 2012-04-09 | 1 | -6/+1 |
* | CrOS: Add a CHECK to help debug a crash in the wild. | jhawkins@chromium.org | 2012-02-16 | 1 | -3/+5 |
* | MessagePumpX: Fix leak of the GPollFD. | jhawkins@chromium.org | 2012-02-06 | 1 | -5/+5 |
* | Refactor MessagePumpX to dispatch events inside of the source Dispatch function. | piman@chromium.org | 2011-12-14 | 1 | -13/+9 |
* | Revert r114168 "Refactor MessagePumpX to dispatch events inside of the source... | oshima@chromium.org | 2011-12-13 | 1 | -8/+12 |
* | Refactor MessagePumpX to dispatch events inside of the source Dispatch function. | piman@chromium.org | 2011-12-13 | 1 | -12/+8 |
* | Share X connection between GLSurfaceGLX/EGL and MessagePumpX/GTK | piman@chromium.org | 2011-12-09 | 1 | -2/+2 |
* | Fix MessagePumpX::ProcessXEvent checking of WillProcessXEvent return value. | davidxli@chromium.org | 2011-12-03 | 1 | -1/+1 |
* | aura: Fix unit_tests on linux | sadrul@chromium.org | 2011-12-01 | 1 | -5/+3 |
* | DefaultDispatcher for MessagePumpX | oshima@chromium.org | 2011-11-23 | 1 | -4/+18 |
* | Some dead-code removal from message_pump_x and touch_factory. | sadrul@chromium.org | 2011-11-21 | 1 | -144/+5 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-26 | 1 | -5/+5 |
* | Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements... | brettw@chromium.org | 2011-10-25 | 1 | -5/+5 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-25 | 1 | -5/+5 |
* | Fix X events processing | piman@chromium.org | 2011-10-19 | 1 | -4/+13 |
* | aura: Make MessagePumpX check that X connection is open. | derat@chromium.org | 2011-10-19 | 1 | -1/+3 |
* | Remove obsolete DisableGtkMessagePump | oshima@chromium.org | 2011-10-12 | 1 | -42/+19 |
* | aura: Fix views_unittests and aura_unittests on linux. | sadrul@chromium.org | 2011-10-06 | 1 | -1/+1 |
* | Consolidate message observer API for MessagePumpX and MessagePumWin | oshima@google.com | 2011-10-04 | 1 | -7/+11 |
* | touchui: support XInput2 multitouch | sadrul@chromium.org | 2011-09-25 | 1 | -0/+13 |
* | Reland 102005 and 102009: aura: Explicitly disable GTK. | sadrul@chromium.org | 2011-09-21 | 1 | -39/+73 |
* | Revert 102005 - aura: Explicitly disable GTK. | sky@chromium.org | 2011-09-20 | 1 | -63/+29 |
* | Revert 102009 - Follow up fix from r102005: Fix static build of base_unittests. | sky@chromium.org | 2011-09-20 | 1 | -10/+10 |
* | Follow up fix from r102005: Fix static build of base_unittests. | sadrul@chromium.org | 2011-09-20 | 1 | -10/+10 |
* | aura: Explicitly disable GTK. | sadrul@chromium.org | 2011-09-20 | 1 | -29/+63 |
* | Get views_unittests pass on touch build | oshima@google.com | 2011-08-24 | 1 | -1/+1 |
* | mpx: Use [mostly proper] glib event source for X events when GTK events are n... | sadrul@chromium.org | 2011-08-24 | 1 | -10/+65 |
* | check xinput2 capability so that it runs on the system that doesn't support x... | oshima@google.com | 2011-07-23 | 1 | -27/+32 |
* | re-landing r93629 | oshima@google.com | 2011-07-22 | 1 | -2/+9 |
* | Revert 93629 - Linux build failure: http://build.chromium.org/p/chromium/buil... | leandrogracia@chromium.org | 2011-07-22 | 1 | -9/+2 |
* | Consolidate access to X Display | oshima@google.com | 2011-07-22 | 1 | -2/+9 |
* | touch: Always expect XInput2 availability. | sadrul@chromium.org | 2011-07-22 | 1 | -18/+0 |
* | use MessageLoop::GetDisplay to get X's Display to make message_pump_x less GT... | oshima@google.com | 2011-07-15 | 1 | -10/+8 |
* | Revert "use MessageLoop::GetDisplay to get X's Display ..." | oshima@google.com | 2011-07-15 | 1 | -8/+10 |
* | use MessageLoop::GetDisplay to get X's Display to make message_pump_x less GT... | oshima@google.com | 2011-07-15 | 1 | -10/+8 |
* | Add ability to disable gtk event pumping in MessagePumpX | oshima@google.com | 2011-07-13 | 1 | -7/+17 |
* | Refactor the glib message-pump, and use it as the base for a gtk message pump... | sadrul@chromium.org | 2011-06-24 | 1 | -0/+232 |