summaryrefslogtreecommitdiffstats
path: root/base/message_pump_x.cc
Commit message (Expand)AuthorAgeFilesLines
* CrOS: Add a CHECK to help debug a crash in the wild.jhawkins@chromium.org2012-02-161-3/+5
* MessagePumpX: Fix leak of the GPollFD.jhawkins@chromium.org2012-02-061-5/+5
* Refactor MessagePumpX to dispatch events inside of the source Dispatch function.piman@chromium.org2011-12-141-13/+9
* Revert r114168 "Refactor MessagePumpX to dispatch events inside of the source...oshima@chromium.org2011-12-131-8/+12
* Refactor MessagePumpX to dispatch events inside of the source Dispatch function.piman@chromium.org2011-12-131-12/+8
* Share X connection between GLSurfaceGLX/EGL and MessagePumpX/GTKpiman@chromium.org2011-12-091-2/+2
* Fix MessagePumpX::ProcessXEvent checking of WillProcessXEvent return value.davidxli@chromium.org2011-12-031-1/+1
* aura: Fix unit_tests on linuxsadrul@chromium.org2011-12-011-5/+3
* DefaultDispatcher for MessagePumpXoshima@chromium.org2011-11-231-4/+18
* Some dead-code removal from message_pump_x and touch_factory.sadrul@chromium.org2011-11-211-144/+5
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-5/+5
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-5/+5
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-5/+5
* Fix X events processingpiman@chromium.org2011-10-191-4/+13
* aura: Make MessagePumpX check that X connection is open.derat@chromium.org2011-10-191-1/+3
* Remove obsolete DisableGtkMessagePumposhima@chromium.org2011-10-121-42/+19
* aura: Fix views_unittests and aura_unittests on linux.sadrul@chromium.org2011-10-061-1/+1
* Consolidate message observer API for MessagePumpX and MessagePumWinoshima@google.com2011-10-041-7/+11
* touchui: support XInput2 multitouchsadrul@chromium.org2011-09-251-0/+13
* Reland 102005 and 102009: aura: Explicitly disable GTK.sadrul@chromium.org2011-09-211-39/+73
* Revert 102005 - aura: Explicitly disable GTK.sky@chromium.org2011-09-201-63/+29
* Revert 102009 - Follow up fix from r102005: Fix static build of base_unittests.sky@chromium.org2011-09-201-10/+10
* Follow up fix from r102005: Fix static build of base_unittests.sadrul@chromium.org2011-09-201-10/+10
* aura: Explicitly disable GTK.sadrul@chromium.org2011-09-201-29/+63
* Get views_unittests pass on touch buildoshima@google.com2011-08-241-1/+1
* mpx: Use [mostly proper] glib event source for X events when GTK events are n...sadrul@chromium.org2011-08-241-10/+65
* check xinput2 capability so that it runs on the system that doesn't support x...oshima@google.com2011-07-231-27/+32
* re-landing r93629oshima@google.com2011-07-221-2/+9
* Revert 93629 - Linux build failure: http://build.chromium.org/p/chromium/buil...leandrogracia@chromium.org2011-07-221-9/+2
* Consolidate access to X Displayoshima@google.com2011-07-221-2/+9
* touch: Always expect XInput2 availability.sadrul@chromium.org2011-07-221-18/+0
* use MessageLoop::GetDisplay to get X's Display to make message_pump_x less GT...oshima@google.com2011-07-151-10/+8
* Revert "use MessageLoop::GetDisplay to get X's Display ..."oshima@google.com2011-07-151-8/+10
* use MessageLoop::GetDisplay to get X's Display to make message_pump_x less GT...oshima@google.com2011-07-151-10/+8
* Add ability to disable gtk event pumping in MessagePumpXoshima@google.com2011-07-131-7/+17
* Refactor the glib message-pump, and use it as the base for a gtk message pump...sadrul@chromium.org2011-06-241-0/+232