summaryrefslogtreecommitdiffstats
path: root/base/message_pump_glib.h
Commit message (Expand)AuthorAgeFilesLines
* X message pump: Allow adding observers for XEvents.sadrul@chromium.org2011-05-111-0/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Start sorting methods in class declarations.erg@google.com2011-01-071-6/+7
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-1/+1
* Switch to using TimeTicks rather than Time in message loopsjar@chromium.org2010-11-061-2/+2
* touchui: Directly process key and mouse events.rjkroege@google.com2010-10-261-0/+4
* Add a message pump for touchui=1rjkroege@google.com2010-10-221-0/+9
* Revert 63397 - Add a message pump for touchui=1rjkroege@google.com2010-10-211-9/+0
* Add a message pump for touchui=1rjkroege@google.com2010-10-211-0/+9
* FBTF: Move some inner classes out of their header files.thestig@chromium.org2010-08-051-15/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-...mattm@chromium.org2009-12-041-5/+9
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-311-4/+24
* linux: fix main loop issues with windowless pluginsevan@chromium.org2009-06-011-5/+8
* Adds DidProcessEvent to MessagePumpGLib.sky@chromium.org2009-05-191-0/+7
* Adds an observer callback to Linux's MessagePumpForUI.sky@chromium.org2009-05-151-0/+29
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0
* Fix the glib pump getting wedged.deanm@chromium.org2008-11-181-0/+8
* Restructure the the pump for nested loops.deanm@chromium.org2008-11-131-0/+12
* Drop the wakeup pipe completely and use the builtin glib wakeup.deanm@chromium.org2008-11-121-10/+0
* Rewrite the glib UI pump. Although the previous pump was correct in terms of...deanm@chromium.org2008-11-121-38/+5
* Review URL: http://codereview.chromium.org/8220dsh@google.com2008-11-041-0/+3
* Implement MessageLoopForUI using GLib. This gets some exercise fromdsh@google.com2008-10-031-0/+100