Import utilities from Tomboy
authorIra W. Snyder <devel@irasnyder.com>
Wed, 16 Jan 2008 01:33:13 +0000 (17:33 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Wed, 16 Jan 2008 02:03:15 +0000 (18:03 -0800)
commit6d151e14fbacc77abdf4c99a63b1320eaa6dd520
treec171102a8ebb0023f766823c071758a26b97cc14
parent5c5e7c6ad907a4c4df7b8edaea4a7c3f2a56271a
Import utilities from Tomboy

This imports the global keybinder, along with its dependencies, as well
as the improved presentation functions (to deal properly with focus-stealing)
from Tomboy (http://www.gnome.org/projects/tomboy/). Thanks GPL!

The keybinder is minimally modified from the tomboy version. Instead of
returning void, it returns a gboolean indicating whether or not the
key-grab was successful.

The utilities package has only the #include "config.h" removed.
Makefile
eggaccelerators.c [new file with mode: 0644]
eggaccelerators.h [new file with mode: 0644]
tomboykeybinder.c [new file with mode: 0644]
tomboykeybinder.h [new file with mode: 0644]
tomboyutil.c [new file with mode: 0644]
tomboyutil.h [new file with mode: 0644]